This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Testsuite: further observations
- To: <gcc at gcc dot gnu dot org>
- Subject: Testsuite: further observations
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Thu, 18 Jan 2001 15:03:46 +0100 (CET)
When running the testsuite on a sparc-sun-solaris2.8 bix, I get the
following error/warning (srcdir is /sw/test/gcc/gcc):
Making check in libsupc++
Making check in src
chmod +x ./mkcheck
./mkcheck 0 `pwd` /sw/test/gcc/gcc/libstdc++-v3
/usr/bin/env: No such file or directory
*** Error code 127
make: Warning: Target `check' not remade because of errors
Current working directory /files/pfeifer/OBJ-0118-1246/sparc-sun-solaris2.8/libstdc++-v3
*** Error code 1
What might be the problem here? What should I check?
Might this be a Sun make problem?
After that, the next problem is:
(rootme=`pwd`; export rootme; \
srcdir=`cd /sw/test/gcc/gcc/gcc; pwd` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then \
TCL_LIBRARY=`cd .. ; cd /sw/test/gcc/gcc/gcc/../tcl/library ; pwd` ; \
export TCL_LIBRARY ; fi ; \
runtest --tool gcc )
WARNING: Couldn't find the global config file.
Test Run By pfeifer on Thu Jan 18 14:44:19 2001
Native configuration is sparc-sun-solaris2.8
=== gcc tests ===
The line
TCL_LIBRARY=`cd .. ; cd /sw/test/gcc/gcc/gcc/../tcl/library ; pwd`
looks extremely weird to me.
In fact, why do we want to set TCL_LIBRARY at all which I had already
set to /sw/test/gcc/dejagnu/share/tcl8.0 manually?
(Note that srcdir is /sw/test/gcc/gcc and I installed dejagnu to
/sw/test/gcc/dejagnu, so dejagnu does not reside within srcdir but
one level above.)
Gerald
--
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/