Your message dated Thu, 25 Jan 2024 08:36:11 +0000
with message-id <[email protected]>
and subject line Bug#1057517: fixed in libcommons-collections3-java 3.2.2-3
has caused the Debian Bug report #1057517,
regarding libcommons-collections3-java:  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 [email protected]
immediately.)


-- 
1057517: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057517
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libcommons-collections3-java
Version: 3.2.2-2
Severity: important
Tags: ftbfs
User: [email protected]
Usertags: default-java21

Dear Maintainers,

The package libcommons-collections3-java ftbfs with default Java 21.
The relevant part of the build log:
---------------
compile:
    [mkdir] Created dir: /<<PKGBUILDDIR>>/build/classes
    [javac] /<<PKGBUILDDIR>>/build.xml:129: warning: 'includeantruntime' was 
not set, defaulting to build.sysclasspath=last; set to false for repeatable 
builds
    [javac] Compiling 273 source files to /<<PKGBUILDDIR>>/build/classes
    [javac] Using ant.build.javac.target 6 is no longer supported, switching to 
8
    [javac] Using ant.build.javac.target 6 is no longer supported, switching to 
8
    [javac] Using ant.build.javac.source 6 is no longer supported, switching to 
8
    [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/collections/ExtendedProperties.java:29:
 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/collections/functors/FunctorUtils.java:19:
 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/collections/BeanMap.java:87: 
warning: [removal] Character(char) in Character has been deprecated and marked 
for removal
    [javac]                     return new Character( input.toString().charAt( 
0 ) );
    [javac]                            ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/CollectionUtils.java:61:
 warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
    [javac]     private static Integer INTEGER_ONE = new Integer(1);
    [javac]                                          ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/CollectionUtils.java:236:
 warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
    [javac]                 count.put(obj,new Integer(c.intValue() + 1));
    [javac]                               ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/CollectionUtils.java:715:
 warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
    [javac]         return index(obj, new Integer(idx));
    [javac]                           ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/CursorableLinkedList.java:188:
 error: addLast(Object) in CursorableLinkedList cannot implement addLast(E) in 
List
    [javac]     public boolean addLast(Object o) {
    [javac]                    ^
    [javac]   return type boolean is not compatible with void
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface List
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/CursorableLinkedList.java:176:
 error: addFirst(Object) in CursorableLinkedList cannot implement addFirst(E) 
in List
    [javac]     public boolean addFirst(Object o) {
    [javac]                    ^
    [javac]   return type boolean is not compatible with void
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface List
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/CursorableLinkedList.java:1306:
 error: addLast(Object) in CursorableSubList cannot implement addLast(E) in List
    [javac]     public boolean addLast(Object o) {
    [javac]                    ^
    [javac]   return type boolean is not compatible with void
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface List
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/CursorableLinkedList.java:1301:
 error: addFirst(Object) in CursorableSubList cannot implement addFirst(E) in 
List
    [javac]     public boolean addFirst(Object o) {
    [javac]                    ^
    [javac]   return type boolean is not compatible with void
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface List
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/DefaultMapBag.java:93: 
warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
    [javac]             _map.put(object, new Integer(count));
    [javac]                              ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/DefaultMapBag.java:261:
 warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
    [javac]             _map.put(object, new Integer(count - nCopies));
    [javac]                              ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/ExtendedProperties.java:172:
 warning: [removal] AccessController in java.security has been deprecated and 
marked for removal
    [javac]             fileSeparator = (String) AccessController.doPrivileged(
    [javac]                                      ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/ExtendedProperties.java:1170:
 warning: [removal] Boolean(boolean) in Boolean has been deprecated and marked 
for removal
    [javac]         return getBoolean(key, new 
Boolean(defaultValue)).booleanValue();
    [javac]                                ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/ExtendedProperties.java:1192:
 warning: [removal] Boolean(String) in Boolean has been deprecated and marked 
for removal
    [javac]             Boolean b = new Boolean(s);
    [javac]                         ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/ExtendedProperties.java:1264:
 warning: [removal] Byte(byte) in Byte has been deprecated and marked for 
removal
    [javac]         return getByte(key, new Byte(defaultValue)).byteValue();
    [javac]                             ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/ExtendedProperties.java:1286:
 warning: [removal] Byte(String) in Byte has been deprecated and marked for 
removal
    [javac]             Byte b = new Byte((String) value);
    [javac]                      ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/ExtendedProperties.java:1334:
 warning: [removal] Short(short) in Short has been deprecated and marked for 
removal
    [javac]         return getShort(key, new Short(defaultValue)).shortValue();
    [javac]                              ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/ExtendedProperties.java:1356:
 warning: [removal] Short(String) in Short has been deprecated and marked for 
removal
    [javac]             Short s = new Short((String) value);
    [javac]                       ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/ExtendedProperties.java:1454:
 warning: [removal] Integer(String) in Integer has been deprecated and marked 
for removal
    [javac]             Integer i = new Integer((String) value);
    [javac]                         ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/ExtendedProperties.java:1502:
 warning: [removal] Long(long) in Long has been deprecated and marked for 
removal
    [javac]         return getLong(key, new Long(defaultValue)).longValue();
    [javac]                             ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/ExtendedProperties.java:1524:
 warning: [removal] Long(String) in Long has been deprecated and marked for 
removal
    [javac]             Long l = new Long((String) value);
    [javac]                      ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/ExtendedProperties.java:1572:
 warning: [removal] Float(float) in Float has been deprecated and marked for 
removal
    [javac]         return getFloat(key, new Float(defaultValue)).floatValue();
    [javac]                              ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/ExtendedProperties.java:1594:
 warning: [removal] Float(String) in Float has been deprecated and marked for 
removal
    [javac]             Float f = new Float((String) value);
    [javac]                       ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/ExtendedProperties.java:1642:
 warning: [removal] Double(double) in Double has been deprecated and marked for 
removal
    [javac]         return getDouble(key, new 
Double(defaultValue)).doubleValue();
    [javac]                               ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/ExtendedProperties.java:1664:
 warning: [removal] Double(String) in Double has been deprecated and marked for 
removal
    [javac]             Double d = new Double((String) value);
    [javac]                        ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/MapUtils.java:170: 
warning: [removal] Boolean(String) in Boolean has been deprecated and marked 
for removal
    [javac]                     return new Boolean((String) answer);
    [javac]                            ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/MapUtils.java:231: 
warning: [removal] Byte(byte) in Byte has been deprecated and marked for removal
    [javac]         return new Byte(answer.byteValue());
    [javac]                ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/MapUtils.java:250: 
warning: [removal] Short(short) in Short has been deprecated and marked for 
removal
    [javac]         return new Short(answer.shortValue());
    [javac]                ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/MapUtils.java:269: 
warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
    [javac]         return new Integer(answer.intValue());
    [javac]                ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/MapUtils.java:288: 
warning: [removal] Long(long) in Long has been deprecated and marked for removal
    [javac]         return new Long(answer.longValue());
    [javac]                ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/MapUtils.java:307: 
warning: [removal] Float(float) in Float has been deprecated and marked for 
removal
    [javac]         return new Float(answer.floatValue());
    [javac]                ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/MapUtils.java:326: 
warning: [removal] Double(double) in Double has been deprecated and marked for 
removal
    [javac]         return new Double(answer.doubleValue());
    [javac]                ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/comparators/FixedOrderComparator.java:194:
 warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
    [javac]         Object position = map.put(obj, new Integer(counter++));
    [javac]                                        ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/functors/FunctorUtils.java:173:
 warning: [removal] AccessController in java.security has been deprecated and 
marked for removal
    [javac]                 (String) AccessController.doPrivileged(new 
PrivilegedAction() {
    [javac]                          ^
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/list/AbstractLinkedList.java:301:
 error: addLast(Object) in AbstractLinkedList cannot implement addLast(E) in 
List
    [javac]     public boolean addLast(Object o) {
    [javac]                    ^
    [javac]   return type boolean is not compatible with void
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface List
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/list/AbstractLinkedList.java:296:
 error: addFirst(Object) in AbstractLinkedList cannot implement addFirst(E) in 
List
    [javac]     public boolean addFirst(Object o) {
    [javac]                    ^
    [javac]   return type boolean is not compatible with void
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface List
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/list/CursorableLinkedList.java:63:
 error: addLast(Object) in AbstractLinkedList cannot implement addLast(E) in 
List
    [javac] public class CursorableLinkedList extends AbstractLinkedList 
implements Serializable {
    [javac]        ^
    [javac]   return type boolean is not compatible with void
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface List
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/list/NodeCachingLinkedList.java:47:
 error: addLast(Object) in AbstractLinkedList cannot implement addLast(E) in 
List
    [javac] public class NodeCachingLinkedList extends AbstractLinkedList 
implements Serializable {
    [javac]        ^
    [javac]   return type boolean is not compatible with void
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface List
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/list/SetUniqueList.java:302:
 warning: [deprecation] newInstance() in Class has been deprecated
    [javac]                 subSet = (Set) set.getClass().newInstance();
    [javac]                                              ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] 
/<<PKGBUILDDIR>>/src/java/org/apache/commons/collections/map/MultiValueMap.java:434:
 warning: [deprecation] newInstance() in Class has been deprecated
    [javac]                 return clazz.newInstance();
    [javac]                             ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 8 errors
    [javac] 37 warnings

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

Total time: 2 seconds
dh_auto_build: error: ant -propertyfile ./debian/ant.properties -Duser.name 
debian jar javadoc -Dlastmodified=1701682943988 -Dant.build.javac.source=6 
-Dant.build.javac.target=6 returned exit code 1
make[1]: *** [debian/rules:11: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
---------------


-- 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: libcommons-collections3-java
Source-Version: 3.2.2-3
Done: Vladimir Petko <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libcommons-collections3-java, 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.
Vladimir Petko <[email protected]> (supplier of updated 
libcommons-collections3-java 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: SHA512

Format: 1.8
Date: Thu, 25 Jan 2024 16:05:04 +1300
Source: libcommons-collections3-java
Architecture: source
Version: 3.2.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Vladimir Petko <[email protected]>
Closes: 1057517
Changes:
 libcommons-collections3-java (3.2.2-3) unstable; urgency=medium
 .
   * Team upload
   [ Vladimir Petko ]
   * Use java_compat_level variable provided by java-common to set Java
     release level (Closes: #1057517).
 .
   [ Debian Janitor ]
   * Remove constraints unnecessary since buster (oldstable):
     + libcommons-collections3-java: Drop conflict with removed package
       libjson-java (<= 2.3-2) in Breaks.
   * Trim trailing whitespace.
   * Use secure copyright file specification URI.
   * Update watch file format version to 4.
   * Use secure URI in Homepage field.
   * Bump debhelper from old 11 to 13.
   * Set debhelper-compat version in Build-Depends.
   * Binary packages are now Multi-Arch: foreign
Checksums-Sha1:
 036d94001ff240e79aa1c89bf01ac7e7515c6cd6 2369 
libcommons-collections3-java_3.2.2-3.dsc
 e85d0fc6a0767befe5efce95ac3860800123f17e 7756 
libcommons-collections3-java_3.2.2-3.debian.tar.xz
 8f9d79cf2b79a3ad0ba75bbdb003f107cbdeb758 10239 
libcommons-collections3-java_3.2.2-3_amd64.buildinfo
Checksums-Sha256:
 07998b53dbeedc6e387dbe703ef3e9b1c725869ab5f5cb61546fbb301f2de24b 2369 
libcommons-collections3-java_3.2.2-3.dsc
 e8b15f53176b5927fab70a37e76e4477b2a4d320ed9e9dbf882dd37e7216b52a 7756 
libcommons-collections3-java_3.2.2-3.debian.tar.xz
 aed7cc49b0e457ab80a0ae4cda198a4126f1c1cfe2feffe814e3366b2cc748f8 10239 
libcommons-collections3-java_3.2.2-3_amd64.buildinfo
Files:
 3fc7cd60957bbb5e4f3a47d1999341bf 2369 java optional 
libcommons-collections3-java_3.2.2-3.dsc
 87c783064733fe95fe13d87cc6bce26c 7756 java optional 
libcommons-collections3-java_3.2.2-3.debian.tar.xz
 22d4266606b3c53ee346d78c73e67f5e 10239 java optional 
libcommons-collections3-java_3.2.2-3_amd64.buildinfo

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmWyEHYUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpb4pBAAtWtGCh0YBLTzvsFxzdLhuiBGE8yE
TPy/C2jkLhwIS92BsOJJwO1bIqAnRTyBoYABTROlsVeAh8C46wjTLdR3RwqFpfhD
umeyf8V+tNWG2VUP5UBTQ4SKp9qy+4CIe32TDkJZGY33J8ARb8Krdc5OOaTgJpgG
cz4osn2nwIVdELvhJikrkSUNQInfZIQTuH8p7CZYGn+hK0T/Ojlo1gfY9zlub9q6
KaauL3nNiNkltwVYQSvY155wprcO8SR+qmmY6s+yvpZMVwYDDdYrNwHyZHDq5O17
/SBzAKb7z9y6TuDU0IrHIoJZFTz40gNiB48Fp4Buv6DUTfOSpvTSkmJoDgJBepNv
6UdeyWbegUKQghexCx+rbr00Ae0l0ZI6hFNP9OuIYOjHfNcBt2qG8vg/Ek0YkudG
qxUPdTAfr/86O2gmgwvvwZ3Lv7st1BY3594IE2wBALg25jGKkJ2liaZNVzBXbIfm
omG6KFteJA7+h7fPvO9lI+3EHZUh/XRQbXYkBoAVB49gc6NEiQx0GIj4VTfMHEa6
SVjXNvln5K4cEbtnyBuQYplnL8+XC+71Yi42Q9WMug+dryid0Txv4/c3hino7VwJ
MooftohgccVbLN94a8k7b2HxQR7bE9tGo2dM2sezbD32Izk8I2GwzHpgHMDvoSkS
6LMNWEaiiZVpNC0=
=GlBB
-----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
[email protected] for discussions and questions.

Reply via email to