Bug 12088 - [3.4 Regression] Parallel build failure building libgcjgc_convenience.la (multi-lib)
Summary: [3.4 Regression] Parallel build failure building libgcjgc_convenience.la (mul...
Status: RESOLVED DUPLICATE of bug 11932
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 3.4.0
: P2 critical
Target Milestone: 3.4.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
: 12106 12679 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-08-28 04:17 UTC by lucier
Modified: 2004-01-17 04:22 UTC (History)
3 users (show)

See Also:
Host: sparc-sun-solaris2.8
Target: sparc-sun-solaris2.8
Build: sparc-sun-solaris2.8
Known to work:
Known to fail:
Last reconfirmed: 2003-12-19 08:31:19


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lucier 2003-08-28 04:17:12 UTC
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....
Comment 1 Andrew Pinski 2003-08-29 13:21:37 UTC
Can you try again there was a problem with dependencies in libjava.
Comment 2 lucier 2003-08-29 21:43:33 UTC
Subject: Re:  Parallel build failure building libgcjgc_convenience.la

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

Brad

Comment 3 Andrew Pinski 2003-08-29 21:46:21 UTC
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.
Comment 4 Andrew Pinski 2003-10-19 17:17:28 UTC
*** Bug 12106 has been marked as a duplicate of this bug. ***
Comment 5 Andrew Pinski 2003-10-19 17:17:42 UTC
*** Bug 12679 has been marked as a duplicate of this bug. ***
Comment 6 Andrew Pinski 2003-12-19 10:10:57 UTC
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 ***