Your message dated Wed, 30 Oct 2024 05:29:34 +0000
with message-id <[email protected]>
and subject line Bug#1086297: fixed in modello 1.11-2
has caused the Debian Bug report #1086297,
regarding modello: FTBFS: Could not resolve dependencies for project 
org.codehaus.modello:modello-plugin-xsd:jar:1.11
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.)


-- 
1086297: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086297
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:modello
Version: 1.11-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
        mh_patchpoms -plibmodello-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
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were 
deprecated in JDK 13 and will likely be removed in a future release.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Modello                                                            [pom]
[INFO] Modello Core                                                       [jar]
[INFO] Modello Plugins                                                    [pom]
[INFO] Modello Java Plugin                                                [jar]
[INFO] Modello XML Plugin                                                 [jar]
[INFO] Modello StAX Plugin                                                [jar]
[INFO] Modello Model Version Converter Plugin                             [jar]
[INFO] Modello XSD Plugin                                                 [jar]
[INFO] Modello XDOC Plugin                                                [jar]
[INFO] Modello XPP3 Plugin                                                [jar]
[INFO] Modello Dom4J Plugin                                               [jar]
[INFO] Modello JDOM Plugin                                                [jar]
[INFO] Modello SAX Plugin                                                 [jar]
[INFO]
[INFO] --------------------< org.codehaus.modello:modello >--------------------
[INFO] Building Modello 1.11                                             [1/13]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] -----------------< org.codehaus.modello:modello-core >------------------
[INFO] Building Modello Core 1.11                                        [2/13]
[INFO]   from modello-core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
modello-core ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
modello-core ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 44 source files with javac [debug target 1.7] to target/classes
Use of target 1.7 is no longer supported, switching to 8
Use of source 1.7 is no longer supported, switching to 8
[WARNING] bootstrap class path not set in conjunction with -source 8
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
/<<PKGBUILDDIR>>/modello-core/src/main/java/org/codehaus/modello/core/DefaultModelloCore.java:
 
/<<PKGBUILDDIR>>/modello-core/src/main/java/org/codehaus/modello/core/DefaultModelloCore.java
 uses or overrides a deprecated API.
[INFO] 
/<<PKGBUILDDIR>>/modello-core/src/main/java/org/codehaus/modello/core/DefaultModelloCore.java:
 Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
modello-core ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
modello-core ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ modello-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ modello-core ---
[INFO] Building jar: /<<PKGBUILDDIR>>/modello-core/target/modello-core-1.11.jar
[INFO]
[INFO] ----------------< org.codehaus.modello:modello-plugins >----------------
[INFO] Building Modello Plugins 1.11                                     [3/13]
[INFO]   from modello-plugins/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --------------< org.codehaus.modello:modello-plugin-java >--------------
[INFO] Building Modello Java Plugin 1.11                                 [4/13]
[INFO]   from modello-plugins/modello-plugin-java/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
modello-plugin-java ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
modello-plugin-java ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 32 source files with javac [debug target 1.7] to target/classes
Use of target 1.7 is no longer supported, switching to 8
Use of source 1.7 is no longer supported, switching to 8
[WARNING] bootstrap class path not set in conjunction with -source 8
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
/<<PKGBUILDDIR>>/modello-plugins/modello-plugin-java/src/main/java/org/codehaus/modello/plugin/java/javasource/JClass.java:
 Some input files use or override a deprecated API.
[INFO] 
/<<PKGBUILDDIR>>/modello-plugins/modello-plugin-java/src/main/java/org/codehaus/modello/plugin/java/javasource/JClass.java:
 Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
