Your message dated Sat, 09 Dec 2023 05:19:18 +0000
with message-id <e1rbpke-000hwr...@fasolo.debian.org>
and subject line Bug#1053066: fixed in netty 1:4.1.48-9
has caused the Debian Bug report #1053066,
regarding netty: FTBFS with default Java 21
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.)
--
1053066: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053066
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: netty
Version: 1:4.1.48-7
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com
Dear Maintainers,
The package netty ftbfs with default Java 21.
The relevant part of the build log:
---------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile)
on project netty-handler: Compilation failure: Compilation failure:
[ERROR]
/<<PKGBUILDDIR>>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[22,24]
error: cannot find symbol
[ERROR] symbol: class CertificateIssuerName
[ERROR] location: package sun.security.x509
[ERROR]
/<<PKGBUILDDIR>>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[54,12]
error: cannot find symbol
[ERROR] symbol: method set(String,CertificateVersion)
[ERROR] location: variable info of type X509CertInfo
[ERROR]
/<<PKGBUILDDIR>>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[55,12]
error: cannot find symbol
[ERROR] symbol: method set(String,CertificateSerialNumber)
[ERROR] location: variable info of type X509CertInfo
[ERROR]
/<<PKGBUILDDIR>>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[57,16]
error: cannot find symbol
[ERROR] symbol: method set(String,CertificateSubjectName)
[ERROR] location: variable info of type X509CertInfo
[ERROR]
/<<PKGBUILDDIR>>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[59,16]
error: cannot find symbol
[ERROR] symbol: method set(String,X500Name)
[ERROR] location: variable info of type X509CertInfo
[ERROR]
/<<PKGBUILDDIR>>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[62,46]
error: cannot find symbol
[ERROR] symbol: class CertificateIssuerName
[ERROR] location: class OpenJdkSelfSignedCertGenerator
[ERROR]
/<<PKGBUILDDIR>>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[64,16]
error: cannot find symbol
[ERROR] symbol: method set(String,X500Name)
[ERROR] location: variable info of type X509CertInfo
[ERROR]
/<<PKGBUILDDIR>>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[66,12]
error: cannot find symbol
[ERROR] symbol: method set(String,CertificateValidity)
[ERROR] location: variable info of type X509CertInfo
[ERROR]
/<<PKGBUILDDIR>>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[67,12]
error: cannot find symbol
[ERROR] symbol: method set(String,CertificateX509Key)
[ERROR] location: variable info of type X509CertInfo
[ERROR]
/<<PKGBUILDDIR>>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[68,12]
error: cannot find symbol
[ERROR] symbol: method set(String,CertificateAlgorithmId)
[ERROR] location: variable info of type X509CertInfo
[ERROR]
/<<PKGBUILDDIR>>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[73,28]
error: no suitable constructor found for X509CertImpl(X509CertInfo)
[ERROR] constructor X509CertImpl.X509CertImpl(byte[]) is not applicable
[ERROR] (argument mismatch; X509CertInfo cannot be converted to byte[])
[ERROR] constructor X509CertImpl.X509CertImpl(DerValue) is not applicable
[ERROR] (argument mismatch; X509CertInfo cannot be converted to DerValue)
[ERROR] constructor X509CertImpl.X509CertImpl(InputStream) is not applicable
[ERROR] (argument mismatch; X509CertInfo cannot be converted to
InputStream)
[ERROR]
/<<PKGBUILDDIR>>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[74,12]
error: cannot find symbol
[ERROR] symbol: method sign(PrivateKey,String)
[ERROR] location: variable cert of type X509CertImpl
[ERROR]
/<<PKGBUILDDIR>>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[77,75]
error: cannot find symbol
[ERROR] symbol: variable ALGORITHM
[ERROR] location: class CertificateAlgorithmId
[ERROR]
/<<PKGBUILDDIR>>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[77,108]
error: cannot find symbol
[ERROR] symbol: variable SIG_ALG
[ERROR] location: class X509CertImpl
[ERROR]
/<<PKGBUILDDIR>>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[78,15]
error: no suitable constructor found for X509CertImpl(X509CertInfo)
[ERROR] constructor X509CertImpl.X509CertImpl(byte[]) is not applicable
[ERROR] (argument mismatch; X509CertInfo cannot be converted to byte[])
[ERROR] constructor X509CertImpl.X509CertImpl(DerValue) is not applicable
[ERROR] (argument mismatch; X509CertInfo cannot be converted to DerValue)
[ERROR] constructor X509CertImpl.X509CertImpl(InputStream) is not applicable
[ERROR] (argument mismatch; X509CertInfo cannot be converted to
InputStream)
[ERROR]
/<<PKGBUILDDIR>>/handler/src/main/java/io/netty/handler/ssl/util/OpenJdkSelfSignedCertGenerator.java:[79,12]
error: cannot find symbol
[ERROR] symbol: method sign(PrivateKey,String)
[ERROR] location: variable cert of type X509CertImpl
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :netty-handler
[0m[0mdh_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
"-Dbuild.date=2023-05-03 06:52:31" -DskipTests -Dnotimestamp=true
-Dlocale=en_US returned exit code 1
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
---------------
-- System Information:
Debian Release: bookworm/sid
APT prefers lunar-updates
APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'),
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_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: netty
Source-Version: 1:4.1.48-9
Done: Vladimir Petko <vladimir.pe...@canonical.com>
We believe that the bug you reported is fixed in the latest version of
netty, 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 1053...@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 netty
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, 28 Nov 2023 08:30:44 +1300
Source: netty
Architecture: source
Version: 1:4.1.48-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Vladimir Petko <vladimir.pe...@canonical.com>
Closes: 1053066
Changes:
netty (1:4.1.48-9) unstable; urgency=medium
.
* Team upload.
* d/p/22-java-21.patch: apply upstream Java 21 compatibility patch
(Closes: #1053066).
Checksums-Sha1:
52fe4045c72673ace227e1ca0016f24a0a33cd2b 2447 netty_4.1.48-9.dsc
8506e03fe59e8cba7f097c24fe11289ad5b8f603 40924 netty_4.1.48-9.debian.tar.xz
dea425ff6bc55bb79dc4b8bf4eac767f7c26dd6a 15482 netty_4.1.48-9_amd64.buildinfo
Checksums-Sha256:
82a7b5cbf153b2001819672c9d4ee89e07e703de62042bb900dfb9d2261763b2 2447
netty_4.1.48-9.dsc
06bb8d228c9f32b7bab12c0d8ef7e955d7ebb400b49572ea2439740f2bd4e011 40924
netty_4.1.48-9.debian.tar.xz
04ef76ebc5d9da490b57251a0e8ecf873ef5edfaa15b55502cf6f16577d3f3c2 15482
netty_4.1.48-9_amd64.buildinfo
Files:
ec076d48c9df19f38a12d46bcaddb1c1 2447 java optional netty_4.1.48-9.dsc
a0a34ae98ff09d70c528763ff2f3eccd 40924 java optional
netty_4.1.48-9.debian.tar.xz
f3d3a2f9bcadef2ec0949708522ccf6d 15482 java optional
netty_4.1.48-9_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmVz9m4UHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpb15g//Qqq+JwdVbY/7s5bs4JfFWm/tpW+J
w4AvALFPKnMLBk2ZlnQjW8xWwCiJOLfDXfU4S38wHaHCOc+bvfTh1DNGQZJ9+tqB
3Q3zEx+/pdUtmYMJAxNaBoFBYqJheJcRZYcDcFr5oDoRC5oFNZrEsdfmuhG1MmrT
q0HiGONKX5xrYfm+XA1nXcM+/l7CNn4MIXXL6ixavZ0icDgAinhqroDEG3rSUYF7
Q7fz2mCYrAeIcSGobZ0OumS8pGrzKBRuvGLv/z2DyhEjbD+GpTiLuJN1hlgTGJNn
Wjd5uKGgABOW9KyW5Yu49Y/x9SPD48ctQ7RrVV0rsoNVfSA/oZ9vmk4pBIEjHBC8
AXoFnIOO0YUKVCVs9FZ27R6+WkUbNy9Nli7OXp2+hNdCFydS8D+OH9vOr2r+2YPN
lGwpVgbxjiy4yEAljvzaLp6LLqwBjdUdHlpsnN9RgLSYLYGApt9yc0cYdJusMfVl
annfkvdJfbmSri6TBlatIMVLwaVJCammCNetlbEZMyh2XE1Wqt71uscuu1a+/9gG
4mWssMEulOiaOrBbIt3g1PrZMwhpLQJdBgzrrYXDTk9kyhldpds8ybv44pkJMtXA
p0JrkDhAQvyG5/BdnJCorI16pf6GdJZqxuBI0+fdWpbTeqCJL3O4rZFMb0Qggp6N
G740emJ4AZYnUIY=
=RwGN
-----END PGP SIGNATURE-----
--- End Message ---