Your message dated Thu, 19 Jul 2012 23:02:15 +0000 with message-id <[email protected]> and subject line Bug#662811: fixed in jmock2 2.5.1+dfsg-2 has caused the Debian Bug report #662811, regarding jmock2: FTBFS 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.) -- 662811: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662811 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: jmock2 Version: 2.5.1+dfsg-1 Severity: serious Your package fails to build from source: compile: [mkdir] Created dir: /home/jmm/jmock2-2.5.1+dfsg/build/classes [javac] /home/jmm/jmock2-2.5.1+dfsg/build.xml:61: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 175 source files to /home/jmm/jmock2-2.5.1+dfsg/build/classes [javac] Money.java:30: warning: unmappable character for encoding ASCII [javac] return "??" + amount; [javac] ^ [javac] Money.java:30: warning: unmappable character for encoding ASCII [javac] return "??" + amount; [javac] ^ [javac] HamcrestTypeSafetyAcceptanceTests.java:3: cannot find symbol [javac] symbol : class OrderingComparisons [javac] location: package org.hamcrest.number [javac] import static org.hamcrest.number.OrderingComparisons.greaterThan; [javac] ^ [javac] HamcrestTypeSafetyAcceptanceTests.java:3: static import only from classes and interfaces [javac] import static org.hamcrest.number.OrderingComparisons.greaterThan; [javac] ^ [javac] HamcrestTypeSafetyAcceptanceTests.java:4: cannot find symbol [javac] symbol : class StringStartsWith [javac] location: package org.hamcrest.text [javac] import static org.hamcrest.text.StringStartsWith.startsWith; [javac] ^ [javac] HamcrestTypeSafetyAcceptanceTests.java:4: static import only from classes and interfaces [javac] import static org.hamcrest.text.StringStartsWith.startsWith; [javac] ^ [javac] Expectations.java:187: incompatible types [javac] found : capture#417 of ? super java.lang.Boolean [javac] required: boolean [javac] return with(equalTo(value)); [javac] ^ [javac] Expectations.java:191: incompatible types [javac] found : capture#174 of ? super java.lang.Byte [javac] required: byte [javac] return with(equalTo(value)); [javac] ^ [javac] Expectations.java:195: incompatible types [javac] found : capture#436 of ? super java.lang.Short [javac] required: short [javac] return with(equalTo(value)); [javac] ^ [javac] Expectations.java:199: incompatible types [javac] found : capture#151 of ? super java.lang.Character [javac] required: char [javac] return with(equalTo(value)); [javac] ^ [javac] Expectations.java:203: incompatible types [javac] found : capture#17 of ? super java.lang.Integer [javac] required: int [javac] return with(equalTo(value)); [javac] ^ [javac] Expectations.java:207: incompatible types [javac] found : capture#395 of ? super java.lang.Long [javac] required: long [javac] return with(equalTo(value)); [javac] ^ [javac] Expectations.java:211: incompatible types [javac] found : capture#740 of ? super java.lang.Float [javac] required: float [javac] return with(equalTo(value)); [javac] ^ [javac] Expectations.java:215: incompatible types [javac] found : capture#78 of ? super java.lang.Double [javac] required: double [javac] return with(equalTo(value)); [javac] ^ [javac] Expectations.java:219: incompatible types [javac] found : capture#875 of ? super T [javac] required: T [javac] return with(equalTo(value)); [javac] ^ [javac] HamcrestTypeSafetyAcceptanceTests.java:26: cannot find symbol [javac] symbol: method startsWith(java.lang.String) [javac] exactly(1).of (anything()).method(withName("m")).with(startsWith("x")); [javac] ^ [javac] HamcrestTypeSafetyAcceptanceTests.java:27: cannot find symbol [javac] symbol: method greaterThan(int) [javac] exactly(1).of (anything()).method(withName("m")).with(greaterThan(0)); [javac] ^ [javac] InvocationExpectationTests.java:75: setParametersMatcher(org.hamcrest.Matcher<java.lang.Object[]>) in org.jmock.internal.InvocationExpectation cannot be applied to (org.hamcrest.Matcher<capture#843 of ? super java.lang.Object[]>) [javac] expectation.setParametersMatcher(equalTo(args)); [javac] ^ [javac] Note: JMock.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 17 errors [javac] 2 warnings BUILD FAILED /home/jmm/jmock2-2.5.1+dfsg/build.xml:61: Compile failed; see the compiler error output for details. Total time: 7 seconds make: *** [debian/stamp-ant-build] Error 1 dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---Source: jmock2 Source-Version: 2.5.1+dfsg-2 We believe that the bug you reported is fixed in the latest version of jmock2, which is due to be installed in the Debian FTP archive. 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. Damien Raude-Morvan <[email protected]> (supplier of updated jmock2 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: SHA256 Format: 1.8 Date: Wed, 18 Jul 2012 19:56:57 +0200 Source: jmock2 Binary: libjmock2-java libjmock2-java-doc Architecture: source all Version: 2.5.1+dfsg-2 Distribution: sid Urgency: low Maintainer: Debian Java Maintainers <[email protected]> Changed-By: Damien Raude-Morvan <[email protected]> Description: libjmock2-java - Java library for testing code with mock objects libjmock2-java-doc - Documentation for jmock2 Closes: 662811 Changes: jmock2 (2.5.1+dfsg-2) unstable; urgency=low . * Team upload. * Fix FTBFS with new libhamcrest-java >= 1.2 by backporting upstream changes from 2.6.x release (Closes: #662811). * d/control: Bump Standards-Version to 3.9.3: no changes needed. * d/copyright: Upgrade from DEP5 to copyright format 1.0. * d/control: Remove Depends on JRE as per Java Policy. Checksums-Sha1: 70f80b8abaef6af10fbaf2ebe8b365614d9f9f4e 2159 jmock2_2.5.1+dfsg-2.dsc e0f86305d5bc322a95e87946cad7c4710e5ad908 7313 jmock2_2.5.1+dfsg-2.debian.tar.gz 8c94c65b47930bc505cc9889be9053c2af1c9e13 81142 libjmock2-java_2.5.1+dfsg-2_all.deb b082f87b7ee9a27ae4d4f6472caa512649180ab5 70372 libjmock2-java-doc_2.5.1+dfsg-2_all.deb Checksums-Sha256: b3688948fb0155c2db9b8e853242832de350c12ee4716721a5d23d1229c08049 2159 jmock2_2.5.1+dfsg-2.dsc c96cb4c91ffd8c79ef4449909adb79256ac7a0acd2e8068b3f985ac7619bd731 7313 jmock2_2.5.1+dfsg-2.debian.tar.gz 9c6aef4f7761e23053388c095d2e3e3daa696dfa28c55b9277e7aee52129e8b8 81142 libjmock2-java_2.5.1+dfsg-2_all.deb 30670a1e8cf44ccd005666bd95a564477bc0774ce341763d51c64276616f94df 70372 libjmock2-java-doc_2.5.1+dfsg-2_all.deb Files: f4e1240895234686b7c9b05503d75723 2159 java optional jmock2_2.5.1+dfsg-2.dsc 125be654fc427955ae46012d25ed3c13 7313 java optional jmock2_2.5.1+dfsg-2.debian.tar.gz a196699680c270ce313a3110872bd8d5 81142 java optional libjmock2-java_2.5.1+dfsg-2_all.deb df6a03630ec63f059a45740bc280071d 70372 doc optional libjmock2-java-doc_2.5.1+dfsg-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJQCJDHAAoJEHXiDM0z50n8No4P/i8k2eVGKWH9RO8Fdy4GLV6B BnSC5MeyKJs+ZFjV7xQ+5Y2i+gWySNfVEZGpr18HQeCUCJAo9jNDKXbVebIcFzy6 jFSzMD3PF0HcWjgka8PxxVsXsw2NMxPnn8mADRtcwWYxtB4HjjhUAisAl5ZFz53f SK7ahjv5Qh0eTVCv6iXiCla0L4S8v9CUnAbJJqZutJE3AcNxhdkh2ViY9aNLdTrr Iwvpz+g9O/ERWpvTdvYk696WchN1OlDQebIigvEaPkz+dqkd8a432y+eQzNhIuvD sOBHLu+3cYLYOU5+CpTySvIXvENMgc2jWbdXHiyD54zLayFpA7NOgleel5Dhzmax j5f3MY4OQRqGioe/Aws/csV+KZb4gAG5cYYk0E7uVEBaWpI6bpn6/GkYrEHzkgoJ 7KVBItTtx0VTdK7W00LL4hy2kF0K1WWUv7YyZ12q+3rraBmSgoQ2BAeuw/F70DBO 5BYZ7TEEo+YTnHLiTSWKlTXzksAuIr9dOHmb87MzoglSaAQTxc4688RojxtQ6hi3 FZ8psYxdlxoQuXwJGVlxVTEoz+7U9dAVXvIzeGSTnP9nl5xNl/gaSQ/YH8+CCVGK XDuDPiLcYtyvrPf7pOXAdEnG7SpgfU05l1vkPRnuy9N6uOVMPMxDqPzeoO09eNwa VLcWHr/A0muoAqvJJUWm =ioOk -----END PGP SIGNATURE-----
--- End Message ---
__ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.

