Source: liboptimisation-java Version: 0.1 Severity: wishlist User: debian-j...@lists.debian.org Usertags: default-java9 X-Debbugs-Cc: debian-...@lists.debian.org
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 I don't really understand the problem, it's failing to find a class; this kind of thing shouldn't have changed. I didn't investigate much as I am hoping to RM it. Upstream's last release was in 2010. There's no source control or anything. There's a phone number. The package seems to have been superseded by JPOP: https://sourceforge.net/projects/jpop-optimizer/ The package has no current rdeps. It appears to have been added to support an unspecified Debian Med package, which I am unable to locate. The maintainer has ended up as Debian Java out of.. politeness? Can we RM it? Build log: find optimization -name *.java -and -type f -print0 | xargs -s 512000 -0 /usr/lib/jvm/default-java/bin/javac -g -cp :debian/_jh_build.optimization -d debian/_jh_build.optimization -source 1.7 -target 1.7 -encoding ISO8859-1 warning: [options] bootstrap class path not set in conjunction with -source 1.7 optimization/Blas_f77.java:129: error: duplicate class: linear_algebra.Blas_f77 public class Blas_f77 extends Object { ^ optimization/Fzero.java:302: error: cannot access Blas_f77 if (Blas_f77.sign_f77(1.0,fz) != Blas_f77.sign_f77(1.0,fb)) { ^ bad source file: ./optimization/Blas_f77.java file does not contain class optimization.Blas_f77 Cheers, Chris.