modello-plugin-java ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-dependency-plugin:3.8.1:copy-dependencies (copy-test-libs) @ 
modello-plugin-java ---
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
modello-plugin-java ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ 
modello-plugin-java ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ modello-plugin-java ---
[INFO] Building jar: 
/<<PKGBUILDDIR>>/modello-plugins/modello-plugin-java/target/modello-plugin-java-1.11.jar
[INFO]
[INFO] --------------< org.codehaus.modello:modello-plugin-xml >---------------
[INFO] Building Modello XML Plugin 1.11                                  [5/13]
[INFO]   from modello-plugins/modello-plugin-xml/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
modello-plugin-xml ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
modello-plugin-xml ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug target 1.7] to target/classes
Use of target 1.7 is no longer supported, switching to 8
Use of source 1.7 is no longer supported, switching to 8
[WARNING] bootstrap class path not set in conjunction with -source 8
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
modello-plugin-xml ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
modello-plugin-xml ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ 
modello-plugin-xml ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ modello-plugin-xml ---
[INFO] Building jar: 
/<<PKGBUILDDIR>>/modello-plugins/modello-plugin-xml/target/modello-plugin-xml-1.11.jar
[INFO]
[INFO] --------------< org.codehaus.modello:modello-plugin-stax >--------------
[INFO] Building Modello StAX Plugin 1.11                                 [6/13]
[INFO]   from modello-plugins/modello-plugin-stax/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
modello-plugin-stax ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
modello-plugin-stax ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug target 1.7] to target/classes
Use of target 1.7 is no longer supported, switching to 8
Use of source 1.7 is no longer supported, switching to 8
[WARNING] bootstrap class path not set in conjunction with -source 8
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
modello-plugin-stax ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-dependency-plugin:3.8.1:copy-dependencies (copy-test-libs) @ 
modello-plugin-stax ---
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
modello-plugin-stax ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ 
modello-plugin-stax ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ modello-plugin-stax ---
[INFO] Building jar: 
/<<PKGBUILDDIR>>/modello-plugins/modello-plugin-stax/target/modello-plugin-stax-1.11.jar
[INFO]
[INFO] -----------< org.codehaus.modello:modello-plugin-converters >-----------
[INFO] Building Modello Model Version Converter Plugin 1.11              [7/13]
[INFO]   from modello-plugins/modello-plugin-converters/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
modello-plugin-converters ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
modello-plugin-converters ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug target 1.7] to target/classes
Use of target 1.7 is no longer supported, switching to 8
Use of source 1.7 is no longer supported, switching to 8
[WARNING] bootstrap class path not set in conjunction with -source 8
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
/<<PKGBUILDDIR>>/modello-plugins/modello-plugin-converters/src/main/java/org/codehaus/modello/plugin/converters/ConverterGenerator.java:
 
/<<PKGBUILDDIR>>/modello-plugins/modello-plugin-converters/src/main/java/org/codehaus/modello/plugin/converters/ConverterGenerator.java
 uses or overrides a deprecated API.
[INFO] 
/<<PKGBUILDDIR>>/modello-plugins/modello-plugin-converters/src/main/java/org/codehaus/modello/plugin/converters/ConverterGenerator.java:
 Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
