[Bug 3595] New: [IcedTea7] Bootstrapping with IcedTea 2.x as the bootstrap JDK broken by import of 7u181-b01

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed May 23 04:35:55 UTC 2018


https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3595

            Bug ID: 3595
           Summary: [IcedTea7] Bootstrapping with IcedTea 2.x as the
                    bootstrap JDK broken by import of 7u181-b01
           Product: IcedTea
           Version: 2.x-hg
          Hardware: all
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: IcedTea
          Assignee: gnu.andrew at redhat.com
          Reporter: gnu.andrew at redhat.com
                CC: unassigned at icedtea.classpath.org

/builddir/build/BUILD/icedtea-2.6.14/openjdk-boot/jdk/src/share/classes/java/io/ObjectInputStream.java:2565:
error: cannot find
 symbol
    static class FilterValues implements ObjectInputFilter.FilterInfo {
                                                          ^
  symbol:   class FilterInfo
  location: interface ObjectInputFilter

etc.

45 errors
gmake[5]: *** [.compile.classlist] Error 1
gmake[5]: Leaving directory
`/builddir/build/BUILD/icedtea-2.6.14/openjdk-boot/corba/make/sun/rmi/corbalogcompile'
gmake[4]: *** [build] Error 1

Fix is to not include the langtools & jdk sources for such builds, but use
tools.jar rather than the just-built langtools. This then includes an existing
build of the tooling code from the JDK rather than trying to build it as part
of the CORBA build.

Bootstrap JDKs without this tooling code (i.e. GNU Classpath-based JDKs)
continue to use the existing method.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20180523/d8d19b2e/attachment.html>


More information about the distro-pkg-dev mailing list