Your message dated Tue, 28 Dec 2021 05:03:50 +0000
with message-id <e1n24em-0003na...@fasolo.debian.org>
and subject line Bug#1002277: fixed in tiles-request 1.0.7-2
has caused the Debian Bug report #1002277,
regarding tiles-request: FTBFS: [ERROR] Failed to execute goal on project 
tiles-request-servlet: Could not resolve dependencies for project 
org.apache.tiles:tiles-request-servlet:jar:1.0.7: Cannot access central 
(https://repo.maven.apache.org/maven2) in offline mode and the artifact 
javax.servlet:javax.servlet-api:jar:3.1 has not been downloaded from it before. 
-> [Help 1]
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.)


-- 
1002277: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002277
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tiles-request
Version: 1.0.7-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211220 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules build
> dh build
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure
>       mh_patchpoms -plibtiles-request-java --debian-build --keep-pom-version 
> --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
>    dh_auto_build
>       /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven/boot/plexus-classworlds-2.x.jar 
> -Dmaven.home=/usr/share/maven 
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package 
> -DskipTests -Dnotimestamp=true -Dlocale=en_US
> [INFO] Scanning for projects...
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] Tiles Request Framework                                            
> [pom]
> [INFO] Tiles request - API                                                
> [jar]
> [INFO] Tiles request - Servlet support                                    
> [jar]
> [INFO] Tiles Request - Wildcard file loading in Servlets                  
> [jar]
> [INFO] Tiles - Portlet support                                            
> [jar]
> [INFO] Tiles Request - JSP support                                        
> [jar]
> [INFO] Tiles Request - Freemarker support                                 
> [jar]
> [INFO] Tiles Request - Velocity support                                   
> [jar]
> [INFO] Tiles request - Mustache support                                   
> [jar]
> [INFO] 
> [INFO] -------------------< org.apache.tiles:tiles-request 
> >-------------------
> [INFO] Building Tiles Request Framework 1.0.7                             
> [1/9]
> [INFO] --------------------------------[ pom 
> ]---------------------------------
> [INFO] 
> [INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ 
> tiles-request ---
> [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
> [INFO] 
> [INFO] -----------------< org.apache.tiles:tiles-request-api 
> >-----------------
> [INFO] Building Tiles request - API 1.0.7                                 
> [2/9]
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
> tiles-request-api ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ 
> tiles-request-api ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 51 source files to 
> /<<PKGBUILDDIR>>/tiles-request-api/target/classes
> Use of target 1.6 is no longer supported, switching to 7
> Use of source 1.6 is no longer supported, switching to 7
> [INFO] 
> /<<PKGBUILDDIR>>/tiles-request-api/src/main/java/org/apache/tiles/request/reflect/ClassUtil.java:
>  Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/tiles-request-api/src/main/java/org/apache/tiles/request/reflect/ClassUtil.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> [INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ 
> tiles-request-api ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) 
> @ tiles-request-api ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
> tiles-request-api ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ 
> tiles-request-api ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ tiles-request-api ---
> [INFO] Building jar: 
> /<<PKGBUILDDIR>>/tiles-request-api/target/tiles-request-api-1.0.7.jar
> [INFO] 
> [INFO] ---------------< org.apache.tiles:tiles-request-servlet 
> >---------------
> [INFO] Building Tiles request - Servlet support 1.0.7                     
> [3/9]
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [WARNING] The POM for javax.servlet:javax.servlet-api:jar:3.1 is missing, no 
> dependency information available
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for Tiles Request Framework 1.0.7:
> [INFO] 
> [INFO] Tiles Request Framework ............................ SUCCESS [  0.424 
> s]
> [INFO] Tiles request - API ................................ SUCCESS [  1.473 
> s]
> [INFO] Tiles request - Servlet support .................... FAILURE [  0.007 
> s]
> [INFO] Tiles Request - Wildcard file loading in Servlets .. SKIPPED
> [INFO] Tiles - Portlet support ............................ SKIPPED
> [INFO] Tiles Request - JSP support ........................ SKIPPED
> [INFO] Tiles Request - Freemarker support ................. SKIPPED
> [INFO] Tiles Request - Velocity support ................... SKIPPED
> [INFO] Tiles request - Mustache support ................... SKIPPED
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  2.016 s
> [INFO] Finished at: 2021-12-20T18:58:05Z
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project tiles-request-servlet: Could not 
> resolve dependencies for project 
> org.apache.tiles:tiles-request-servlet:jar:1.0.7: Cannot access central 
> (https://repo.maven.apache.org/maven2) in offline mode and the artifact 
> javax.servlet:javax.servlet-api:jar:3.1 has not been downloaded from it 
> before. -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn <args> -rf :tiles-request-servlet
> dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven/boot/plexus-classworlds-2.x.jar 
> -Dmaven.home=/usr/share/maven 
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package 
> -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> make: *** [debian/rules:4: build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2021/12/20/tiles-request_1.0.7-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!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: tiles-request
Source-Version: 1.0.7-2
Done: tony mancill <tmanc...@debian.org>

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

Debian distribution maintenance software
pp.
tony mancill <tmanc...@debian.org> (supplier of updated tiles-request 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: Mon, 27 Dec 2021 20:36:27 -0800
Source: tiles-request
Architecture: source
Version: 1.0.7-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Closes: 1002277
Changes:
 tiles-request (1.0.7-2) unstable; urgency=medium
 .
   * Team upload.
   * Address missing javax.servlet FTBFS (Closes: #1002277)
   * Update Vcs URLs to point to Salsa
   * Update Homepage URL
   * Use debhelper-compat 13
   * Drop get-orig-source target from debian/rules
   * Include NOTICE.txt in the package.
   * Bump Standards-Version to 4.6.0
   * Set Rules-Requires-Root: no in debian/control
Checksums-Sha1:
 9238f4541a4f6de0fafe7325d76e1df143005e6f 2244 tiles-request_1.0.7-2.dsc
 d2c9d69d7eaa45128a6947a862241b5523e14bd6 3152 
tiles-request_1.0.7-2.debian.tar.xz
 75e5feca9a400134cd05616fb7a5acd597e0d655 13675 
tiles-request_1.0.7-2_amd64.buildinfo
Checksums-Sha256:
 573bfb77011bc0debab276812d69cf345a94f68ad5290c5b88e2ff18d1e24aa4 2244 
tiles-request_1.0.7-2.dsc
 a5e1d9f6cdd08c8d4275c1a1a47155dc4b675c5284199ba0ae6c3fb595ca4af9 3152 
tiles-request_1.0.7-2.debian.tar.xz
 33ba2c5d1c11da06a7f7736cab8b35130b6ddfab460e7acaaf53a58b7a2b346a 13675 
tiles-request_1.0.7-2_amd64.buildinfo
Files:
 620936994bc2f12f6eb6fd38cc792b7b 2244 java optional tiles-request_1.0.7-2.dsc
 d774f4968c93ade368cea3872d0ab187 3152 java optional 
tiles-request_1.0.7-2.debian.tar.xz
 4386448701e52879bab63ca7e9ec16d7 13675 java optional 
tiles-request_1.0.7-2_amd64.buildinfo

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmHKlqwUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpaG7w//ajgc6S6JQQ2IfuaGzoJ5mgSXO+gU
dpTAvHD0KJLlqICMK3v6enCCBSLZr9Jy4CYPoSqAFHj/4UdseGVLUGy43oniMw8V
vzSeBf4nCF4bYNF/CM7GLhlk894QQfeXzwnSQYSzv+IkT4YBnGdrDEJrmBDg2e6s
J2nZpt7zSqLuIc2GHHRvHNTaCp5QtB0lNSDYsfEI7IDPyST/foMiwa/41kRwdnmk
ZvLSfd9iUnOpF3Dm6QQHKWRzIn6NYvHH6/DWdC3EfimcHkZaOCJKnTKFfC5s62Ld
IYtJCzwuzLBNMMxaeqKb494NGdklSkiTMPAfH4qYGKoxmfE1aZ5wJSPswTFE8fQD
L8oihYqNvi/rdLqN5+NHgktZYCvA+TfLnu2Ko1MwJl5lDxDtsSnqSeLhlYX6webi
JB6X3uEVOvOwepbBjA4/E45HSez9wUUt+JiB3AwAG7ucUGQpDsfaYwsVIumYdBUz
xVpY4isrWmXlvn2eDw3EzkLi8j/twj/PzD/VnNVaDN8A3XCivIIhcqxZDxGadwEQ
6S2uBihHNqQwIal7097iRG7Zy+7iVW+iXphrt65DdLn28VRZ/hJs9sXBGmXJixRd
zl1gq2T89m7671csiqcmcRU2HQgFv33rcYCgBeZ53igVQELgaU0CE7aR0UubMA0l
/Rsms7mZPD3DAUM=
=IaLI
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to