Your message dated Fri, 03 Oct 2014 13:19:53 +0000
with message-id <e1xa2m1-000775...@franck.debian.org>
and subject line Bug#761522: fixed in sisu-guice 3.2.4-1
has caused the Debian Bug report #761522,
regarding sisu-guice: FTBFS: Error(s) found in manifest configuration
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.)
--
761522: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761522
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sisu-guice
Version: 3.2.3+dfsg-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140913 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> fakeroot debian/rules binary
> test -x debian/rules
> dh_testroot
> dh_prep
> dh_installdirs -A
> mkdir -p "."
> # before-build target may be used to unpatch the pom files, so we need to
> check if
> # patching the pom files is needed here, normally not
> if [ ! -f pom.xml.save ]; then \
> /usr/bin/make -f debian/rules patch-poms; \
> fi
> cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp
> /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar
>
> -Dproperties.file.manual=/«BUILDDIR»/sisu-guice-3.2.3+dfsg/debian/maven.properties
> -Dclassworlds.conf=/etc/maven2/m2-debian-nodocs.conf
> org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml
> -Dmaven.repo.local=/«BUILDDIR»/sisu-guice-3.2.3+dfsg/debian/maven-repo
> package
> [INFO]
> NOTE: Maven is executing in offline mode. Any artifacts not already in your
> local
> repository will be inaccessible.
>
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO] Sisu Guice
> [INFO] Sisu Guice - Core Library
> [INFO] Sisu Guice - Extensions
> [INFO] Sisu Guice - Extensions - AssistedInject
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Sisu Guice
> [INFO] task-segment: [package]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Sisu Guice - Core Library
> [INFO] task-segment: [package]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 7 source files to
> /«BUILDDIR»/sisu-guice-3.2.3+dfsg/core/target/classes
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [bundle:manifest {execution: default}]
> java.lang.NullPointerException
> at aQute.lib.osgi.Analyzer.getClasses(Analyzer.java:2063)
> at aQute.lib.osgi.Analyzer._classes(Analyzer.java:2054)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at aQute.lib.osgi.Macro.doCommand(Macro.java:210)
> at aQute.lib.osgi.Macro.doCommands(Macro.java:186)
> at aQute.lib.osgi.Macro.replace(Macro.java:134)
> at aQute.lib.osgi.Macro.process(Macro.java:71)
> at aQute.lib.osgi.Macro.process(Macro.java:86)
> at aQute.lib.osgi.Macro.process(Macro.java:86)
> at aQute.lib.osgi.Macro.process(Macro.java:58)
> at aQute.lib.osgi.Macro.process(Macro.java:53)
> at aQute.lib.osgi.Processor.getProperty(Processor.java:699)
> at aQute.lib.osgi.Processor.getProperty(Processor.java:456)
> at aQute.lib.osgi.Analyzer.mergeManifest(Analyzer.java:717)
> at
> org.apache.felix.bundleplugin.ManifestPlugin.getAnalyzer(ManifestPlugin.java:205)
> at
> org.apache.felix.bundleplugin.ManifestPlugin.getManifest(ManifestPlugin.java:114)
> at
> org.apache.felix.bundleplugin.ManifestPlugin.execute(ManifestPlugin.java:69)
> at
> org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:263)
> at
> org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:254)
> at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> at
> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> at org.debian.maven.Wrapper.main(Wrapper.java:89)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> [WARNING] Manifest org.sonatype.sisu:sisu-guice:jar:3.2.3 : Exception in
> replace: java.lang.NullPointerException
> [WARNING] Manifest org.sonatype.sisu:sisu-guice:jar:3.2.3 : No translation
> found for macro: classes;NAMED;*.MethodAspect
> [WARNING] Manifest org.sonatype.sisu:sisu-guice:jar:3.2.3 : No translation
> found for macro: if;${classes;NAMED;*.MethodAspect};; (no_aop)
> [ERROR] Manifest org.sonatype.sisu:sisu-guice:jar:3.2.3 : null, for cmd: if,
> arguments; [if, ${classes, NAMED, *.MethodAspect}, , (no_aop)]
> [ERROR] Error(s) found in manifest configuration
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error(s) found in manifest configuration
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 4 seconds
> [INFO] Finished at: Sat Sep 13 22:42:45 UTC 2014
> [INFO] Final Memory: 20M/331M
> [INFO]
> ------------------------------------------------------------------------
> make: *** [mvn-build] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2014/09/13/sisu-guice_3.2.3+dfsg-1_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: sisu-guice
Source-Version: 3.2.4-1
We believe that the bug you reported is fixed in the latest version of
sisu-guice, 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 761...@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 sisu-guice 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: SHA1
Format: 1.8
Date: Fri, 03 Oct 2014 14:51:21 +0200
Source: sisu-guice
Binary: libsisu-guice-java
Architecture: source all
Version: 3.2.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
libsisu-guice-java - Patched build of Google Guice for Sisu-IoC
Closes: 761522
Changes:
sisu-guice (3.2.4-1) unstable; urgency=medium
.
* Team upload.
* New upstream release
* Fixed a build failure caused by maven-bundle-plugin/2.3.7 (Closes: #761522)
* Install the no_aop artifact linked to the main jar in /usr/share/maven-repo
* Build depend on libservlet3.1-java instead of libservlet2.5-java
* Build depend on libcglib3-java instead of libcglib-java
* Build depend on libasm4-java instead of libasm3-java
* Standards-Version updated to 3.9.6 (no changes)
* Removed the unused build dependencies on the *-java-doc packages
* Auto update the Built-Using field from the packages used at build time
* Removed modules.diff (not necessary with Maven rules)
* Switch to debhelper level 9
* debian/copyright: Fixed the short name of the BSD-3-clause license
Checksums-Sha1:
7bb956fe3fe1c09716729d6f681c90e62ddfc17d 2361 sisu-guice_3.2.4-1.dsc
68b5cf59af3d9af5a8a64448fb0b426209c2688b 367100 sisu-guice_3.2.4.orig.tar.xz
e99835b63310ba332c57c080427df5e760f02fff 5864 sisu-guice_3.2.4-1.debian.tar.xz
cc392905d6daeaeeb7f874010c11a336b7b78b12 614360
libsisu-guice-java_3.2.4-1_all.deb
Checksums-Sha256:
8423f843b3ebd0b1f8403a835262536cc4c3c26a14455059cd0d9dc972d0b1da 2361
sisu-guice_3.2.4-1.dsc
2a573fadbeed64b391ac2930cecb2352ebfca70b76ced1c422eba412281a4e56 367100
sisu-guice_3.2.4.orig.tar.xz
5dc5eca2735355dc770684144122ee0af1ec4a52567b95bda02aea3269b080a8 5864
sisu-guice_3.2.4-1.debian.tar.xz
9b975d25da0d97648667d02e01c4cce6fc6e83f845ad3e540344e3534c1e05d5 614360
libsisu-guice-java_3.2.4-1_all.deb
Files:
f1e47798e2b7db77bd4186caab074452 614360 java optional
libsisu-guice-java_3.2.4-1_all.deb
b48fdabcc71ce0d0f25ffbd4db9b6593 2361 java optional sisu-guice_3.2.4-1.dsc
371937e53f4689b5687c764712c577ba 367100 java optional
sisu-guice_3.2.4.orig.tar.xz
c8d6047667166a794323940f70b2b062 5864 java optional
sisu-guice_3.2.4-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJULp26AAoJEPUTxBnkudCsgswP/3gaRJcVaBsq7fzV82BYDA5l
LmmBpFCZbthUYWO6dmbaDQQ6eo4tan7PIffFdiMBjmnsiiLVGheLMuTvdAJFWQ/u
V0YfJOYgRaZlf85xlGagKNpCBEkm3f4+TJPLGV2/dKZ4mJs9zyaMFBC83dpr8sXd
jX8LgI88JZpQdnTrqIcX/cvB69UnvvlLLYVgfqYM63p1q0Jxh/dwu/HpFCxomFu2
KuA7ZSn8FzThKomQfxnJZVdk6nAaXnIbA89JMkbRyjbu0gsqcnA+UGjQFJVh2Z12
DGPVjnXDp337of3QQe9Qf0pbT907+mOLCgsNIbPZnFNornaHVmKnfPBvGY5suQ+M
wRA4ABy7YKHd9kdSMrxZWEVwLiwTqQ+2EM+ev+BKBpVh3AssyLSEQm2fgI8midwG
U+KD1WcDG3/gGPF8F7du5LM0faiUACewIRDm3N0vDjlBh05D8ZJtlZlHBjV7GpeM
qrreBn+bs+dxvRyjGCYoey58RA2bVYbWOvzIGezkEryDeiT3cmhgMfrRQm796n3a
Cngo4ceo6+GEMVbNKwujETqgYh8FFOhfWjaHTPPmPqxjW0rVIJuaYnlnCVr3A+Yn
3884pG3ekshesJ/Eh6zfuWhYFWQWH0OsLto0Eo/i5BgMPP3Hptia/UqCbZlhnGLR
idVfGpI8m23TrQm4THYQ
=g8rF
-----END PGP SIGNATURE-----
--- End Message ---