Your message dated Tue, 09 Jan 2024 05:34:12 +0000
with message-id <e1rn4ke-005cs1...@fasolo.debian.org>
and subject line Bug#1057497: fixed in commons-pool 1.6-5
has caused the Debian Bug report #1057497,
regarding commons-pool:  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.)


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

Dear Maintainers,

The package commons-pool ftbfs with default Java 21.
The relevant part of the build log:
---------------
compile:
    [mkdir] Created dir: /<<PKGBUILDDIR>>/build/classes
    [javac] /<<PKGBUILDDIR>>/build.xml:112: warning: 'includeantruntime' was 
not set, defaulting to build.sysclasspath=last; set to false for repeatable 
builds
    [javac] Using javac -source 1.5 is no longer supported, switching to 8
    [javac] Using javac -target 1.5 is no longer supported, switching to 8
    [javac] Compiling 22 source files to /<<PKGBUILDDIR>>/build/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 8
    [javac] warning: [options] source value 8 is obsolete and will be removed 
in a future release
    [javac] warning: [options] target value 8 is obsolete and will be removed 
in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/EvictionTimer.java:20: 
warning: [removal] AccessController in java.security has been deprecated and 
marked for removal
    [javac] import java.security.AccessController;
    [javac]                     ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/PoolUtils.java:64: warning: 
