bug-gnu-electric
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

electric 9.07 fails to build from source with Java 9


From: Markus Koschany
Subject: electric 9.07 fails to build from source with Java 9
Date: Mon, 30 Oct 2017 00:34:25 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

Hello,

I'm hereby forwarding Debian bug

https://bugs.debian.org/873219

Unfortunately electric 9.07 fails to build from source with Java 9 now
due to some changes to generics in certain Swing classes. The error
message is:

[javac]
/build/electric-9.07+dfsg/com/sun/electric/tool/user/ui/JobTree.java:58:
error: incompatible types: Vector<JobTreeNode> cannot be converted to
Vector<TreeNode>
[javac]         children = jobNodes;

This is probably a bug in OpenJDK 9 and there were some discussions on
the OpenJDK mailing list three years ago:

http://mail.openjdk.java.net/pipermail/jdk9-dev/2014-September/001295.html

It is unlikely this behavior will change with Java 9. It would be great
if there was a way to work around this issue because falling back to
Java 8 won't be possible for us.

Regards,

Markus

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]