This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/30899] New: build failure with --enable-generated-files-in-srcdir
- From: "debian-gcc at lists dot debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Feb 2007 22:49:25 -0000
- Subject: [Bug bootstrap/30899] New: build failure with --enable-generated-files-in-srcdir
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
trunk 20070221, configured with
Matthias
../trunk/configure --prefix=/home/packages/gcc/svn/tst/install
--enable-languages=java --disable-static --enable-generated-files-in-srcdir
if test "xinfo" = xinfo; then \
rm -f doc/gcj.info*; \
makeinfo --split-size=5000000 --split-size=5000000
--split-size=5000000 --no-split -I ../../trunk/gcc/doc/include -o doc/gcj.info
../../trunk/gcc/java/gcj.texi; \
else true; fi
cp -p doc/cpp.info doc/gcc.info doc/gccint.info
../../trunk/gcc/doc/gccinstall.info doc/cppinternals.info ../../trunk/gcc/doc
cp: `../../trunk/gcc/doc/gccinstall.info' and
`../../trunk/gcc/doc/gccinstall.info' are the same file
make[3]: [srcinfo] Error 1 (ignored)
cp -p doc/gcj.info ../../trunk/gcc/doc
cp doc/gcc.1 doc/g++.1
cp: cannot stat `doc/gcc.1': No such file or directory
make[3]: *** [doc/g++.1] Error 1
make[3]: Leaving directory `/home/packages/gcc/svn/tst/build/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `/home/packages/gcc/svn/tst/build'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/home/packages/gcc/svn/tst/build'
make: *** [all] Error 2
--
Summary: build failure with --enable-generated-files-in-srcdir
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30899