From owner-freebsd-ports-bugs@freebsd.org Wed Dec 23 16:20:43 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD3B1A506D3 for ; Wed, 23 Dec 2015 16:20:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99F8F1D6D for ; Wed, 23 Dec 2015 16:20:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNGKh33043194 for ; Wed, 23 Dec 2015 16:20:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 205544] java/openjdk8 - Build Fails Date: Wed, 23 Dec 2015 16:20:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ryanrfrederick@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 16:20:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205544 Bug ID: 205544 Summary: java/openjdk8 - Build Fails Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: java@FreeBSD.org Reporter: ryanrfrederick@gmail.com Assignee: java@FreeBSD.org Flags: maintainer-feedback?(java@FreeBSD.org) The build of java/openjdk8 version 8.66.17_1 fails on FreeBSD 10.1-RELEASE with the following: /usr/ports/java/openjdk8/work/openjdk/jdk/src/share/classes/sun/security/x509/X509CertImpl.java:436: error: cannot access Instance sigVerf = Signature.getInstance(algId.getName(), sigProvider); ^ class file for sun.security.jca.GetInstance$Instance not found /usr/ports/java/openjdk8/work/openjdk/jdk/src/share/classes/sun/security/jca/GetInstance.java:238: error: cannot find symbol return new Instance(s.getProvider(), instance); ^ symbol: class Instance location: class GetInstance /usr/ports/java/openjdk8/work/openjdk/jdk/src/share/classes/sun/security/jca/GetInstance.java:245: error: cannot find symbol return new Instance(s.getProvider(), instance); ^ symbol: class Instance location: class GetInstance /usr/ports/java/openjdk8/work/openjdk/jdk/src/share/classes/javax/net/ssl/SSLContext.java:155: error: cannot find symbol GetInstance.Instance instance = GetInstance.getInstance ^ symbol: class Instance location: class GetInstance /usr/ports/java/openjdk8/work/openjdk/jdk/src/share/classes/javax/net/ssl/SSLContext.java:198: error: cannot find symbol GetInstance.Instance instance = GetInstance.getInstance ^ symbol: class Instance location: class GetInstance /usr/ports/java/openjdk8/work/openjdk/jdk/src/share/classes/javax/net/ssl/SSLContext.java:235: error: cannot find symbol GetInstance.Instance instance = GetInstance.getInstance ^ symbol: class Instance location: class GetInstance 6 errors Writing java_util_concurrent_atomic_AtomicLong.h Writing java_util_zip_Deflater.h Writing java_util_prefs_FileSystemPreferences.h Writing java_util_logging_FileHandler.h Writing java_util_zip_CRC32.h Writing java_util_zip_Inflater.h Writing java_util_jar_JarFile.h Writing java_util_zip_ZipFile.h Writing java_util_zip_Adler32.h Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. CompileJavaClasses.gmk:344: recipe for target '/usr/ports/java/openjdk8/work/openjdk/build/bsd-x86_64-normal-server-release/jdk/classes/javac_state' failed gmake[4]: *** [/usr/ports/java/openjdk8/work/openjdk/build/bsd-x86_64-normal-server-release/jdk/classes/javac_state] Error 255 gmake[4]: Leaving directory '/usr/ports/java/openjdk8/work/openjdk/jdk/make' BuildJdk.gmk:64: recipe for target 'classes-only' failed gmake[3]: *** [classes-only] Error 2 gmake[3]: Leaving directory '/usr/ports/java/openjdk8/work/openjdk/jdk/make' /usr/ports/java/openjdk8/work/openjdk//make/Main.gmk:119: recipe for target 'jdk-only' failed gmake[2]: *** [jdk-only] Error 2 gmake[2]: Leaving directory '/usr/ports/java/openjdk8/work/openjdk' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/java/openjdk8 *** Error code 1 -- You are receiving this mail because: You are the assignee for the bug.