From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24635 invoked by alias); 24 Sep 2006 02:29:20 -0000 Received: (qmail 24624 invoked by uid 48); 24 Sep 2006 02:29:13 -0000 Date: Sun, 24 Sep 2006 02:29:00 -0000 Subject: [Bug bootstrap/29196] New: gcc fails to build on x86-64 linux X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "phr-gcc at nightsong dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-09/txt/msg02266.txt.bz2 List-Id: The current svn tree, revision 117177 as checked out about half an hour ago, fails to build on an x86-64 running GCC 4.1.1 and Linux: [phr@donnybrook objdir]$ gcc -v Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux Thread model: posix gcc version 4.1.1 20060525 (Red Hat 4.1.1-1) The failing part of the build is as follows: make[5]: Entering directory `/home/donnybrook2/phr/gcc/objdir/gcc' /home/donnybrook2/phr/gcc/objdir/./gcc/xgcc -B/home/donnybrook2/phr/gcc/objdir/./gcc/ -B/home/donnybrook2/phr/gcc/installdir/x86_64-unknown-linux-gnu/bin/ -B/home/donnybrook2/phr/gcc/installdir/x86_64-unknown-linux-gnu/lib/ -isystem /hom\ e/donnybrook2/phr/gcc/installdir/x86_64-unknown-linux-gnu/include -isystem /hom\ e/donnybrook2/phr/gcc/installdir/x86_64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I32 -I../../gcc/gcc -I../../gcc/gcc/32 -I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include -I\ ../../gcc/gcc/../libdecnumber -I../libdecnumber -m32 -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \ -c ../../gcc/gcc/crtstuff.c -DCRT_BEGIN \ -o 32/crtbegin.o In file included from /usr/include/features.h:352, from /usr/include/stdio.h:28, from ../../gcc/gcc/tsystem.h:90, from ../../gcc/gcc/crtstuff.c:68: /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or direc\ tory make[5]: *** [32/crtbegin.o] Error 1 make[5]: Leaving directory `/home/donnybrook2/phr/gcc/objdir/gcc' make[4]: *** [extra32] Error 2 make[4]: Leaving directory `/home/donnybrook2/phr/gcc/objdir/gcc' make[3]: *** [stmp-multilib] Error 2 make[3]: Leaving directory `/home/donnybrook2/phr/gcc/objdir/gcc' make[2]: *** [all-stage1-gcc] Error 2 make[2]: Leaving directory `/home/donnybrook2/phr/gcc/objdir' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/home/donnybrook2/phr/gcc/objdir' make: *** [all] Error 2 -- Summary: gcc fails to build on x86-64 linux Product: gcc Version: unknown Status: UNCONFIRMED Severity: blocker Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: phr-gcc at nightsong dot com GCC build triplet: x86-64, linux GCC host triplet: x86-64, linux GCC target triplet: x86-64, linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29196