Your message dated Sat, 25 Aug 2007 14:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#439479: fixed in libcommons-modeler-java 2.0.1-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libcommons-modeler-java
version: 2.0.1-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 qa-ftbfs
Justification: FTBFS on i386
Hi,
During a rebuild of all packages in sid, your package failed to build on i386.
Relevant part:
compile.tests:
[javac] Compiling 7 source files to
/build/user/libcommons-modeler-java-2.0.1/target/tests
[javac] ----------
[javac] 1. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 33)
[javac] import junit.framework.Test;
[javac] ^^^^^
[javac] The import junit cannot be resolved
[javac] ----------
[javac] 2. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 34)
[javac] import junit.framework.TestCase;
[javac] ^^^^^
[javac] The import junit cannot be resolved
[javac] ----------
[javac] 3. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 35)
[javac] import junit.framework.TestSuite;
[javac] ^^^^^
[javac] The import junit cannot be resolved
[javac] ----------
[javac] 4. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 45)
[javac] public class RegistryTestCase extends TestCase {
[javac] ^^^^^^^^
[javac] TestCase cannot be resolved to a type
[javac] ----------
[javac] 5. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 67)
[javac] super(name);
[javac] ^^^^^^^^^^^^
[javac] The constructor Object(String) is undefined
[javac] ----------
[javac] 6. WARNING in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 80)
[javac] registry = Registry.getRegistry();
[javac] ^^^^^^^^^^^^^^^^^^^^^^
[javac] The method getRegistry() from the type Registry is deprecated
[javac] ----------
[javac] 7. WARNING in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/Registry
[javac] TestCase.java (at line 85)
[javac] Registry.loadRegistry(stream);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The method loadRegistry(InputStream) from the type Registry is
deprecated
[javac] ----------
[javac] 8. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 95)
[javac] public static Test suite() {
[javac] ^^^^
[javac] Test cannot be resolved to a type
[javac] ----------
[javac] 9. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 97)
[javac] return (new TestSuite(RegistryTestCase.class));
[javac] ^^^^^^^^^
[javac] TestSuite cannot be resolved to a type
[javac] ----------
[javac] 10. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 122)
[javac] assertNotNull("Found HttpConnector managed bean");
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String) is undefined for the type
RegistryTestCase
[javac] ----------
[javac] 11. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 126)
[javac] assertNotNull("Found HttpConnector ModelMBeanInfo", info);
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String, ModelMBeanInfo) is undefined for
the type RegistryTestCase
[javac] ----------
[javac] 12. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 130)
[javac] assertNotNull("Found HttpConnector acceptCount info", mmainfo);
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String, ModelMBeanAttributeInfo) is
undefined for the type RegistryTestCase
[javac] ----------
[javac] 13. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 134)
[javac] assertNotNull("Found HttpConnector acceptCount descriptor",
desc);
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String, Descriptor) is undefined for the
type RegistryTestCase
[javac] ----------
[javac] 14. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 150)
[javac] assertNotNull("Found HttpConnector managed bean");
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String) is undefined for the type
RegistryTestCase
[javac] ----------
[javac] 15. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 154)
[javac] assertNotNull("Found HttpConnector ModelMBeanInfo", info);
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String, ModelMBeanInfo) is undefined for
the type RegistryTestCase
[javac] ----------
[javac] 16. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 158)
[javac] assertNotNull("Found HttpConnector MBeanConstructorInfo array",
mcinfo);
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String, MBeanConstructorInfo[]) is
undefined for the type RegistryTestCase
[javac] ----------
[javac] 17. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 159)
[javac] assertEquals("Found HttpConnector MBeanConstructorInfo entry",
[javac] ^^^^^^^^^^^^
[javac] The method assertEquals(String, int, int) is undefined for the type
RegistryTestCase
[javac] ----------
[javac] 18. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 168)
[javac] assertNotNull("Found HttpConnector constructor descriptor",
desc);
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String, Descriptor) is undefined for the
type RegistryTestCase
[javac] ----------
[javac] 19. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 185)
[javac] assertNotNull("Found HttpConnector managed bean");
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String) is undefined for the type
RegistryTestCase
[javac] ----------
[javac] 20. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 189)
[javac] assertNotNull("Found HttpConnector fields");
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String) is undefined for the type
RegistryTestCase
[javac] ----------
[javac] 21. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 202)
[javac] assertNotNull("Found attribute");
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String) is undefined for the type
RegistryTestCase
[javac] ----------
[javac] 22. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 206)
[javac] assertNotNull("Found attribute fields");
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String) is undefined for the type
RegistryTestCase
[javac] ----------
[javac] 23. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 219)
[javac] assertNotNull("Found constructor");
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String) is undefined for the type
RegistryTestCase
[javac] ----------
[javac] 24. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 223)
[javac] assertNotNull("Found constructor fields");
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String) is undefined for the type
RegistryTestCase
[javac] ----------
[javac] 25. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 236)
[javac] assertNotNull("Found notification");
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String) is undefined for the type
RegistryTestCase
[javac] ----------
[javac] 26. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 240)
[javac] assertNotNull("Found notification fields");
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String) is undefined for the type
RegistryTestCase
[javac] ----------
[javac] 27. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 253)
[javac] assertNotNull("Found operation");
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String) is undefined for the type
RegistryTestCase
[javac] ----------
[javac] 28. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 257)
[javac] assertNotNull("Found operation fields");
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String) is undefined for the type
RegistryTestCase
[javac] ----------
[javac] 29. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 271)
[javac] assertNotNull("Found HttpConnector managed bean");
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String) is undefined for the type
RegistryTestCase
[javac] ----------
[javac] 30. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 275)
[javac] assertNotNull("Found HttpConnector ModelMBeanInfo", info);
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String, ModelMBeanInfo) is undefined for
the type RegistryTestCase
[javac] ----------
[javac] 31. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 278)
[javac] assertEquals("Correct className",
[javac] ^^^^^^^^^^^^
[javac] The method assertEquals(String, String, String) is undefined for
the type RegistryTestCase
[javac] ----------
[javac] 32. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 281)
[javac] assertEquals("Correct description",
[javac] ^^^^^^^^^^^^
[javac] The method assertEquals(String, String, String) is undefined for
the type RegistryTestCase
[javac] ----------
[javac] 33. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 287)
[javac] assertNotNull("Found HttpConnector MBeanDescriptor", desc);
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String, Descriptor) is undefined for the
type RegistryTestCase
[javac] ----------
[javac] 34. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 303)
[javac] assertNotNull("Found HttpConnector managed bean");
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String) is undefined for the type
RegistryTestCase
[javac] ----------
[javac] 35. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 307)
[javac] assertNotNull("Found HttpConnector ModelMBeanInfo", info);
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String, ModelMBeanInfo) is undefined for
the type RegistryTestCase
[javac] ----------
[javac] 36. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 311)
[javac] assertNotNull("Found HttpConnector problem info", mmninfo);
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String, ModelMBeanNotificationInfo) is
undefined for the type RegistryTestCase
[javac] ----------
[javac] 37. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 315)
[javac] assertNotNull("Found HttpConnector problem descriptor", desc);
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String, Descriptor) is undefined for the
type RegistryTestCase
[javac] ----------
[javac] 38. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 331)
[javac] assertNotNull("Found HttpConnector managed bean");
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String) is undefined for the type
RegistryTestCase
[javac] ----------
[javac] 39. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 335)
[javac] assertNotNull("Found HttpConnector ModelMBeanInfo", info);
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String, ModelMBeanInfo) is undefined for
the type RegistryTestCase
[javac] ----------
[javac] 40. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 339)
[javac] assertNotNull("Found HttpConnector initialize info", mmoinfo);
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String, ModelMBeanOperationInfo) is
undefined for the type RegistryTestCase
[javac] ----------
[javac] 41. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 343)
[javac] assertNotNull("Found HttpConnector initialize descriptor",
desc);
[javac] ^^^^^^^^^^^^^
[javac] The method assertNotNull(String, Descriptor) is undefined for the
type RegistryTestCase
[javac] ----------
[javac] 42. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 389)
[javac] assertTrue("Found name " + name, found);
[javac] ^^^^^^^^^^
[javac] The method assertTrue(String, boolean) is undefined for the type
RegistryTestCase
[javac] ----------
[javac] 43. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 390)
[javac] assertEquals("Correct name " + name + " value",
[javac] ^^^^^^^^^^^^
[javac] The method assertEquals(String, Object, Object) is undefined for
the type RegistryTestCase
[javac] ----------
[javac] 44. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryTestCase.java
(at line 404)
[javac] assertEquals("name=" + name + " value",
[javac] ^^^^^^^^^^^^
[javac] The method assertEquals(String, Object, Object) is undefined for
the type RegistryTestCase
[javac] ----------
[javac] 45. ERROR in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/RegistryT
[javac] estCase.java (at line 410)
[javac] fail("Cannot find field name=" + name + " and value=" + value);
[javac] ^^^^
[javac] The method fail(String) is undefined for the type RegistryTestCase
[javac] ----------
[javac] ----------
[javac] 46. WARNING in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/demo/Demo.java
(at line 85)
[javac] private static Demo demo = null;
[javac] ^^^^
[javac] The field Demo.demo is never read locally
[javac] ----------
[javac] 47. WARNING in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/demo/Demo.java
(at line 302)
[javac] Registry.loadRegistry(stream);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The method loadRegistry(InputStream) from the type Registry is
deprecated
[javac] ----------
[javac] 48. WARNING in
/build/user/libcommons-modeler-java-2.0.1/src/test/org/apache/commons/modeler/demo/De
[javac] mo.java (at line 304)
[javac] registry = Registry.getRegistry();
[javac] ^^^^^^^^^^^^^^^^^^^^^^
[javac] The method getRegistry() from the type Registry is deprecated
[javac] ----------
[javac] 48 problems (43 errors, 5 warnings)
BUILD FAILED
/build/user/libcommons-modeler-java-2.0.1/build.xml:303: Compile failed; see
the compiler error output for details.
Total time: 1 second
make: *** [debian/stamp-ant-check] Error 1
The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/23
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: libcommons-modeler-java
Source-Version: 2.0.1-2
We believe that the bug you reported is fixed in the latest version of
libcommons-modeler-java, which is due to be installed in the Debian FTP archive:
libcommons-modeler-java-doc_2.0.1-2_all.deb
to
pool/main/libc/libcommons-modeler-java/libcommons-modeler-java-doc_2.0.1-2_all.deb
libcommons-modeler-java_2.0.1-2.diff.gz
to
pool/main/libc/libcommons-modeler-java/libcommons-modeler-java_2.0.1-2.diff.gz
libcommons-modeler-java_2.0.1-2.dsc
to pool/main/libc/libcommons-modeler-java/libcommons-modeler-java_2.0.1-2.dsc
libcommons-modeler-java_2.0.1-2_all.deb
to
pool/main/libc/libcommons-modeler-java/libcommons-modeler-java_2.0.1-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.
Arnaud Vandyck <[EMAIL PROTECTED]> (supplier of updated libcommons-modeler-java
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.7
Date: Sat, 25 Aug 2007 16:08:58 +0200
Source: libcommons-modeler-java
Binary: libcommons-modeler-java libcommons-modeler-java-doc
Architecture: source all
Version: 2.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]>
Changed-By: Arnaud Vandyck <[EMAIL PROTECTED]>
Description:
libcommons-modeler-java - convenience library to use Java Management
Extensions (JMX)
libcommons-modeler-java-doc - documentation and examples for Commons Modeler
Closes: 439479
Changes:
libcommons-modeler-java (2.0.1-2) unstable; urgency=low
.
* debian/control: split build-dep and build-dep-indep, added junit
* debian/rule: removed ant-launcher, added junit (closes: #439479)
Files:
5c5fa7652debb156a685946879345657 1082 libs optional
libcommons-modeler-java_2.0.1-2.dsc
174a7e909f212f782dc917edda96ea2b 7097 libs optional
libcommons-modeler-java_2.0.1-2.diff.gz
cedb40a4fd2c1f63c450b048d6af2c44 121704 libs optional
libcommons-modeler-java_2.0.1-2_all.deb
d0d35a32f066093a497551698794c782 110312 doc optional
libcommons-modeler-java-doc_2.0.1-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFG0Dh/4vzFZu62tMIRAghDAJ4mxKnMBpELY1eaF/PkJQgbXW+eMACfVipe
GMHDEeITiIa1SgZcw+oSkVw=
=nIOQ
-----END PGP SIGNATURE-----
--- End Message ---