public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/42247]  New: make bootstrap failure
@ 2009-12-01 23:43 rwgk at yahoo dot com
  2009-12-02  0:12 ` [Bug bootstrap/42247] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rwgk at yahoo dot com @ 2009-12-01 23:43 UTC (permalink / raw)
  To: gcc-bugs

Platform:
  Fedora release 12 (Constantine)
  Linux cage.lbl.gov 2.6.31.5-127.fc12.x86_64 #1 SMP Sat Nov 7 21:11:14 EST
2009 x86_64 x86_64 x86_64 GNU/Linux
  g++ (GCC) 4.4.2 20091027 (Red Hat 4.4.2-7)

URL: svn://gcc.gnu.org/svn/gcc/trunk
Revision: 154886

cd gcc_build
../gcc_trunk/configure
make bootstrap -j24
make bootstrap

The first "make bootstrap -j24" fails with many errors after running for ca.
two minutes. Re-running "make bootstrap" produces the error below. Le me know
if you need the full log.

I first observed the problem about two days ago under Fedora 11 x86_64.
I'm also getting the error running just "make".


/net/cage/raid1/rwgk/gcc_build/./gcc/xgcc
-B/net/cage/raid1/rwgk/gcc_build/./gcc/
-B/usr/local/x86_64-unknown-linux-gnu/bin/
-B/usr/local/x86_64-unknown-linux-gnu/lib/ -isystem
/usr/local/x86_64-unknown-linux-gnu/include -isystem
/usr/local/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
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I.
-I../../.././gcc -I../../../../gcc_trunk/libgcc
-I../../../../gcc_trunk/libgcc/. -I../../../../gcc_trunk/libgcc/../gcc
-I../../../../gcc_trunk/libgcc/../include
-I../../../../gcc_trunk/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 ../../../../gcc_trunk/libgcc/../gcc/libgcc2.c \
          -fvisibility=hidden -DHIDE_EXPORTS
In file included from /usr/include/features.h:376:0,
                 from /usr/include/stdio.h:28,
                 from ../../../../gcc_trunk/libgcc/../gcc/tsystem.h:87,
                 from ../../../../gcc_trunk/libgcc/../gcc/libgcc2.c:29:
/usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or
directory
compilation terminated.
make[5]: *** [_muldi3.o] Error 1


-- 
           Summary: make bootstrap failure
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rwgk at yahoo dot com
 GCC build triplet: x86_64-redhat-linux
  GCC host triplet: x86_64-redhat-linux
GCC target triplet: x86_64-redhat-linux


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


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

* [Bug bootstrap/42247] make bootstrap failure
  2009-12-01 23:43 [Bug bootstrap/42247] New: make bootstrap failure rwgk at yahoo dot com
@ 2009-12-02  0:12 ` pinskia at gcc dot gnu dot org
  2009-12-02  7:42 ` jakub at gcc dot gnu dot org
  2009-12-02 18:15 ` rwgk at yahoo dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-12-02  0:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2009-12-02 00:12 -------
>Fedora 11 x86_64

You need to install the 32bit multilibs or use --disable-multilib.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug bootstrap/42247] make bootstrap failure
  2009-12-01 23:43 [Bug bootstrap/42247] New: make bootstrap failure rwgk at yahoo dot com
  2009-12-02  0:12 ` [Bug bootstrap/42247] " pinskia at gcc dot gnu dot org
@ 2009-12-02  7:42 ` jakub at gcc dot gnu dot org
  2009-12-02 18:15 ` rwgk at yahoo dot com
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-12-02  7:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2009-12-02 07:42 -------
Yeah,
yum install glibc-devel.i686
in F12 case.


-- 


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


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

* [Bug bootstrap/42247] make bootstrap failure
  2009-12-01 23:43 [Bug bootstrap/42247] New: make bootstrap failure rwgk at yahoo dot com
  2009-12-02  0:12 ` [Bug bootstrap/42247] " pinskia at gcc dot gnu dot org
  2009-12-02  7:42 ` jakub at gcc dot gnu dot org
@ 2009-12-02 18:15 ` rwgk at yahoo dot com
  2 siblings, 0 replies; 4+ messages in thread
From: rwgk at yahoo dot com @ 2009-12-02 18:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rwgk at yahoo dot com  2009-12-02 18:15 -------
(In reply to comment #2)
> Yeah,
> yum install glibc-devel.i686
> in F12 case.
> 

Thank you very much! This is exactly what I needed.


-- 


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


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

end of thread, other threads:[~2009-12-02 18:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-01 23:43 [Bug bootstrap/42247] New: make bootstrap failure rwgk at yahoo dot com
2009-12-02  0:12 ` [Bug bootstrap/42247] " pinskia at gcc dot gnu dot org
2009-12-02  7:42 ` jakub at gcc dot gnu dot org
2009-12-02 18:15 ` rwgk at yahoo dot com

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).