Source: logisim Version: 2.7.1~dfsg-1 Severity: serious Tags: buster sid https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/logisim.html
... debian/rules override_jh_build make[1]: Entering directory '/build/1st/logisim-2.7.1~dfsg' jh_build find src/com -name *.java -and -type f -print0 | xargs -s 512000 -0 /usr/lib/jvm/default-java/bin/javac -g -cp /usr/share/java/jhall.jar:/usr/share/java/ColorPicker.jar:/usr/share/java/FontChooser.jar:debian/_jh_build.logisim -d debian/_jh_build.logisim -source 1.7 -target 1.7 -encoding ISO8859-1 warning: [options] bootstrap class path not set in conjunction with -source 1.7 src/com/cburch/logisim/gui/main/SimulationTreeNode.java:18: error: children() in SimulationTreeNode cannot implement children() in TreeNode public abstract Enumeration<?> children(); ^ return type Enumeration<?> is not compatible with Enumeration<? extends TreeNode> src/com/cburch/logisim/gui/log/ComponentSelector.java:244: error: ComponentSelector.OptionNode is not abstract and does not override abstract method children() in TreeNode private class OptionNode implements TreeNode { ^ src/com/cburch/logisim/gui/log/ComponentSelector.java:282: error: children() in ComponentSelector.OptionNode cannot implement children() in TreeNode public Enumeration<?> children() { ^ return type Enumeration<?> is not compatible with Enumeration<? extends TreeNode> 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. 3 errors 1 warning make[1]: *** [debian/rules:10: override_jh_build] Error 123