Bug#906382: lombok-ast: FTBFS in buster/sid

Santiago Vila sanvila at debian.org
Fri Aug 17 12:20:33 BST 2018


Package: src:lombok-ast
Version: 0.2+ds-3
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with javahelper,maven_repo_helper
   dh_update_autotools_config -i
   dh_autoreconf -i
   dh_auto_configure -i
   debian/rules override_jh_linkjars
make[1]: Entering directory '/<<BUILDDIR>>/lombok-ast-0.2+ds'
jh_linkjars
rm -f \
		lib/runtime/ant* \
		lib/runtime/jsch* \
		lib/runtime/ecj* \
		lib/runtime/eclipse* \
		lib/runtime/asm* \

[... snipped ...]

[ivy:compile] 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:165)
[ivy:compile] 	at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)
[ivy:compile] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ivy:compile] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ivy:compile] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ivy:compile] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[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:1404)
[ivy:compile] 	at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:1133)
[ivy:compile] 	at com.zwitserloot.ivyplusplus.Compile.execute(Unknown Source)
[ivy:compile] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
[ivy:compile] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ivy:compile] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ivy:compile] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ivy:compile] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[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:1388)
[ivy:compile] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
[ivy:compile] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[ivy:compile] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[ivy:compile] 	at org.apache.tools.ant.Main.runBuild(Main.java:834)
[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)
[ivy:compile] Caused by: java.lang.ClassNotFoundException: com.sun.tools.javac.code.TypeTags
[ivy:compile] 	at java.base/java.lang.ClassLoader.findClass(ClassLoader.java:711)
[ivy:compile] 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:566)
[ivy:compile] 	at lombok.launch.ShadowClassLoader.loadClass(ShadowClassLoader.java:422)
[ivy:compile] 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
[ivy:compile] 	at java.base/java.lang.Class.forName0(Native Method)
[ivy:compile] 	at java.base/java.lang.Class.forName(Class.java:291)
[ivy:compile] 	at lombok.javac.JavacTreeMaker$SchroedingerType.getFieldCached(JavacTreeMaker.java:156)
[ivy:compile] 	at lombok.javac.JavacTreeMaker$TypeTag.typeTag(JavacTreeMaker.java:244)
[ivy:compile] 	at lombok.javac.Javac.<clinit>(Javac.java:158)
[ivy:compile] 	... 47 more

BUILD FAILED
/<<BUILDDIR>>/lombok-ast-0.2+ds/build.xml:94: Compile failed; see the compiler error output for details.

Total time: 2 seconds
make[1]: *** [debian/rules:17: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/lombok-ast-0.2+ds'
make: *** [debian/rules:6: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2
--------------------------------------------------------------------------------

The build was made with "dpkg-buildpackage -A" in my autobuilder.
Most probably, it also fails here in reproducible builds:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/lombok-ast.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and affects,
so that this is still visible in the BTS web page for this package.

Thanks.



More information about the pkg-java-maintainers mailing list