modello-plugin-converters ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-dependency-plugin:3.8.1:copy-dependencies (copy-test-libs) @ 
modello-plugin-converters ---
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
modello-plugin-converters ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ 
modello-plugin-converters ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ modello-plugin-converters 
---
[INFO] Building jar: 
/<<PKGBUILDDIR>>/modello-plugins/modello-plugin-converters/target/modello-plugin-converters-1.11.jar
[INFO]
[INFO] --------------< org.codehaus.modello:modello-plugin-xsd >---------------
[INFO] Building Modello XSD Plugin 1.11                                  [8/13]
[INFO]   from modello-plugins/modello-plugin-xsd/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for xml-apis:xml-apis:jar:debian is missing, no dependency 
information available
[WARNING] The POM for xerces:xercesImpl:jar:debian is missing, no dependency 
information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Modello 1.11:
[INFO]
[INFO] Modello ............................................ SUCCESS [  0.001 s]
[INFO] Modello Core ....................................... SUCCESS [  2.598 s]
[INFO] Modello Plugins .................................... SUCCESS [  0.001 s]
[INFO] Modello Java Plugin ................................ SUCCESS [  1.648 s]
[INFO] Modello XML Plugin ................................. SUCCESS [  0.262 s]
[INFO] Modello StAX Plugin ................................ SUCCESS [  0.429 s]
[INFO] Modello Model Version Converter Plugin ............. SUCCESS [  0.237 s]
[INFO] Modello XSD Plugin ................................. FAILURE [  0.009 s]
[INFO] Modello XDOC Plugin ................................ SKIPPED
[INFO] Modello XPP3 Plugin ................................ SKIPPED
[INFO] Modello Dom4J Plugin ............................... SKIPPED
[INFO] Modello JDOM Plugin ................................ SKIPPED
[INFO] Modello SAX Plugin ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.449 s
[INFO] Finished at: 2024-10-29T07:41:22Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project modello-plugin-xsd: Could not resolve 
dependencies for project org.codehaus.modello:modello-plugin-xsd:jar:1.11: The 
following artifacts could not be resolved: xml-apis:xml-apis:jar:debian, 
xerces:xercesImpl:jar:debian: Cannot access central 
(https://repo.maven.apache.org/maven2) in offline mode and the artifact 
xml-apis:xml-apis:jar:debian 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 :modello-plugin-xsd
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
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202410/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: modello
Source-Version: 1.11-2
Done: Emmanuel Bourg <[email protected]>

We believe that the bug you reported is fixed in the latest version of
modello, 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.
Emmanuel Bourg <[email protected]> (supplier of updated modello 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: SHA512

Format: 1.8
Date: Wed, 30 Oct 2024 00:00:14 +0100
Source: modello
Architecture: source
Version: 1.11-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Emmanuel Bourg <[email protected]>
Closes: 1086297
Changes:
 modello (1.11-2) unstable; urgency=medium
 .
   * Team upload.
   * Ignore the dependency on xerces and xml-apis (Closes: #1086297)
   * Standards-Version updated to 4.7.0
   * Switch to debhelper level 13
Checksums-Sha1:
 7290678c3733d6a393454853fa9b2f211885ec62 2200 modello_1.11-2.dsc
 c34e0fef6d1dd13a273a9b53ed7182d45b22fa8f 7568 modello_1.11-2.debian.tar.xz
 80e95d818d32144c94ad65c8a32bf09f91b7a17d 15011 modello_1.11-2_source.buildinfo
Checksums-Sha256:
 33f63fbdb1c881df10ddf13c22bfd11f41cf1413703d30603fb1d1589f5ca89a 2200 
modello_1.11-2.dsc
 b975633dccc8fd6bcbafe02abd2e0e7e260973707c00d17eeba42b89897e5e77 7568 
modello_1.11-2.debian.tar.xz
 1d2a7ff45987f929166aceea7d0ed9f1f375819aad71134fcba8b3c826840c44 15011 
modello_1.11-2_source.buildinfo
Files:
 e7d1bfacff1413287ac3726efc7f8ee2 2200 java optional modello_1.11-2.dsc
 86c2e7813d4bf5a8ab926dc6307476e1 7568 java optional 
modello_1.11-2.debian.tar.xz
 55e7e228ef0b09604f767ad5ae92a0fe 15011 java optional 
modello_1.11-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmchaRsSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCs1hcP/3qx8ItJsEpY47DN91mcfbCsAdiVtQEr
ZIXcHLuCDr1KR4MnFo4/w+Lf2YQDKRRJkg5DeB2Y1okT555oTqhAIeFC/bV4tKr7
DrF0LtBKNoIgJzv4LEzKGNdae3vHq8UL5hliyUXtJodVg7q0c5p/9DuEpzpnRs0P
ePHvnRMp+6ggqoiIewWPJ+7N32aUteZN3ivIe3dZVhElFSVHO0lAHVJW+8acKpsr
vDau57GBDLXMdHxlwQrhMZZlk7+r1tzcEKfq2/XpNdbRKpPOfM98X6BRZcv/IZx5
w5SpdMmK9iW4525nHZWLRT26gADCE7SmDlWrq2Pu3RIEnxWblz7iSvMSiqCVQ20g
3coAB/RS7sNJ3XXU/zRfF9s+PbkAU0I3HW8wHlflkMgcYlWsiWlhoAC7bgZ76Ul0
LKF/ShSpWsB0GGK8+QrjoNlLInDN+riFzKCMOwoRX/56IE/QyjEYA+PU0iheCS3V
zJIg2qLqX63+A7HfG0sX4NWXla/OReYgiduuY66Jc8yUIiSB9/eP0mhp6HtKHz3+
FI7ZBVBOe3DUU/t0f3tplZ0Vn/pc6mE2DwLxfTsfyDH71YTQH2IjaQLBp6FEl/UX
dpvLF3f0D1O1Lo6Ie1GyZlIqGK7ThHjtYq3qhLzW6sIdYVjynpMB+vbIrZuDhhGL
YhyxmX0Ak36A
=0vwF
-----END PGP SIGNATURE-----

Attachment: pgpY4ygnejQ6a.pgp
Description: PGP signature


--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
[email protected] for discussions and questions.

Reply via email to