Your message dated Sat, 07 Jun 2014 18:33:44 +0000
with message-id <[email protected]>
and subject line Bug#750309: fixed in jenkins-json 2.4-jenkins-3-3
has caused the Debian Bug report #750309,
regarding jenkins-json: FTBFS: Missing required artifact: 
org.codehaus.groovy:groovy-all: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 [email protected]
immediately.)


-- 
750309: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750309
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: jenkins-json
Version: 2.4-jenkins-3-2
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20140601 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):
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> /usr/share/maven-debian-helper/copy-repo.sh /«PKGBUILDDIR»/debian
> mh_patchpoms -plibjenkins-json-java --debian-build --keep-pom-version 
> --maven-repo=/«PKGBUILDDIR»/debian/maven-repo 
> touch debian/stamp-poms-patched
> cp -r src/main/jdk15/* src/main/java/ 
> # 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 json-lib
> [INFO]    task-segment: [package]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/src/main/resources
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> 
> Missing:
> ----------
> 1) org.codehaus.groovy:groovy-all:jar:debian
> 
>   Try downloading the file manually from the project website.
> 
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.codehaus.groovy 
> -DartifactId=groovy-all -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=org.codehaus.groovy 
> -DartifactId=groovy-all -Dversion=debian -Dpackaging=jar -Dfile=/path/to/file 
> -Durl=[url] -DrepositoryId=[id]
> 
>   Path to dependency: 
>       1) org.kohsuke.stapler:json-lib:jar:2.4-jenkins-3
>       2) org.codehaus.groovy:groovy-all:jar:debian
> 
> ----------
> 1 required artifact is missing.
> 
> for artifact: 
>   org.kohsuke.stapler:json-lib:jar:2.4-jenkins-3
> 
> 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: Sun Jun 01 22:34:03 UTC 2014
> [INFO] Final Memory: 8M/145M
> [INFO] 
> ------------------------------------------------------------------------
> make: *** [mvn-build] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/06/01/jenkins-json_2.4-jenkins-3-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: jenkins-json
Source-Version: 2.4-jenkins-3-3

We believe that the bug you reported is fixed in the latest version of
jenkins-json, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta <[email protected]> (supplier of updated jenkins-json 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 26 May 2014 14:26:27 -0300
Source: jenkins-json
Binary: libjenkins-json-java libjenkins-json-java-doc
Architecture: source all
Version: 2.4-jenkins-3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Miguel Landaeta <[email protected]>
Description:
 libjenkins-json-java - Library for transforming Java objects between XML and 
JSON
 libjenkins-json-java-doc - Documentation for libjenkins-json-java
Closes: 750309
Changes:
 jenkins-json (2.4-jenkins-3-3) unstable; urgency=low
 .
   * Team upload.
   * Update Maven settings to use correct coordinates for Groovy 1.8.x.
     (Closes: #750309).
Checksums-Sha1:
 5cc32b7a146a3d8059987541aff3413f368c0c43 2572 jenkins-json_2.4-jenkins-3-3.dsc
 38a8b686c062270eafc9971139c466e672d2702f 5248 
jenkins-json_2.4-jenkins-3-3.debian.tar.xz
 f9fdd69ba6dd8ecda4d352255972af97bdb79e2c 131972 
libjenkins-json-java_2.4-jenkins-3-3_all.deb
 1fe8fe236f37a62da2ba4e8ba4b93e204e0058ba 458046 
libjenkins-json-java-doc_2.4-jenkins-3-3_all.deb
Checksums-Sha256:
 c57070cc45b7369b3115f4de684ff590be820e4f39f34a005c346f1f5fb37c66 2572 
jenkins-json_2.4-jenkins-3-3.dsc
 8d30ff1c5820b5f430053ce1c3b18f40c1184d81b162750e0529f407737887f2 5248 
jenkins-json_2.4-jenkins-3-3.debian.tar.xz
 a6b3dc49a17a4593f81b9111711a852d031417403b188eb9700bd105959da68f 131972 
libjenkins-json-java_2.4-jenkins-3-3_all.deb
 dcb993b0a26d4df2efc16e99b1c34b280e1f9a4093562cab490d52ec04b78722 458046 
libjenkins-json-java-doc_2.4-jenkins-3-3_all.deb
Files:
 8fd642f9c47ef2d9dcc55127d855d359 131972 java optional 
libjenkins-json-java_2.4-jenkins-3-3_all.deb
 e354f70723378b34f1d2080bc8e4d795 458046 doc optional 
libjenkins-json-java-doc_2.4-jenkins-3-3_all.deb
 4e3f8d1c512c521c3882e7a71d8ffe37 2572 java optional 
jenkins-json_2.4-jenkins-3-3.dsc
 4d91748956c7a74829ed340df2462ee7 5248 java optional 
jenkins-json_2.4-jenkins-3-3.debian.tar.xz

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

iQIcBAEBAgAGBQJTk1jsAAoJEGIODQuJV82l2rsP/1rQhV142AI/95Y9DjdejeHC
waJw6kDuI9ZSClAbcCv4asLNw+3ckgtJBt2PVX9btNhNnfWVyL3pBF3uMLUP6Hcp
4fsb0rNU6S56aAeJOhh4sUfb5abzSK0GYEoh8mlbBr7ttRndHWzr7hbJZWlDRl6y
4TL+CzuEfvYQtYNme/ngaDITtO3s2t8KenEzNvgAquw+94nrFQw1u+6Y4AHl87DQ
RAV1JetwS7oey5s+JP3iJX0a+FgYew307bdH5B5ONCumVCSa22SFVhjm3hCe9Sze
6E9jx6MAgcwWLxz7zC1MZI8JZoubUJyS1TA/eeMjcEnzBky4OYhj4UgAboUvUpP8
JePpB92CXXnbbWc78Fed60umG0J7pqwRwxd0JFOccOiR1ukde1znQaM3JGpf6ZPI
5L+1D2wxe/f0L194jFTkZEPbicbyI8/XLRF9o6gL/RKqy8ryrrtUVswKDjtYT58C
7Y+tFWUOjJjFpmQRBGb6YIe077CdxIYeI2cOk9aPISVeuii79Am/gB2mqkpXVa2M
2Jzqc5+mvN9Z3jYF8tdumE2jAVbC15+6u7XpVaaSTvuhiqbALDDuqxRkyFiNfcJp
XYUc1SRpkalrJO84IrUDN0KT3vDgyJbEuz4VMK5Vp1yLY9kAf4D+AOHrwXTN1ANs
ekLUDHvn7PCZv1VRo1m/
=IWVq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to