Your message dated Fri, 06 Apr 2018 08:52:31 +0000
with message-id <e1f4n6l-000iad...@fasolo.debian.org>
and subject line Bug#893343: fixed in maven-ant-helper 8.4
has caused the Debian Bug report #893343,
regarding maven-debian-helper FTBFS with openjdk-9
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 ow...@bugs.debian.org
immediately.)


-- 
893343: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893343
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: maven-debian-helper
Version: 2.3~exp1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/maven-debian-helper.html

...

mvn-local-repo:
     [copy] Copying 1119 files to 
/build/1st/maven-debian-helper-2.3~exp1/debian/.mh/maven-repo
     [java] WARNING: An illegal reflective access operation has occurred
     [java] WARNING: Illegal reflective access by 
com.google.inject.internal.cglib.core.$ReflectUtils$1 
(file:/usr/share/java/guice.jar) to method 
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
     [java] WARNING: Please consider reporting this to the maintainers of 
com.google.inject.internal.cglib.core.$ReflectUtils$1
     [java] WARNING: Use --illegal-access=warn to enable warnings of further 
illegal reflective access operations
     [java] WARNING: All illegal access operations will be denied in a future 
release
     [java] Exception in thread "main" 
com.google.common.util.concurrent.ExecutionError: 
com.google.common.util.concurrent.ExecutionError: 
java.lang.NoClassDefFoundError: javax/annotation/PostConstruct
     [java]     at 
com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2203)
     [java]     at com.google.common.cache.LocalCache.get(LocalCache.java:3951)
     [java]     at 
com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3955)
     [java]     at 
com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4870)
     [java]     at 
com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4876)
     [java]     at 
com.google.inject.internal.FailableCache.get(FailableCache.java:48)
     [java]     at 
com.google.inject.internal.ConstructorInjectorStore.get(ConstructorInjectorStore.java:50)
     [java]     at 
com.google.inject.internal.ConstructorBindingImpl.initialize(ConstructorBindingImpl.java:137)
     [java]     at 
com.google.inject.internal.InjectorImpl.initializeBinding(InjectorImpl.java:533)
     [java]     at 
com.google.inject.internal.AbstractBindingProcessor$Processor$1.run(AbstractBindingProcessor.java:160)
     [java]     at 
com.google.inject.internal.ProcessedBindingData.initializeBindings(ProcessedBindingData.java:44)
     [java]     at 
com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:123)
     [java]     at 
com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:107)
     [java]     at com.google.inject.Guice.createInjector(Guice.java:99)
     [java]     at com.google.inject.Guice.createInjector(Guice.java:73)
     [java]     at com.google.inject.Guice.createInjector(Guice.java:62)
     [java]     at 
org.codehaus.plexus.DefaultPlexusContainer.addPlexusInjector(DefaultPlexusContainer.java:481)
     [java]     at 
org.codehaus.plexus.DefaultPlexusContainer.<init>(DefaultPlexusContainer.java:206)
     [java]     at org.apache.maven.cli.MavenCli.container(MavenCli.java:636)
     [java]     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:283)
     [java]     at org.apache.maven.cli.MavenCli.main(MavenCli.java:194)
     [java]     at org.apache.maven.cli.MavenCli.main(MavenCli.java:184)
     [java] Caused by: com.google.common.util.concurrent.ExecutionError: 
java.lang.NoClassDefFoundError: javax/annotation/PostConstruct
     [java]     at 
com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2203)
     [java]     at com.google.common.cache.LocalCache.get(LocalCache.java:3951)
     [java]     at 
com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3955)
     [java]     at 
com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4870)
     [java]     at 
com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4876)
     [java]     at 
com.google.inject.internal.FailableCache.get(FailableCache.java:48)
     [java]     at 
com.google.inject.internal.MembersInjectorStore.get(MembersInjectorStore.java:68)
     [java]     at 
com.google.inject.internal.ConstructorInjectorStore.createConstructor(ConstructorInjectorStore.java:75)
     [java]     at 
com.google.inject.internal.ConstructorInjectorStore.access$000(ConstructorInjectorStore.java:29)
     [java]     at 
com.google.inject.internal.ConstructorInjectorStore$1.create(ConstructorInjectorStore.java:37)
     [java]     at 
com.google.inject.internal.ConstructorInjectorStore$1.create(ConstructorInjectorStore.java:33)
     [java]     at 
com.google.inject.internal.FailableCache$1.load(FailableCache.java:37)
     [java]     at 
com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3540)
     [java]     at 
com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2321)
     [java]     at 
com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2284)
     [java]     at 
com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2199)
     [java]     ... 21 more
     [java] Caused by: java.lang.NoClassDefFoundError: 
javax/annotation/PostConstruct
     [java]     at 
org.eclipse.sisu.bean.LifecycleBuilder.addLifecycleMethods(LifecycleBuilder.java:86)
     [java]     at 
org.eclipse.sisu.bean.LifecycleBuilder.build(LifecycleBuilder.java:53)
     [java]     at 
org.eclipse.sisu.bean.LifecycleManager.buildLifecycle(LifecycleManager.java:106)
     [java]     at 
org.eclipse.sisu.bean.LifecycleManager.manage(LifecycleManager.java:41)
     [java]     at 
org.eclipse.sisu.plexus.PlexusLifecycleManager.manage(PlexusLifecycleManager.java:103)
     [java]     at 
org.eclipse.sisu.plexus.PlexusBeanBinder.bindBean(PlexusBeanBinder.java:54)
     [java]     at org.eclipse.sisu.bean.BeanListener.hear(BeanListener.java:50)
     [java]     at 
com.google.inject.internal.MembersInjectorStore.createWithListeners(MembersInjectorStore.java:108)
     [java]     at 
com.google.inject.internal.MembersInjectorStore.access$000(MembersInjectorStore.java:37)
     [java]     at 
com.google.inject.internal.MembersInjectorStore$1.create(MembersInjectorStore.java:45)
     [java]     at 
com.google.inject.internal.MembersInjectorStore$1.create(MembersInjectorStore.java:42)
     [java]     at 
com.google.inject.internal.FailableCache$1.load(FailableCache.java:37)
     [java]     at 
com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3540)
     [java]     at 
com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2321)
     [java]     at 
com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2284)
     [java]     at 
com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2199)
     [java]     ... 36 more
     [java] Caused by: java.lang.ClassNotFoundException: 
javax.annotation.PostConstruct
     [java]     at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
     [java]     at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:185)
     [java]     at 
java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)
     [java]     ... 52 more

BUILD FAILED
/build/1st/maven-debian-helper-2.3~exp1/build.xml:53: The following error 
occurred while executing this line:
/build/1st/maven-debian-helper-2.3~exp1/build.xml:33: The following error 
occurred while executing this line:
/usr/share/maven-ant-helper/maven-build.xml:337: The following error occurred 
while executing this line:
/usr/share/maven-ant-helper/maven-build.xml:332: The following error occurred 
while executing this line:
/usr/share/maven-ant-helper/maven-build.xml:308: Java returned: 1

Total time: 7 seconds
dh_auto_build: ant -Duser.name debian package -Dpackage=maven-debian-helper 
-Dbin.package=maven-debian-helper returned exit code 1
make[1]: *** [debian/rules:27: override_dh_auto_build] Error 2

--- End Message ---
--- Begin Message ---
Source: maven-ant-helper
Source-Version: 8.4

We believe that the bug you reported is fixed in the latest version of
maven-ant-helper, 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 893...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated maven-ant-helper 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 06 Apr 2018 09:48:48 +0200
Source: maven-ant-helper
Binary: maven-ant-helper
Architecture: source
Version: 8.4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
 maven-ant-helper - helper scripts for building Maven components with ant
Closes: 893343
Changes:
 maven-ant-helper (8.4) unstable; urgency=medium
 .
   * Team upload.
   * Added geronimo-annotation to the classpath to run on Java 9
     (Closes: #893343)
   * Standards-Version updated to 4.1.4
Checksums-Sha1:
 a5a7f2ad711fe70aa55470dcca5e2f9db78184fd 1866 maven-ant-helper_8.4.dsc
 1b5603191dffe95ab3672293bc159acc04bb2afc 12892 maven-ant-helper_8.4.tar.xz
 082c366f9c84efa1b7119c6e3590cbfe3ba36740 10833 
maven-ant-helper_8.4_source.buildinfo
Checksums-Sha256:
 11235f5bafa1485073eaf4411a868e3284e60f943fe298e8105655b40be1752a 1866 
maven-ant-helper_8.4.dsc
 e33eb92768d114673b488dbeee115748e415beb32ab36a379ad3b522f297f215 12892 
maven-ant-helper_8.4.tar.xz
 042e3fa4206e28810b84067b64c44eb7615bb3b5dc20472de1180110854b0187 10833 
maven-ant-helper_8.4_source.buildinfo
Files:
 e79d457642d7a2f95a027d6fb6f5cf82 1866 java extra maven-ant-helper_8.4.dsc
 fc21872196ea46da9198ea4a7573f841 12892 java extra maven-ant-helper_8.4.tar.xz
 a4137d2a2289971bf41eccbaf070dec4 10833 java extra 
maven-ant-helper_8.4_source.buildinfo

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

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlrHLLsSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsDgQQAItxaXG3n3583fSlZawkLZZiQHhcoCVD
H1dMpoMhWLY3mL8ILh9slhGUdcWehqoFyLGFDWpvY8YderIx2QvJUjfj3L4XbOT6
w1DF0EPqjiEMSK0T5/BAFe4YWnbxNoTe/2FTZMJrs/96eTbsFIgW/7NdoK7jTJ3I
0MtM0vN71FmaOxXGXa7qyFGvPjCcYE0xM3YWjHFxIrNrQt8SwQ+K4eIC+3iJ9G2k
R3Qrk/eIUxgl08anwq/owxq1ruEWuUSpyCyDm/rNjPtiZJVRSkAyLdxYVgeCgiIo
DIvvwowddAq8sdVu70xWYB8SV9nBN1vfuHdNuTi6aJNSBrFSHqBV4ktfp7+7z0YB
eMMDhl98USgX4um4m02Ct+2iFpg1DoUre4OiLRoi/279WAuxDHt1w5Uj0jwaaJGE
63qY7h5wZgYTdT2JYEh1914pWW58siW1XadQhJe32KU/vZEL6/M1VofHKDZi9ep2
fFjhHtne8et0LPdJssyZTQLQZwhBnWk4a8qM0sYPMxcuaryRMczLCdUN7NKkKsZg
SwvZa7ntNx29+iB5NlKtn/2/K/Fclm529BpTUzbxQWrO1NUcHF0ida6a9xm1G+xm
EKb5wRxeD8ChjIQvOEohtMNGYBGLNWJkG5yBBsP055DTEMkTKb4C3y7cgkmevtz4
g+Rl3z3Y+RZL
=lqIV
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to