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 other/53430] New: Attempting to build gcc on FC 16 x86_64 produces error message.


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

             Bug #: 53430
           Summary: Attempting to build gcc on FC 16 x86_64 produces error
                    message.
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: grgoffe@yahoo.com


Created attachment 27452
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27452
Attempted to gather temps of the failing cmd. This is the .i file

make[5]: Entering directory
`/export/home/clipper/export/home/tools/gcc/obj-i686-pc-linux-gnu/x86_64-unknown-linux-gnu/32/libgcc'
# If this is the top-level multilib, build all the other
# multilibs.
DEFINES='' HEADERS='../../.././libgcc/config/i386/value-unwind.h' \
        ../../.././libgcc/mkheader.sh > tmp-libgcc_tm.h
/bin/bash ../../.././libgcc/../move-if-change tmp-libgcc_tm.h libgcc_tm.h
echo timestamp > libgcc_tm.stamp
/tools/gcc/obj-i686-pc-linux-gnu/host-x86_64-unknown-linux-gnu/gcc/xgcc
-B/tools/gcc/obj-i686-pc-linux-gnu/host-x86_64-unknown-linux-gnu/gcc/
-B/usr/lsd/Linux/x86_64-unknown-linux-gnu/bin/
-B/usr/lsd/Linux/x86_64-unknown-linux-gnu/lib/ -isystem
/usr/lsd/Linux/x86_64-unknown-linux-gnu/include -isystem
/usr/lsd/Linux/x86_64-unknown-linux-gnu/sys-include    -g -O2 -m32 -O2  -g -O2
-DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition  -isystem ./include   -fpic -g
-DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector   -fpic -I. -I.
-I../../../host-x86_64-unknown-linux-gnu/gcc -I../../.././libgcc
-I../../.././libgcc/. -I../../.././libgcc/../gcc -I../../.././libgcc/../include
-I../../.././libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS 
-DUSE_TLS -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c
../../.././libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
In file included from /usr/include/features.h:387:0,
                 from /usr/include/stdio.h:28,
                 from ../../.././libgcc/../gcc/tsystem.h:88,
                 from ../../.././libgcc/libgcc2.c:29:
/usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or
directory
 # include <gnu/stubs-32.h>
                           ^
compilation terminated.
make[5]: *** [_muldi3.o] Error 1
make[5]: Leaving directory
`/export/home/clipper/export/home/tools/gcc/obj-i686-pc-linux-gnu/x86_64-unknown-linux-gnu/32/libgcc'
make[4]: *** [multi-do] Error 1
make[4]: Leaving directory
`/export/home/clipper/export/home/tools/gcc/obj-i686-pc-linux-gnu/x86_64-unknown-linux-gnu/libgcc'
make[3]: *** [all-multi] Error 2
make[3]: Leaving directory
`/export/home/clipper/export/home/tools/gcc/obj-i686-pc-linux-gnu/x86_64-unknown-linux-gnu/libgcc'
make[2]: *** [all-stage1-target-libgcc] Error 2
make[2]: Leaving directory
`/export/home/clipper/export/home/tools/gcc/obj-i686-pc-linux-gnu'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory
`/export/home/clipper/export/home/tools/gcc/obj-i686-pc-linux-gnu'
make: *** [all] Error 2


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