public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/12088] New: Parallel build failure building libgcjgc_convenience.la
@ 2003-08-28  4:17 lucier at math dot purdue dot edu
  2003-08-29 13:21 ` [Bug bootstrap/12088] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: lucier at math dot purdue dot edu @ 2003-08-28  4: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=12088

           Summary: Parallel build failure building libgcjgc_convenience.la
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lucier at math dot purdue dot edu
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc-sun-solaris2.8
  GCC host triplet: sparc-sun-solaris2.8
GCC target triplet: sparc-sun-solaris2.8

OK, this failure is at "make -j 2".  Blah.  The complete build log can be found at

http://www.math.purdue.edu/~lucier/build.2003-08-27.log.gz

This used to work.

This is the end of the log

creating libgcjgc_convenience.la
sparc-sun-solaris2.8-gcc -shared -Wl,-h -Wl,libgcjgc.so.1 -o
.libs/libgcjgc.so.1.0.1  .libs/allchblk.o .libs/alloc.o .libs/blacklst.o
.libs/checksums.o .libs/dbg_mlc.o .libs/dyn_load.o .libs/finalize.o
.libs/gc_dlopen.o .libs/gcj_mlc.o .libs/headers.o .libs/aix_irix_threads.o
.libs/malloc.o .libs/mallocx.o .libs/mark.o .libs/mark_rts.o .libs/misc.o
.libs/new_hblk.o .libs/obj_map.o .libs/os_dep.o .libs/pcr_interface.o
.libs/ptr_chck.o .libs/real_malloc.o .libs/reclaim.o .libs/solaris_pthreads.o
.libs/solaris_threads.o .libs/specific.o .libs/stubborn.o .libs/typd_mlc.o
.libs/backgraph.o .libs/win32_threads.o .libs/pthread_support.o
.libs/pthread_stop_world.o .libs/darwin_stop_world.o .libs/sparc_mach_dep.o 
-lpthread -lc 
(cd .libs && rm -f libgcjgc_convenience.la && ln -s ../libgcjgc_convenience.la
libgcjgc_convenience.la)
ld: fatal: file .libs/allchblk.o: wrong ELF class: ELFCLASS64
ld: fatal: File processing errors. No output written to .libs/libgcjgc.so.1.0.1
collect2: ld returned 1 exit status
make[6]: *** [libgcjgc.la] Error 1
make[6]: *** Waiting for unfinished jobs....


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

* [Bug bootstrap/12088] Parallel build failure building libgcjgc_convenience.la
  2003-08-28  4:17 [Bug bootstrap/12088] New: Parallel build failure building libgcjgc_convenience.la lucier at math dot purdue dot edu
@ 2003-08-29 13:21 ` pinskia at gcc dot gnu dot org
  2003-08-29 14:57 ` [Bug bootstrap/12088] [3.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-29 13:21 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=12088


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-29 13:21 -------
Can you try again there was a problem with dependencies in libjava.


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

* [Bug bootstrap/12088] [3.4 Regression] Parallel build failure building libgcjgc_convenience.la
  2003-08-28  4:17 [Bug bootstrap/12088] New: Parallel build failure building libgcjgc_convenience.la lucier at math dot purdue dot edu
  2003-08-29 13:21 ` [Bug bootstrap/12088] " pinskia at gcc dot gnu dot org
@ 2003-08-29 14:57 ` pinskia at gcc dot gnu dot org
  2003-08-29 21:43 ` lucier at math dot purdue dot edu
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-29 14:57 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=12088


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Parallel build failure      |[3.4 Regression] Parallel
                   |building                    |build failure building
                   |libgcjgc_convenience.la     |libgcjgc_convenience.la
   Target Milestone|---                         |3.4


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

* [Bug bootstrap/12088] [3.4 Regression] Parallel build failure building libgcjgc_convenience.la
  2003-08-28  4:17 [Bug bootstrap/12088] New: Parallel build failure building libgcjgc_convenience.la lucier at math dot purdue dot edu
  2003-08-29 13:21 ` [Bug bootstrap/12088] " pinskia at gcc dot gnu dot org
  2003-08-29 14:57 ` [Bug bootstrap/12088] [3.4 Regression] " pinskia at gcc dot gnu dot org
