Your message dated Sun, 20 Jan 2019 00:35:01 +0000
with message-id <e1gl14n-000bq0...@fasolo.debian.org>
and subject line Bug#917482: fixed in jhove 1.20.1-5
has caused the Debian Bug report #917482,
regarding jhove: FTBFS in buster at least since 2018-12-07
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.)


-- 
917482: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917482
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:jhove
Version: 1.20.1-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
   dh_update_autotools_config -i
   dh_autoreconf -i
   dh_auto_configure -i
        mh_patchpoms -pjhove --debian-build --keep-pom-version 
--maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
   dh_auto_build -i
        /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
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] JHOVE - JSTOR/Harvard Object Validation Environment  SUCCESS [  0.009 s]
[INFO] JHOVE Core ......................................... SUCCESS [  4.465 s]
[INFO] JHOVE Validation Modules ........................... FAILURE [  2.348 s]
[INFO] JHOVE Applications ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.061 s
[INFO] Finished at: 2018-12-25T23:16:10Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) 
on project jhove-modules: Compilation failure: Compilation failure: 
[ERROR] 
/<<PKGBUILDDIR>>/jhove-modules/src/main/java/edu/harvard/hul/ois/jhove/module/wave/BroadcastExtChunk.java:[13,22]
 package javax.xml.bind does not exist
[ERROR] 
/<<PKGBUILDDIR>>/jhove-modules/src/main/java/edu/harvard/hul/ois/jhove/module/wave/FormatChunk.java:[13,22]
 package javax.xml.bind does not exist
[ERROR] 
/<<PKGBUILDDIR>>/jhove-modules/src/main/java/edu/harvard/hul/ois/jhove/module/wave/BroadcastExtChunk.java:[216,29]
 cannot find symbol
[ERROR]   symbol:   variable DatatypeConverter
[ERROR]   location: class 
edu.harvard.hul.ois.jhove.module.wave.BroadcastExtChunk
[ERROR] 
/<<PKGBUILDDIR>>/jhove-modules/src/main/java/edu/harvard/hul/ois/jhove/module/wave/BroadcastExtChunk.java:[219,29]
 cannot find symbol
[ERROR]   symbol:   variable DatatypeConverter
[ERROR]   location: class 
edu.harvard.hul.ois.jhove.module.wave.BroadcastExtChunk
[ERROR] 
/<<PKGBUILDDIR>>/jhove-modules/src/main/java/edu/harvard/hul/ois/jhove/module/wave/FormatChunk.java:[261,21]
 cannot find symbol
[ERROR]   symbol:   variable DatatypeConverter
[ERROR]   location: class edu.harvard.hul.ois.jhove.module.wave.FormatChunk
[ERROR] 
/<<PKGBUILDDIR>>/jhove-modules/src/main/java/edu/harvard/hul/ois/jhove/module/wave/FormatChunk.java:[265,21]
 cannot find symbol
[ERROR]   symbol:   variable DatatypeConverter
[ERROR]   location: class edu.harvard.hul.ois.jhove.module.wave.FormatChunk
[ERROR] 
/<<PKGBUILDDIR>>/jhove-modules/src/main/java/edu/harvard/hul/ois/jhove/module/wave/FormatChunk.java:[269,21]
 cannot find symbol
[ERROR]   symbol:   variable DatatypeConverter
[ERROR]   location: class edu.harvard.hul.ois.jhove.module.wave.FormatChunk
[ERROR] 
/<<PKGBUILDDIR>>/jhove-modules/src/main/java/edu/harvard/hul/ois/jhove/module/wave/FormatChunk.java:[273,21]
 cannot find symbol
[ERROR]   symbol:   variable DatatypeConverter
[ERROR]   location: class edu.harvard.hul.ois.jhove.module.wave.FormatChunk
[ERROR] 
/<<PKGBUILDDIR>>/jhove-modules/src/main/java/edu/harvard/hul/ois/jhove/module/wave/FormatChunk.java:[277,21]
 cannot find symbol
