[Bug bootstrap/12833] New: SuSE 7.3: gcc 3.3.2 bootstrap failure: ./gengenrtl: No such file or directory

gcc-bug at vogtner dot de gcc-bugzilla@gcc.gnu.org
Wed Oct 29 22:32:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12833

           Summary: SuSE 7.3: gcc 3.3.2 bootstrap failure: ./gengenrtl: No
                    such file or directory
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gcc-bug at vogtner dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu

make bootstrap fails with
:
make CC=" stage1/xgcc -Bstage1/
-B/usr5/xhome/softw1/install-3.3.2/i686-pc-linux-gnu/bin/" \
         STAGE_PREFIX=stage1/ \
         ADAC="\$(CC)" AR_FOR_TARGET="ar" RANLIB_FOR_TARGET="ranlib" CFLAGS="-g
-O2" LDFLAGS="" WARN_CFLAGS="\$(GCC_WARN_CFLAGS)" STRICT_WARN="-Wtraditional
-pedantic -Wno-long-long" libdir=/usr5/xhome/softw1/install-3.3.2/lib
LANGUAGES="c gcov c++ f77 java objc" MAKEOVERRIDES= OUTPUT_OPTION="-o \$@"
make[2]: Entering directory `/usr5/xhome/softw1/build/objdir-gcc-3.3.2/gcc'
./gengenrtl -h > tmp-genrtl.h
/bin/sh: ./gengenrtl: No such file or directory
make[2]: *** [s-genrtl] Error 127
make[2]: Leaving directory `/usr5/xhome/softw1/build/objdir-gcc-3.3.2/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/usr5/xhome/softw1/build/objdir-gcc-3.3.2/gcc'
make: *** [bootstrap] Error 2

=== How it was prepared: ===

mkdir /usr5/xhome/softw1/build
cd usr5/xhome/softw1/build
tar xfz gcc-3.3.2.tar.gz 
cd gcc-3.3.2
tar xfz ../gdb-6.0.tar.gz 
tar xfz ../binutils-2.14.tar.gz 
tar xfz ../bison-1.875.tar.gz 
tar xfz ../autoconf-2.57.tar.gz 
tar xfz ../texinfo-4.6.tar.gz           *)
tar xfz ../automake-1.7.8.tar.gz 
(symlinking from $PACKET-$VERSION where $PACKET is gdb, binutils,
..., automake)
cd ..
mkdir objdir-gcc-3.3.2
cd objdir-gcc-3.3.2
../gcc-3.3.2/configure \
   --prefix=/usr5/xhome/softw1/install-3.3.2 \
   --enable-shared \
   --enable-threads
make bootstrap

*) during the bootstrap process a texinfo.txi could not be compiled,
   since make does not use the new makeinfo but the old one instead.
   As a workaround I have manually compiled this file with the new
   makeinfo



More information about the Gcc-bugs mailing list