Your message dated Wed, 26 Oct 2022 05:19:26 +0000
with message-id <e1onyp4-00cf7l...@fasolo.debian.org>
and subject line Bug#1022277: fixed in libstringprep-java 1.1-3
has caused the Debian Bug report #1022277,
regarding libstringprep-java: FTBFS: [ERROR] Plugin
org.codehaus.mojo:build-helper-maven-plugin:3.0.0 or one of its dependencies
could not be resolved: Cannot access central
(https://repo.maven.apache.org/maven2) in offline mode and the artifact
org.codehaus.mojo:build-helper-maven-plugin:jar:3.0.0 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.)
--
1022277: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022277
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libstringprep-java
Version: 1.1-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 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 -plibstringprep-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
> [0m[0m[INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] StringPrep
> [pom]
> [INFO] codegenerator
> [jar]
> [INFO] stringprep
> [jar]
> [INFO] saslprep
> [jar]
> [INFO]
> [INFO] --------------------< com.ongres.stringprep:parent
> >--------------------
> [INFO] Building StringPrep 1.1
> [1/4]
> [INFO] --------------------------------[ pom
> ]---------------------------------
> [INFO]
> [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ parent ---
> [INFO]
> [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ parent ---
> [INFO] Skipping javadoc generation
> [INFO]
> [INFO] ----------------< com.ongres.stringprep:codegenerator
> >-----------------
> [INFO] Building codegenerator 1.1
> [2/4]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [WARNING] The artifact
> org.apache.maven.plugins:maven-resources-plugin:jar:2.6 has been relocated to
> org.apache.maven.plugins:maven-resources-plugin:jar:3.1.0
> [WARNING] The artifact
> org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4 has been relocated
> to org.apache.maven.plugins:maven-surefire-plugin:jar:2.22.3
> [WARNING] The artifact org.apache.maven.plugins:maven-jar-plugin:jar:2.4 has
> been relocated to org.apache.maven.plugins:maven-jar-plugin:jar:3.3.0
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @
> codegenerator ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 18 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @
> codegenerator ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 7 source files to
> /<<PKGBUILDDIR>>/codegenerator/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources)
> @ codegenerator ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
> codegenerator ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ codegenerator
> ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ codegenerator ---
> [INFO] Building jar:
> /<<PKGBUILDDIR>>/codegenerator/target/codegenerator-1.1.jar
> [INFO]
> [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @
> codegenerator ---
> [INFO] Building jar:
> /<<PKGBUILDDIR>>/codegenerator/target/codegenerator-1.1-sources.jar
> [INFO]
> [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ codegenerator
> ---
> [INFO] Skipping javadoc generation
> [INFO]
> [INFO] ------------------< com.ongres.stringprep:stringprep
> >------------------
> [INFO] Building stringprep 1.1
> [3/4]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [WARNING] The POM for org.codehaus.mojo:build-helper-maven-plugin:jar:3.0.0
> is missing, no dependency information available
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for StringPrep 1.1:
> [INFO]
> [INFO] StringPrep ......................................... SUCCESS [ 0.696
> s]
> [INFO] codegenerator ...................................... SUCCESS [ 1.062
> s]
> [INFO] stringprep ......................................... FAILURE [ 0.010
> s]
> [INFO] saslprep ........................................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1.872 s
> [INFO] Finished at: 2022-10-23T07:38:04Z
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Plugin org.codehaus.mojo:build-helper-maven-plugin:3.0.0 or one of
> its dependencies could not be resolved: Cannot access central
> (https://repo.maven.apache.org/maven2) in offline mode and the artifact
> org.codehaus.mojo:build-helper-maven-plugin:jar:3.0.0 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/PluginResolutionException
> [0m[0mdh_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/2022/10/23/libstringprep-java_1.1-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
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: libstringprep-java
Source-Version: 1.1-3
Done: tony mancill <tmanc...@debian.org>
We believe that the bug you reported is fixed in the latest version of
libstringprep-java, 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 1022...@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 libstringprep-java
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: Tue, 25 Oct 2022 22:04:02 -0700
Source: libstringprep-java
Architecture: source
Version: 1.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Closes: 1022277
Changes:
libstringprep-java (1.1-3) unstable; urgency=medium
.
* Team upload.
* Address FTBFS with build-helper-maven-plugin 3.3.0 (Closes: #1022277)
* Bump Standards-Version to 4.6.1
* Set Rules-Requires-Root: no in debian/control
Checksums-Sha1:
ae3aa42366e9c248d30bb9b3f4e135ec5597bf65 2246 libstringprep-java_1.1-3.dsc
db98cac9fab245ffef5b12254a6afd773b75b6db 3296
libstringprep-java_1.1-3.debian.tar.xz
3d053eefb86206ab51aa8425399578cf6a280a9b 13194
libstringprep-java_1.1-3_amd64.buildinfo
Checksums-Sha256:
b72e97a88530da78917c278ad45d3955c3666516788136da444990c53fb690bf 2246
libstringprep-java_1.1-3.dsc
e1ffc96a4baa79ec75b006e7548b2529bd9b091c19070337a92e95aa21219492 3296
libstringprep-java_1.1-3.debian.tar.xz
ed1e6a9a4fb50849a24774b94443d48abd97a7cbcc362181cf81492fb2b51f6f 13194
libstringprep-java_1.1-3_amd64.buildinfo
Files:
d6244e56cdb69aaab0847cc2c5001b74 2246 java optional
libstringprep-java_1.1-3.dsc
6239e842749efd46b58a9641929f5170 3296 java optional
libstringprep-java_1.1-3.debian.tar.xz
35f2e624fffb6ddaa251253e16385cf6 13194 java optional
libstringprep-java_1.1-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmNYwF0UHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpbnRA//TyZZpQgv9rraofPDpkSz3nztN7Mr
yr2PY6ICpG6eWCTpm2fh5dUrHgcvzBOEh0a5UmsC5WFf+m4sUvKp+pFRRwHYCOSQ
piOU6qDx5oEveZ5p8oW0NJAC6QhAHN8gl5doYhrosbEtbS0Yoh9C6WWvEOUhctX1
I5Xd6VCUNO7F+IdUpFYH+VkPbJ5oXxW0uMCvroMO632Fy9gIRgGMILu9DbN39l/s
WNdpNdYLDiX00JPlhOSIlE+DJgGkK0ybA5cl5/u2xcgR3giGWwacqiJcGtBoAE/a
Zyhp7RP8zDcWgqwS0uKB7kzoAAsVB//xF7HW+SdSolEzlb51FkYrGZoiYQBQshlZ
fCfB5L9R0ixBptBXH6tSPhN1G+PslIrOZRyfmirsG1KkyybbKSLcC1HIrlG0FoAd
uNWdQCheO8oUaPtNQChvGS/tltW7cMzGJTYOBf2ASRvs8L9OQL82GjWzxPJV0XJq
gWR0rhmzkibthDB2zNXWZ/D5FG0KCK7PKVvulXKdtnHZTmDNk1SyUrvLSK4Qszln
8tj+c5tWiuU7hXalpeu5OZYz8WURROTdepZY50uAc+1RSDz7xA41SscirUdXDqhy
8aOl18Eo/9CNC5VJEKf+Q9qDufH89wu4a/roCLlmJcedzsfBDdEmAqK9++CMaRXY
4jgEuHWuNPDQQQ0=
=udBP
-----END PGP SIGNATURE-----
--- End Message ---