public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/53430] New: Attempting to build gcc on FC 16 x86_64 produces error message.
@ 2012-05-21  6:21 grgoffe at yahoo dot com
  2012-05-21 10:08 ` [Bug other/53430] " mikpe at it dot uu.se
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: grgoffe at yahoo dot com @ 2012-05-21  6:21 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug other/53430] Attempting to build gcc on FC 16 x86_64 produces error message.
  2012-05-21  6:21 [Bug other/53430] New: Attempting to build gcc on FC 16 x86_64 produces error message grgoffe at yahoo dot com
@ 2012-05-21 10:08 ` mikpe at it dot uu.se
  2012-05-21 10:11 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mikpe at it dot uu.se @ 2012-05-21 10:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Mikael Pettersson <mikpe at it dot uu.se> 2012-05-21 08:48:53 UTC ---
User configuration error.  You need to install the 32-bit glibc devel rpm, or
to --disable-multilib when configuring gcc.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug other/53430] Attempting to build gcc on FC 16 x86_64 produces error message.
  2012-05-21  6:21 [Bug other/53430] New: Attempting to build gcc on FC 16 x86_64 produces error message grgoffe at yahoo dot com
  2012-05-21 10:08 ` [Bug other/53430] " mikpe at it dot uu.se
@ 2012-05-21 10:11 ` rguenth at gcc dot gnu.org
  2012-05-21 17:55 ` grgoffe at yahoo dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-05-21 10:11 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-05-21 09:22:11 UTC ---
Configure with --disable-multilib or install 32bit headers for your glibc
package.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug other/53430] Attempting to build gcc on FC 16 x86_64 produces error message.
  2012-05-21  6:21 [Bug other/53430] New: Attempting to build gcc on FC 16 x86_64 produces error message grgoffe at yahoo dot com
  2012-05-21 10:08 ` [Bug other/53430] " mikpe at it dot uu.se
  2012-05-21 10:11 ` rguenth at gcc dot gnu.org
@ 2012-05-21 17:55 ` grgoffe at yahoo dot com
  2012-05-21 18:24 ` redi at gcc dot gnu.org
  2012-05-21 18:24 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: grgoffe at yahoo dot com @ 2012-05-21 17:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from George R. Goffe <grgoffe at yahoo dot com> 2012-05-21 17:14:25 UTC ---
Thank you for this information.

I'm not terribly conversant with the internals with GCC so please let me ask
this question.

This system is x86_64 and I'm presuming that the GCC built will be an x86_64
binary. I'm a little confused with the reference to a 32 bit library so I made
this bug report.

Your thoughts would be greatly appreciated.

George...


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug other/53430] Attempting to build gcc on FC 16 x86_64 produces error message.
  2012-05-21  6:21 [Bug other/53430] New: Attempting to build gcc on FC 16 x86_64 produces error message grgoffe at yahoo dot com
                   ` (3 preceding siblings ...)
  2012-05-21 18:24 ` redi at gcc dot gnu.org
@ 2012-05-21 18:24 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2012-05-21 18:24 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-05-21 18:20:15 UTC ---
On x86_64 GCC defaults to a "multilib" compiler, meaning one that can produce
code for both x84_64 and x86 i.e both 64-bit and 32-bit objects.

In order to do that it needs 32-bit glibc support, which on F16 is in the
glibc-devel.i686 RPM.

If you don't want a multilib compiler, i.e. only want to produce 64-bit
objects, then build GCC with --disable-multilib


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug other/53430] Attempting to build gcc on FC 16 x86_64 produces error message.
  2012-05-21  6:21 [Bug other/53430] New: Attempting to build gcc on FC 16 x86_64 produces error message grgoffe at yahoo dot com
                   ` (2 preceding siblings ...)
  2012-05-21 17:55 ` grgoffe at yahoo dot com
@ 2012-05-21 18:24 ` redi at gcc dot gnu.org
  2012-05-21 18:24 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2012-05-21 18:24 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-05-21 18:23:17 UTC ---
P.S. You could have asked on the gcc-help@gcc.gnu.org mailing list. Since it's
one of the most widely-used distros it's safe to assume that GCC builds on F16
x86_64 for everyone else, several GCC and Fedora maintainers included, so it's
probably not a GCC bug but rather user error.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-05-21 18:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-21  6:21 [Bug other/53430] New: Attempting to build gcc on FC 16 x86_64 produces error message grgoffe at yahoo dot com
2012-05-21 10:08 ` [Bug other/53430] " mikpe at it dot uu.se
2012-05-21 10:11 ` rguenth at gcc dot gnu.org
2012-05-21 17:55 ` grgoffe at yahoo dot com
2012-05-21 18:24 ` redi at gcc dot gnu.org
2012-05-21 18:24 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).