This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/26377] New: gcc 4.1.0 RC1 failes to bootstrap


gcc 4.1.0 rc1 failes to bootstrap on my amd64 gentoo-box; the last release
gcc-4.1.0-20060217 bootstraps fine so it seems to be rc1 and not my gentoo
setup.

../gcc-4.1.0-20060219/configure --prefix=/home/xtv --program-prefix=x
--program-suffix=41rc1 --enable-languages=c,c++,objc,obj-c++,fortran
make bootstrap

results in:

Applying io_quotes_def            to cdda_interface.h
Cleaning up unneeded directories:
fixincludes is done
rm -f include/syslimits.h
if [ -f include/limits.h ]; then \
  mv include/limits.h include/syslimits.h; \
else \
  cp ../../gcc-4.1.0-20060219/gcc/gsyslimits.h include/syslimits.h; \
fi
chmod a+r include/syslimits.h
echo timestamp > stmp-fixinc
rm -f mm_malloc.h
cat ../../gcc-4.1.0-20060219/gcc/config/i386/pmm_malloc.h > mm_malloc.h
if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
for file in .. ../../gcc-4.1.0-20060219/gcc/ginclude/float.h
../../gcc-4.1.0-20060219/gcc/ginclude/iso646.h
../../gcc-4.1.0-20060219/gcc/ginclude/stdarg.h
../../gcc-4.1.0-20060219/gcc/ginclude/stdbool.h
../../gcc-4.1.0-20060219/gcc/ginclude/stddef.h
../../gcc-4.1.0-20060219/gcc/ginclude/varargs.h
../../gcc-4.1.0-20060219/gcc/config/i386/mmintrin.h
../../gcc-4.1.0-20060219/gcc/config/i386/mm3dnow.h
../../gcc-4.1.0-20060219/gcc/config/i386/xmmintrin.h
../../gcc-4.1.0-20060219/gcc/config/i386/emmintrin.h
../../gcc-4.1.0-20060219/gcc/config/i386/pmmintrin.h mm_malloc.h; do \
  if [ X$file != X.. ]; then \
    realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
    echo timestamp > include/$realfile; \
    rm -f include/$realfile; \
    cp $file include; \
    chmod a+r include/$realfile; \
  fi; \
done
rm -f include/limits.h
cp xlimits.h include/limits.h
cp ../../gcc-4.1.0-20060219/gcc/unwind-generic.h include/unwind.h
chmod a+r include/limits.h
rm -f include/README
cp ../../gcc-4.1.0-20060219/gcc/../fixincludes/README-fixinc include/README
chmod a+r include/README
echo timestamp > stmp-int-hdrs
creating as
echo timestamp > stamp-as
make[2]: *** Keine Regel vorhanden, um das Target »/home/xtv/bin/xld«,
  benötigt von »stamp-collect-ld«, zu erstellen.  Schluss.
make[2]: Leaving directory `/home/xtv/gcc/out/gcc'
make[1]: *** [stage1_build] Fehler 2
make[1]: Leaving directory `/home/xtv/gcc/out/gcc'
make: *** [bootstrap] Fehler 2


Hope this helps.

Best regards,
Thomas Veith


-- 
           Summary: gcc 4.1.0 RC1 failes to bootstrap
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: xtv at tveith dot homelinux dot com
 GCC build triplet: x86_64-unknown-linux
  GCC host triplet: x86_64-unknown-linux
GCC target triplet: x86_64-unknown-linux


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]