[ERROR]   symbol:   variable DatatypeConverter
[ERROR]   location: class edu.harvard.hul.ois.jhove.module.wave.FormatChunk
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :jhove-modules
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 returned exit code 1
make: *** [debian/rules:4: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made in my autobuilder with "dpkg-buildpackage -A"
but I don't think such detail is really relevant.

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: jhove
Source-Version: 1.20.1-5

We believe that the bug you reported is fixed in the latest version of
jhove, 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 917...@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 jhove 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: Sat, 19 Jan 2019 15:54:06 -0800
Source: jhove
Binary: jhove
Architecture: source all
Version: 1.20.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Description:
 jhove      - JSTOR/Harvard Object Validation Environment
Closes: 917482
Changes:
 jhove (1.20.1-5) unstable; urgency=medium
 .
   * Team upload.
   * Add jhove_javax.patch to address FTBFS (Closes: #917482).
     - Thank you to Abdelhakim Qbaich for the patch.
   * Add build-dep on libjaxb-api-java
   * Bump Standards-Version to 4.3.0
   * Tweak short description to address lintian error
Checksums-Sha1:
 32a24cede4b7fe0348564691f4a7eafcc5f0e8b4 1990 jhove_1.20.1-5.dsc
 8555ec813e4dc53d6381ff4d3af1686da32fef2d 7244 jhove_1.20.1-5.debian.tar.xz
 e3d41437ff8c3b49ed3c4585b5d33e55087309ec 1426188 jhove_1.20.1-5_all.deb
 526055f1a2fc93b0b283e3fed1dfdf2c6511692f 14151 jhove_1.20.1-5_amd64.buildinfo
Checksums-Sha256:
 b03388985dfc99a4ee4d1cdaa83bd2359e02e0c578e9a19b4842c4038b7f747f 1990 
jhove_1.20.1-5.dsc
 035caa5ccf4d61b02d5672053b9ecc023f084410fa58f6b48b677ce4798a81d1 7244 
jhove_1.20.1-5.debian.tar.xz
 5fb3b3788ef7f0844064aad2fafbec650822c00149a7dccf44aae5c7857b9688 1426188 
jhove_1.20.1-5_all.deb
 ade93bf51b98a5a56959c59a35df5d1bdbb8afb24722a3c1ef9859a5365ccea4 14151 
jhove_1.20.1-5_amd64.buildinfo
Files:
 726943c68719193ccdb961da1c80a205 1990 non-free/utils optional 
jhove_1.20.1-5.dsc
 7eb1de88a1f8470a485d5cf2f216f29b 7244 non-free/utils optional 
jhove_1.20.1-5.debian.tar.xz
 4c4848ea8f9adb4b05098a52b1b3e838 1426188 non-free/utils optional 
jhove_1.20.1-5_all.deb
 61672d3397f11acfbed21bf0e21f650e 14151 non-free/utils optional 
jhove_1.20.1-5_amd64.buildinfo

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAlxDvZUUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpaaexAApn0Zq13P6JFVzy4/NDla9cKPxPmj
DNBiu4vW3tr1wUAVME+x+lkOGWl4bNx41TmzCxmhdJoLtonftFGEI68l2R1xPIBt
Pi5LCHb2tPjj+lCrJO+7YPTpodorSRH2AVdAn9f4qq0IoDGYhYEwhvJJf7yasyTs
o73qojUj2WtP7uxT7sYb6YrnNsU4JNVgTMBm0LG7GeNyRepCI5JcD0+muY1Cp1wD
K+UpjyuU5PApcJVtiUUJG4XzB8NonuKRZAK4+CwP/1KNITvq+0ygEWIGv2+g/eQh
6c0z38xASWRIxrSxjt+k/XZURP+cK1gilhHhL7vi3wKhc1OWS3HIODiexP8X8Ogp
MptMCIKoGHqj3qMlUY6AOMWCOH7vQ+poqxPM+fPhbpIQnqaX2n3zbtyU5Lg4e+Hb
t9nHhlvd4/xceajJBFPPm3VEkkEQcotKdkqwKK5mXVZ3qzj/6AbNtwbNeo5Wv8wo
OhOIqEMCXxfKg10+TlTgq7cSPTx/sgW7XC9skIQtt6rYba2HGGs3d02Ct4TVSSRd
I8noemJfQMWRRVUmd8MFcNkJijwEYY3ThWTB3G3fVOzwGijDyMMxTZqx9MgTB5S4
7qsgHDnQLvfaSnOYn/zqFP0PQ1EyOJ1ctBiD+Yx3ClfD6WTSYXN6oIqBmRztwrhL
zASmYRE/h0wOXnI=
=jN3B
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to