Re: gcc testsuite apparently can't find g++

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Rob,
I have run the test again with RUNTESTFLAGS="-v -v" and I get lots of output 
now. Unfortunately I don't know what the output should look like, so I can't 
see what the problem is. I ran 
make check-c++ RUNTESTFLAGS="-v -v" > make-check-c++.1.out 2>&1
which said, eg.:
Invoking the compiler 
as /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/g++ -shared-libgcc 
-B/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/ -nostdinc++ ...
and ran
make check-gcc-c++ RUNTESTFLAGS="-v -v" > make-check-gcc-c++.1.out 2>&1
which said, eg.:
Invoking the compiler as 
g++ /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/g++.dg/bprob/g++-bprob-1.C  
-nostdinc++ 

I have attached a single file containing the first part of the output of each. 
Is this enough to tell what's going on? What am I looking for?
Best regards

On Wednesday 05 May 2004 17:41, gcc-help-digest-help@xxxxxxxxxxx wrote:
> Encapsulated message
>
>
> Re: gcc testsuite apparently can't find g++
>
> From:
> Rob Savoye <rob@xxxxxxxxxxxxxxx>
>
>
> To:
> "Paul C. Leopardi" <leopardi@xxxxxxxxxxxxxx>
>
>
> CC:
> dejagnu@xxxxxxx, gcc-help@xxxxxxxxxxx
>
>
> Date:
> 2004-05-05 12:19
>
> On Wed, May 05, 2004 at 08:53:02AM +1000, Paul C. Leopardi wrote:
> > Maybe it's the wrong place to ask, but I asked on the gcc-help mailing
> > list and have hit a dead end:
> > http://gcc.gnu.org/ml/gcc-help/2004-05/msg00031.html
> > The problem seems to be that the gcc testsuite is not using the right
> > g++: http://gcc.gnu.org/ml/gcc-testresults/2004-05/msg00137.html
> >
> > 1) What file tells runtest where to find g++?
>
>   It's found at runtime. You can watch DejaGnu look for the right g++ by
> adding a few -v (verbose) options to the command line. To do this via make,
> type "make check RUNTESTFLAGS="-v -v" (more -v's give you more information)
> Then you'll likely see what the problem is.
>
>         - rob -
make check-gcc-c++ RUNTESTFLAGS="-v -v" > make-check-gcc-c++.1.out 2>&1

