public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/12679] New: parallel build failure with multilibs
@ 2003-10-19 13:47 zlomek at gcc dot gnu dot org
  2003-10-19 16:50 ` [Bug bootstrap/12679] " c dot christian dot joensson at comhem dot se
  2003-10-19 17:17 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: zlomek at gcc dot gnu dot org @ 2003-10-19 13:47 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: parallel build failure with multilibs
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: zlomek at gcc dot gnu dot org
                CC: aj at suse dot de,gcc-bugs at gcc dot gnu dot org
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu

When bootstrapping mainline with 2 processes (make -j2 bootstrap) 32-bit library
is wrongly configured and I get following error. When using 1 process or 4
processes the bug does not appear.

/usr/bin/ld: warning: i386 architecture of input file `.libs/allchblk.o' is
incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file `.libs/alloc.o' is
incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file `.libs/blacklst.o' is
incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file `.libs/checksums.o' is
incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file `.libs/dbg_mlc.o' is
incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file `.libs/dyn_load.o' is
incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file `.libs/finalize.o' is
incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file `.libs/gc_dlopen.o' is
incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file `.libs/gcj_mlc.o' is
incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file `.libs/headers.o' is
incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file `.libs/aix_irix_threads.o'
is incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file `.libs/malloc.o' is
incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file `.libs/mallocx.o' is
incompatible with i386:x86-64 output
/usr/bin/ld: warning: i386 architecture of input file `.libs/mark.o' is
incompatible with i386:x86-64 output

When I look into x86_64-unknown-linux-gnu/32/config.cache "-m32" is missing for
ac_cv_prog_CC but it is there for ac_cv_prog_CXXCPP:

ac_cv_prog_CC=${ac_cv_prog_CC='/abuild2/zlomekj/gcc-main/build/gcc/xgcc
-B/abuild2/zlomekj/gcc-main/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'}
ac_cv_prog_CPP=${ac_cv_prog_CPP='/abuild2/zlomekj/gcc-main/build/gcc/xgcc
-B/abuild2/zlomekj/gcc-main/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 -E'}
ac_cv_prog_CXXCPP=${ac_cv_prog_CXXCPP='/abuild2/zlomekj/gcc-main/build/gcc/xgcc
-shared-libgcc -B/abuild2/zlomekj/gcc-main/build/gcc/ -nostdinc++
-L/abuild2/zlomekj/gcc-main/build/x86_64-unknown-linux-gnu/32/libstdc++-v3/src
-L/abuild2/zlomekj/gcc-main/build/x86_64-unknown-linux-gnu/32/libstdc++-v3/src/.libs
-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  -m32 -E'}


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

* [Bug bootstrap/12679] parallel build failure with multilibs
  2003-10-19 13:47 [Bug bootstrap/12679] New: parallel build failure with multilibs zlomek at gcc dot gnu dot org
@ 2003-10-19 16:50 ` c dot christian dot joensson at comhem dot se
  2003-10-19 17:17 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: c dot christian dot joensson at comhem dot se @ 2003-10-19 16:50 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


c dot christian dot joensson at comhem dot se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |christian at j-son dot org


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

* [Bug bootstrap/12679] parallel build failure with multilibs
  2003-10-19 13:47 [Bug bootstrap/12679] New: parallel build failure with multilibs zlomek at gcc dot gnu dot org
  2003-10-19 16:50 ` [Bug bootstrap/12679] " c dot christian dot joensson at comhem dot se
@ 2003-10-19 17:17 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-19 17:17 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

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


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-19 17:17 -------
This is a dup of bug 12088.

*** This bug has been marked as a duplicate of 12088 ***


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

end of thread, other threads:[~2003-10-19 17:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-19 13:47 [Bug bootstrap/12679] New: parallel build failure with multilibs zlomek at gcc dot gnu dot org
2003-10-19 16:50 ` [Bug bootstrap/12679] " c dot christian dot joensson at comhem dot se
2003-10-19 17:17 ` pinskia at gcc dot gnu dot 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).