compiling mlvm: error rebuilding libjava.dylib
Stephen Bannasch
stephen.bannasch at deanbrook.org
Mon Jan 11 07:32:48 PST 2010
>On Sat, 2010-01-09 at 16:52 -0500, Stephen Bannasch wrote:
>> I'm getting an error re-building mlvm on MacOS 10.5.8 (haven't tried it on another os yet).
>>
>> I'm using this script when I rebuild: http://gist.github.com/243072
>>
>> This build script last worked fine at the end of November -- the only changes I have made since then are to console output.
>>
>> After finishing the parallel compiles for jdk and starting to rebuild libjava.dylib:
>>
>> Done with parallel compiles: /Users/stephen/dev/java/src/bsd-port/jdk/make/java/java
>> STATS: LIBRARY=java, PRODUCT=java, OPTIMIZATION_LEVEL=HIGHER
>> Rebuilding /Users/stephen/dev/java/src/bsd-port/build/bsd-i586/lib/i386/libjava.dylib because of
>> /Users/stephen/dev/java/src/bsd-port/build/bsd-i586/tmp/java/java.lang/java/obj/.files_compiled
>>
>> ld reports the following error rebuilding libjava.dylib:
>>
> > libfdlibm.i586.a, archive has no table of contents
>>
>
>I've never seen this error. What happens when you try to print the
>archive contents manually (with: ar t <archive>)?
$ ar -t java/src/bsd-port/build/bsd-i586/tmp/java/fdlibm/obj/libfdlibm.i586.a
k_standard.o
k_rem_pio2.o
k_cos.o
...
full output here http://gist.github.com/274311
More information about the mlvm-dev
mailing list