make[1]: Entering directory `/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc'
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd ../../gcc-3.4.0/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
   TCL_LIBRARY=`cd .. ; cd ../../gcc-3.4.0/gcc/../tcl/library ; ${PWDCMD-pwd}` ; \
    export TCL_LIBRARY ; fi ; \
runtest --tool g++ -v -v)
Expect binary is expect
Looking for /usr/share/dejagnu/runtest.exp.
Using /usr/share/dejagnu/runtest.exp as main test driver
Verbose level is 2
Login name is leopardi
Looking for ~/.dejagnurc
Found ~/.dejagnurc
Looking for /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/testsuite/site.exp
Found /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/testsuite/site.exp
Using test sources in /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite
Using test binaries in /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/testsuite
Tool root directory is /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj
Using /usr/share/dejagnu to find libraries
Looking for /usr/share/dejagnu/site.exp
Found /usr/share/dejagnu/site.exp
Looking for library file ../lib/utils.exp
Looking for library file /usr/share/dejagnu/utils.exp
Loading /usr/share/dejagnu/utils.exp
Looking for library file ../lib/framework.exp
Looking for library file /usr/share/dejagnu/framework.exp
Loading /usr/share/dejagnu/framework.exp
Looking for library file ../lib/debugger.exp
Looking for library file /usr/share/dejagnu/debugger.exp
Loading /usr/share/dejagnu/debugger.exp
Looking for library file ../lib/remote.exp
Looking for library file /usr/share/dejagnu/remote.exp
Loading /usr/share/dejagnu/remote.exp
Looking for library file ../lib/mondfe.exp
Looking for library file /usr/share/dejagnu/mondfe.exp
Loading /usr/share/dejagnu/mondfe.exp
Looking for library file ../lib/xsh.exp
Looking for library file /usr/share/dejagnu/xsh.exp
Loading /usr/share/dejagnu/xsh.exp
Looking for library file ../lib/telnet.exp
Looking for library file /usr/share/dejagnu/telnet.exp
Loading /usr/share/dejagnu/telnet.exp
Looking for library file ../lib/rlogin.exp
Looking for library file /usr/share/dejagnu/rlogin.exp
Loading /usr/share/dejagnu/rlogin.exp
Looking for library file ../lib/kermit.exp
Looking for library file /usr/share/dejagnu/kermit.exp
Loading /usr/share/dejagnu/kermit.exp
Looking for library file ../lib/tip.exp
Looking for library file /usr/share/dejagnu/tip.exp
Loading /usr/share/dejagnu/tip.exp
Looking for library file ../lib/rsh.exp
Looking for library file /usr/share/dejagnu/rsh.exp
Loading /usr/share/dejagnu/rsh.exp
Looking for library file ../lib/ftp.exp
Looking for library file /usr/share/dejagnu/ftp.exp
Loading /usr/share/dejagnu/ftp.exp
Looking for library file ../lib/target.exp
Looking for library file /usr/share/dejagnu/target.exp
Loading /usr/share/dejagnu/target.exp
Looking for library file ../lib/targetdb.exp
Looking for library file /usr/share/dejagnu/targetdb.exp
Loading /usr/share/dejagnu/targetdb.exp
Looking for library file ../lib/libgloss.exp
Looking for library file /usr/share/dejagnu/libgloss.exp
Loading /usr/share/dejagnu/libgloss.exp
Loading library file /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/lib/g++.exp
Looking for library file ../lib/prune.exp
Looking for library file /usr/share/dejagnu/prune.exp
Looking for library file /usr/share/dejagnu/lib/prune.exp
Looking for library file /home/leopardi/Documents/src/gcc/gcc-3.4.0/dejagnu/lib/prune.exp
Looking for library file /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/lib/prune.exp
Loading /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/lib/prune.exp
Looking for library file ../lib/gcc-defs.exp
Looking for library file /usr/share/dejagnu/gcc-defs.exp
Looking for library file /usr/share/dejagnu/lib/gcc-defs.exp
Looking for library file /home/leopardi/Documents/src/gcc/gcc-3.4.0/dejagnu/lib/gcc-defs.exp
Looking for library file /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/lib/gcc-defs.exp
Loading /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/lib/gcc-defs.exp
Testing g++
Opening log files in .
Test Run By leopardi on Fri May  7 00:41:53 2004
Checking x86_64-suse-linux-gnu against x86_64-suse-linux-gnu
Native configuration is x86_64-suse-linux-gnu

		=== g++ tests ===

setting trap for SIGTERM to terminated
setting trap for SIGINT to interrupted by user
setting trap for SIGQUIT to interrupted by user
setting trap for SIGSEGV to segmentation violation
dirlist is /usr/share/dejagnu/baseboards
Looking for standard board description file for build /usr/share/dejagnu/baseboards/standard.exp
Looking for board description file for build /usr/share/dejagnu/baseboards/linfinit.exp
pushing config for build, name is linfinit
dirlist is /usr/share/dejagnu/baseboards
Looking for standard board description file for host /usr/share/dejagnu/baseboards/standard.exp
Looking for board description file for host /usr/share/dejagnu/baseboards/linfinit.exp
pushing config for host, name is linfinit
Schedule of variations:
    unix

target is unix
Running target unix
Looking for tool-and-target-specific interface file /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/config/base-config.exp
Looking for tool-and-target-specific interface file /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/../config/base-config.exp
Looking for tool-and-target-specific interface file /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/../../config/base-config.exp
Looking for tool-and-target-specific interface file /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/../../../config/base-config.exp
dirlist is /usr/share/dejagnu/baseboards/linfinit /usr/share/dejagnu/baseboards
Looking for standard board description file for target /usr/share/dejagnu/baseboards/linfinit/standard.exp
Looking for standard board description file for target /usr/share/dejagnu/baseboards/standard.exp
Looking for board description file for target /usr/share/dejagnu/baseboards/linfinit/unix.exp
Looking for board description file for target /usr/share/dejagnu/baseboards/unix.exp
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Looking for generic interface file for target /usr/share/dejagnu/config/unix.exp
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/xgcc
In call_remote with linfinit, dirname /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj
/home/leopardi/Documents/src/gcc/xgcc
In call_remote with linfinit, dirname /home/leopardi/Documents/src/gcc
/home/leopardi/Documents/src/xgcc
In call_remote with linfinit, dirname /home/leopardi/Documents/src
/home/leopardi/Documents/xgcc
In call_remote with linfinit, dirname /home/leopardi/Documents
/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/xgcc
Checking "*-*-cygwin*" against "x86_64-suse-linux-gnu"
Checking "alpha*-*" against "x86_64-suse-linux-gnu"
Looking for tool-and-target-specific interface file /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/config/unix.exp
Looking for tool-and-target-specific interface file /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/config/gnu.exp
Looking for tool-and-target-specific interface file /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/config/default.exp
Using /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Looking for library file ../lib/standard.exp
Looking for library file /usr/share/dejagnu/standard.exp
Loading /usr/share/dejagnu/standard.exp
pushing config for target, name is unix
Top level testsuite dirs are /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/g++.dg /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/g++.old-deja
Running /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/g++.dg/bprob/bprob.exp ...
Checking pattern "*-dos-*" with x86_64-suse-linux-gnu
compiler is /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/xgcc
/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux
GCC path is .
/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/./libstdc++-v3
ALWAYS_CXXFLAGS set to {additional_flags=-nostdinc++ -I/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/include/x86_64-suse-linux -I/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/include -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/libsupc++ -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/libsupc++ -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/include/backward -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/testsuite} {ldflags= -L/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/./libstdc++-v3/src/.libs -L/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/./libiberty } additional_flags=-fmessage-length=0
Looking for library file ../lib/target-supports.exp
Looking for library file /usr/share/dejagnu/target-supports.exp
Looking for library file /usr/share/dejagnu/lib/target-supports.exp
Looking for library file /home/leopardi/Documents/src/gcc/gcc-3.4.0/dejagnu/lib/target-supports.exp
Looking for library file /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/lib/target-supports.exp
Loading /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/lib/target-supports.exp
Profiling argument is <-fprofile-arcs>
Checking "*-*-solaris2*" against "x86_64-suse-linux-gnu"
Checking "mips*-*-irix*" against "x86_64-suse-linux-gnu"
Checking "mmix-*-*" against "x86_64-suse-linux-gnu"
Checking "arm*-*-elf" against "x86_64-suse-linux-gnu"
Checking "strongarm*-*-elf" against "x86_64-suse-linux-gnu"
Checking "xscale*-*-elf" against "x86_64-suse-linux-gnu"
Checking "cris-*-*" against "x86_64-suse-linux-gnu"
Checking "h8300-*-*" against "x86_64-suse-linux-gnu"
Checking "*-*-windiss" against "x86_64-suse-linux-gnu"
Looking for library file ../lib/profopt.exp
Looking for library file /usr/share/dejagnu/profopt.exp
Looking for library file /usr/share/dejagnu/lib/profopt.exp
Looking for library file /home/leopardi/Documents/src/gcc/gcc-3.4.0/dejagnu/lib/profopt.exp
Looking for library file /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/lib/profopt.exp
Loading /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/lib/profopt.exp
In call_remote with linfinit, delete /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/testsuite/g++-bprob-1.x01
In call_remote with linfinit, delete /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/testsuite/g++-bprob-1.x02
In call_remote with linfinit, delete /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/testsuite/g++-bprob-1.x03
Testing g++.dg/bprob/g++-bprob-1.C,  -g 
/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/./libio/_G_config.h
In call_remote with linfinit, dirname /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/.
/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libio/_G_config.h
In call_remote with linfinit, dirname /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux
/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/libio/_G_config.h
In call_remote with linfinit, dirname /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj
/home/leopardi/Documents/src/gcc/libio/_G_config.h
In call_remote with linfinit, dirname /home/leopardi/Documents/src/gcc
/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/./libio/iostream.list
In call_remote with linfinit, dirname /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/.
/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libio/iostream.list
In call_remote with linfinit, dirname /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux
/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/libio/iostream.list
In call_remote with linfinit, dirname /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj
/home/leopardi/Documents/src/gcc/libio/iostream.list
In call_remote with linfinit, dirname /home/leopardi/Documents/src/gcc
/home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/libio/Makefile.in
In call_remote with linfinit, dirname /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite
/home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/libio/Makefile.in
In call_remote with linfinit, dirname /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc
/home/leopardi/Documents/src/gcc/gcc-3.4.0/libio/Makefile.in
In call_remote with linfinit, dirname /home/leopardi/Documents/src/gcc/gcc-3.4.0
/home/leopardi/Documents/src/gcc/libio/Makefile.in
In call_remote with linfinit, dirname /home/leopardi/Documents/src/gcc
doing compile
Invoking the compiler as g++ /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/g++.dg/bprob/g++-bprob-1.C  -nostdinc++ -I/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/include/x86_64-suse-linux -I/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/include -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/libsupc++ -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/libsupc++ -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/include/backward -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/testsuite -fmessage-length=0  -g  -fprofile-arcs    -L/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/./libstdc++-v3/src/.libs -L/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/./libiberty  -lm   -o /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/testsuite/g++-bprob-1.x01
Executing on host: g++ /home/leopardi/Documents/src/gcc/gcc-3.4.0/gcc/testsuite/g++.dg/bprob/g++-bprob-1.C  -nostdinc++ -I/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/include/x86_64-suse-linux -I/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/include -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/libsupc++ -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/libsupc++ -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/include/backward -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/testsuite -fmessage-length=0  -g  -fprofile-arcs    -L/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/./libstdc++-v3/src/.libs -L/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/./libiberty  -lm   -o /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/testsuite/g++-bprob-1.x01    (timeout = 300)
pid is 29838 -29838
waitres is 29838 exp6 0 0
output is 
Checking pattern "sparc-*-sunos*" with x86_64-suse-linux-gnu
Checking pattern "alpha*-*-*" with x86_64-suse-linux-gnu
Checking pattern "hppa*-*-hpux*" with x86_64-suse-linux-gnu
Checking pattern "sparc-*-sunos*" with x86_64-suse-linux-gnu
Checking pattern "alpha*-*-*" with x86_64-suse-linux-gnu
Checking pattern "hppa*-*-hpux*" with x86_64-suse-linux-gnu
Checking x86_64-suse-linux-gnu against x86_64-suse-linux-gnu
In call_remote with unix, /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/testsuite/g++-bprob-1.x01 {} {}
loading to unix
spawning command /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/testsuite/g++-bprob-1.x01 
In call_remote with unix, 300
exp7 file6
In call_remote with unix, 
Executed /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/testsuite/g++-bprob-1.x01, status 0
FAIL: g++.dg/bprob/g++-bprob-1.C execution: file g++-bprob-1.gcda does not exist,  -g  -fprofile-arcs
[...]

make check-c++ RUNTESTFLAGS="-v -v" > make-check-c++.1.out 2>&1

make[1]: Entering directory `/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3'
Making check in include
make[2]: Entering directory `/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/include'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/include'
Making check in libmath
make[2]: Entering directory `/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/libmath'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/libmath'
Making check in libsupc++
make[2]: Entering directory `/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/libsupc++'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/libsupc++'
Making check in src
make[2]: Entering directory `/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/src'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/src'
Making check in po
make[2]: Entering directory `/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/po'
/bin/sh /home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/../mkinstalldirs /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/po/share/locale
mkdir -p -- /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/po/share/locale
catalogs='de.mo fr.mo'; \
for cat in $catalogs; do \
  cat=`basename $cat`; \
  lang=`echo $cat | sed 's/\.mo$//'`; \
  install_dir=/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/po/share/locale/$lang/LC_MESSAGES; \
  /bin/sh /home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/../mkinstalldirs $install_dir; \
  /usr/bin/install -c -m 644 $cat $install_dir/libstdc++.mo; \
done
mkdir -p -- /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/po/share/locale/de/LC_MESSAGES
mkdir -p -- /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/po/share/locale/fr/LC_MESSAGES
make[2]: Leaving directory `/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/po'
Making check in testsuite
make[2]: Entering directory `/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/testsuite'
touch testsuite_wchar_t
make -j1 check-DEJAGNU check-local
make[3]: Entering directory `/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/testsuite'
Making a new site.exp file...
srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd ../../../../gcc-3.4.0/libstdc++-v3/testsuite && pwd`; export srcdir; \
EXPECT=expect; export EXPECT; \
runtest=runtest; \
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
  l='libstdc++'; for tool in $l; do \
    $runtest  --tool $tool --srcdir $srcdir -v -v; \
  done; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
Expect binary is expect
Looking for /usr/share/dejagnu/runtest.exp.
Using /usr/share/dejagnu/runtest.exp as main test driver
Verbose level is 2
Login name is leopardi
Looking for ~/.dejagnurc
Found ~/.dejagnurc
Looking for /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/testsuite/site.exp
Found /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/testsuite/site.exp
Looking for /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/testsuite/site.exp
Found /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/testsuite/site.exp
Using test sources in ../../../../gcc-3.4.0/libstdc++-v3/testsuite
Using test binaries in /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/testsuite
Tool root directory is /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux
Using /usr/share/dejagnu to find libraries
Looking for /usr/share/dejagnu/site.exp
Found /usr/share/dejagnu/site.exp
Looking for library file ../lib/utils.exp
Looking for library file /usr/share/dejagnu/utils.exp
Loading /usr/share/dejagnu/utils.exp
Looking for library file ../lib/framework.exp
Looking for library file /usr/share/dejagnu/framework.exp
Loading /usr/share/dejagnu/framework.exp
Looking for library file ../lib/debugger.exp
Looking for library file /usr/share/dejagnu/debugger.exp
Loading /usr/share/dejagnu/debugger.exp
Looking for library file ../lib/remote.exp
Looking for library file /usr/share/dejagnu/remote.exp
Loading /usr/share/dejagnu/remote.exp
Looking for library file ../lib/mondfe.exp
Looking for library file /usr/share/dejagnu/mondfe.exp
Loading /usr/share/dejagnu/mondfe.exp
Looking for library file ../lib/xsh.exp
Looking for library file /usr/share/dejagnu/xsh.exp
Loading /usr/share/dejagnu/xsh.exp
Looking for library file ../lib/telnet.exp
Looking for library file /usr/share/dejagnu/telnet.exp
Loading /usr/share/dejagnu/telnet.exp
Looking for library file ../lib/rlogin.exp
Looking for library file /usr/share/dejagnu/rlogin.exp
Loading /usr/share/dejagnu/rlogin.exp
Looking for library file ../lib/kermit.exp
Looking for library file /usr/share/dejagnu/kermit.exp
Loading /usr/share/dejagnu/kermit.exp
Looking for library file ../lib/tip.exp
Looking for library file /usr/share/dejagnu/tip.exp
Loading /usr/share/dejagnu/tip.exp
Looking for library file ../lib/rsh.exp
Looking for library file /usr/share/dejagnu/rsh.exp
Loading /usr/share/dejagnu/rsh.exp
Looking for library file ../lib/ftp.exp
Looking for library file /usr/share/dejagnu/ftp.exp
Loading /usr/share/dejagnu/ftp.exp
Looking for library file ../lib/target.exp
Looking for library file /usr/share/dejagnu/target.exp
Loading /usr/share/dejagnu/target.exp
Looking for library file ../lib/targetdb.exp
Looking for library file /usr/share/dejagnu/targetdb.exp
Loading /usr/share/dejagnu/targetdb.exp
Looking for library file ../lib/libgloss.exp
Looking for library file /usr/share/dejagnu/libgloss.exp
Loading /usr/share/dejagnu/libgloss.exp
Loading library file ../../../../gcc-3.4.0/libstdc++-v3/testsuite/lib/libstdc++.exp
Looking for library file ../lib/dg.exp
Looking for library file /usr/share/dejagnu/dg.exp
Loading /usr/share/dejagnu/dg.exp
Looking for ../../../../gcc-3.4.0/libstdc++-v3/testsuite/../../gcc/testsuite/lib/target-supports.exp
Found ../../../../gcc-3.4.0/libstdc++-v3/testsuite/../../gcc/testsuite/lib/target-supports.exp
Looking for library file ../lib/prune.exp
Looking for library file /usr/share/dejagnu/prune.exp
Looking for library file /usr/share/dejagnu/lib/prune.exp
Looking for library file ../../../../gcc-3.4.0/dejagnu/lib/prune.exp
Looking for library file ../../../../gcc-3.4.0/libstdc++-v3/testsuite/lib/prune.exp
Loading ../../../../gcc-3.4.0/libstdc++-v3/testsuite/lib/prune.exp
Looking for library file ../lib/dg-options.exp
Looking for library file /usr/share/dejagnu/dg-options.exp
Looking for library file /usr/share/dejagnu/lib/dg-options.exp
Looking for library file ../../../../gcc-3.4.0/dejagnu/lib/dg-options.exp
Looking for library file ../../../../gcc-3.4.0/libstdc++-v3/testsuite/lib/dg-options.exp
Loading ../../../../gcc-3.4.0/libstdc++-v3/testsuite/lib/dg-options.exp
Testing libstdc++
Opening log files in .
Test Run By leopardi on Fri May  7 00:28:52 2004
Checking x86_64-suse-linux-gnu against x86_64-suse-linux-gnu
Native configuration is x86_64-suse-linux-gnu

		=== libstdc++ tests ===

setting trap for SIGTERM to terminated
setting trap for SIGINT to interrupted by user
setting trap for SIGQUIT to interrupted by user
setting trap for SIGSEGV to segmentation violation
dirlist is /usr/share/dejagnu/baseboards
Looking for standard board description file for build /usr/share/dejagnu/baseboards/standard.exp
Looking for board description file for build /usr/share/dejagnu/baseboards/linfinit.exp
pushing config for build, name is linfinit
dirlist is /usr/share/dejagnu/baseboards
Looking for standard board description file for host /usr/share/dejagnu/baseboards/standard.exp
Looking for board description file for host /usr/share/dejagnu/baseboards/linfinit.exp
pushing config for host, name is linfinit
Schedule of variations:
    unix

target is unix
Running target unix
Looking for tool-and-target-specific interface file /home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/testsuite/config/base-config.exp
Looking for tool-and-target-specific interface file /home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/testsuite/../config/base-config.exp
Looking for tool-and-target-specific interface file /home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/testsuite/../../config/base-config.exp
Looking for tool-and-target-specific interface file /home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/testsuite/../../../config/base-config.exp
dirlist is /usr/share/dejagnu/baseboards/linfinit /usr/share/dejagnu/baseboards
Looking for standard board description file for target /usr/share/dejagnu/baseboards/linfinit/standard.exp
Looking for standard board description file for target /usr/share/dejagnu/baseboards/standard.exp
Looking for board description file for target /usr/share/dejagnu/baseboards/linfinit/unix.exp
Looking for board description file for target /usr/share/dejagnu/baseboards/unix.exp
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Looking for generic interface file for target /usr/share/dejagnu/config/unix.exp
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/xgcc
In call_remote with linfinit, dirname /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux
/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/xgcc
In call_remote with linfinit, dirname /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj
/home/leopardi/Documents/src/gcc/xgcc
In call_remote with linfinit, dirname /home/leopardi/Documents/src/gcc
/home/leopardi/Documents/src/xgcc
In call_remote with linfinit, dirname /home/leopardi/Documents/src
/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/gcc/xgcc
In call_remote with linfinit, dirname /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux
/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/xgcc
Checking "*-*-cygwin*" against "x86_64-suse-linux-gnu"
Checking "alpha*-*" against "x86_64-suse-linux-gnu"
Looking for tool-and-target-specific interface file /home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/testsuite/config/unix.exp
Looking for tool-and-target-specific interface file /home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/testsuite/config/gnu.exp
Looking for tool-and-target-specific interface file /home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/testsuite/config/default.exp
Using /home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/testsuite/config/default.exp as tool-and-target-specific interface file.
Looking for library file ../lib/standard.exp
Looking for library file /usr/share/dejagnu/standard.exp
Loading /usr/share/dejagnu/standard.exp
pushing config for target, name is unix
Top level testsuite dirs are /home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/testsuite/libstdc++-dg
Running /home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/testsuite/libstdc++-dg/normal.exp ...
compiler is /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/xgcc
/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux
GCC path is .
/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/./libstdc++-v3
++ flags_file is /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/./libstdc++-v3/scripts/testsuite_flags
++ DEFAULT_CXXFLAGS is  -include bits/stdc++.h
/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/gcc/libgcc.a
In call_remote with linfinit, dirname /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux
/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/libgcc.a
LD_LIBRARY_PATH = :/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc:/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/32:/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/./libstdc++-v3/src/.libs:/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/bfd:/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/opcodes:/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/src/.libs:/usr/lib64/octave-2.1.49
In v3-list-tests
blddir = /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/./libstdc++-v3
tests_file = /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/./libstdc++-v3/testsuite/testsuite_files
Testing 17_intro/header_cassert.cc
In call_remote with linfinit, delete ./header_cassert.exe
doing compile
Invoking the compiler as /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/g++ -shared-libgcc -B/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/ -nostdinc++ -L/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/src -L/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/src/.libs -B/opt/gcc34/x86_64-suse-linux/bin/ -B/opt/gcc34/x86_64-suse-linux/lib/ -isystem /opt/gcc34/x86_64-suse-linux/include -isystem /opt/gcc34/x86_64-suse-linux/sys-include -g -O2 -D_GLIBCXX_ASSERT -ffunction-sections -fdata-sections -fmessage-length=0 -DLOCALEDIR="/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/po/share/locale" -nostdinc++ -I/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/include/x86_64-suse-linux -I/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/include -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/libsupc++ -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/libsupc++ -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/include/backward -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/testsuite /home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/testsuite/17_intro/header_cassert.cc    -include bits/stdc++.h  -L/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/./libstdc++-v3/testsuite -lv3test -lm   -o ./header_cassert.exe
Executing on host: /home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/g++ -shared-libgcc -B/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/gcc/ -nostdinc++ -L/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/src -L/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/src/.libs -B/opt/gcc34/x86_64-suse-linux/bin/ -B/opt/gcc34/x86_64-suse-linux/lib/ -isystem /opt/gcc34/x86_64-suse-linux/include -isystem /opt/gcc34/x86_64-suse-linux/sys-include -g -O2 -D_GLIBCXX_ASSERT -ffunction-sections -fdata-sections -fmessage-length=0 -DLOCALEDIR="/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/po/share/locale" -nostdinc++ -I/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/include/x86_64-suse-linux -I/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/libstdc++-v3/include -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/libsupc++ -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/libsupc++ -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/include/backward -I/home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/testsuite /home/leopardi/Documents/src/gcc/gcc-3.4.0/libstdc++-v3/testsuite/17_intro/header_cassert.cc    -include bits/stdc++.h  -L/home/leopardi/Documents/src/gcc/gcc-3.4.0-obj/x86_64-suse-linux/./libstdc++-v3/testsuite -lv3test -lm   -o ./header_cassert.exe    (timeout = 300)
pid is 8337 -8337
waitres is 8337 exp6 0 0
output is 
Checking pattern "sparc-*-sunos*" with x86_64-suse-linux-gnu
Checking pattern "alpha*-*-*" with x86_64-suse-linux-gnu
Checking pattern "hppa*-*-hpux*" with x86_64-suse-linux-gnu
Checking pattern "sparc-*-sunos*" with x86_64-suse-linux-gnu
Checking pattern "alpha*-*-*" with x86_64-suse-linux-gnu
Checking pattern "hppa*-*-hpux*" with x86_64-suse-linux-gnu
In call_remote with unix, ./header_cassert.exe {} {}
loading to unix
spawning command ./header_cassert.exe 
In call_remote with unix, 300
exp7 file6
In call_remote with unix, 
Executed ./header_cassert.exe, status 0
[...]

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux