Package: src:lombok-patcher Version: 0.22-2 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 dh_update_autotools_config -i dh_autoreconf -i dh_auto_configure -i jh_linkjars -i debian/rules override_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' mkdir -p build/packInjector ant dist Buildfile: /<<PKGBUILDDIR>>/build.xml -pointlessCheck: [... 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 /<<PKGBUILDDIR>>/build.xml:112: Compile failed; see the compiler error output for details. Total time: 2 seconds make[1]: *** [debian/rules:14: override_dh_auto_build] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' 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-patcher.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.