Your message dated Mon, 24 Jun 2013 05:33:11 +0000
with message-id <e1uqzop-0004ly...@franck.debian.org>
and subject line Bug#713371: fixed in maven2-core 2.2.1-10
has caused the Debian Bug report #713371,
regarding modello-maven-plugin: FTBFS: Missing required artifact: 
backport-util-concurrent:backport-util-concurrent:jar:debian
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.)


-- 
713371: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713371
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: modello-maven-plugin
Version: 1.1-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> /usr/share/maven-debian-helper/copy-repo.sh /«PKGBUILDDIR»/debian
> mh_patchpoms -plibmodello-maven-plugin-java --debian-build --keep-pom-version 
> --maven-repo=/«PKGBUILDDIR»/debian/maven-repo 
> touch debian/stamp-poms-patched
> # 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=/«PKGBUILDDIR»/debian/maven.properties 
> -Dclassworlds.conf=/etc/maven2/m2-debian.conf 
> org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml 
> -Dmaven.repo.local=/«PKGBUILDDIR»/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] 
> ------------------------------------------------------------------------
> [INFO] Building Modello Maven Plugin
> [INFO]    task-segment: [package]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> 
> Missing:
> ----------
> 1) backport-util-concurrent:backport-util-concurrent:jar:debian
> 
>   Try downloading the file manually from the project website.
> 
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=backport-util-concurrent 
> -DartifactId=backport-util-concurrent -Dversion=debian -Dpackaging=jar 
> -Dfile=/path/to/file
> 
>   Alternatively, if you host your own repository you can deploy the file 
> there: 
>       mvn deploy:deploy-file -DgroupId=backport-util-concurrent 
> -DartifactId=backport-util-concurrent -Dversion=debian -Dpackaging=jar 
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> 
>   Path to dependency: 
>       1) org.codehaus.modello:modello-maven-plugin:maven-plugin:1.1
>       2) org.apache.maven:maven-project:jar:debian
>       3) org.apache.maven:maven-artifact-manager:jar:debian
>       4) backport-util-concurrent:backport-util-concurrent:jar:debian
> 
> ----------
> 1 required artifact is missing.
> 
> for artifact: 
>   org.codehaus.modello:modello-maven-plugin:maven-plugin:1.1
> 
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> 
> 
> 
> NOTE: Maven is executing in offline mode. Any artifacts not already in your 
> local
> repository will be inaccessible.
> 
> 
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 1 second
> [INFO] Finished at: Fri Jun 21 06:12:21 UTC 2013
> [INFO] Final Memory: 5M/58M
> [INFO] 
> ------------------------------------------------------------------------
> make: *** [mvn-build] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/modello-maven-plugin_1.1-2_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: maven2-core
Source-Version: 2.2.1-10

We believe that the bug you reported is fixed in the latest version of
maven2-core, 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 713...@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 maven2-core 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: Sun, 23 Jun 2013 15:13:46 +0200
Source: maven2-core
Binary: libmaven2-core-java libmaven2-core-java-doc
Architecture: source all
Version: 2.2.1-10
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description: 
 libmaven2-core-java - Core libraries for Maven2
 libmaven2-core-java-doc - API documentation for Maven2
Closes: 713371 713746
Changes: 
 maven2-core (2.2.1-10) unstable; urgency=low
 .
   * Team upload.
   * Removed the dependency on backport-util-concurrent from the poms
     (Closes: #713371)
   * Updated maven-antrun-plugin version from 1.6 to 1.7 (Closes: #713746)
Checksums-Sha1: 
 420882ae869bc4b70c832a3fc98214cacb1d7295 2625 maven2-core_2.2.1-10.dsc
 257e68b2c9749adb0df2e396082d42c25f856be3 7453 
maven2-core_2.2.1-10.debian.tar.gz
 e98a2811613c1bccf3a189c66e07aa9a42a72b1a 710272 
libmaven2-core-java_2.2.1-10_all.deb
 37dcc164ca7b1f02b1e98801c9a7a9a4f73cdb7f 402198 
libmaven2-core-java-doc_2.2.1-10_all.deb
Checksums-Sha256: 
 11c90705cc5c19de7345e713f97760e0ec89a0bf16eef5c771a9d5275da15682 2625 
maven2-core_2.2.1-10.dsc
 f380ae1405fe3ea3dbf2e786288cef573fb0fe1d4453f79d4eafcd0fb2ddff97 7453 
maven2-core_2.2.1-10.debian.tar.gz
 0a5dc3e00197d5ef23e20618ba880f71e0fde6ae3cb4f33166c487755bcb15ff 710272 
libmaven2-core-java_2.2.1-10_all.deb
 ddbbc6cf1e7b876f568e09ad5cbcd70f50e401eddc7b4805adf81b34b5124f93 402198 
libmaven2-core-java-doc_2.2.1-10_all.deb
Files: 
 e6d1158bd810aef397e5b3fbd819378e 2625 java optional maven2-core_2.2.1-10.dsc
 99e86798f034eb2ad11a8051b5f831e2 7453 java optional 
maven2-core_2.2.1-10.debian.tar.gz
 66a8b81406bdcd72a5a4fd5a6265e21d 710272 java optional 
libmaven2-core-java_2.2.1-10_all.deb
 b591de1975ad2a2e38a9cd9037007e94 402198 doc optional 
libmaven2-core-java-doc_2.2.1-10_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJRx9MdAAoJECHSBYmXSz6WVnEP+wZsjmgbSqZ17zizSiA4YUZB
AvqNt25GuBuG48yrCU0St9MKHx/t9hErHVD6TpqoEMf4EFajrF14lL5cteUiMNJS
GFqf+f8yrK3lF8QrYGAbnC1pcoZYhnqVoOE1gNYmzboVxArdtnT5+e8JOsCsfj9W
BdiaSTwEuS9O7SnVxpRyd6hKtgagsqQ4U/5Z/SLLshdiH3FR4UWLQ2J5Nw7XqQWJ
a4YYiOWgqanQdkmjgTUJl+SJcQZQEqYoaTJ4ukdI7yv/oWsl3lmaF8f0cTxi2S76
3v7RoQmZZIDsxshr1wEbF372YucpiaSge9AlqosdiKsEunc57RbnsnGkUBhY0ELs
L70Q8cP1Hvy0d9MIMTMCrXD3jfY8otvbNh0mkbrP+eVaqgDOW3VVI1C3/JOmpSwN
gkez+QL7655o/U0Td/1wqvmbxlep0hgSO09TYop13oGaGP49UYmkkf8HZ2v1HBOx
6+/bvEbsi6WEXaMyJx0reKfhNmskC9SFERjsBgGUP/X/PKMouO6u7k0HvbQN8v7M
87DnPdIh+FL6wakEpH0NyBi7WeTdV4uunnu+GnOyBHUoWxGDrbIHNoWDe6i6FIFr
zRsIBTU3EpyyqQsobH+oybg6VpkVpxtYs1dZURNfAwTVdbNiEbLZocVO+lURORur
4xh1VvB2bPHg7nCHiC5k
=7ehM
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to