Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2015 16:20:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205544] java/openjdk8 - Build Fails
Message-ID:  <bug-205544-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205544-13>