Bug#873308: Please update: FTBFS with Java 9

Chris West solo-debianbugs at goeswhere.com
Sat Aug 26 12:05:59 UTC 2017


Source: rome
Version: 1.0
Severity: normal
User: debian-java at lists.debian.org
Usertags: default-java9
Tags: fixed-upstream

This package fails to build with default-jdk pointing to openjdk-9-jdk.
The wiki has some common problems and their solutions:
https://wiki.debian.org/Java/Java9Pitfalls

This package is very outdated; upstream fixed this problem (by accident)
in ~2014; it's a trivial issue with an import. Updating also fixes the
build system to be good, and lots of other weirdness around packages
that is probably going to be a problem with something Java 9.

Build log:
find com -name *.java -and -type f -print0 | xargs -s 512000 -0 /usr/lib/jvm/default-java/bin/javac -g -cp /usr/share/java/jdom1.jar:debian/_jh_build.rome -d debian/_jh_build.rome -source 1.7 -target 1.7 -encoding ISO8859-1
warning: [options] bootstrap class path not set in conjunction with -source 1.7
com/sun/syndication/feed/synd/SyndFeedImpl.java:643: error: reference to Module is ambiguous
    public Module getModule(String uri) {


Cheers,
Chris.



More information about the pkg-java-maintainers mailing list