Bug#893291: libsvm FTBFS with openjdk-9

2018-04-09 Thread Emmanuel Bourg
Control: tags -1 + patch Here is a patch fixing this issue. --- a/java/Makefile +++ b/java/Makefile @@ -5,7 +5,7 @@ svm_train.class svm_predict.class svm_toy.class svm_scale.class #JAVAC = jikes -JAVAC_FLAGS = -target 1.5 -source 1.5 +JAVAC_FLAGS = -target 1.8 -source 1.8

Bug#893291: libsvm FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: libsvm Version: 3.21+ds-1.1 Severity: serious Tags: buster sid https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libsvm.html ... /usr/bin/make -C java make[1]: Entering directory '/build/1st/libsvm-3.21+ds/java' javac -target 1.5 -source 1.5 libsvm/svm.java warning: