Your message dated Mon, 24 Sep 2018 10:38:08 +0000
with message-id <e1g4ofk-000etd...@fasolo.debian.org>
and subject line Bug#906375: fixed in libxml-security-java 2.0.10-2
has caused the Debian Bug report #906375,
regarding libitext5-java: FTBFS in buster/sid (method marshal in class
org.apache.jcp.xml.dsig.internal.dom.DOMXMLSignature cannot be applied to given
types)
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.)
--
906375: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906375
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libitext5-java
Version: 5.5.6-4
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package in buster but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep --buildsystem=maven
dh_update_autotools_config -i -O--buildsystem=maven
dh_autoreconf -i -O--buildsystem=maven
dh_auto_configure -i -O--buildsystem=maven
mh_patchpoms -plibitext5-java --debian-build --keep-pom-version
--maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
dh_auto_build -i -O--buildsystem=maven
/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
javadoc:jar javadoc:aggregate -DskipTests -Dnotimestamp=true -Dlocale=en_US
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
com.google.inject.internal.cglib.core.$ReflectUtils$1
(file:/usr/share/maven/lib/guice.jar) to method
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of
com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[... snipped ...]
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @
itextpdf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 24 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ itextpdf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 622 source files to /<<PKGBUILDDIR>>/target/classes
[INFO]
/<<PKGBUILDDIR>>/src/main/java/com/itextpdf/text/pdf/PdfPublicKeySecurityHandler.java:
Some input files use or override a deprecated API.
[INFO]
/<<PKGBUILDDIR>>/src/main/java/com/itextpdf/text/pdf/PdfPublicKeySecurityHandler.java:
Recompile with -Xlint:deprecation for details.
[INFO]
/<<PKGBUILDDIR>>/src/main/java/com/itextpdf/text/pdf/TtfUnicodeWriter.java:
Some input files use unchecked or unsafe operations.
[INFO]
/<<PKGBUILDDIR>>/src/main/java/com/itextpdf/text/pdf/TtfUnicodeWriter.java:
Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/<<PKGBUILDDIR>>/src/main/java/com/itextpdf/text/pdf/security/MakeXmlSignature.java:[443,22]
method marshal in class org.apache.jcp.xml.dsig.internal.dom.DOMXMLSignature
cannot be applied to given types;
required:
org.apache.jcp.xml.dsig.internal.dom.XmlWriter,java.lang.String,javax.xml.crypto.XMLCryptoContext
found:
org.w3c.dom.Node,org.w3c.dom.Node,java.lang.String,javax.xml.crypto.dsig.dom.DOMSignContext
reason: actual and formal argument lists differ in length
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping iText, a Free Java-PDF library
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.567 s
[INFO] Finished at: 2018-08-10T03:56:01Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile)
on project itextpdf: Compilation failure
[ERROR]
/<<PKGBUILDDIR>>/src/main/java/com/itextpdf/text/pdf/security/MakeXmlSignature.java:[443,22]
method marshal in class org.apache.jcp.xml.dsig.internal.dom.DOMXMLSignature
cannot be applied to given types;
[ERROR] required:
org.apache.jcp.xml.dsig.internal.dom.XmlWriter,java.lang.String,javax.xml.crypto.XMLCryptoContext
[ERROR] found:
org.w3c.dom.Node,org.w3c.dom.Node,java.lang.String,javax.xml.crypto.dsig.dom.DOMSignContext
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] -> [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/MojoFailureException
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
javadoc:jar javadoc:aggregate -DskipTests -Dnotimestamp=true -Dlocale=en_US
returned exit code 1
make: *** [debian/rules:4: build-indep] Error 1
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit
status 2
--------------------------------------------------------------------------------
The build was made with "dpkg-buildpackage -A" in my autobuilder.
Most probably, it also fails here in reproducible builds:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libitext5-java.html
where you can get a full build log if you need it.
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: libxml-security-java
Source-Version: 2.0.10-2
We believe that the bug you reported is fixed in the latest version of
libxml-security-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 906...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated libxml-security-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: Mon, 24 Sep 2018 12:06:50 +0200
Source: libxml-security-java
Binary: libxml-security-java libxml-security-java-doc
Architecture: source
Version: 2.0.10-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
libxml-security-java - Apache Santuario -- XML Security for Java
libxml-security-java-doc - Documentation for Apache Santuario
Closes: 906375
Changes:
libxml-security-java (2.0.10-2) unstable; urgency=medium
.
* Team upload.
.
[ Jochen Sprickerhof ]
* Add patch for old API used by libitext5-java (Closes: #906375)
.
[ Emmanuel Bourg ]
* Standards-Version updated to 4.2.1
Checksums-Sha1:
434ca97455b794446db190a31d21e112e9fd6263 2583 libxml-security-java_2.0.10-2.dsc
cdc8778febadb69e9f634d0d447c676987dea34c 5660
libxml-security-java_2.0.10-2.debian.tar.xz
a6d03bab1a01410aed6d5e2696b727bf4324b475 17353
libxml-security-java_2.0.10-2_source.buildinfo
Checksums-Sha256:
404fc36303eab297a78c09bba867630cd605e23cd67336f3b142cd4319106ef6 2583
libxml-security-java_2.0.10-2.dsc
9042843637c9705617e27e5f9065fc02f4b0b94e5c8125c391ff43726d99d2b2 5660
libxml-security-java_2.0.10-2.debian.tar.xz
2107bdb67e4391591fa7717e673ec2fd28a0da846a20d0f4e59b9727d0ed7a96 17353
libxml-security-java_2.0.10-2_source.buildinfo
Files:
f28157bc2979ef526886c6019f6f1cc8 2583 java optional
libxml-security-java_2.0.10-2.dsc
9b494a11dc09bb193f54255add32c56d 5660 java optional
libxml-security-java_2.0.10-2.debian.tar.xz
e09bd9093666b00b744d69115f37fe04 17353 java optional
libxml-security-java_2.0.10-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAluouUISHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsK8gP/RRqqHVYH8RBV1pX/If3z09af+1mNfMw
EQ0q+oSSfTyEVJVLdEffki4xCKF/ETPnKyUINQhME3U3/5v2R6EozCvdG7L3jpHh
peITGGWA2Y1h0BweSO51IxU+dCXwOBmJ7tQkvzYPJzDZk95+WR04k4KlBNiqkSyi
KN8wYuU5zktDg5C2a/xy4Dn/2jMyqov0ETbdYILUsvSqL1Lf2CvNfu3IYNJ/mzgg
6Wnp0mLu1L9xmvI2ebTqHeVEjhGnnSFGAIUcJo24k7j6fIKDV7zYEf4WP6HZvGdC
murDYU9g7siOI7J1slYu1105rfpE5rZOBRN/mgf51N0XaUAOkwvC3J66I8nkKP7E
B3Lw/aUrhkGmnajzDBrR9yNKV0SsSuehWy1BQDZLBhvTN0/CW1MDi8VZJKUmUpMW
iDoQZ/wvD70puo1/trznSw6wiabS72QMH3+eG2FSv/5qdxZ2rH7nnqs2zSarsvaK
Cz9oft+shKc8wnRiNRx8RNDL8G3fAfYCoyL8ewP/hqBhtZ2iEKkfZipYdFNuYh+T
aW4KqfmJ/umHs3VdRIXK+KRHoF/Iu75tkvA1biy9eBZ8toy3lIgXh4kUiUOsMIFz
JlGv+lw1ENCmqyO3iJ3P6aLcG4uHE7CqtD40fZl6qnfonnlq8mKV+R7Z8s2cWYLz
95rnkmdFnMZp
=GpO+
-----END PGP SIGNATURE-----
--- End Message ---