This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-980321: results on RHL 5.0/Intel with binutils-2.8.1.0.25 added
- To: chj at lin dot foa dot se, egcs at cygnus dot com
- Subject: Re: egcs-980321: results on RHL 5.0/Intel with binutils-2.8.1.0.25 added
- From: mrs at wrs dot com (Mike Stump)
- Date: Mon, 30 Mar 1998 13:12:20 -0800
> From: Christian Joensson FOA 72 <chj@lin.foa.se>
> Date: Fri, 27 Mar 1998 11:59:36 +0100
> Well, yet another try with egcs-980321... I'll try the binutils-2.8.1.0.26
> when it comes RSN...
> ERROR: tcl error sourcing /usr/src/redhat/egcs/egcs-980321/gcc/testsuite/g++.old-deja/old-deja.exp.
> ERROR: rm: /tmp/g++-eh-ptr1-C: Operation not permitted
> while executing
> "exec rm -f $x"
> ("foreach" body line 3)
> invoked from within
I think this means that `rm -f /tmp/g++-eh-ptr1-C' failed. You have
to track down why and cure this problem before even bothering with
dejagnu anymore.
You can only have one dejagnu run per system. You should check /tmp
and make sure it doens't have any leftovers from prior runs by other
users.