Your message dated Mon, 25 Jun 2012 15:21:12 +0000
with message-id <e1sjb6g-00058a...@franck.debian.org>
and subject line Bug#678766: fixed in jetty8 8.1.3-4
has caused the Debian Bug report #678766,
regarding jetty8: FTBFS: 1 required artifact is missing
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.)


-- 
678766: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678766
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jetty8
Version: 8.1.3-3
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120624 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 -plibjetty8-java --debian-build --keep-pom-version 
> --maven-repo=/«PKGBUILDDIR»/debian/maven-repo 
> touch debian/stamp-poms-patched
> jh_linkjars
> jh_build -J   
> touch debian/jh_build_stamp
> # 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 -P-aggregates -P-osgi 
> 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]   Jetty :: Project
> [INFO]   Jetty :: Utilities
> [INFO]   Jetty :: JMX Management
> [INFO]   Jetty :: IO Utility
> [INFO]   Jetty :: Http Utility
> [INFO]   Jetty :: Continuation
> [INFO]   Jetty :: Server Core
> [INFO]   Jetty :: Security
> [INFO]   Jetty :: Servlet Handling
> [INFO]   Jetty :: Websocket
> [INFO]   Jetty :: Asynchronous HTTP Client
> [INFO]   Jetty :: XML utilities
> [INFO]   Jetty :: JASPI Security
> [INFO]   Jetty :: Webapp Application Support
> [INFO]   Jetty :: Utility Servlets and Filters
> [INFO]   Jetty :: Deployers
> [INFO]   Jetty :: AJP
> [INFO]   Jetty :: JNDI Naming
> [INFO]   Jetty :: Plus
> [INFO]   Jetty :: Servlet Annotations
> [INFO]   Jetty :: Rewrite Handler
> [INFO]   Jetty :: Policy Tool
> [INFO]   Jetty :: Monitoring
> [INFO]   Jetty :: Start
> [INFO]   Jetty :: Nested
> [INFO]   Jetty :: Overlay Deployer
> [INFO]   Jetty :: JSP dependencies
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building Jetty :: Project
> [INFO]    task-segment: [package]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] [build-helper:parse-version {execution: set-osgi-version}]
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building Jetty :: Utilities
> [INFO]    task-segment: [package]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] [build-helper:parse-version {execution: set-osgi-version}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> 
> Missing:
> ----------
> 1) org.apache.tomcat:tomcat-servlet-api:jar:debian
> 
>   Try downloading the file manually from the project website.
> 
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.tomcat 
> -DartifactId=tomcat-servlet-api -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.apache.tomcat 
> -DartifactId=tomcat-servlet-api -Dversion=debian -Dpackaging=jar 
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> 
>   Path to dependency: 
>       1) org.eclipse.jetty:jetty-util:jar:8.1.3.v20120416
>       2) org.apache.tomcat:tomcat-servlet-api:jar:debian
> 
> ----------
> 1 required artifact is missing.
> 
> for artifact: 
>   org.eclipse.jetty:jetty-util:jar:8.1.3.v20120416
> 
> 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: 4 seconds
> [INFO] Finished at: Sat Jun 23 16:08:05 UTC 2012
> [INFO] Final Memory: 13M/58M
> [INFO] 
> ------------------------------------------------------------------------
> make: *** [mvn-build] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/06/24/jetty8_8.1.3-3_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: jetty8
Source-Version: 8.1.3-4

We believe that the bug you reported is fixed in the latest version of
jetty8, which is due to be installed in the Debian FTP archive:

jetty8_8.1.3-4.debian.tar.gz
  to main/j/jetty8/jetty8_8.1.3-4.debian.tar.gz
jetty8_8.1.3-4.dsc
  to main/j/jetty8/jetty8_8.1.3-4.dsc
jetty8_8.1.3-4_all.deb
  to main/j/jetty8/jetty8_8.1.3-4_all.deb
libjetty8-extra-java_8.1.3-4_all.deb
  to main/j/jetty8/libjetty8-extra-java_8.1.3-4_all.deb
libjetty8-java-doc_8.1.3-4_all.deb
  to main/j/jetty8/libjetty8-java-doc_8.1.3-4_all.deb
