Your message dated Fri, 28 Dec 2007 09:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#439488: fixed in jaxme 0.5.2+dfsg-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: jaxme
version: 0.5.2+dfsg-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:
JM.localtest:
    [javac] Compiling 13 source files to 
/build/user/jaxme-0.5.2+dfsg/build/jm/classes
    [javac] ----------
    [javac] 1. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/junit/JiraTest.java 
(at line 3)
    [javac]     import java.io.File;
    [javac]            ^^^^^^^^^^^^
    [javac] The import java.io.File is never used
    [javac] ----------
    [javac] ----------
    [javac] 2. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/junit/MarshallerTest.java
 (at line 514)
    [javac]     final Format otherDateFormat = new Format(){
    [javac]                                        ^^^^^^^^
    [javac] The serializable class  does not declare a static final 
serialVersionUID field of type long
    [javac] ----------
    [javac] ----------
    [javac] 3. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/junit/NestedGroupTest.java
    [javac]  (at line 48)
    [javac]     private String getPersons() throws Exception {
    [javac]                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The method getPersons() from the type NestedGroupTest is never used 
locally
    [javac] ----------
    [javac] ----------
    [javac] 4. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/junit/ParserTest.java
 (at line 34)
    [javac]     import org.apache.ws.jaxme.generator.sg.SGFactory;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import org.apache.ws.jaxme.generator.sg.SGFactory is never used
    [javac] ----------
    [javac] 5. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/junit/ParserTest.java
    [javac]  (at line 40)
    [javac]     import org.apache.ws.jaxme.generator.sg.impl.JAXBSGFactory;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import org.apache.ws.jaxme.generator.sg.impl.JAXBSGFactory is 
never used
    [javac] ----------
    [javac] 6. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/junit/ParserTest.java
 (at line 42)
    [javac]     import org.apache.ws.jaxme.generator.sg.impl.SGFactoryImpl;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import org.apache.ws.jaxme.generator.sg.impl.SGFactoryImpl is 
never used
    [javac] ----------
    [javac] ----------
    [javac] 7. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/generator/sg/Facet.java
    [javac]  (at line 25)
    [javac]     public class Type implements Serializable {
    [javac]                  ^^^^
    [javac] The serializable class Type does not declare a static final 
serialVersionUID field of type long
    [javac] ----------
    [javac] ----------
    [javac] 8. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/PMException.java (at 
line 25)
    [javac]     public class PMException extends JAXBException {
    [javac]                  ^^^^^^^^^^^
    [javac] The serializable class PMException does not declare a static final 
serialVersionUID field of type long
    [javac] ----------
    [javac] ----------
    [javac] 9. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/impl/Configuration.java
    [javac]  (at line 26)
    [javac]     import org.apache.ws.jaxme.xs.xml.XsQName;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import org.apache.ws.jaxme.xs.xml.XsQName is never used
    [javac] ----------
    [javac] ----------
    [javac] 10. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/generator/sg/impl/JAXBObjectSG.java
 (at line 40)
    [javac]     import org.apache.ws.jaxme.xs.XSSimpleContentType;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import org.apache.ws.jaxme.xs.XSSimpleContentType is never used
    [javac] ----------
    [javac] ----------
    [javac] 11. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/PMParams.java
    [javac]  (at line 32)
    [javac]     public class PMParams implements Serializable {
    [javac]                  ^^^^^^^^
    [javac] The serializable class PMParams does not declare a static final 
serialVersionUID field of type long
    [javac] ----------
    [javac] ----------
    [javac] 12. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/generator/types/Base64BinarySG.java
 (at line 23)
    [javac]     import org.apache.ws.jaxme.impl.DatatypeConverterImpl;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import org.apache.ws.jaxme.impl.DatatypeConverterImpl is never 
used
    [javac] ----------
    [javac] 13. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/generator/types/Base64Bina
    [javac] rySG.java (at line 28)
    [javac]     import org.apache.ws.jaxme.js.TypedValue;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import org.apache.ws.jaxme.js.TypedValue is never used
    [javac] ----------
    [javac] 14. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/generator/types/Base64BinarySG.java
 (at line 29)
    [javac]     import org.apache.ws.jaxme.js.impl.TypedValueImpl;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import org.apache.ws.jaxme.js.impl.TypedValueImpl is never used
    [javac] ----------
    [javac] 15. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/generator/types/Base64Bina
    [javac] rySG.java (at line 31)
    [javac]     import org.apache.ws.jaxme.xs.parser.impl.LocSAXException;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import org.apache.ws.jaxme.xs.parser.impl.LocSAXException is 
never used
    [javac] ----------
    [javac] ----------
    [javac] 16. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/generator/types/DurationSG.java
 (at line 23)
    [javac]     import org.apache.ws.jaxme.impl.DatatypeConverterImpl;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import org.apache.ws.jaxme.impl.DatatypeConverterImpl is never 
used
    [javac] ----------
    [javac] ----------
    [javac] 17. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/generator/types/HexBinaryS
    [javac] G.java (at line 23)
    [javac]     import org.apache.ws.jaxme.impl.DatatypeConverterImpl;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import org.apache.ws.jaxme.impl.DatatypeConverterImpl is never 
used
    [javac] ----------
    [javac] 18. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/generator/types/HexBinarySG.java
 (at line 28)
    [javac]     import org.apache.ws.jaxme.js.TypedValue;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import org.apache.ws.jaxme.js.TypedValue is never used
    [javac] ----------
    [javac] 19. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/generator/types/HexBinaryS
    [javac] G.java (at line 29)
    [javac]     import org.apache.ws.jaxme.js.impl.TypedValueImpl;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import org.apache.ws.jaxme.js.impl.TypedValueImpl is never used
    [javac] ----------
    [javac] 20. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/generator/types/HexBinarySG.java
 (at line 31)
    [javac]     import org.apache.ws.jaxme.xs.parser.impl.LocSAXException;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import org.apache.ws.jaxme.xs.parser.impl.LocSAXException is 
never used
    [javac] ----------
    [javac] ----------
    [javac] 21. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/generator/types/IntegerSG.
    [javac] java (at line 26)
    [javac]     import org.apache.ws.jaxme.impl.DatatypeConverterImpl;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import org.apache.ws.jaxme.impl.DatatypeConverterImpl is never 
used
    [javac] ----------
    [javac] ----------
    [javac] 22. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/generator/sg/impl/JAXBComplexContentTypeSG.java
 (at line 31)
    [javac]     import org.apache.ws.jaxme.xs.XSGroup;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import org.apache.ws.jaxme.xs.XSGroup is never used
    [javac] ----------
    [javac] 23. WARNING in 
/build/user/jaxme-0.5.2+dfsg/src/jaxme/org/apache/ws/jaxme/generator/sg/impl/JAXBComp
    [javac] lexContentTypeSG.java (at line 44)
    [javac]     private static final Logger log = 
LoggerAccess.getLogger(JAXBComplexContentTypeSG.class);
    [javac]                                 ^^^
    [javac] The field JAXBComplexContentTypeSG.log is never read locally
    [javac] ----------
    [javac] 23 problems (23 warnings)
    [junit] Running org.apache.ws.jaxme.junit.BindingsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.833 sec
    [junit] Running org.apache.ws.jaxme.junit.DefaultValueTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.382 sec
    [junit] Running org.apache.ws.jaxme.junit.EnumerationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.166 sec
    [junit] Running org.apache.ws.jaxme.junit.EventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.138 sec
    [junit] Running org.apache.ws.jaxme.junit.JaxbTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.ws.jaxme.junit.JiraTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 2.371 sec
    [junit] Running org.apache.ws.jaxme.junit.MarshallerTest
    [junit] Tests run: 10, Failures: 1, Errors: 0, Time elapsed: 1.136 sec

BUILD FAILED
/build/user/jaxme-0.5.2+dfsg/ant/jm.xml:207: The following error occurred while 
executing this line:
/build/user/jaxme-0.5.2+dfsg/ant/macros.xml:81: Test 
org.apache.ws.jaxme.junit.MarshallerTest failed

Total time: 1 minute 26 seconds
make: *** [build-stamp] 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: jaxme
Source-Version: 0.5.2+dfsg-2

We believe that the bug you reported is fixed in the latest version of
jaxme, which is due to be installed in the Debian FTP archive:

jaxme_0.5.2+dfsg-2.diff.gz
  to pool/main/j/jaxme/jaxme_0.5.2+dfsg-2.diff.gz
jaxme_0.5.2+dfsg-2.dsc
  to pool/main/j/jaxme/jaxme_0.5.2+dfsg-2.dsc
libjaxme-java_0.5.2+dfsg-2_all.deb
  to pool/main/j/jaxme/libjaxme-java_0.5.2+dfsg-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.
Michael Koch <[EMAIL PROTECTED]> (supplier of updated jaxme 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: Fri, 28 Dec 2007 10:07:47 +0100
Source: jaxme
Binary: libjaxme-java
Architecture: source all
Version: 0.5.2+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]>
Changed-By: Michael Koch <[EMAIL PROTECTED]>
Description: 
 libjaxme-java - implementation of the JAXB specification for Java/XML binding
Closes: 439488
Changes: 
 jaxme (0.5.2+dfsg-2) unstable; urgency=low
 .
   * Apply patch to disable MarshallerTest as it is not timezone clean.
     Works with summer time and fails with winter time. Closes: 439488.
   * Updated Standards-Version to 3.7.3.
   * Added Homepage, Vcs-Svn and Vcs-Browser fields.
Files: 
 d6347ad76ca260fd857bb775e3f5545b 1006 libs optional jaxme_0.5.2+dfsg-2.dsc
 f7c925171630f6d9626ab10cff6a8a99 8131 libs optional jaxme_0.5.2+dfsg-2.diff.gz
 81c4c6f74b8918b2f28804f86704ce2d 2728098 libs optional 
libjaxme-java_0.5.2+dfsg-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHdL8GWSOgCCdjSDsRAocjAJ9A/rLkasa1VhXEZfl9bttJwAT3SQCffJqk
5oIySJnpplhnqLNod5JUjA8=
=smrz
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to