This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/16469] bootstrap fails in libstdc++-v3/testsuite
- From: "rsandifo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jul 2004 11:03:48 -0000
- Subject: [Bug bootstrap/16469] bootstrap fails in libstdc++-v3/testsuite
- References: <20040710211902.16469.geos@epost.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From rsandifo at gcc dot gnu dot org 2004-07-15 11:03 -------
create_testsuite_files is just a shell script. Can you run it with:
/bin/sh -x \
\usr/people/schwarz/gcc-3.4.1/libstdc++-v3/scripts/create_testsuite_files \
/usr/people/schwarz/gcc-3.4.1/libstdc++-v3/testsuite `${PWDCMD-pwd}`
and post the result?
It seems odd that you're getting an exit 1, since I can't see any
obvious early exits, and the script ends with exit 0.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16469