<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Andrew,<div><br></div><div>See this response sent by Tim on March 26.</div><div><br></div><div>-- Jon</div><div><br></div><div><br></div><div><blockquote type="cite" class=""><span class="Apple-style-span" style="color: rgb(0, 0, 0); ">Hi Neale:<br><blockquote type="cite">I’m trying to build the JDK for the first time. I grabbed the sources from the mercurial repository and followed the FAQ to perform the build. It builds a heap of stuff before it dies with the following:<br></blockquote><blockquote type="cite">error: com.sun.jmx.snmp.SnmpValue: class file for com.sun.jmx.snmp.SnmpValue not found<br></blockquote><blockquote type="cite">error: class file for com.sun.jmx.snmp.SnmpValue not found<br></blockquote><blockquote type="cite">The source code for the above class is there but it doesn’t appear to be being compiled. Is this a known problem or a newbie mistake easily fixed?<br></blockquote><br>This is bug-id 6819847 "build is broken for OpenJDK with plugs"<br><br><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6819847">http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6819847</a><br><br>the work around is to define<br> IMPORT_BINARY_PLUGS=true<br><br>This was an unintended consequence of the fix for<br><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6661448">http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6661448</a><br><br>Hope this helps-<br><br>Tim Bell</span></blockquote><div><br></div><div><br></div><br><div><div>On Mar 31, 2009, at 2:50 AM, Andrew Haley wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>This is with jdk-7-ea-plug-b52-linux-x64-26_mar_2009.jar:<br><br>/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/bin/java  -Xmx896m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/local/openjdk7/jdk7/build/linux-amd64/langtools/dist/bootstrap/lib/javac.jar" -jar /local/openjdk7/jdk7/build/linux-amd64/langtools/dist/bootstrap/lib/javac.jar  -source 1.5 -target 5 -encoding ascii "-Xbootclasspath:/local/openjdk7/jdk7/build/linux-amd64/classes"  -XDprocess.packages -proc:only \<br>            -processor com.sun.tools.javac.sym.CreateSymbols \<br>            -Acom.sun.tools.javac.sym.Jar=/local/openjdk7/jdk7/build/linux-amd64/tmp/rt-orig.jar \<br>            -Acom.sun.tools.javac.sym.Dest=/local/openjdk7/jdk7/build/linux-amd64/symbols/META-INF/sym/rt.jar \<br>            java.applet java.awt java.awt.color java.awt.datatransfer java.awt.dnd java.awt.event java.awt.font java.awt.geom java.awt.im java.awt.im.spi java.awt.image java.awt.image.renderable java.awt.print ...<br>warning: package com.sun.java.swing.plaf does not exist<br>Using boot class path = [/local/openjdk7/jdk7/build/linux-amd64/tmp/rt-orig.jar, ...<br>error: com.sun.jmx.snmp.SnmpValue: class file for com.sun.jmx.snmp.SnmpValue not found<br>error: class file for com.sun.jmx.snmp.SnmpValue not found<br>1 error<br>make[2]: *** [initial-image-jdk] Error 1<br>make[2]: Leaving directory `/local/openjdk7/jdk7/jdk/make'<br>make[1]: *** [jdk-build] Error 2<br>make[1]: Leaving directory `/local/openjdk7/jdk7'<br><br>And indeed, com.sun.jmx.snmp.SnmpValue is not present in<br>openjdk-binary-plugs/jre/lib/rt-closed.jar.<br><br>Am I the only one to have seen this?<br><br>Andrew.<br><br></div></blockquote></div><br></div></body></html>