mlvm build depending on fixing the bsd-port build
Stephen Bannasch
stephen.bannasch at deanbrook.org
Tue Mar 15 18:12:57 PDT 2011
I won't be able to get a working mlvm build until the bsd-port build is working again on a Mac.
Is there any progress to report -- or any suggestion people have for where the trouble might be?
What we know:
The build completes successfully.
./build/bsd-amd64/j2sdk-image
Running ./build/bsd-amd64/j2sdk-image/bin/java -version generates an abort trap
log here: https://gist.github.com/b6e70c49bf1ad8ed5e20
It reports this that appears strange -- two copies of libjvm.dylib
- build/bsd-amd64/j2sdk-image/jre/lib/amd64/server/libjvm.dylib
- build/bsd-amd64/lib/amd64/server/libjvm.dylib
Running ./build/bsd-amd64/bin/java -version works.
All the dylibs in
./build/bsd-amd64/j2sdk-image
are 8 bytes larger than the ones in:
./build/bsd-amd64/lib
More information about the bsd-port-dev
mailing list