Your message dated Mon, 23 Mar 2026 12:33:49 +0000
with message-id <[email protected]>
and subject line Bug#1108578: fixed in libjide-oss-java 3.7.6+dfsg-3
has caused the Debian Bug report #1108578,
regarding libjide-oss-java:  FTBFS with default Java 25
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.)


-- 
1108578: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108578
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libjide-oss-java
Version: 3.7.6+dfsg-2
Severity: normal
Tags: ftbfs
Usertags: default-java25

Dear Maintainers,

The package libjide-oss-java ftbfs with default Java 25.
The relevant part of the build log:
---------------
compile:
    [mkdir] Created dir: /<<PKGBUILDDIR>>/classes
    [javac] /<<PKGBUILDDIR>>/build.xml:54: warning: 'includeantruntime' was not 
set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 496 source files to /<<PKGBUILDDIR>>/classes
    [javac] warning: [options] bootstrap class path is not set in conjunction 
with -source 8
    [javac]   not setting the bootstrap class path may lead to class files that 
cannot run on JDK 8
    [javac]     --release 8 is recommended instead of -source 8 -target 1.8 
because it sets the bootstrap class path automatically
    [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/com/jidesoft/popup/JidePopup.java:25: warning: 
[removal] Applet in java.applet has been deprecated and marked for removal
    [javac] import java.applet.Applet;
    [javac]                   ^
    [javac] 
/<<PKGBUILDDIR>>/src/com/jidesoft/plaf/basic/BasicFolderChooserUI.java:15: 
warning: ShellFolder is internal proprietary API and may be removed in a future 
release
    [javac] import sun.awt.shell.ShellFolder;
    [javac]                     ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/plaf/metal/MetalUtils.java:9: 
warning: CachedPainter is internal proprietary API and may be removed in a 
future release
    [javac] import sun.swing.CachedPainter;
    [javac]                 ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/plaf/windows/XPStyle.java:11: 
warning: SunWritableRaster is internal proprietary API and may be removed in a 
future release
    [javac] import sun.awt.image.SunWritableRaster;
    [javac]                     ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/plaf/windows/XPStyle.java:12: 
error: package sun.security.action does not exist
    [javac] import sun.security.action.GetPropertyAction;
    [javac]                           ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/plaf/windows/XPStyle.java:13: 
warning: CachedPainter is internal proprietary API and may be removed in a 
future release
    [javac] import sun.swing.CachedPainter;
    [javac]                 ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/plaf/windows/XPStyle.java:31: 
warning: [removal] AccessController in java.security has been deprecated and 
marked for removal
    [javac] import java.security.AccessController;
    [javac]                     ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/swing/JideSwingUtilities.java:43: 
warning: [removal] AccessControlException in java.security has been deprecated 
and marked for removal
    [javac] import java.security.AccessControlException;
    [javac]                     ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/utils/SecurityUtils.java:11: 
warning: [removal] AccessControlException in java.security has been deprecated 
and marked for removal
    [javac] import java.security.AccessControlException;
    [javac]                     ^
    [javac] 
/<<PKGBUILDDIR>>/src/com/jidesoft/converter/MonthNameConverter.java:139: 
warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
    [javac]             String str = converter.toString(new Integer(i), null);
    [javac]                                             ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/popup/JidePopup.java:904: 
warning: [removal] Applet in java.applet has been deprecated and marked for 
removal
    [javac]             if (p instanceof Window || p instanceof Applet) {
    [javac]                                                     ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/popup/JidePopup.java:1624: 
warning: [removal] Applet in java.applet has been deprecated and marked for 
removal
    [javac]             else if (c instanceof java.applet.Applet || 
(startInFloat ? c instanceof Window : c instanceof JFrame)) {
    [javac]                                              ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/popup/JidePopup.java:1643: 
warning: [removal] Applet in java.applet has been deprecated and marked for 
removal
    [javac]             if ((startInFloat ? c instanceof Window : c instanceof 
JFrame) || c instanceof java.applet.Applet)
    [javac]                                                                     
                                  ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/popup/JidePopup.java:1910: 
warning: [removal] AccessController in java.security has been deprecated and 
marked for removal
    [javac]             unpostPopup = (Boolean) 
java.security.AccessController.doPrivileged(
    [javac]                                                  ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/popup/JidePopup.java:2199: 
warning: [removal] AccessController in java.security has been deprecated and 
marked for removal
    [javac]             java.security.AccessController.doPrivileged(
    [javac]                          ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/popup/JidePopup.java:2232: 
warning: [removal] AccessController in java.security has been deprecated and 
marked for removal
    [javac]             java.security.AccessController.doPrivileged(
    [javac]                          ^
    [javac] 
/<<PKGBUILDDIR>>/src/com/jidesoft/plaf/basic/BasicJideTabbedPaneUI.java:5511: 
warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
    [javac]                             .get(new Integer(mnemonic));
    [javac]                                  ^
    [javac] 
/<<PKGBUILDDIR>>/src/com/jidesoft/plaf/basic/BasicFolderChooserUI.java:545: 
warning: ShellFolder is internal proprietary API and may be removed in a future 
release
    [javac]         if (f instanceof ShellFolder) {
    [javac]                          ^
    [javac] 
/<<PKGBUILDDIR>>/src/com/jidesoft/plaf/basic/BasicFolderChooserUI.java:546: 
warning: ShellFolder is internal proprietary API and may be removed in a future 
release
    [javac]             ShellFolder sf = (ShellFolder) f;
    [javac]             ^
    [javac] 
/<<PKGBUILDDIR>>/src/com/jidesoft/plaf/basic/BasicFolderChooserUI.java:546: 
warning: ShellFolder is internal proprietary API and may be removed in a future 
release
    [javac]             ShellFolder sf = (ShellFolder) f;
    [javac]                               ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/plaf/metal/MetalUtils.java:101: 
warning: CachedPainter is internal proprietary API and may be removed in a 
future release
    [javac]     private static class GradientPainter extends CachedPainter {
    [javac]                                                  ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/plaf/windows/XPStyle.java:89: 
error: cannot find symbol
    [javac]                 GetPropertyAction propertyAction =
    [javac]                 ^
    [javac]   symbol:   class GetPropertyAction
    [javac]   location: class XPStyle
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/plaf/windows/XPStyle.java:90: 
error: cannot find symbol
    [javac]                         new GetPropertyAction("swing.noxp");
    [javac]                             ^
    [javac]   symbol:   class GetPropertyAction
    [javac]   location: class XPStyle
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/plaf/windows/XPStyle.java:582: 
warning: CachedPainter is internal proprietary API and may be removed in a 
future release
    [javac]     private static class SkinPainter extends CachedPainter {
    [javac]                                              ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/swing/Calculator.java:700: 
warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
    [javac]             firePropertyChange(PROPERTY_OPERATOR, new Integer(old), 
new Integer(operator));
    [javac]                                                   ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/swing/Calculator.java:700: 
warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
    [javac]             firePropertyChange(PROPERTY_OPERATOR, new Integer(old), 
new Integer(operator));
    [javac]                                                                     
^
    [javac] 
/<<PKGBUILDDIR>>/src/com/jidesoft/swing/JideSwingUtilities.java:818: warning: 
[removal] AccessController in java.security has been deprecated and marked for 
removal
    [javac]             systemFonts = (String) 
java.security.AccessController.doPrivileged(new 
GetPropertyAction("swing.useSystemFontSettings"));
    [javac]                                                 ^
    [javac] 
/<<PKGBUILDDIR>>/src/com/jidesoft/swing/JideSwingUtilities.java:820: warning: 
[removal] AccessControlException in java.security has been deprecated and 
marked for removal
    [javac]         catch (AccessControlException e) {
    [javac]                ^
    [javac] 
/<<PKGBUILDDIR>>/src/com/jidesoft/swing/JideSwingUtilities.java:2649: warning: 
[removal] runFinalization() in System has been deprecated and marked for removal
    [javac]         System.runFinalization();
    [javac]               ^
    [javac] 
/<<PKGBUILDDIR>>/src/com/jidesoft/swing/JideSwingUtilities.java:3643: warning: 
[removal] JApplet in javax.swing has been deprecated and marked for removal
    [javac]                         || c.getParent() instanceof JFrame || 
c.getParent() instanceof JApplet) {
    [javac]                                                                     
                   ^
    [javac] 
/<<PKGBUILDDIR>>/src/com/jidesoft/swing/ResizableMouseInputAdapter.java:170: 
warning: [removal] JApplet in javax.swing has been deprecated and marked for 
removal
    [javac]             else if (c instanceof JApplet) {
    [javac]                                   ^
    [javac] 
/<<PKGBUILDDIR>>/src/com/jidesoft/swing/ResizableMouseInputAdapter.java:171: 
warning: [removal] JApplet in javax.swing has been deprecated and marked for 
removal
    [javac]                 ((JApplet) c).getGlassPane().setVisible(true);
    [javac]                   ^
    [javac] 
/<<PKGBUILDDIR>>/src/com/jidesoft/swing/ResizableMouseInputAdapter.java:172: 
warning: [removal] JApplet in javax.swing has been deprecated and marked for 
removal
    [javac]                 ((JApplet) c).getGlassPane().setCursor(s);
    [javac]                   ^
    [javac] 
/<<PKGBUILDDIR>>/src/com/jidesoft/swing/ResizableMouseInputAdapter.java:629: 
warning: [removal] JApplet in javax.swing has been deprecated and marked for 
removal
    [javac]             else if (c instanceof JApplet) {
    [javac]                                   ^
    [javac] 
/<<PKGBUILDDIR>>/src/com/jidesoft/swing/ResizableMouseInputAdapter.java:630: 
warning: [removal] JApplet in javax.swing has been deprecated and marked for 
removal
    [javac]                 ((JApplet) 
c).getGlassPane().setCursor(Cursor.getDefaultCursor());
    [javac]                   ^
    [javac] 
/<<PKGBUILDDIR>>/src/com/jidesoft/swing/ResizableMouseInputAdapter.java:631: 
warning: [removal] JApplet in javax.swing has been deprecated and marked for 
removal
    [javac]                 ((JApplet) c).getGlassPane().setVisible(false);
    [javac]                   ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/swing/ShadowFactory.java:273: 
warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
    [javac]                 new Integer(oldSize),
    [javac]                 ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/swing/ShadowFactory.java:274: 
warning: [removal] Integer(int) in Integer has been deprecated and marked for 
removal
    [javac]                 new Integer(this.size));
    [javac]                 ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/utils/PortingUtils.java:156: 
warning: [removal] JApplet in javax.swing has been deprecated and marked for 
removal
    [javac]         if (invoker != null && !(invoker instanceof JApplet) && 
invoker.getGraphicsConfiguration() != null) {
    [javac]                                                     ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/utils/PortingUtils.java:175: 
warning: [removal] JApplet in javax.swing has been deprecated and marked for 
removal
    [javac]         if (invoker != null && !(invoker instanceof JApplet) && 
invoker.getGraphicsConfiguration() != null) {
    [javac]                                                     ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/utils/PortingUtils.java:204: 
warning: [removal] JApplet in javax.swing has been deprecated and marked for 
removal
    [javac]         if (invoker != null && !(invoker instanceof JApplet) && 
invoker.getGraphicsConfiguration() != null) {
    [javac]                                                     ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/utils/SecurityUtils.java:73: 
warning: [removal] AccessControlException in java.security has been deprecated 
and marked for removal
    [javac]         catch (AccessControlException e) {
    [javac]                ^
    [javac] /<<PKGBUILDDIR>>/src/com/jidesoft/utils/SecurityUtils.java:125: 
warning: [removal] AccessControlException in java.security has been deprecated 
and marked for removal
    [javac]         catch (AccessControlException e) {
    [javac]                ^
    [javac] Note: Some input files use or override 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] 3 errors
    [javac] 44 warnings

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

Total time: 4 seconds
dh_auto_build: error: ant -propertyfile ./debian/ant.properties -Duser.name 
debian returned exit code 1
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
---------------


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

Kernel: Linux 6.14.0-22-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: libjide-oss-java
Source-Version: 3.7.6+dfsg-3
Done: Emmanuel Bourg <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libjide-oss-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.
Emmanuel Bourg <[email protected]> (supplier of updated libjide-oss-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: Mon, 23 Mar 2026 13:13:21 +0100
Source: libjide-oss-java
Architecture: source
Version: 3.7.6+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Emmanuel Bourg <[email protected]>
Closes: 1108578
Changes:
 libjide-oss-java (3.7.6+dfsg-3) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Vladimir Petko ]
   * d/p/java25.patch: Remove API calls no longer available in Java 25
     (Closes: #1108578).
 .
   [ Emmanuel Bourg ]
   * Removed the libjide-oss-java-doc package
   * Standards-Version updated to 4.7.3
Checksums-Sha1:
 04352486663d229971635068147d4b735f5734dc 2127 libjide-oss-java_3.7.6+dfsg-3.dsc
 d19b14c9806f5a744ae776433cd402d5a9c0b59d 16456 
libjide-oss-java_3.7.6+dfsg-3.debian.tar.xz
 ed30eca5b71c85ad764f2cb1b75d903fb65bca34 15212 
libjide-oss-java_3.7.6+dfsg-3_source.buildinfo
Checksums-Sha256:
 31c9c2fd07fcca2f07bd470de61d1ac18b6ed9a2253d4d2bd761f210263555b1 2127 
libjide-oss-java_3.7.6+dfsg-3.dsc
 e184bc0f7297d23de311a3c36ec746dafebd147964b221c9b5ad2dca035ea102 16456 
libjide-oss-java_3.7.6+dfsg-3.debian.tar.xz
 d93260ab2548992040071be7ae336f0059b1201ac53d1fc2d63e7051d008b933 15212 
libjide-oss-java_3.7.6+dfsg-3_source.buildinfo
Files:
 8d76de515ad0d852cfe0e7628d36c8bc 2127 java optional 
libjide-oss-java_3.7.6+dfsg-3.dsc
 09ea173a5455d0b0f5d476100eb8c6ab 16456 java optional 
libjide-oss-java_3.7.6+dfsg-3.debian.tar.xz
 fc6449a4dcd0e37f076470d33be8c0d8 15212 java optional 
libjide-oss-java_3.7.6+dfsg-3_source.buildinfo

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

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmnBLusSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsl04P/iuReYesz0Zz2I+TOD+DZ34IFvA9rf2j
UO+kEhxLokt38GARFGxouy07/T7zrIRTB88H3AC6R10eToHmflQtmIGbk3jHmRWZ
E8G9lVdpTHDx48J3hz4ihcoNOG7clojn7Z9KQmKZ2o/IZfb7pNCKZG7MRS0E9auL
7OHB1De68FmoQ1kNSZh7e3fSgIT6+fGO4WLGOlUs4vi4lVlE63DRVTvBGfwJSlZw
7RJZBeMm7mxdMLAd2OvLB2LUD5m931R1UNU4GCFUT7a0gXT83ltXiDEAkwlSKb+H
aSXyhexybupj2XKNRO0fPH54chAZpyqkPFJafOpBJuYvFSSC/bOSKGxn1D+qaw7D
h09rrEHGvuyebsZOv7a+PsQmu/W7GfCc2fOUfY0N/N0IEIEoizvB8M2uiK7gJw/U
tBuQz2oJI7La0X/XHou8HiGNHWpwHKV+mc4vrwqRQrsvAKiyD0yjIMNtmrXshagq
KTXjR29HhLr8ILNb3M6tHz8LurQYHEHXaUY2+tG2F60gnEnBNUX77lNeX/nvbZpB
CXDIN3as7UsamEkYKRvx7GLpyjDvr1TF7d80YgWe3SOdn9oeun4vtjMyarhuLMLR
TXNK8CZWkoT59SDyOYc9ucXczNa+C7jt6KwJ3ia14wAWMs7AnuyAiXHW1+TkLly1
zlwOQalkz9MZ
=daWe
-----END PGP SIGNATURE-----

Attachment: pgpouq7SNgBLm.pgp
Description: PGP signature


--- End Message ---

Reply via email to