Your message dated Mon, 29 Jul 2024 13:47:10 +0000
with message-id <[email protected]>
and subject line Bug#1057538: fixed in lombok 1.18.34-1
has caused the Debian Bug report #1057538,
regarding lombok: java.lang.NoSuchFieldError - exception when building with
Java 21 default
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.)
--
1057538: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057538
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: lombok
Version: 1.18.24-1
Severity: important
User: [email protected]
Usertags: default-java21
Dear Maintainer,
When building lombok-ast with default Java 21 the following exception in lombok
has occured casing the failure to build.
----
templateProcessor:
[compile:mkdir] Created dir: /<<PKGBUILDDIR>>/build/templateProcessor
[compile:javac] Compiling 10 source files to
/<<PKGBUILDDIR>>/build/templateProcessor
[ivy:compile] warning: [options] bootstrap class path not set in conjunction
with -source 8
[ivy:compile] warning: [options] source value 8 is obsolete and will be removed
in a future release
[ivy:compile] warning: [options] target value 8 is obsolete and will be removed
in a future release
[ivy:compile] warning: [options] To suppress warnings about obsolete options,
use -Xlint:-options.
[ivy:compile] 4 warnings
[ivy:compile]
[ivy:compile]
[ivy:compile] An annotation processor threw an uncaught exception.
[ivy:compile] Consult the following stack trace for details.
[ivy:compile] java.lang.NoSuchFieldError: Class
com.sun.tools.javac.tree.JCTree$JCImport does not have member field
'com.sun.tools.javac.tree.JCTree qualid'
[ivy:compile] at
lombok.javac.JavacImportList.getFullyQualifiedNameForSimpleNameNoAliasing(JavacImportList.java:53)
[ivy:compile] at
lombok.core.TypeResolver.typeRefToFullyQualifiedName(TypeResolver.java:60)
[ivy:compile] at
lombok.javac.HandlerLibrary.handleAnnotation(HandlerLibrary.java:247)
[ivy:compile] at
lombok.javac.JavacTransformer$AnnotationVisitor.visitAnnotationOnType(JavacTransformer.java:79)
[ivy:compile] at lombok.javac.JavacNode.traverse(JavacNode.java:132)
[ivy:compile] at lombok.javac.JavacAST.traverseChildren(JavacAST.java:222)
[ivy:compile] at lombok.javac.JavacNode.traverse(JavacNode.java:95)
[ivy:compile] at lombok.javac.JavacAST.traverseChildren(JavacAST.java:222)
[ivy:compile] at lombok.javac.JavacNode.traverse(JavacNode.java:95)
[ivy:compile] at lombok.javac.JavacAST.traverseChildren(JavacAST.java:222)
[ivy:compile] at lombok.javac.JavacNode.traverse(JavacNode.java:90)
[ivy:compile] at lombok.javac.JavacAST.traverse(JavacAST.java:218)
[ivy:compile] at
lombok.javac.JavacTransformer.transform(JavacTransformer.java:63)
[ivy:compile] at
lombok.javac.apt.LombokProcessor.process(LombokProcessor.java:328)
[ivy:compile] at
lombok.core.AnnotationProcessor$JavacDescriptor.process(AnnotationProcessor.java:187)
[ivy:compile] at
lombok.core.AnnotationProcessor.process(AnnotationProcessor.java:241)
[ivy:compile] at
lombok.launch.AnnotationProcessorHider$AnnotationProcessor.process(AnnotationProcessor.java:90)
[ivy:compile] at
jdk.compiler/com.sun.tools.javac.processing.JavacProcessingEnvironment.callProcessor(JavacProcessingEnvironment.java:1021)
[ivy:compile] at
jdk.compiler/com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs(JavacProcessingEnvironment.java:937)
[ivy:compile] at
jdk.compiler/com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.run(JavacProcessingEnvironment.java:1265)
[ivy:compile] at
jdk.compiler/com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1380)
[ivy:compile] at
jdk.compiler/com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1272)
[ivy:compile] at
jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:946)
[ivy:compile] at
jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:319)
[ivy:compile] at
jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:178)
[ivy:compile] at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:64)
[ivy:compile] at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[ivy:compile] at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[ivy:compile] at
org.apache.tools.ant.taskdefs.compilers.Javac13.execute(Javac13.java:57)
[ivy:compile] at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:1352)
[ivy:compile] at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:1092)
[ivy:compile] at com.zwitserloot.ivyplusplus.Compile.execute(Unknown Source)
[ivy:compile] at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:299)
[ivy:compile] at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[ivy:compile] at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[ivy:compile] at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
[ivy:compile] at org.apache.tools.ant.Task.perform(Task.java:350)
[ivy:compile] at org.apache.tools.ant.Target.execute(Target.java:449)
[ivy:compile] at org.apache.tools.ant.Target.performTasks(Target.java:470)
[ivy:compile] at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1401)
[ivy:compile] at
org.apache.tools.ant.Project.executeTarget(Project.java:1374)
[ivy:compile] at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[ivy:compile] at
org.apache.tools.ant.Project.executeTargets(Project.java:1264)
[ivy:compile] at org.apache.tools.ant.Main.runBuild(Main.java:818)
[ivy:compile] at org.apache.tools.ant.Main.startAnt(Main.java:223)
[ivy:compile] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
[ivy:compile] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
BUILD FAILED
/<<PKGBUILDDIR>>/build.xml:94: Compile failed; see the compiler error output
for details.
----
-- 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: lombok
Source-Version: 1.18.34-1
Done: Emmanuel Bourg <[email protected]>
We believe that the bug you reported is fixed in the latest version of
lombok, 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 lombok 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, 29 Jul 2024 14:35:41 +0200
Source: lombok
Architecture: source
Version: 1.18.34-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Emmanuel Bourg <[email protected]>
Closes: 1057538
Changes:
lombok (1.18.34-1) unstable; urgency=medium
.
* Team upload.
* New upstream release (Closes: #1057538)
- Refreshed the patches
- New dependency on libjaxb-java
- Ignore the dependency on the AWS SDK
- Updated the Maven poms
* Standards-Version updated to 4.7.0
Checksums-Sha1:
54691dba5b6afa15e648a5b8aa1da7903091898c 2268 lombok_1.18.34-1.dsc
86de9217ba8027b73185b4c18ea70e70569fe4be 638320 lombok_1.18.34.orig.tar.xz
1addd7be5e08c4184cb8e64f579ef3a2439a4c18 11228 lombok_1.18.34-1.debian.tar.xz
e451cabdba66caac3c4d2f1a281c0986042d51c4 18527
lombok_1.18.34-1_source.buildinfo
Checksums-Sha256:
3bf755df7c56cc93b67b1499ddd25f4bfbc9ab0113c6cb77fa3985e3702ef469 2268
lombok_1.18.34-1.dsc
8871f5c492a16836b504122600132f8b58a9c083fd7f887763ce16ec237c1e25 638320
lombok_1.18.34.orig.tar.xz
cb2fbe675c43cc336d1e52381cdccb84e9222e939ffe332606805c699b25e34c 11228
lombok_1.18.34-1.debian.tar.xz
463a1cecfd0c1e2eb29720eb934edd1ef611db2db8f717cd6b0e019ca0b24ba8 18527
lombok_1.18.34-1_source.buildinfo
Files:
3868bf014699ab179048a7ce5590a6ff 2268 java optional lombok_1.18.34-1.dsc
7bf8bb1b810f8a4f5ad8ef7d3b14ea59 638320 java optional
lombok_1.18.34.orig.tar.xz
28c49684d3bfb3afb869a6c782380b04 11228 java optional
lombok_1.18.34-1.debian.tar.xz
003c56bc16f48c8c418b6f679dd37989 18527 java optional
lombok_1.18.34-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmanjNMSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsivgP/RF4WTo1s2SKM/ehFzUoO+XEmoeo/z1D
NV8eHtcRPUGZ8oaQx3dYzAA2Wnk8cfPu6iQaeQU2eTSosSNWuLIFNrv8m1HjHnrW
MnucB/SCMxcuCjpmiQYsBINfiRhsY/M+UPmoGM12eymlQu4rFxCEQMgBm5pDiyHE
ZDnVl3sac9XcxN4vLDPmRWx88CxtCB/r8PVMPRWzmU2vMKeCtO8ozR+P+iBBaWRt
DofciVEDZomBBIV5+Iz/H8AddnSJxD2D8OUmEeTn2OblVOLYmE20xxeFx0z562ry
xhrPAE0PkUkQSj+sV4njezGASAP8V96MSvBVNAyHoNK82CyOMHbW11GX8riw+1ze
cMbdZJWTk8zpaQopGPZ8K6RIC0zsBGQ924vNpt8dt5EnFQKZwVTtcMjdE+l+35gg
kyUCaPr1tSSgk6/RdCOHSVKAJjb2YVAl+GJyK0QopBrwveIT3onZ5pD0VxY2tCwC
pT8wQDBCh6NihQaqRnbp7XON5yymM9TEOp/DjT6XsfrcMlrbfBZ6BZr+ayQrbIVx
UM+2a8fId7CaBnSSefX3nuNoXWXoUgHdFUgthBz5IyedH8fjvcyUaM88VDKkeHpC
rZ51hwQyQBWdvrDv4Iq19YQ0TRfBQag3EarGeaWp1j5zPaD7Gee+fnkcWQXhhVDz
eSbvGv5LZdQV
=kpZD
-----END PGP SIGNATURE-----
pgpqRCimmwwu_.pgp
Description: 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.