Source: bindex Version: 2.2+svn101-3 Severity: serious Tags: ftbfs buster sid
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/bindex.html ... jh_build dist/bindex-2.2.jar src find src -name *.java -and -type f -print0 | xargs -s 512000 -0 /usr/lib/jvm/default-java/bin/javac -g -cp /usr/share/ant/lib/ant.jar:/usr/share/java/kxml2-min.jar:/usr/share/java/org.osgi.service.obr.jar:/usr/share/java/osgi.core.jar:/usr/share/java/junit4.jar:/usr/share/java/bnd.annotation.jar:debian/_jh_build.bindex-2.2 -d debian/_jh_build.bindex-2.2 -source 1.7 -target 1.7 -encoding ISO8859-1 warning: [options] bootstrap class path not set in conjunction with -source 7 src/test/TestVersionImpl.java:24: error: package org.omg.PortableInterceptor does not exist import org.omg.PortableInterceptor.*; ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 error 1 warning make[1]: *** [debian/rules:15: override_dh_auto_build] Error 123