@ 2003-08-29 21:43 ` lucier at math dot purdue dot edu
  2003-08-29 21:46 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: lucier at math dot purdue dot edu @ 2003-08-29 21:43 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=12088



------- Additional Comments From lucier at math dot purdue dot edu  2003-08-29 21:43 -------
Subject: Re:  Parallel build failure building libgcjgc_convenience.la

I just updated the sources and it happened again, exactly as before.

Brad


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

* [Bug bootstrap/12088] [3.4 Regression] Parallel build failure building libgcjgc_convenience.la
  2003-08-28  4:17 [Bug bootstrap/12088] New: Parallel build failure building libgcjgc_convenience.la lucier at math dot purdue dot edu
                   ` (2 preceding siblings ...)
  2003-08-29 21:43 ` lucier at math dot purdue dot edu
@ 2003-08-29 21:46 ` pinskia at gcc dot gnu dot org
  2003-10-19 17:17 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-29 21:46 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=12088


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-08-29 21:46:21
               date|                            |


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-29 21:46 -------
Still present according to the submitter.
There are plans to make multi-lib in the top-level makefile which should fix this for every but it 
will not becoming in for a while.


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

* [Bug bootstrap/12088] [3.4 Regression] Parallel build failure building libgcjgc_convenience.la
  2003-08-28  4:17 [Bug bootstrap/12088] New: Parallel build failure building libgcjgc_convenience.la lucier at math dot purdue dot edu
                   ` (3 preceding siblings ...)
  2003-08-29 21:46 ` pinskia at gcc dot gnu dot org
@ 2003-10-19 17:17 ` pinskia at gcc dot gnu dot org
  2003-10-19 17:23 ` pinskia at gcc dot gnu dot org
  2003-12-19 10:13 ` [Bug bootstrap/12088] [3.4 Regression] Parallel build failure building libgcjgc_convenience.la (multi-lib) pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ 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=12088



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-19 17:17 -------
*** Bug 12106 has been marked as a duplicate of this bug. ***


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

* [Bug bootstrap/12088] [3.4 Regression] Parallel build failure building libgcjgc_convenience.la
  2003-08-28  4:17 [Bug bootstrap/12088] New: Parallel build failure building libgcjgc_convenience.la lucier at math dot purdue dot edu
                   ` (4 preceding siblings ...)
  2003-10-19 17:17 ` pinskia at gcc dot gnu dot org
@ 2003-10-19 17:23 ` pinskia at gcc dot gnu dot org
  2003-12-19 10:13 ` [Bug bootstrap/12088] [3.4 Regression] Parallel build failure building libgcjgc_convenience.la (multi-lib) pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-19 17:23 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=12088


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlomek at gcc dot gnu dot
                   |                            |org


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-19 17:17 -------
*** Bug 12679 has been marked as a duplicate of this bug. ***


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

* [Bug bootstrap/12088] [3.4 Regression] Parallel build failure building libgcjgc_convenience.la (multi-lib)
  2003-08-28  4:17 [Bug bootstrap/12088] New: Parallel build failure building libgcjgc_convenience.la lucier at math dot purdue dot edu
                   ` (5 preceding siblings ...)
  2003-10-19 17:23 ` pinskia at gcc dot gnu dot org
@ 2003-12-19 10:13 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-19 10:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-19 10:10 -------
This is a dup of bug 11932, the problem is that multi-lib causes problems with parallel building.

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

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


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


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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-28  4:17 [Bug bootstrap/12088] New: Parallel build failure building libgcjgc_convenience.la lucier at math dot purdue dot edu
2003-08-29 13:21 ` [Bug bootstrap/12088] " pinskia at gcc dot gnu dot org
2003-08-29 14:57 ` [Bug bootstrap/12088] [3.4 Regression] " pinskia at gcc dot gnu dot org
2003-08-29 21:43 ` lucier at math dot purdue dot edu
2003-08-29 21:46 ` pinskia at gcc dot gnu dot org
2003-10-19 17:17 ` pinskia at gcc dot gnu dot org
2003-10-19 17:23 ` pinskia at gcc dot gnu dot org
2003-12-19 10:13 ` [Bug bootstrap/12088] [3.4 Regression] Parallel build failure building libgcjgc_convenience.la (multi-lib) 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).