Your message dated Mon, 11 Aug 2008 12:32:04 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#494214: fixed in josm-plugins 0.0.0.20080413-2 has caused the Debian Bug report #494214, regarding josm-plugins: FTBFS: The return type is incompatible with Command.executeCommand() to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 494214: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494214 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: josm-plugins Version: 0.0.0.20080413-1 Severity: serious User: [EMAIL PROTECTED] Usertags: qa-ftbfs-20080807 qa-ftbfs Justification: FTBFS on i386 Hi, During a rebuild of all packages in sid, your package failed to build on i386. Relevant part: > make[1]: Entering directory > `/build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1' > make[1]: Nothing to be done for `update-config'. > make[1]: Leaving directory > `/build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1' > 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-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/debian/master.xml > -propertyfile > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/debian/ant.properties > build > Buildfile: > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/debian/master.xml > > init: > [mkdir] Created dir: > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/dist > [mkdir] Created dir: > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/tmp/josm/lib > > build: > > clean: > > init: > [mkdir] Created dir: > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/validator/build > > compile: > [echo] creating ../dist/validator.jar > [javac] Compiling 29 source files to > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/validator/build > [javac] ---------- > [javac] 1. WARNING in > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/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] 2. WARNING in > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/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] 3. WARNING in > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/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] 4. WARNING in > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/validator/src/org/openstreetmap/josm/plugins/validator/Test.java > (at line 3) > [javac] import java.awt.event.ActionEvent; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import java.awt.event.ActionEvent is never used > [javac] ---------- > [javac] 5. WARNING in > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/validator/src/org/openstreetmap/josm/plugins/validator/Test.java > [javac] (at line 4) > [javac] import java.awt.event.ActionListener; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import java.awt.event.ActionListener is never used > [javac] ---------- > [javac] ---------- > [javac] 6. WARNING in > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/validator/src/org/openstreetmap/josm/plugins/validator/ValidatorDialog.java > (at line 9) > [javac] import java.util.Map.Entry; > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The import java.util.Map.Entry is never used > [javac] ---------- > [javac] 7. WARNING in > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/validator/src/org/openstreetmap/josm/plugins/validator/ValidatorDialog.java > [javac] (at line 18) > [javac] import org.openstreetmap.josm.command.SequenceCommand; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The import org.openstreetmap.josm.command.SequenceCommand is > never used > [javac] ---------- > [javac] 8. WARNING in > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/validator/src/org/openstreetmap/josm/plugins/validator/ValidatorDialog.java > [javac] (at line 22) > [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] 9. ERROR in > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/validator/src/org/openstreetmap/josm/plugins/validator/tests/ChangePropertyKeyCommand.java > [javac] (at line 50) > [javac] @Override public void executeCommand() { > [javac] ^^^^ > [javac] The return type is incompatible with Command.executeCommand() > [javac] ---------- > [javac] ---------- > [javac] 10. WARNING in > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/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] 11. WARNING in > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/validator/src/org/openstreetmap/josm/plugins/validator/tests/DuplicatedWayNodes.java > [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] 12. WARNING in > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/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] 13. WARNING in > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/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] 13 problems (1 error, 12 warnings) > > BUILD FAILED > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/debian/master.xml:16: > The following error occurred while executing this line: > /build/user-josm-plugins_0.0.0.20080413-1-amd64-FowLjC/josm-plugins-0.0.0.20080413-1/validator/build.xml:23: > Compile failed; see the compiler error output for details. > > Total time: 1 second > make: *** [debian/stamp-ant-build] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2008/08/07 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 containing a sid i386 environment. Internet was not accessible from the build systems. -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---Source: josm-plugins Source-Version: 0.0.0.20080413-2 We believe that the bug you reported is fixed in the latest version of josm-plugins, which is due to be installed in the Debian FTP archive: josm-plugins_0.0.0.20080413-2.diff.gz to pool/main/j/josm-plugins/josm-plugins_0.0.0.20080413-2.diff.gz josm-plugins_0.0.0.20080413-2.dsc to pool/main/j/josm-plugins/josm-plugins_0.0.0.20080413-2.dsc josm-plugins_0.0.0.20080413-2_all.deb to pool/main/j/josm-plugins/josm-plugins_0.0.0.20080413-2_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Giovanni Mascellani <[EMAIL PROTECTED]> (supplier of updated josm-plugins package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Fri, 08 Aug 2008 11:45:36 +0200 Source: josm-plugins Binary: josm-plugins Architecture: source all Version: 0.0.0.20080413-2 Distribution: unstable Urgency: low Maintainer: Debian GIS Project <[EMAIL PROTECTED]> Changed-By: Giovanni Mascellani <[EMAIL PROTECTED]> Description: josm-plugins - Plugins for JOSM Closes: 494214 Changes: josm-plugins (0.0.0.20080413-2) unstable; urgency=low . * patches/40_ftbfs: fix FTBFS, due to recent changes in JOSM API (closes: #494214). . * Upload sponsored by Petter Reinholdtsen. Checksums-Sha1: 0b961f078923bccdf841be5f4ab628d5284b6072 1259 josm-plugins_0.0.0.20080413-2.dsc 5564143d952130f02657fbe0eddecd00003f7fd5 4641 josm-plugins_0.0.0.20080413-2.diff.gz 7c51cf4a6df4d2084112b5f6d5a10c356bc434b7 262662 josm-plugins_0.0.0.20080413-2_all.deb Checksums-Sha256: c461e409ac49deaa1303489901f34fdc49f9c89ff0bf80462dc7992d0a37aad0 1259 josm-plugins_0.0.0.20080413-2.dsc 6168ad45dd9bd1e40e82e7aa998a0eaaa96c506dfce593bdefcfc0715a480576 4641 josm-plugins_0.0.0.20080413-2.diff.gz f6e5afc06789c82d308b88f1620210477d7290464b220d70b27c65f351b2ae31 262662 josm-plugins_0.0.0.20080413-2_all.deb Files: 00c860d5a7b25657651f48afce686967 1259 utils extra josm-plugins_0.0.0.20080413-2.dsc e93ad6bab9255fb1a6dd1b7d157d552c 4641 utils extra josm-plugins_0.0.0.20080413-2.diff.gz f95e7586f6d82cbbc3860d53a56e4952 262662 utils extra josm-plugins_0.0.0.20080413-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iD8DBQFIoC1O20zMSyow1ykRAj06AKDTPZLJydV9paQrg1hMUUlq6GGy7wCgw9YP OvCvgqyA4kNBpuhgP8KJgfs= =av8w -----END PGP SIGNATURE-----
--- End Message ---

