maintainer-feedback requested: [Bug 205544] java/openjdk8 - Build Fails

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 23 16:20:44 UTC 2015


Ryan Frederick <ryanrfrederick at gmail.com> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to java at FreeBSD.org:
Bug 205544: java/openjdk8 - Build Fails
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205544



--- Description ---
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/X
509CertImpl.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/Ge
tInstance.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/Ge
tInstance.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/SSLCo
ntext.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/SSLCo
ntext.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/SSLCo
ntext.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/j
dk/classes/javac_state'
failed
gmake[4]: ***
[/usr/ports/java/openjdk8/work/openjdk/build/bsd-x86_64-normal-server-release/j
dk/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


More information about the freebsd-java mailing list