Your message dated Wed, 24 Jan 2024 14:49:44 +1300
with message-id 
<calff3kemkurfqtymqwywiqgp23+lcjz4rcniho3has9d5bd...@mail.gmail.com>
and subject line Re: gradle-kotlin-dsl: FTBFS with default Java 21
has caused the Debian Bug report #1057504,
regarding gradle-kotlin-dsl:  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.)


-- 
1057504: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057504
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gradle-kotlin-dsl
Version: 0.13.2-5build1
Severity: important
Tags: ftbfs
User: [email protected]
Usertags: default-java21

Dear Maintainers,

The package gradle-kotlin-dsl ftbfs with default Java 21.
The relevant part of the build log:
---------------
# gradle-kotlin-dsl-tooling-models
kotlinc \
    -module-name gradle-kotlin-dsl-tooling-models \
    -d tooling-models/target/classes \
    tooling-models/src/main/kotlin/
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were 
deprecated in JDK 13 and will likely be removed in a future release.
exception: java.lang.IllegalStateException: Could not load module definition 
from: VirtualFile: 
/usr/lib/jvm/java-21-openjdk-amd64!/modules/java.base/module-info.class. The 
file might be broken by incorrect post-processing via bytecode tools. Please 
remove this file from the classpath.
        at 
org.jetbrains.kotlin.resolve.jvm.modules.JavaModuleInfo$Companion.read(JavaModuleInfo.kt:85)
        at 
org.jetbrains.kotlin.cli.jvm.modules.CliJavaModuleFinder.findSystemModule(CliJavaModuleFinder.kt:44)
        at 
org.jetbrains.kotlin.cli.jvm.modules.CliJavaModuleFinder.access$findSystemModule(CliJavaModuleFinder.kt:25)
        at 
org.jetbrains.kotlin.cli.jvm.modules.CliJavaModuleFinder$systemModules$1.invoke(CliJavaModuleFinder.kt:37)
        at 
org.jetbrains.kotlin.cli.jvm.modules.CliJavaModuleFinder$systemModules$1.invoke(CliJavaModuleFinder.kt:25)
        at 
kotlin.sequences.TransformingSequence$iterator$1.next(Sequences.kt:172)
        at 
kotlin.sequences.FilteringSequence$iterator$1.calcNext(Sequences.kt:132)
        at 
kotlin.sequences.FilteringSequence$iterator$1.hasNext(Sequences.kt:156)
        at 
kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:278)
        at 
kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:265)
        at kotlin.sequences.SequencesKt___SequencesKt.none(_Sequences.kt:1298)
        at 
org.jetbrains.kotlin.cli.jvm.compiler.ClasspathRootsResolver.addModularRoots(ClasspathRootsResolver.kt:226)
        at 
org.jetbrains.kotlin.cli.jvm.compiler.ClasspathRootsResolver.computeRoots(ClasspathRootsResolver.kt:123)
        at 
org.jetbrains.kotlin.cli.jvm.compiler.ClasspathRootsResolver.convertClasspathRoots(ClasspathRootsResolver.kt:79)
        at 
org.jetbrains.kotlin.cli.jvm.compiler.KotlinCoreEnvironment.<init>(KotlinCoreEnvironment.kt:228)
        at 
org.jetbrains.kotlin.cli.jvm.compiler.KotlinCoreEnvironment.<init>(KotlinCoreEnvironment.kt:122)
        at 
org.jetbrains.kotlin.cli.jvm.compiler.KotlinCoreEnvironment$Companion.createForProduction(KotlinCoreEnvironment.kt:409)
        at 
org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.createCoreEnvironment(K2JVMCompiler.kt:258)
        at 
org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:165)
        at 
org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:53)
        at 
org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:84)
        at 
org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:42)
        at org.jetbrains.kotlin.cli.common.CLITool.exec(CLITool.kt:103)
        at org.jetbrains.kotlin.cli.common.CLITool.exec(CLITool.kt:81)
        at org.jetbrains.kotlin.cli.common.CLITool.exec(CLITool.kt:49)
        at 
org.jetbrains.kotlin.cli.common.CLITool$Companion.doMainNoExit(CLITool.kt:214)
        at 
org.jetbrains.kotlin.cli.common.CLITool$Companion.doMain(CLITool.kt:206)
        at 
org.jetbrains.kotlin.cli.jvm.K2JVMCompiler$Companion.main(K2JVMCompiler.kt:300)
        at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.main(K2JVMCompiler.kt)
        at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base/java.lang.reflect.Method.invoke(Method.java:580)
        at org.jetbrains.kotlin.preloading.Preloader.run(Preloader.java:81)
        at org.jetbrains.kotlin.preloading.Preloader.main(Preloader.java:43)
Caused by: java.lang.IllegalArgumentException: Unsupported class file major 
version 65
        at 
org.jetbrains.org.objectweb.asm.ClassReader.<init>(ClassReader.java:199)
        at 
org.jetbrains.org.objectweb.asm.ClassReader.<init>(ClassReader.java:180)
        at 
org.jetbrains.org.objectweb.asm.ClassReader.<init>(ClassReader.java:166)
        at 
org.jetbrains.kotlin.resolve.jvm.modules.JavaModuleInfo$Companion.read(JavaModuleInfo.kt:68)
        ... 32 more

make[1]: *** [debian/rules:10: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2023-12-04T08:50:14Z

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


-- 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 ---
This issue is a duplicate of [1]. Closing the bug report.

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057514

--- 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