[removal] ThreadDeath in java.lang has been deprecated and marked for removal
    [javac]         if (t instanceof ThreadDeath) {
    [javac]                          ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/PoolUtils.java:65: warning: 
[removal] ThreadDeath in java.lang has been deprecated and marked for removal
    [javac]             throw (ThreadDeath) t;
    [javac]                    ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/CursorableLinkedList.java:198:
 error: addLast(E#1) in CursorableLinkedList cannot implement addLast(E#2) in 
List
    [javac]     public boolean addLast(E o) {
    [javac]                    ^
    [javac]   return type boolean is not compatible with void
    [javac]   where E#1,E#2 are type-variables:
    [javac]     E#1 extends Object declared in class CursorableLinkedList
    [javac]     E#2 extends Object declared in interface List
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/CursorableLinkedList.java:186:
 error: addFirst(E#1) in CursorableLinkedList cannot implement addFirst(E#2) in 
List
    [javac]     public boolean addFirst(E o) {
    [javac]                    ^
    [javac]   return type boolean is not compatible with void
    [javac]   where E#1,E#2 are type-variables:
    [javac]     E#1 extends Object declared in class CursorableLinkedList
    [javac]     E#2 extends Object declared in interface List
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/CursorableLinkedList.java:1335:
 error: addLast(E#1) in CursorableSubList cannot implement addLast(E#2) in List
    [javac]     public boolean addLast(E o) {
    [javac]                    ^
    [javac]   return type boolean is not compatible with void
    [javac]   where E#1,E#2 are type-variables:
    [javac]     E#1 extends Object declared in class CursorableSubList
    [javac]     E#2 extends Object declared in interface List
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/CursorableLinkedList.java:1329:
 error: addFirst(E#1) in CursorableSubList cannot implement addFirst(E#2) in 
List
    [javac]     public boolean addFirst(E o) {
    [javac]                    ^
    [javac]   return type boolean is not compatible with void
    [javac]   where E#1,E#2 are type-variables:
    [javac]     E#1 extends Object declared in class CursorableSubList
    [javac]     E#2 extends Object declared in interface List
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/EvictionTimer.java:65: 
warning: [removal] AccessController in java.security has been deprecated and 
marked for removal
    [javac]             ClassLoader ccl = AccessController.doPrivileged(
    [javac]                               ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/EvictionTimer.java:68: 
warning: [removal] AccessController in java.security has been deprecated and 
marked for removal
    [javac]                 AccessController.doPrivileged(new PrivilegedSetTccl(
    [javac]                 ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/EvictionTimer.java:72: 
warning: [removal] AccessController in java.security has been deprecated and 
marked for removal
    [javac]                 AccessController.doPrivileged(new 
PrivilegedSetTccl(ccl));
    [javac]                 ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/GenericObjectPool.java:1204:
 warning: [deprecation] value in ObjectTimestampPair has been deprecated
    [javac]                 _factory.activateObject(latch.getPair().value);
    [javac]                                                        ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/GenericObjectPool.java:1206:
 warning: [deprecation] value in ObjectTimestampPair has been deprecated
    [javac]                         
!_factory.validateObject(latch.getPair().value)) {
    [javac]                                                                 ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/GenericObjectPool.java:1213:
 warning: [deprecation] value in ObjectTimestampPair has been deprecated
    [javac]                 return latch.getPair().value;
    [javac]                                       ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/GenericObjectPool.java:1219:
 warning: [deprecation] value in ObjectTimestampPair has been deprecated
    [javac]                     _factory.destroyObject(latch.getPair().value);
    [javac]                                                           ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/GenericObjectPool.java:1339:
 warning: [deprecation] value in ObjectTimestampPair has been deprecated
    [javac]                 factory.destroyObject(it.next().value);
    [javac]                                                ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/GenericObjectPool.java:1582:
 warning: [deprecation] tstamp in ObjectTimestampPair has been deprecated
    [javac]             final long idleTimeMilis = System.currentTimeMillis() - 
pair.tstamp;
    [javac]                                                                     
    ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/GenericObjectPool.java:1594:
 warning: [deprecation] value in ObjectTimestampPair has been deprecated
    [javac]                     _factory.activateObject(pair.value);
    [javac]                                                 ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/GenericObjectPool.java:1600:
 warning: [deprecation] value in ObjectTimestampPair has been deprecated
    [javac]                     if(!_factory.validateObject(pair.value)) {
    [javac]                                                     ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/GenericObjectPool.java:1604:
 warning: [deprecation] value in ObjectTimestampPair has been deprecated
    [javac]                             _factory.passivateObject(pair.value);
    [javac]                                                          ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/GenericObjectPool.java:1614:
 warning: [deprecation] value in ObjectTimestampPair has been deprecated
    [javac]                     _factory.destroyObject(pair.value);
    [javac]                                                ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/GenericObjectPool.java:1740:
 warning: [deprecation] tstamp in ObjectTimestampPair has been deprecated
    [javac]             
buf.append("\t").append(pair.value).append("\t").append(time - 
pair.tstamp).append("\n");
    [javac]                                                                     
           ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/GenericObjectPool.java:1740:
 warning: [deprecation] value in ObjectTimestampPair has been deprecated
    [javac]             
buf.append("\t").append(pair.value).append("\t").append(time - 
pair.tstamp).append("\n");
    [javac]                                         ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/StackKeyedObjectPool.java:523:
 warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
    [javac]             _activeCount.put(key,new Integer(1));
    [javac]                                  ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/StackKeyedObjectPool.java:525:
 warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
    [javac]             _activeCount.put(key,new Integer(old.intValue() + 1));
    [javac]                                  ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/pool/impl/StackKeyedObjectPool.java:543:
 warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
    [javac]             _activeCount.put(key, new Integer(active.intValue() - 
1));
    [javac]                                   ^
    [javac] 4 errors
    [javac] 25 warnings

BUILD FAILED
/<<PKGBUILDDIR>>/build.xml:112: Compile failed; see the compiler error output 
for details.

Total time: 1 second
dh_auto_build: error: ant -Duser.name debian dist returned exit code 1
make[1]: *** [debian/rules:7: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2023-12-04T08:08:19Z

---------------


-- 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: commons-pool
Source-Version: 1.6-5
Done: Vladimir Petko <vladimir.pe...@canonical.com>

We believe that the bug you reported is fixed in the latest version of
commons-pool, 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 commons-pool 
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:20:29 +1300
Source: commons-pool
Architecture: source
Version: 1.6-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Vladimir Petko <vladimir.pe...@canonical.com>
Closes: 1057497
Changes:
 commons-pool (1.6-5) unstable; urgency=medium
 .
   * Team upload
   [ Vladimir Petko ]
   * Resolve Java 21 ftbfs (Closes: #1057497):
     - d/rules: use java_compat_level variable provided by java-common to
       pass  minimum release level required by the default Java.
     - d/p/02_add_release_option.patch: pass release option to javac
       command.
 .
   [ tony mancill ]
   * Freshen years in debian/copyright
   * Set Rules-Requires-Root: no in debian/control
   * Bump Standards-Version to 4.6.2
Checksums-Sha1:
 436b8def3fa60977a3fd20e52df462d96e6ca94c 2171 commons-pool_1.6-5.dsc
 56b159f535d65668f33c39e027d499ef9f6dfa40 4568 commons-pool_1.6-5.debian.tar.xz
 d6840e4cb442237bdb5befa7074390b60f824267 10065 
commons-pool_1.6-5_amd64.buildinfo
Checksums-Sha256:
 c73a31d2153127c4b48585ab7ec30d43c651404fcf56674cb10c740ae205a7ec 2171 
commons-pool_1.6-5.dsc
 1261eb35f1c469ba6fd52df253be439edc899f192b7b36aa00796af6ca3c7fd3 4568 
commons-pool_1.6-5.debian.tar.xz
 925bf81f69e5668bf8d10d82f15b2d733505678022eca9013cbce50c0d0de516 10065 
commons-pool_1.6-5_amd64.buildinfo
Files:
 2eee830f9afa0bdcec216d5be89a77ad 2171 java optional commons-pool_1.6-5.dsc
 ffcf2d56066ab81768f11783cbc277a4 4568 java optional 
commons-pool_1.6-5.debian.tar.xz
 0f10d97289c445a6a5e6a968c6b73ed0 10065 java optional 
commons-pool_1.6-5_amd64.buildinfo

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmWc1msUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpZxNBAAspfJ361tBJLRV+OMd5/C6hyUbOeM
TZIrHngDPr48Hc8AtTe293I3+HU/pk69fyOEL11YsCyNX0SqoosvHFF+k4U4Fp0p
MkBulfo6Z5iyOZMlt70MATdiWDlT2sujyDLsnHCO66DkwTQkzQRJYo0eAuTHs0gw
F/3L/VwnnddkTNl/39SM22sOchgRm8OWzimmmdrtzCmZEZrZg2V9SQm8jdrZGJ8U
Skl4LWMGVk4LT3SJVhWlw8T6z89yVsGKDdfWxTIGT80U19cHPEupI6TtMtm4j7Il
3ex03yJuHybRELuh5vAWul9KfB45FEr4Zaaoff6cil8/mtlJ0rOXhYu1h5WHeosx
bVEaC1mRZWQiB99XGdMji1PK9P9EbKU2mwwoAduHkNH6XN9WBsKdDhsytmemMtQp
C6RlC8+H+jl7xLE1jfq2yetd+irjrdYEP7iEJyaq25aV9D2/UnMImKreOljyU16e
GEdJpWF5TZuQBvYUIkCaM6HXJn+9r2dZESmkjFxwOTdfZJ2WHdF+nbtHbbfCVHrh
9e2m8+eQnDVh6uqbFhLZtPGyaOBXvBdO8dhCITXk9MuZc3UY3zcL1bVbdAdmxByk
kGAJkxyEp4xADo9VOhbhcJY9bC+8qK+bBT6MYL99qAWfFKI0PcUGsSQo2R+kBztz
9oieDvt6sZAWnEY=
=9E/t
-----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