[Debian-iot-maintainers] Bug#873989: FTBFS with Java 9 due to	-source/-target only
    Chris West 
    solo-debianbugs at goeswhere.com
       
    Fri Sep  1 19:58:39 UTC 2017
    
    
  
Source: libmatthew-java
Version: 0.8
Severity: normal
User: debian-java at lists.debian.org
Usertags: default-java9
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
An automated tool has decided that this package will build fine if the
-source and -target options are changed to 1.6; no additional changes
are required. This was done by building with a compiler that changed
the settings automatically, then the real compiler, and diffing the
results. This modified compiler will never be part of Debian.
ant and Maven are supposed to do this for you, and I've tried to check
that this package is not using ant or Maven correctly, but I might have
messed up.
Build log sample:
make[3]: Entering directory '/build/libmatthew-java-0.8'
mkdir -p classes
cpp  -C -P -DDEBUGSETTING=false < cx/ath/matthew/debug/Debug.jpp > cx/ath/matthew/debug/Debug.java
/usr/lib/jvm/default-java/bin/javac -source 1.5  -cp classes -d classes cx/ath/matthew/debug/Debug.java cx/ath/matthew/utils/Hexdump.java
warning: [options] bootstrap class path not set in conjunction with -source 1.5
error: Source option 1.5 is no longer supported. Use 1.6 or later.
make[3]: *** [.disabledebug] Error 2
make[2]: *** [.classes] Error 2
Makefile:107: recipe for target '.disabledebug' failed
Cheers,
Chris.
    
    
More information about the Debian-iot-maintainers
mailing list