Your message dated Tue, 09 Jan 2024 04:35:28 +0000
with message-id <e1rn3po-0052s0...@fasolo.debian.org>
and subject line Bug#1057498: fixed in cryptacular 1.2.5-2
has caused the Debian Bug report #1057498,
regarding cryptacular: FTBFS with bouncycastle 1.72
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 ow...@bugs.debian.org
immediately.)


-- 
1057498: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057498
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cryptacular
Version: 1.2.5-1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21

Dear Maintainers,

The package cryptacular ftbfs with default Java 21.
The relevant part of the build log:
---------------
[INFO] --------------------< org.cryptacular:cryptacular >---------------------
[INFO] Building Cryptacular Library 1.2.5
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-info) @ 
cryptacular ---
[INFO] Copying 6 resources
[INFO]
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-scripts) @ 
cryptacular ---
[INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/bin
[INFO]
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ 
cryptacular ---
[INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ cryptacular 
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 121 source files to /<<PKGBUILDDIR>>/target/classes
[WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] [options] bootstrap class path not set in conjunction with -source 8
[WARNING] [options] source value 8 is obsolete and will be removed in a future 
release
[WARNING] [options] target value 8 is obsolete and will be removed in a future 
release
[WARNING] [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/bean/BufferedBlockCipherBean.java:[9,22]
 [deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/bean/AbstractBlockCipherBean.java:[8,22]
 [deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/bean/AbstractCipherBean.java:[10,22]
 [deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/bean/AEADBlockCipherBean.java:[11,22]
 [deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/util/CipherUtil.java:[16,22] 
[deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/spec/BufferedBlockCipherSpec.java:[135,15]
 [deprecation] CBCBlockCipher(BlockCipher) in CBCBlockCipher has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/spec/BufferedBlockCipherSpec.java:[143,15]
 [deprecation] CFBBlockCipher(BlockCipher,int) in CFBBlockCipher has been 
deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/spec/BufferedBlockCipherSpec.java:[153,11]
 [deprecation] BufferedBlockCipher(BlockCipher) in BufferedBlockCipher has been 
deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/spec/BlockCipherSpec.java:[59,15]
 [deprecation] AESEngine() in AESEngine has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/spec/AEADBlockCipherSpec.java:[77,24]
 [deprecation] GCMBlockCipher(BlockCipher) in GCMBlockCipher has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/spec/AEADBlockCipherSpec.java:[81,24]
 [deprecation] CCMBlockCipher(BlockCipher) in CCMBlockCipher has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/CiphertextHeaderV2.java:[47,40] 
[deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/bean/AbstractCipherBean.java:[196,36]
 [deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/bean/AbstractCipherBean.java:[207,34]
 [deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/bean/AbstractBlockCipherBean.java:[45,33]
 [deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/bean/AbstractBlockCipherBean.java:[81,10]
 [deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/bean/AbstractBlockCipherBean.java:[114,50]
 [deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/bean/BufferedBlockCipherBean.java:[71,55]
 [deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/bean/AEADBlockCipherBean.java:[95,51]
 [deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/pbe/PBES2EncryptionScheme.java:[91,48]
 [deprecation] CBCBlockCipher(BlockCipher) in CBCBlockCipher has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/util/CipherUtil.java:[111,10] 
[deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/util/CipherUtil.java:[139,10] 
[deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/util/CipherUtil.java:[219,10] 
[deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/util/CipherUtil.java:[245,10] 
[deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/util/CipherUtil.java:[261,16] 
[deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/util/CipherUtil.java:[266,13] 
[deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/util/CipherUtil.java:[280,16] 
[deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/util/CipherUtil.java:[282,4] 
[deprecation] CiphertextHeader in org.cryptacular has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/util/CipherUtil.java:[295,15] 
[deprecation] CiphertextHeader in org.cryptacular has been deprecated
[INFO] 33 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/asn/OpenSSLPrivateKeyDecoder.java:[126,18]
 error: cannot find symbol
  symbol:   method getObject()
  location: variable asn1Params of type ASN1TaggedObject
[ERROR] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/asn/OpenSSLPrivateKeyDecoder.java:[127,84]
 error: cannot find symbol
  symbol:   method getObject()
  location: variable asn1Params of type ASN1TaggedObject
[ERROR] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/asn/OpenSSLPrivateKeyDecoder.java:[129,52]
 error: cannot find symbol
  symbol:   method getObject()
  location: variable asn1Params of type ASN1TaggedObject
[INFO] 3 errors
[INFO] -------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Cryptacular Library
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.965 s
[INFO] Finished at: 2023-12-04T08:11:48Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) 
on project cryptacular: Compilation failure: Compilation failure:
[ERROR] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/asn/OpenSSLPrivateKeyDecoder.java:[126,18]
 error: cannot find symbol
[ERROR]   symbol:   method getObject()
[ERROR]   location: variable asn1Params of type ASN1TaggedObject
[ERROR] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/asn/OpenSSLPrivateKeyDecoder.java:[127,84]
 error: cannot find symbol
[ERROR]   symbol:   method getObject()
[ERROR]   location: variable asn1Params of type ASN1TaggedObject
[ERROR] 
/<<PKGBUILDDIR>>/src/main/java/org/cryptacular/asn/OpenSSLPrivateKeyDecoder.java:[129,52]
 error: cannot find symbol
[ERROR]   symbol:   method getObject()
[ERROR]   location: variable asn1Params of type ASN1TaggedObject
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
-Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package 
javadoc:jar javadoc:aggregate -DskipTests -Dnotimestamp=true -Dlocale=en_US 
returned exit code 1
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2023-12-04T08:11:48Z
---------------


-- System Information:
Debian Release: trixie/sid
  APT prefers mantic-updates
  APT policy: (500, 'mantic-updates'), (500, 'mantic-security'), (500, 'mantic')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.5.0-13-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

--- End Message ---
--- Begin Message ---
Source: cryptacular
Source-Version: 1.2.5-2
Done: Vladimir Petko <vladimir.pe...@canonical.com>

We believe that the bug you reported is fixed in the latest version of
cryptacular, 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 1057...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vladimir Petko <vladimir.pe...@canonical.com> (supplier of updated cryptacular 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 09 Jan 2024 12:53:15 +1300
Source: cryptacular
Architecture: source
Version: 1.2.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Vladimir Petko <vladimir.pe...@canonical.com>
Closes: 1057498
Changes:
 cryptacular (1.2.5-2) unstable; urgency=medium
 .
   * Team upload
   * d/p/01_update_to_bouncycastle_1_76.patch: cherry-pick upstream patch
     to resolve ftbfs with bouncycastle 1.72 (Closes: #1057498).
Checksums-Sha1:
 d38f87f0af61d0c978dd256f7225d5ff4b773cf8 3783 cryptacular_1.2.5-2.dsc
 96edfb1a566556df11ebaf0beb3d35659af80c6e 4312 cryptacular_1.2.5-2.debian.tar.xz
 b44483107e08b4c63638cc17322105ad76152f6c 15043 
cryptacular_1.2.5-2_amd64.buildinfo
Checksums-Sha256:
 2289aba25187254849138ac710f4a64db09897b396c358bf51644f0beaf4410c 3783 
cryptacular_1.2.5-2.dsc
 e2b5ce34ab4464c68a5645352b17c9bf542bd164f7de27525d2b8e6c543c985b 4312 
cryptacular_1.2.5-2.debian.tar.xz
 6eb5da74c49ec355eddaea67744896223fd5f890aaaf45d17667a7c8a8be1e3d 15043 
cryptacular_1.2.5-2_amd64.buildinfo
Files:
 0fa2287b5e5efe810f3ffdd4ae4e3102 3783 java optional cryptacular_1.2.5-2.dsc
 274f541291f53e21b846e33adb954300 4312 java optional 
cryptacular_1.2.5-2.debian.tar.xz
 9418b5044962d128b5787ffb2e3c0cb5 15043 java optional 
cryptacular_1.2.5-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmWcyBAUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpYYLA//egmpmHkLxNKv+NSSP4ihrLy9X2Pm
32oRfL0nmGh9dA5fjemqrfpxEYxQDEr2JhvWIsAi6R6+oNdw26Mr6xTnF4oD0+8r
j9ypVwYO7pHeEa3g7ihHPKg9Nn/I5pD2fgUKMLDi8oBhtHUZyIMUfrUQLkfB1Bpc
EOFeLM0UcXxzj7xvuoXTxCP1rc9Zl6eiOqMVJIVF/m70OVUfKbMkTT0W5eUEMKft
8XQDe7tG/Yz+o5I0EKU313wq5IanBm1wWYMzmZENxAGH5HYgvktFMU/0tu+yrEj5
gHldvvarxm8ZQUys+5iN16+N+xwsJyLuoHRteMLDehyAG7ocl+3kdbs75n7+XR2X
hQjQlbFIN4SYON/sAFyMsFVKyCLsSpNhs6TghrkHIcTzZi8klzzbYXBxWXIhptA6
/Z1HVvrXyELeESF7rEwu6xvBDh41UgES+3XZRfOguvF4xc3QhLchuuoVqEEoOcYE
lG/mEsUVPcAISldUjChZ4Yw2sfyYV+jipVmqhQLjwcsELicEctij3ARb8VVC1f99
ALLFPDIRG+p6SOf9aM8egE+qIDQoa5PKjgJPHm+/cgylkpftdZECt6xC6fv4WsiM
TVC9YxhDdxaRv7E7e1noSkH6hzksZlt9yOHs/OG6Tssaa09V1c3Gfig2An2XR7eI
v87Q/TjbhblUA2o=
=o0R6
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to