Date: Thu, 21 Jun 2007 20:53:50 -0700 From: John Reynolds <johnjen@reynoldsnet.org> To: ports@freebsd.org Subject: does the java/jdk15 port build under 7.0-CURRENT? Message-ID: <18043.18382.14292.372552@whale.home-net>
next in thread | raw e-mail | index | archive | help
Hello all, I recently built up a new box running 7.0-CURRENT (to get support for devices on a new motherboard I bought). Everything's been going great thus far (kudo's to all involved!) but as I was building the java/jdk15 port tonight I ran into a problem. I had previously built this on a 6.2-STABLE machine with no hassles. I've fetched all the distfiles by hand and put them into the right place. The port build goes on and on and finally ends with the following cut-n-pasted below. Is this port "supposed" to build on 7.0-CURRENT? What else can I check to make sure I've got in place to make it succeed? Thanks! -Jr ../../../../../src/share/classes/sun/security/util/SignatureFileVerifier.java:22: cannot find symbol symbol : class timestamp location: package sun.security import sun.security.timestamp.TimestampToken; ^ ../../../../../src/share/classes/sun/security/provider/X509Factory.java:17: cannot find symbol symbol : class certpath location: package sun.security.provider import sun.security.provider.certpath.X509CertPath; (whole bunch of these) ../../../../../src/share/classes/java/lang/reflect/AccessibleObject.java:131: missing return value return override; ^ (whole bunch of these) ../../../../../src/share/classes/java/io/ObjectStreamClass.java:976: warning: non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning readObjectNoDataMethod.invoke(obj, null); ^ gmake[7]: *** [.compile.classlist] Error 4 gmake[7]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/sun/javac/recompile/library' gmake[6]: *** [optimized] Error 2 gmake[6]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/sun/javac/recompile/library' gmake[5]: *** [all] Error 1 gmake[5]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/sun/javac/recompile' gmake[4]: *** [all] Error 1 gmake[4]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/sun/javac' gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/java/javac' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/java' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make' gmake: *** [j2se-build] Error 2 *** Error code 2 Stop in /usr/ports/java/jdk15. *** Error code 1 Stop in /usr/ports/java/jdk15. -- John & Jennifer Reynolds johnjen at reynoldsnet.org www.reynoldsnet.org Structural/Physical Design - some group - Intel jreynold at sedona.ch.intel.com Running FreeBSD since 2.1.5-RELEASE. KT7JCR FreeBSD: The Power to Serve! "Unix is user friendly, it's just particular about the friends it chooses."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?18043.18382.14292.372552>