I was too fast (and optimistic), build just fail : amd64/hotspot/outputdir GAMMADIR=/Users/henri/Documents/jenkins/data/jobs/openjdk-1.7-bsdport-x86_64/workspace/hotspot MAKE_VERBOSE=y HOTSPOT_RELEASE_VERSION=21.0-b03 JRE_RELEASE_VERSION=1.7.0-internal-henri_2011_03_09_18_02-b00 HOTSPOT_BUILD_VERSION= docs /opt/local/share/java/openjdk6/bin/javap javax.xml.transform.TransformerFactory > /dev/null 2>&1; \ if [ $? -ne 0 ]; then \ /opt/local/share/java/openjdk6/bin/java -version; \ echo "*** An XSLT processor (J2SE 1.4.x or newer) is required" \ "to bootstrap this build" 1>&2; \ exit 1; \ fi mkdir -p bsd_amd64_docs make -f /Users/henri/Documents/jenkins/data/jobs/openjdk-1.7-bsdport-x86_64/workspace/hotspot/make/bsd/makefiles/jvmti.make " LP64=1 " GAMMADIR=/Users/henri/Documents/jenkins/data/jobs/openjdk-1.7-bsdport-x86_64/workspace/hotspot OS_FAMILY=bsd SRCARCH=x86 BUILDARCH=amd64 LIBARCH=amd64 HOTSPOT_RELEASE_VERSION=21.0-b03 HOTSPOT_BUILD_VERSION= JRE_RELEASE_VERSION=1.7.0-internal-henri_2011_03_09_18_02-b00 JvmtiOutDir=bsd_amd64_docs jvmtidocs /opt/local/share/java/openjdk6/bin/javac -g -encoding ascii -source 6 -target 6 -d bsd_amd64_docs /Users/henri/Documents/jenkins/data/jobs/openjdk-1.7-bsdport-x86_64/workspace/hotspot/src/share/vm/prims/jvmtiGen.java Generating bsd_amd64_docs/jvmti.html /opt/local/share/java/openjdk6/bin/java -classpath bsd_amd64_docs jvmtiGen -IN /Users/henri/Documents/jenkins/data/jobs/openjdk-1.7-bsdport-x86_64/workspace/hotspot/src/share/vm/prims/jvmti.xml -XSL /Users/henri/Documents/jenkins/data/jobs/openjdk-1.7-bsdport-x86_64/workspace/hotspot/src/share/vm/prims/jvmti.xsl -OUT bsd_amd64_docs/jvmti.html make VM_SUBDIR=product generic_export Makefile:378: target `/Xusage.txt' given more than once in the same rule. make[3]: *** No rule to make target `/Users/henri/Documents/jenkins/data/jobs/openjdk-1.7-bsdport-x86_64/workspace/build/bsd-amd64/hotspot/import/docs/platform/jvmti/jvmti.html', needed by `generic_export'. Stop. make[2]: *** [export_product] Error 2 make[1]: *** [hotspot-build] Error 2
2011/3/9 Henri Gomez <henri.go...@gmail.com>: > I'm just running the build on my CI system, using openjdk 1.6 from > macport as bootstrap VM and it seems to works well better. > > 2011/3/9 Stephen Bannasch <stephen.banna...@deanbrook.org>: >> I'm using soylatte16-i386-1.0.3 and have backed out all my changes and John >> Roses patches and am getting an abort trap after a seemingly successful >> build: >> >> testing build: ./build/bsd-amd64/j2sdk-image/bin/java -version >> >> # >> # A fatal error has been detected by the Java Runtime Environment: >> # >> # SIGSEGV (0xb) at pc=0x00000001020ea915, pid=10411, tid=4298117120 >> # >> # JRE version: 7.0 >> # Java VM: OpenJDK 64-Bit Server VM (21.0-b03 mixed mode bsd-amd64 >> compressed oops) >> # Problematic frame: >> # C [libjvm.dylib+0x463915] JVM_ArrayCopy+0x105 >> # >> # Failed to write core dump. Core dumps have been disabled. To enable core >> dumping, try "ulimit -c unlimited" before starting Java again >> # >> # An error report file with more information is saved as: >> # /Users/stephen/dev/java/src/bsd/hs_err_pid10411.log >> # >> # If you would like to submit a bug report, please visit: >> # http://java.sun.com/webapps/bugreport/crash.jsp >> # >> Abort trap >> >> More details here: https://gist.github.com/b6e70c49bf1ad8ed5e20 >> >