Your message dated Wed, 03 Jul 2013 11:18:11 +0000
with message-id <[email protected]>
and subject line Bug#713151: fixed in jakarta-jmeter 2.5.1-2
has caused the Debian Bug report #713151,
regarding jakarta-jmeter: FTBFS:     [javac] 
/«PKGBUILDDIR»/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java:150:
 cannot find symbol
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.)


-- 
713151: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713151
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: jakarta-jmeter
Version: 2.5.1-1
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> jh_linkjars
> jh_build -J   
> touch debian/jh_build_stamp
> cd . && /usr/lib/jvm/default-java/bin/java -classpath 
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/avalon-framework.jar:/usr/share/java/bcmail.jar:/usr/share/java/bcprov.jar:/usr/share/java/bsf.jar:/usr/share/java/commons-collections3.jar:/usr/share/java/commons-httpclient.jar:/usr/share/java/commons-io.jar:/usr/share/java/commons-jexl.jar:/usr/share/java/commons-lang.jar:/usr/share/java/commons-net.jar:/usr/share/java/geronimo-javamail-1.4-spec.jar:/usr/share/java/geronimo-jms_1.1_spec.jar:/usr/share/java/httpclient.jar:/usr/share/java/httpcore.jar:/usr/share/java/httpmime.jar:/usr/share/java/jcharts.jar:/usr/share/java/jdom1.jar:/usr/share/java/js.jar:/usr/share/java/jtidy.jar:/usr/share/java/junit4.jar:/usr/share/java/libhtmlparser.jar:/usr/share/java/excalibur-logger.jar:/usr/share/java/excalibur-logkit.jar:/usr/share/java/oro.jar:/usr/share/java/xalan2.jar:/usr/share/java/xmlgraphics-commons.jar:/usr/share/java/xstream.jar:/usr/share/java/velocity.jar:/usr/lib/jvm/default-java/lib/tools.jar
>   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
> -Dcompile.optimize=true -Dlib.api=/usr/share/java -Djmeter.version=2.5.1    
> install docs-printable docs-api
> Buildfile: /«PKGBUILDDIR»/build.xml
> 
> _check_3rdparty:
> 
> _message_3rdParty:
> 
> init-version:
>      [echo] jmeter.version = 2.5.1
>      [echo] display.version = 2.5.1
>      [echo] implementation.version = 2.5.1
> 
> compile-jorphan:
>     [mkdir] Created dir: /«PKGBUILDDIR»/build/jorphan
>     [javac] Compiling 50 source files to /«PKGBUILDDIR»/build/jorphan
> 
> compile-core:
>     [mkdir] Created dir: /«PKGBUILDDIR»/build/core
>     [javac] Compiling 311 source files to /«PKGBUILDDIR»/build/core
>     [javac] Note: 
> /«PKGBUILDDIR»/src/core/org/apache/jmeter/save/CSVSaveService.java uses or 
> overrides a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] Creating empty 
> /«PKGBUILDDIR»/build/core/org/apache/jmeter/engine/package-info.class
> 
> compile-components:
>     [mkdir] Created dir: /«PKGBUILDDIR»/build/components
>     [javac] Compiling 143 source files to /«PKGBUILDDIR»/build/components
>     [javac] 
> /«PKGBUILDDIR»/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java:48:
>  package org.bouncycastle.cms does not exist
>     [javac] import org.bouncycastle.cms.CMSException;
>     [javac]                            ^
>     [javac] 
> /«PKGBUILDDIR»/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java:49:
>  package org.bouncycastle.cms does not exist
>     [javac] import org.bouncycastle.cms.SignerInformation;
>     [javac]                            ^
>     [javac] 
> /«PKGBUILDDIR»/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java:50:
>  package org.bouncycastle.cms does not exist
>     [javac] import org.bouncycastle.cms.SignerInformationStore;
>     [javac]                            ^
>     [javac] 
> /«PKGBUILDDIR»/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java:140:
>  cannot find symbol
>     [javac] symbol  : class CMSException
>     [javac] location: class org.apache.jmeter.assertions.SMIMEAssertion
>     [javac]             throws CMSException {
>     [javac]                    ^
>     [javac] 
> /«PKGBUILDDIR»/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java:92:
>  cannot access org.bouncycastle.operator.DigestCalculatorProvider
>     [javac] class file for org.bouncycastle.operator.DigestCalculatorProvider 
> not found
>     [javac]                 s = new SMIMESignedParser(multipart);
>     [javac]                     ^
>     [javac] 
> /«PKGBUILDDIR»/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java:95:
>  cannot access org.bouncycastle.cms.CMSSignedDataParser
>     [javac] class file for org.bouncycastle.cms.CMSSignedDataParser not found
>     [javac]                 s = new SMIMESignedParser(msg);
>     [javac]                     ^
>     [javac] 
> /«PKGBUILDDIR»/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java:98:
>  operator != cannot be applied to 
> <nulltype>,org.bouncycastle.mail.smime.SMIMESignedParser
>     [javac]             if (null != s) {
>     [javac]                      ^
>     [javac] 
> /«PKGBUILDDIR»/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java:121:
>  cannot find symbol
>     [javac] symbol  : class CMSException
>     [javac] location: class org.apache.jmeter.assertions.SMIMEAssertion
>     [javac]         } catch (CMSException e) {
>     [javac]                  ^
>     [javac] 
> /«PKGBUILDDIR»/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java:144:
>  cannot find symbol
>     [javac] symbol  : method 
> getCertificatesAndCRLs(java.lang.String,java.lang.String)
>     [javac] location: class org.bouncycastle.mail.smime.SMIMESignedParser
>     [javac]             CertStore certs = 
> s.getCertificatesAndCRLs("Collection", "BC"); // $NON-NLS-1$  // $NON-NLS-2$
>     [javac]                                ^
>     [javac] 
> /«PKGBUILDDIR»/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java:145:
>  cannot find symbol
>     [javac] symbol  : class SignerInformationStore
>     [javac] location: class org.apache.jmeter.assertions.SMIMEAssertion
>     [javac]             SignerInformationStore signers = s.getSignerInfos();
>     [javac]             ^
>     [javac] 
> /«PKGBUILDDIR»/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java:145:
>  cannot find symbol
>     [javac] symbol  : method getSignerInfos()
>     [javac] location: class org.bouncycastle.mail.smime.SMIMESignedParser
>     [javac]             SignerInformationStore signers = s.getSignerInfos();
>     [javac]                                               ^
>     [javac] 
> /«PKGBUILDDIR»/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java:150:
>  cannot find symbol
>     [javac] symbol  : class SignerInformation
>     [javac] location: class org.apache.jmeter.assertions.SMIMEAssertion
>     [javac]                 SignerInformation signer = (SignerInformation) 
> signerIt.next();
>     [javac]                 ^
>     [javac] 
> /«PKGBUILDDIR»/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java:150:
>  cannot find symbol
>     [javac] symbol  : class SignerInformation
>     [javac] location: class org.apache.jmeter.assertions.SMIMEAssertion
>     [javac]                 SignerInformation signer = (SignerInformation) 
> signerIt.next();
>     [javac]                                             ^
>     [javac] Note: 
> /«PKGBUILDDIR»/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java
>  uses or overrides a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 13 errors
> 
> BUILD FAILED
> /«PKGBUILDDIR»/build.xml:522: Compile failed; see the compiler error output 
> for details.
> 
> Total time: 18 seconds
> make: *** [debian/stamp-ant-build] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/jakarta-jmeter_2.5.1-1_unstable.log

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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: jakarta-jmeter
Source-Version: 2.5.1-2

We believe that the bug you reported is fixed in the latest version of
jakarta-jmeter, 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.
Emmanuel Bourg <[email protected]> (supplier of updated jakarta-jmeter 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: Wed, 03 Jul 2013 13:02:38 +0200
Source: jakarta-jmeter
Binary: jmeter jmeter-ftp jmeter-http jmeter-java jmeter-jms jmeter-junit 
jmeter-ldap jmeter-mail jmeter-tcp jmeter-help jmeter-apidoc
Architecture: source all
Version: 2.5.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Emmanuel Bourg <[email protected]>
Description: 
 jmeter     - Load testing and performance measurement application (main applic
 jmeter-apidoc - Load testing and performance measurement application (API doc)
 jmeter-ftp - Load testing and performance measurement application (ftp module)
 jmeter-help - Load testing and performance measurement application (user manual
 jmeter-http - Load testing and performance measurement application (http module
 jmeter-java - Load testing and performance measurement application (java module
 jmeter-jms - Load testing and performance measurement application (jms module)
 jmeter-junit - Load testing and performance measurement application (junit 
modul
 jmeter-ldap - Load testing and performance measurement application (ldap module
 jmeter-mail - Load testing and performance measurement application (mail module
 jmeter-tcp - Load testing and performance measurement application (tcp module)
Closes: 713151
Changes: 
 jakarta-jmeter (2.5.1-2) unstable; urgency=low
 .
   * Patched to compile against Bouncy Castle 1.48 (Closes: #713151)
   * debian/watch: Updated the location of the archives following
     the graduation of JMeter to a top level project.
   * Removed the DMUA flag
   * Bump standards version to 3.9.4. No changes needed.
   * Use canonical URLs for the Vcs-* fields
   * debian/rules: Added a clean target to allow rebuilds
Checksums-Sha1: 
 391e2111114e1d82b1a006e56bcec41593d64c06 3104 jakarta-jmeter_2.5.1-2.dsc
 224c0d8cbae226c6dc2ecef925c56bed089d18a5 6594 
jakarta-jmeter_2.5.1-2.debian.tar.gz
 cb9a8696184bb3e8a1b03fa4999bb96144d7cbaf 1511542 jmeter_2.5.1-2_all.deb
 f0ca207a0db034cd2a28aa7048aaca2dcaa4c142 18830 jmeter-ftp_2.5.1-2_all.deb
 fda0c12ffffc8166ad33cf206b0e471891fd2589 321486 jmeter-http_2.5.1-2_all.deb
 878944df34ff7ef3fc1ee132fb63409b794baa7a 40694 jmeter-java_2.5.1-2_all.deb
 845bf765890ff2f999e2dfad58b108f166d68192 56768 jmeter-jms_2.5.1-2_all.deb
 bef08df14763de8d6cbe947d0a3c1d2cc00f2745 25746 jmeter-junit_2.5.1-2_all.deb
 ef1a8b2d9e87b2da4aa26affaf918cedd4cb3bed 51132 jmeter-ldap_2.5.1-2_all.deb
 b0b0661bd280da514225c2ad2547ec35274d8f2c 65046 jmeter-mail_2.5.1-2_all.deb
 1d6a348194470ecba1075b25cb96136e1ca35472 27938 jmeter-tcp_2.5.1-2_all.deb
 66b2c5ce79d823231185afb8053cfdc5def7bf62 3570640 jmeter-help_2.5.1-2_all.deb
 ce37c55c863095c86c006a05862609bcf94a8d4a 3090994 jmeter-apidoc_2.5.1-2_all.deb
Checksums-Sha256: 
 b76455fc1e62f7bff2eeaf471bc48fef1a377d8d2bc11beabd7c19b999817a4e 3104 
jakarta-jmeter_2.5.1-2.dsc
 10a3e9064ca98c38a750c5b085748fa5389be931ebcce08e446dcd30493d41d0 6594 
jakarta-jmeter_2.5.1-2.debian.tar.gz
 279349f4bac6def37559a35ded984553f2c091b18b348150ad0846135d0dd45b 1511542 
jmeter_2.5.1-2_all.deb
 1fba6e91a9d47b1dab15cb4ed2bd4b66efa5000b5f8128c9e46fe6e49202b580 18830 
jmeter-ftp_2.5.1-2_all.deb
 8a84a1b489d1c2df31f5a497ff90d07d12de369e6bde538c46a6962d2e93e181 321486 
jmeter-http_2.5.1-2_all.deb
 39a7f6dfbc0deb57a75b16ee725d2a33f1033f417e8e6ef86c4e5e678cb032c3 40694 
jmeter-java_2.5.1-2_all.deb
 60e5832a6b23a143eef8347b1844242078f5471067624a6f13801f2904c54d66 56768 
jmeter-jms_2.5.1-2_all.deb
 591279cc0aa0e2c23573963cf55d95c8b75cc29ae73764284ee60eaf1262b0b4 25746 
jmeter-junit_2.5.1-2_all.deb
 61aed23cea84605b5478c9a4a944ae9d1599f71b01303195e17eec9353adfec6 51132 
jmeter-ldap_2.5.1-2_all.deb
 961c22f1c8bf8c6c8543d747a9e16c4cd64dd36ec2ba15b7fc0d9c08db4be992 65046 
jmeter-mail_2.5.1-2_all.deb
 381b040263130f92e5fc51f4c246218ccc72ef8f40fad0e12acc30a250c6c24b 27938 
jmeter-tcp_2.5.1-2_all.deb
 dc96cee246b0c5d337c6b21a6f6b0ac6b9f32ae36d37f81f53c9ef9fa1ca2c37 3570640 
jmeter-help_2.5.1-2_all.deb
 d09798ca913b06da1d78d71ff686f83d338d9db56942df74940b3b5b1966c9a7 3090994 
jmeter-apidoc_2.5.1-2_all.deb
Files: 
 22957739bd7361708d48b8ad4a0d0f5f 3104 net optional jakarta-jmeter_2.5.1-2.dsc
 b99a5a30b711323d9428fe5608d67587 6594 net optional 
jakarta-jmeter_2.5.1-2.debian.tar.gz
 25bac25af2d491de61f66ae25ae48b25 1511542 net optional jmeter_2.5.1-2_all.deb
 85fd4b84d06495464e53217ef7a52160 18830 net optional jmeter-ftp_2.5.1-2_all.deb
 96af11ba54216d2bb44e3fc708cccf92 321486 net optional 
jmeter-http_2.5.1-2_all.deb
 69106ffc295d59c43bbf9e8af7e94e32 40694 net optional jmeter-java_2.5.1-2_all.deb
 1c487cb292190d8b2a341f4f4bd34b15 56768 net optional jmeter-jms_2.5.1-2_all.deb
 d46c8deba329567741db4f45d55e3f95 25746 net optional 
jmeter-junit_2.5.1-2_all.deb
 101a7d0e4484a9712cab1581975ad6d8 51132 net optional jmeter-ldap_2.5.1-2_all.deb
 d12714ccdc70e0c39f69febd5da2017f 65046 net optional jmeter-mail_2.5.1-2_all.deb
 10c1f33244c1dbe1ce6ae9f82903391b 27938 net optional jmeter-tcp_2.5.1-2_all.deb
 7eeb37b0e7484d80d95d54f329510797 3570640 doc optional 
jmeter-help_2.5.1-2_all.deb
 2e7fb8ca7cec1d4fe8cb206314ce3c72 3090994 doc optional 
jmeter-apidoc_2.5.1-2_all.deb

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

iQIcBAEBAgAGBQJR1AX4AAoJEPUTxBnkudCsIQoQAJJJVOsZsshJILRcMPG2NWC0
qTIYPOSRTRJFYgc5XlBwSBgiEhVdQKe41hacHiGTtB7XLB4rBSZ9PIoqeJ3jpAl7
+Ocbyo3Bs2EpeuGGmm4T0mn0way/rIsLLz4DagdNLuW5uGgyQZ/zS7r8hEj6oYYN
sAT+e9Hz1YWDSCxGQ/aZByUl+Qgu5oPcfh/NjPxMsiGhNrc5S3/ivYeDWdqzmLxB
RvoQOW9infHbuZtusB+wNxzwhfOPAH+91JJJxkl7E0gqc4otRurWygLZEw6GqKLe
2OkVfyiWpUtBZZ46etFQQhvHsd9SNAs0eUSpnD4gCrxXpQN6Dsfc/qbNm23I9psm
RGN9DW7qNjBHBDFTbIZBgNm/puCfJdbgDSMNP4eCkfP9VMHPQNFW4I3w9a2iHo4c
cbjpc4Xb+ZoH+BvJsvadRm3hIp2t7MRmAyjvluCDZOzN7OQ8Y/YbzZGY/s6TRRgn
H4kwCVEIBKj6u4kiKyZl0GgAxKiNuVpegp+Tu4RMiXuJ4h2G2XfjLEcaj2iWMAeV
z8MLkG3XBVJ8S6Qs/AAP6p1Ah2xh6cd6ZNCfRbVauDEuyrf6xZTf6MEK2ztIOW1a
QN0Ng7gXuXiHUlCvEs66ruWaqZDufMJ1jKRoNgtYruUrx4jce8U+kZ+Wsd5A6Wro
LMSRVUvPws7mvOruE5m2
=PGSA
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to