libjetty8-java_8.1.3-4_all.deb
  to main/j/jetty8/libjetty8-java_8.1.3-4_all.deb



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 678...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James Page <james.p...@ubuntu.com> (supplier of updated jetty8 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 25 Jun 2012 16:02:46 +0200
Source: jetty8
Binary: libjetty8-java libjetty8-java-doc libjetty8-extra-java jetty8
Architecture: source all
Version: 8.1.3-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: James Page <james.p...@ubuntu.com>
Description: 
 jetty8     - Java servlet engine and webserver
 libjetty8-extra-java - Java servlet engine and webserver -- extra libraries
 libjetty8-java - Java servlet engine and webserver -- core libraries
 libjetty8-java-doc - Javadoc for the Jetty API
Closes: 678766
Changes: 
 jetty8 (8.1.3-4) unstable; urgency=low
 .
   * Team upload
   * Switch to use of javax.* and standard jar names for Servlet, JSP and
     EL API's (Closes: #678766):
     - d/maven.rules: Fix mapping to javax.* artifacts as published by the
       latest version of the tomcat7 package.
     - d/{libjetty8-java,libjetty8-extra-java}.links: Switch use from
       deprecated tomcat-* jar files for Servlet, JSP and EL API's.
     - d/control: Bump minimum version of libtomcat7-java to ensure that
       the correct API jars/artifacts are provided.
Checksums-Sha1: 
 3a0ad4d2d209b5e4ad13a1a6c06b9078829ae6a9 2473 jetty8_8.1.3-4.dsc
 ff3e36c89774d1ce030eb7968f81c01ce1d387d3 26021 jetty8_8.1.3-4.debian.tar.gz
 ad64223d0a7e82793cd78a645c60b360983bae2e 1362574 libjetty8-java_8.1.3-4_all.deb
 a70bd952044ba33ddee66f421c25c9a7f6cf5f9b 2119102 
libjetty8-java-doc_8.1.3-4_all.deb
 72092ddb47f4775702e171bb2a5790706a829c58 353020 
libjetty8-extra-java_8.1.3-4_all.deb
 07786dcb643d311d489eecff8fb9b169e9e508f3 535666 jetty8_8.1.3-4_all.deb
Checksums-Sha256: 
 779efa13f085825143c16af885f25d060fe088c6cb88b260d6fa6a47fb65d3cc 2473 
jetty8_8.1.3-4.dsc
 f0b1b466cfc830e6a828b133a640d7fc9bdbf6717cdb5de7e1c63d9b61d97f7b 26021 
jetty8_8.1.3-4.debian.tar.gz
 679c6e47e8e156ca3a72ecae263c20928da8b9b33cac7a981627fb7ea42e2ac9 1362574 
libjetty8-java_8.1.3-4_all.deb
 49b4f7f7ffb5d7660baa9e3c22784bdec518bfdbb918882a88bfd3fee566b262 2119102 
libjetty8-java-doc_8.1.3-4_all.deb
 2132ef4f999e2ddf22a80022d9c08abc4362a9caf55f9f0024a46a9f2af86dbd 353020 
libjetty8-extra-java_8.1.3-4_all.deb
 38b1273d198c43248386bea380e3f6ad0e921ffa5b99035b6f1d57d3860dd3b4 535666 
jetty8_8.1.3-4_all.deb
Files: 
 d9ba8f1e1f6ddf53e1a0f4f6b1c6dbfb 2473 java optional jetty8_8.1.3-4.dsc
 ede0f2950274b7f672da240c249ac3bf 26021 java optional 
jetty8_8.1.3-4.debian.tar.gz
 b59662d3e2f8f77572e126ccd9165709 1362574 java optional 
libjetty8-java_8.1.3-4_all.deb
 f62ce9d41e3033f0f4cf1d3858b78b87 2119102 doc optional 
libjetty8-java-doc_8.1.3-4_all.deb
 e107878ca43c605ab029adb55167e96e 353020 java optional 
libjetty8-extra-java_8.1.3-4_all.deb
 d4ccb23d164a0d18270faedb321a29b3 535666 java optional jetty8_8.1.3-4_all.deb

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

iQIcBAEBCAAGBQJP6HCNAAoJEAVLu599gGRC7psP/2M9YZVJcsLbF/FCzszKyCUC
GVcj+yVvaTdoEFa8sGrEtxeZaYlxQ8N/NjIf6XFjGo0Masd6N/9XgPKfgESIh/Wb
2R9JXOFzhuv7nDDqW0WlWZiVs2txYCvlWQOohUogKNruPoR2Jy1/Z8GFUqtQOWbg
EU4EJ4vGd74j5L0dYAoapbRqg3H4/y7xOeB5LQqCsgXrefK6gUnvqPrG1oYWrMUZ
iyBSeRJZ9PF19sIf87C+5kKcT82MJ7BVRT9cGt60Y/F6ZjTB4wVGZHP1PNF5sW7/
MIPZkPhuNhclb54D8iNJ3a/eoB08JWpjNJw/DdL/6+28gr06t2s0Cvqw+pR23Y1j
9eXPet9yYYEwyvE97qF8KZVZUqGKSc9NxiZgvC8MhGJfZnqIO9uYf1DNVuQ59wkZ
zawQIBYe2Wvt9DATOa71IKCOSi0rDHeZUg0HWQ3T46ujv+hqMOG1SKuSS59AVZhV
7JGriM1kusA87shX5UvigJP8mQxrRX7IFZIzd2McGI/qVgKa9ZlclXsL8UFGxav7
qHV7IMHJPfCAne/L/Fn3VWjoaVTOxovQ7HSQSSfLngbGA/ql2hTnVJUy3OH4JcxY
zK5ClZ40k6otH97jqki63VoeOeKuRJ6Ss29Y53OOiTKcaVcHx9MyqzniHR4DXs49
LxlHc41KBdkaichNIctP
=T0pV
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to