Bug#875369: FTBFS with Java 9: fails to find javac

2018-03-12 Thread Emmanuel Bourg
Control: tag -1 + wontfix

Tagging as wontfix since the package is unmaintained, dead upstream, and
therefore likely to be removed.



Bug#875369: FTBFS with Java 9: fails to find javac

2017-09-10 Thread Chris West
Source: hyperestraier
Version: 1.4.13
Severity: normal
User: debian-j...@lists.debian.org
Usertags: default-java9

This package fails to build with default-jdk pointing to openjdk-9-jdk.
Please fix it, so that we can start the transition to Java 9.
The wiki has some common problems and their solutions:
https://wiki.debian.org/Java/Java9Pitfalls

The package seems to think that javac(1) would be in
/usr/java/bin/javac, which is probably the result of having failed to
guess its location in other paths. See the wiki for /jre-related
changes.

Build log:

cd javapure && /usr/bin/make
make[1]: Entering directory '/build/hyperestraier-1.4.13/javapure'
/usr/java/bin/javac -source 1.5 -target 1.5 -d . Document.java Condition.java 
ResultDocument.java NodeResult.java Node.java Utility.java Call.java
/bin/bash: /usr/java/bin/javac: No such file or directory
Makefile:128: recipe for target 'estraierpure.jar' failed


Cheers,
Chris.