On Sun, 28 May 2017, John Paul Adrian Glaubitz wrote: > > Btw, could you try building openjdk-8 as well? >
OK. > $ dget -u > http://deb.debian.org/debian/pool/main/o/openjdk-8/openjdk-8_8u131-b11-2.dsc > $ apt-get build-dep openjdk-8 > $ cd openjdk-8_... > $ ./debian/rules binary-arch > [...] make[5]: Entering directory '/home/build/openjdk-8-8u131-b11/build/hotspot' /usr/lib/jvm/java-8-openjdk-m68k/bin/javac -g -encoding ascii -source 6 -target 6 -d linux_m68k_docs /home/build/openjdk-8-8u131-b11/src/hotspot/src/share/vm/prims/jvmtiGen.java warning: [options] bootstrap class path not set in conjunction with -source 1.6 1 warning Generating linux_m68k_docs/jvmti.html /usr/lib/jvm/java-8-openjdk-m68k/bin/java -classpath linux_m68k_docs jvmtiGen -IN /home/build/openjdk-8-8u131-b11/src/hotspot/src/share/vm/prims/jvmti.xml -XSL /home/build/openjdk-8-8u131-b11/src/hotspot/src/share/vm/prims/jvmti.xsl -OUT linux_m68k_docs/jvmti.html Exception in thread "main" java.lang.OutOfMemoryError: Java heap space at java.util.HashMap.resize(HashMap.java:703) at java.util.HashMap.putVal(HashMap.java:662) at java.util.HashMap.put(HashMap.java:611) at java.util.ListResourceBundle.loadLookup(ListResourceBundle.java:204) at java.util.ListResourceBundle.handleGetObject(ListResourceBundle.java:130) at java.util.ResourceBundle.getObject(ResourceBundle.java:441) at java.util.ResourceBundle.getString(ResourceBundle.java:407) at com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg.getErrorMessage(ErrorMsg.java:312) at com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg.toString(ErrorMsg.java:285) at java.lang.String.valueOf(String.java:2994) at java.io.PrintStream.println(PrintStream.java:821) at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.error(TransformerImpl.java:1327) at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.postErrorToListener(TransformerImpl.java:804) at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:745) at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:351) at jvmtiGen.main(jvmtiGen.java:153) /home/build/openjdk-8-8u131-b11/src/hotspot/make/linux/makefiles/jvmti.make:105: recipe for target 'linux_m68k_docs/jvmti.html' failed make[5]: *** [linux_m68k_docs/jvmti.html] Error 1 make[5]: Leaving directory '/home/build/openjdk-8-8u131-b11/build/hotspot' /home/build/openjdk-8-8u131-b11/src/hotspot/make/linux/Makefile:351: recipe for target 'docs' failed make[4]: *** [docs] Error 2 make[4]: Leaving directory '/home/build/openjdk-8-8u131-b11/build/hotspot' Makefile:158: recipe for target 'docs' failed make[3]: Leaving directory '/home/build/openjdk-8-8u131-b11/src/hotspot/make' make[3]: *** [docs] Error 2 HotspotWrapper.gmk:44: recipe for target '/home/build/openjdk-8-8u131-b11/build/hotspot/_hotspot.timestamp' failed make[2]: *** [/home/build/openjdk-8-8u131-b11/build/hotspot/_hotspot.timestamp] Error 2 make[2]: Leaving directory '/home/build/openjdk-8-8u131-b11/src/make' /home/build/openjdk-8-8u131-b11/src//make/Main.gmk:108: recipe for target 'hotspot-only' failed make[1]: *** [hotspot-only] Error 2 make[1]: Leaving directory '/home/build/openjdk-8-8u131-b11/build' debian/rules:1251: recipe for target 'stamps/build' failed make: *** [stamps/build] Error 1 This failure looks the same as the one here: https://buildd.debian.org/status/fetch.php?pkg=openjdk-8&arch=m68k&ver=8u131-b11-2&stamp=1494984236&raw=1 HTH --