[Bug 2990] New: icedtea-1.13.11 fails to build with "... must override a superclass method"
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue May 31 22:49:51 UTC 2016
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2990
Bug ID: 2990
Summary: icedtea-1.13.11 fails to build with "... must override
a superclass method"
Product: IcedTea
Version: 6-1.13.11
Hardware: x86_64
OS: Linux
Status: NEW
Severity: blocker
Priority: P5
Component: IcedTea
Assignee: gnu.andrew at redhat.com
Reporter: leo at famulari.name
CC: unassigned at icedtea.classpath.org
Created attachment 1534
--> http://icedtea.classpath.org/bugzilla/attachment.cgi?id=1534&action=edit
Tail of failed build output
In GNU Guix, we are trying to update our icedtea-1.13.x package to 1.13.11.
However, icedtea-1.13.11 is failing to build, due to a series of errors like
this (the remainder of the failures are attached):
# Running javac:
/tmp/guix-build-icedtea-1.13.11.drv-0/icedtea6-1.13.11/bootstrap/jdk1.6.0/bin/javac
-J-XX:ThreadStackSize=2048 -J-Xmx896m -J-Xms128m -J-XX:PermSize=32m
-J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii
-Xbootclasspath:/tmp/guix-build-icedtea-1.13.11.drv-0/icedtea6-1.13.11/openjdk.build-ecj/classes
-sourcepath
/tmp/guix-build-icedtea-1.13.11.drv-0/icedtea6-1.13.11/generated.build:../../../src/solaris/classes:../../../src/share/classes
-d
/tmp/guix-build-icedtea-1.13.11.drv-0/icedtea6-1.13.11/openjdk.build-ecj/classes
@/tmp/guix-build-icedtea-1.13.11.drv-0/icedtea6-1.13.11/openjdk.build-ecj/tmp/java/java.lang.management/management/.classes.list
----------
1. ERROR in
/tmp/guix-build-icedtea-1.13.11.drv-0/icedtea6-1.13.11/openjdk-ecj/jdk/src/share/classes/javax/management/remote/rmi/RMIJRMPServerImpl.java
(at line 231)
public String getVersion() throws RemoteException {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getVersion() of type RMIJRMPServerImpl.ExportedWrapper must override
a superclass method
There was some discussion of the subject here:
<http://lists.gnu.org/archive/html/guix-devel/2016-05/msg00969.html>. We are
using GCJ 4.9.3.
--
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/20160531/caf70920/attachment.html>
More information about the distro-pkg-dev
mailing list