Your message dated Sat, 21 Feb 2026 23:12:14 +0000
with message-id <[email protected]>
and subject line Bug#1121873: fixed in intellij-community-idea 183.5153.4-7
has caused the Debian Bug report #1121873,
regarding intellij-idea-community: 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.)


-- 
1121873: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1121873
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: intellij-idea-community
Severity: normal
Tags: ftbfs
User: [email protected]
Usertags: default-java25

Dear Maintainer,

The package fails to build with default Java 25. The relevant part of the build
log:

                                                 ^
/build/intellij-community-idea-hjtGJf/intellij-community-
idea-183.5153.4/platform/util/src/com/intellij/util/text/ImmutableText.java:321:
error: getChars(int,int,char[],int) in Node cannot implement
getChars(int,int,char[],int) in CharSequence
    abstract void getChars(int start, int end, @NotNull char[] dest, int
destPos);
                  ^
  attempting to assign weaker access privileges; was public
/build/intellij-community-idea-hjtGJf/intellij-community-
idea-183.5153.4/platform/util/src/com/intellij/util/text/ImmutableText.java:336:
error: getChars(int,int,char[],int) in Node cannot implement
getChars(int,int,char[],int) in CharSequence
  private abstract static class LeafNode extends Node {
                          ^
  attempting to assign weaker access privileges; was public
/build/intellij-community-idea-hjtGJf/intellij-community-
idea-183.5153.4/platform/util/src/com/intellij/util/text/ImmutableText.java:386:
error: getChars(int,int,char[],int) in WideLeafNode cannot implement
getChars(int,int,char[],int) in CharSequence
    void getChars(int start, int end, @NotNull char[] dest, int destPos) {
         ^
  attempting to assign weaker access privileges; was public
/build/intellij-community-idea-hjtGJf/intellij-community-
idea-183.5153.4/platform/util/src/com/intellij/util/text/ImmutableText.java:425:
error: getChars(int,int,char[],int) in Leaf8BitNode cannot implement
getChars(int,int,char[],int) in CharSequence
    void getChars(int start, int end, @NotNull char[] dest, int destPos) {
         ^
  attempting to assign weaker access privileges; was public
/build/intellij-community-idea-hjtGJf/intellij-community-
idea-183.5153.4/platform/util/src/com/intellij/util/text/ImmutableText.java:502:
error: getChars(int,int,char[],int) in CompositeNode cannot implement
getChars(int,int,char[],int) in CharSequence
    void getChars(int start, int end, @NotNull char[] dest, int destPos) {
         ^
  attempting to assign weaker access privileges; was public
/build/intellij-community-idea-hjtGJf/intellij-community-
idea-183.5153.4/platform/util/src/com/intellij/openapi/util/objectTree/ThrowableInterner.java:76:
warning: [removal] objectFieldOffset(Field) in Unsafe has been deprecated and
marked for removal
      long firstFieldOffset =
AtomicFieldUpdater.getUnsafe().objectFieldOffset(firstField);
                                                            ^
/build/intellij-community-idea-hjtGJf/intellij-community-
idea-183.5153.4/platform/util/src/com/intellij/openapi/util/objectTree/ThrowableInterner.java:80:
warning: [removal] getObject(Object,long) in Unsafe has been deprecated and
marked for removal
          || !(AtomicFieldUpdater.getUnsafe().getObject(new Throwable(),
(long)BACKTRACE_FIELD_OFFSET) instanceof Object[])) {
                                             ^
/build/intellij-community-idea-hjtGJf/intellij-community-
idea-183.5153.4/platform/util/src/com/intellij/openapi/util/objectTree/ThrowableInterner.java:95:
warning: [removal] getObject(Object,long) in Unsafe has been deprecated and
marked for removal
                  AtomicFieldUpdater.getUnsafe().getObject(throwable,
(long)BACKTRACE_FIELD_OFFSET);
                                                ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
5 errors
84 warnings


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

Kernel: Linux 6.17.0-7-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: intellij-community-idea
Source-Version: 183.5153.4-7
Done: tony mancill <[email protected]>

We believe that the bug you reported is fixed in the latest version of
intellij-community-idea, 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.
tony mancill <[email protected]> (supplier of updated intellij-community-idea 
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: Sat, 21 Feb 2026 13:58:56 -0800
Source: intellij-community-idea
Architecture: source
Version: 183.5153.4-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: tony mancill <[email protected]>
Closes: 1108573 1121873
Changes:
 intellij-community-idea (183.5153.4-7) unstable; urgency=medium
 .
   * Team upload
   [ Vladimir Petko ]
   * d/p/java25-compatibility.patch: cherry-pick upstream patch
     to resolve kotlin Java 25 ftbfs (Closes: #1108573).
   * d/p/java25-public-access.patch: update access modifiers in
     overridden CharacterSequence.getChars() methods
     (Closes: #1121873).
 .
   [ tony mancill ]
   * Freshen years in debian/copyright
   * Bump Standards-Version to 4.7.3
Checksums-Sha1:
 a84585f06c83c9cacc5c345d30f5e5177bb3b847 3285 
intellij-community-idea_183.5153.4-7.dsc
 427bd36c1884a6b46755cf2c783108bb34fe08d2 19456 
intellij-community-idea_183.5153.4-7.debian.tar.xz
 1244267a79df4085cae110570de65479c27b2ddb 17293 
intellij-community-idea_183.5153.4-7_amd64.buildinfo
Checksums-Sha256:
 1213de2507c559530f1a7e67696210e77a3cfaa8924dc6edfc691210d83bdf2d 3285 
intellij-community-idea_183.5153.4-7.dsc
 2b404265af68a4b2280809aecf456c5f764ba6b0eb8e05444532e378b9614260 19456 
intellij-community-idea_183.5153.4-7.debian.tar.xz
 c68601d6181c3fb9481b1a1e15915859399b88bd5c77bcff530bdf51b500b830 17293 
intellij-community-idea_183.5153.4-7_amd64.buildinfo
Files:
 ffd8078a56c4eb6571074c120a85d966 3285 java optional 
intellij-community-idea_183.5153.4-7.dsc
 3710f393d500424d2f4b2d10c594ef5a 19456 java optional 
intellij-community-idea_183.5153.4-7.debian.tar.xz
 50c1214d7fdcd9ab35b38acd956cdd5d 17293 java optional 
intellij-community-idea_183.5153.4-7_amd64.buildinfo

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmmaNQUUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpbZORAAu7r4McX4WdeWUq21WM0ehnJIK5FN
mw1Cd/SFJqRu75Cx1oEzYQcHHHG8EfUAyG+ejLGwzMNVeEC+7hTm8W8DErilJGrc
Gj5EMLujtJ4aaTU1YyZ/Hp7qs16S1zLdJTQzF4svg79BHqSPb6KR+rnNZlxv3IXU
6Qi7Frfk20e2TOBZCBiRSTuAEnHmYxSCSkzJNM2nGysfphF8+hrxQBFsAwbI1XkJ
Tva0obBFh81WkpSicjKIBELljcFiCaqcItewlPLGvccDhXEesqx5c7nUIWvr/zZb
w6g1CIjeUJ5Pj+R6FmpbIdtoPpsi+uaNLSFi80PRD+IMjZJmy4E9bMQHArmTlaSf
vkrOkOMHh33+A1Uolo0ZjMnbemisECpQ6Uy6+svvsPXVtA/Att7whxbE55n4cUSW
D4ptoM6+5LmPbbD1jgFP0TLaPCZstVfm7BaWXLg91aKpFjZlayatLcrJ2QVfDQZL
uCQSXNMCYZLJMsraAEnR+a7vYyAWf3rSlZ/Ilwvp9mGUWjMzxFl05Ml/m7mwj0fh
/ADNjcgnWLJUCIUCfJDmK5uW4X0i0ZXfdN2t7eR0fw1Vug2qHELRxK/unAT3V1LB
Im1xS5ZnE3QzRdbManVrm9Yr3Tqd+Noywf3MKh6rDnuPNvpYuegmJq5qMpg45IeH
tfk0+XfYHL0bVis=
=KZiv
-----END PGP SIGNATURE-----

Attachment: pgp4uXylDvjkw.pgp
Description: PGP signature


--- End Message ---

Reply via email to