Bug#874636: RM? FTBFS with Java 9, no rdeps, dead upstream (2004)

Chris West solo-debianbugs at goeswhere.com
Fri Sep 8 10:51:31 UTC 2017


Source: libgroboutils-java
Version: 5
Severity: wishlist
User: debian-java at lists.debian.org
Usertags: default-java9

This package fails to build with default-jdk pointing to openjdk-9-jdk,
although it would probably be trivial to fix.
The wiki has some common problems and their solutions:
https://wiki.debian.org/Java/Java9Pitfalls

I cannot see any rdeps in sid for this library package.

Upstream seems to have been dead since 2004, there have been no
releases. There is a related project, which saw commits in 2014, but no
releases.


Build log:

    [javac] XXX: totally hacking the target version
    [javac] /build/libgroboutils-java-5/testing-junit/sources/dev/net/sourceforge/groboutils/junit/v1/SubTestTestCase.java:156: error: as of release 5, 'enum' is a keyword, and may not be used as an identifier
    [javac]                 Enumeration enum = list.elements();
    [javac]                             ^
    [javac] /build/libgroboutils-java-5/testing-junit/sources/dev/net/sourceforge/groboutils/junit/v1/SubTestTestCase.java:157: error: as of release 5, 'enum' is a keyword, and may not be used as an identifier
    [javac]                 while (enum.hasMoreElements())
    [javac]                        ^
    [javac] /build/libgroboutils-java-5/testing-junit/sources/dev/net/sourceforge/groboutils/junit/v1/SubTestTestCase.java:159: error: as of release 5, 'enum' is a keyword, and may not be used as an identifier
    [javac]                     Test test = (Test)enum.nextElement();
    [javac]                                       ^
    [javac] 3 errors
    [javac] 3 warnings



Cheers,
Chris.



More information about the pkg-java-maintainers mailing list