Package: josm-plugins Version: 0.0.0.20080413-2 Severity: serious User: debian...@lists.debian.org Usertags: qa-ftbfs-20090713 qa-ftbfs Justification: FTBFS on amd64
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part: > make[1]: Entering directory > `/build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413' > make[1]: Nothing to be done for `update-config'. > make[1]: Leaving directory > `/build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413' > touch debian/stamp-patched > cd . && /usr/lib/jvm/java-gcj//bin/java -classpath > /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/josm/josm.jar:/usr/lib/jvm/java-gcj//lib/tools.jar > -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true > -Dcompile.optimize=true -buildfile > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/debian/master.xml > -propertyfile > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/debian/ant.properties > build > Buildfile: > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/debian/master.xml > > init: > [mkdir] Created dir: > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/dist > [mkdir] Created dir: > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/tmp/josm/lib > > build: > > clean: > > init: > [mkdir] Created dir: > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/validator/build > > compile: > [echo] creating ../dist/validator.jar > [javac] Compiling 29 source files to > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/validator/build > [javac] ---------- > [javac] 1. ERROR in > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/validator/src/org/openstreetmap/josm/plugins/validator/GridLayer.java > [javac] (at line 132) > [javac] class HighlightCellVisitor implements Visitor > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The type GridLayer.HighlightCellVisitor must implement the > inherited abstract method Visitor.visit(Changeset) > [javac] ---------- > [javac] ---------- > [javac] 2. WARNING in > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/validator/src/org/openstreetmap/josm/plugins/validator/OSMValidatorPlugin.java > [javac] (at line 22) > [javac] import org.openstreetmap.josm.plugins.validator.util.Util; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import org.openstreetmap.josm.plugins.validator.util.Util is > never used > [javac] ---------- > [javac] 3. WARNING in > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/validator/src/org/openstreetmap/josm/plugins/validator/OSMValidatorPlugin.java > [javac] (at line 45) > [javac] public static Class[] allAvailableTests = new Class[] > [javac] ^^^^^ > [javac] Class is a raw type. References to generic type Class<T> should > be parameterized > [javac] ---------- > [javac] 4. WARNING in > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/validator/src/org/openstreetmap/josm/plugins/validator/OSMValidatorPlugin.java > [javac] (at line 167) > [javac] public static Class[] getAllAvailableTests() > [javac] ^^^^^ > [javac] Class is a raw type. References to generic type Class<T> should > be parameterized > [javac] ---------- > [javac] ---------- > [javac] 5. ERROR in > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/validator/src/org/openstreetmap/josm/plugins/validator/PreferenceEditor.java > (at line 73) > [javac] public void ok() > [javac] ^^^^ > [javac] The return type is incompatible with PreferenceSetting.ok() > [javac] ---------- > [javac] ---------- > [javac] 6. ERROR in > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/validator/src/org/openstreetmap/josm/plugins/validator/Severity.java > [javac] (at line 10) > [javac] ERROR("Errors", "error.gif", > SimplePaintVisitor.getPreferencesColor("validation error", Color.RED)), > [javac] > ^^^^^^^^^^^^^^^^^^^ > [javac] The method getPreferencesColor(String, Color) is undefined for > the type SimplePaintVisitor > [javac] ---------- > [javac] 7. ERROR in > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/valid > [javac] ator/src/org/openstreetmap/josm/plugins/validator/Severity.java > (at line 12) > [javac] WARNING("Warnings", "warning.gif", > SimplePaintVisitor.getPreferencesColor("validation > [javac] warning", Color.YELLOW)), > [javac] > ^^^^^^^^^^^^^^^^^^^ > [javac] The method getPreferencesColor(String, Color) is undefined for > the type SimplePaintVisitor > [javac] ---------- > [javac] 8. ERROR in > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/validator/src/org/openstreetmap/josm/plugins/validator/Severity.java > [javac] (at line 14) > [javac] OTHER("Other", "other.gif", > SimplePaintVisitor.getPreferencesColor("validation other", Color.CYAN)); > [javac] > ^^^^^^^^^^^^^^^^^^^ > [javac] The method getPreferencesColor(String, Color) is undefined for > the type SimplePaintVisitor > [javac] ---------- > [javac] ---------- > [javac] 9. ERROR in > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/valid > [javac] ator/src/org/openstreetmap/josm/plugins/validator/Test.java (at > line 26) > [javac] public class Test implements Visitor > [javac] ^^^^ > [javac] The type Test must implement the inherited abstract method > Visitor.visit(Changeset) > [javac] ---------- > [javac] ---------- > [javac] 10. ERROR in > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/validator/src/org/openstreetmap/josm/plugins/validator/TestError.java > (at line 208) > [javac] class PaintVisitor implements Visitor > [javac] ^^^^^^^^^^^^ > [javac] The type TestError.PaintVisitor must implement the inherited > abstract method Visitor.visit(Changeset) > [javac] ---------- > [javac] ---------- > [javac] 11. ERROR in > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/vali > [javac] > dator/src/org/openstreetmap/josm/plugins/validator/ValidateAction.java (at > line 37) > [javac] super("Validation", "validator", "Performs the data > validation", KeyEvent.VK_V, KeyEv > [javac] ent.CTRL_DOWN_MASK + KeyEvent.ALT_MASK, true); > [javac] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The constructor JosmAction(String, String, String, int, int, > boolean) is undefined > [javac] ---------- > [javac] ---------- > [javac] 12. ERROR in > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/vali > [javac] > dator/src/org/openstreetmap/josm/plugins/validator/ValidatorDialog.java (at > line 61) > [javac] super(tr("Validation errors"), "validator", tr("Open the > validation window."), KeyEve > [javac] nt.VK_V, 150); > [javac] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The constructor ToggleDialog(String, String, String, int, int) is > undefined > [javac] ---------- > [javac] ---------- > [javac] 13. WARNING in > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/validator/src/org/openstreetmap/josm/plugins/validator/tests/CrossingWays.java > [javac] (at line 11) > [javac] import org.openstreetmap.josm.plugins.validator.util.Bag; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import org.openstreetmap.josm.plugins.validator.util.Bag is > never used > [javac] ---------- > [javac] ---------- > [javac] 14. WARNING in > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/validator/src/org/openstreetmap/josm/plugins/validator/tests/DuplicatedWayNodes.java > > BUILD FAILED > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/deb > [javac] (at line 8) > [javac] import org.openstreetmap.josm.data.osm.OsmPrimitive; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import org.openstreetmap.josm.data.osm.OsmPrimitive is never > used > [javac] ---------- > [javac] ---------- > [javac] 15. WARNING in > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/validator/src/org/openstreetmap/josm/plugins/validator/tests/OverlappingWays.java > [javac] (at line 8) > [javac] import org.openstreetmap.josm.data.coor.LatLon; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import org.openstreetmap.josm.data.coor.LatLon is never used > [javac] ---------- > [javac] ---------- > [javac] 16. WARNING in > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/validator/src/org/openstreetmap/josm/plugins/validator/tests/WronglyOrderedWays.java > [javac] (at line 14) > [javac] import org.openstreetmap.josm.plugins.validator.util.Util; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import org.openstreetmap.josm.plugins.validator.util.Util is > never used > [javac] ---------- > [javac] ---------- > [javac] 17. ERROR in > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/validator/src/org/openstreetmap/josm/plugins/validator/util/AgregatePrimitivesVisitor.java > [javac] (at line 17) > [javac] public class AgregatePrimitivesVisitor implements Visitor > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The type AgregatePrimitivesVisitor must implement the inherited > abstract method Visitor.visit(Changeset) > [javac] ---------- > [javac] ---------- > [javac] 18. ERROR in > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/validator/src/org/openstreetmap/josm/plugins/validator/util/Util.java > [javac] (at line 63) > [javac] PluginInformation info = > PluginInformation.getLoaded("validator"); > [javac] ^^^^^^^^^ > [javac] The method getLoaded(String) is undefined for the type > PluginInformation > [javac] ---------- > [javac] 18 problems (11 errors, 7 warnings) > ian/master.xml:16: The following error occurred while executing this line: > /build/user-josm-plugins_0.0.0.20080413-2-amd64-lzz99Z/josm-plugins-0.0.0.20080413/validator/build.xml:23: > Compile failed; see the compiler error output for details. > > Total time: 2 seconds > make: *** [debian/stamp-ant-build] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2009/07/13/josm-plugins_0.0.0.20080413-2_lsid64.buildlog A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on about 50 AMD64 nodes of the Grid'5000 platform, using a clean chroot. Internet was not accessible from the build systems. -- | Lucas Nussbaum | lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ | | jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F | _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel