Your message dated Sun, 10 Mar 2019 08:34:31 +0000
with message-id <e1h2tuh-000ayg...@fasolo.debian.org>
and subject line Bug#923760: fixed in png-sixlegs 2.0-3
has caused the Debian Bug report #923760,
regarding png-sixlegs: FTBFS in buster/sid
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.)


-- 
923760: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923760
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:png-sixlegs
Version: 2.0-2
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --sourcedirectory=javapng-2.0 --with javahelper
   dh_update_autotools_config -i -O--sourcedirectory=javapng-2.0
   dh_autoreconf -i -O--sourcedirectory=javapng-2.0
   dh_auto_configure -i -O--sourcedirectory=javapng-2.0
   jh_linkjars -i -O--sourcedirectory=javapng-2.0
   dh_auto_build -i -O--sourcedirectory=javapng-2.0
        cd javapng-2.0 && ant -Duser.name debian
Buildfile: /<<PKGBUILDDIR>>/javapng-2.0/build.xml

init:

compile:
    [mkdir] Created dir: /<<PKGBUILDDIR>>/javapng-2.0/build/main
     [copy] Copied 3 empty directories to 3 empty directories under 
/<<PKGBUILDDIR>>/javapng-2.0/build/main
    [javac] /<<PKGBUILDDIR>>/javapng-2.0/build.xml:107: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
    [javac] Using javac -source 1.2 is no longer supported, switching to 6
    [javac] Using javac -target 1.2 is no longer supported, switching to 6
    [javac] Compiling 26 source files to /<<PKGBUILDDIR>>/javapng-2.0/build/main
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 6
    [javac] warning: [options] source value 6 is obsolete and will be removed 
in a future release
    [javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 warnings
    [mkdir] Created dir: /<<PKGBUILDDIR>>/javapng-2.0/build/apng
     [copy] Copied 3 empty directories to 3 empty directories under 
/<<PKGBUILDDIR>>/javapng-2.0/build/apng
    [javac] /<<PKGBUILDDIR>>/javapng-2.0/build.xml:107: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
    [javac] Using javac -source 1.2 is no longer supported, switching to 6
    [javac] Using javac -target 1.2 is no longer supported, switching to 6
    [javac] Compiling 5 source files to /<<PKGBUILDDIR>>/javapng-2.0/build/apng
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 6
    [javac] warning: [options] source value 6 is obsolete and will be removed 
in a future release
    [javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 warnings

compile-iio:
    [mkdir] Created dir: /<<PKGBUILDDIR>>/javapng-2.0/build/iio
     [copy] Copied 4 empty directories to 4 empty directories under 
/<<PKGBUILDDIR>>/javapng-2.0/build/iio
    [javac] /<<PKGBUILDDIR>>/javapng-2.0/build.xml:107: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
    [javac] Using javac -source 1.4 is no longer supported, switching to 6
    [javac] Using javac -target 1.4 is no longer supported, switching to 6
    [javac] Compiling 5 source files to /<<PKGBUILDDIR>>/javapng-2.0/build/iio
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 6
    [javac] warning: [options] source value 6 is obsolete and will be removed 
in a future release
    [javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
    [javac] Note: 
/<<PKGBUILDDIR>>/javapng-2.0/src/iio/com/sixlegs/png/iio/PngImageReader.java 
uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 warnings

compile-examples:
    [mkdir] Created dir: /<<PKGBUILDDIR>>/javapng-2.0/build/examples
     [copy] Copied 4 empty directories to 4 empty directories under 
/<<PKGBUILDDIR>>/javapng-2.0/build/examples
    [javac] /<<PKGBUILDDIR>>/javapng-2.0/build.xml:107: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
    [javac] Using javac -source 1.5 is no longer supported, switching to 6
    [javac] Using javac -target 1.5 is no longer supported, switching to 6
    [javac] Compiling 7 source files to 
/<<PKGBUILDDIR>>/javapng-2.0/build/examples
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 6
    [javac] warning: [options] source value 6 is obsolete and will be removed 
in a future release
    [javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
    [javac] Note: 
/<<PKGBUILDDIR>>/javapng-2.0/src/examples/com/sixlegs/png/examples/ArgumentProcessor.java
 uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 warnings

compile-test:
    [mkdir] Created dir: /<<PKGBUILDDIR>>/javapng-2.0/build/test
     [copy] Copying 302 files to /<<PKGBUILDDIR>>/javapng-2.0/build/test
     [copy] Copied 9 empty directories to 4 empty directories under 
/<<PKGBUILDDIR>>/javapng-2.0/build/test
    [javac] /<<PKGBUILDDIR>>/javapng-2.0/build.xml:107: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
    [javac] Using javac -source 1.5 is no longer supported, switching to 6
    [javac] Using javac -target 1.5 is no longer supported, switching to 6
    [javac] Compiling 12 source files to /<<PKGBUILDDIR>>/javapng-2.0/build/test
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 6
    [javac] warning: [options] source value 6 is obsolete and will be removed 
in a future release
    [javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
    [javac] 
/<<PKGBUILDDIR>>/javapng-2.0/src/test/com/sixlegs/png/iio/IIOTestCase.java:97: 
warning: PNGImageReader is internal proprietary API and may be removed in a 
future release
    [javac]             sunIR = new com.sun.imageio.plugins.png.PNGImageReader(
    [javac]                                                    ^
    [javac] 
/<<PKGBUILDDIR>>/javapng-2.0/src/test/com/sixlegs/png/iio/IIOTestCase.java:98: 
warning: PNGImageReaderSpi is internal proprietary API and may be removed in a 
future release
    [javac]                             new 
com.sun.imageio.plugins.png.PNGImageReaderSpi());
    [javac]                                                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 6 warnings

compile-viewer:
    [mkdir] Created dir: /<<PKGBUILDDIR>>/javapng-2.0/build/viewer
     [copy] Copying 1 file to /<<PKGBUILDDIR>>/javapng-2.0/build/viewer
    [javac] /<<PKGBUILDDIR>>/javapng-2.0/build.xml:107: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
    [javac] Using javac -source 1.5 is no longer supported, switching to 6
    [javac] Using javac -target 1.5 is no longer supported, switching to 6
    [javac] Compiling 2 source files to 
/<<PKGBUILDDIR>>/javapng-2.0/build/viewer
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 6
    [javac] warning: [options] source value 6 is obsolete and will be removed 
in a future release
    [javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
    [javac] 4 warnings

compile-all:

jar:
    [mkdir] Created dir: /<<PKGBUILDDIR>>/javapng-2.0/dist
      [jar] Building jar: /<<PKGBUILDDIR>>/javapng-2.0/dist/javapng-2.0.jar

jar-iio:
    [mkdir] Created dir: /<<PKGBUILDDIR>>/javapng-2.0/build/services
   [jarjar] Building jar: /<<PKGBUILDDIR>>/javapng-2.0/dist/javapng-2.0-iio.jar

jar-gif2apng:
   [jarjar] Building jar: /<<PKGBUILDDIR>>/javapng-2.0/dist/gif2apng-0.5.jar

jar-viewer:
      [jar] Building jar: /<<PKGBUILDDIR>>/javapng-2.0/dist/pngviewer-0.5.jar

jar-all:

BUILD SUCCESSFUL
Total time: 15 seconds
   debian/rules override_jh_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
jh_build -J png.jar javapng-2.0/src/main
find javapng-2.0/src/main -name *.java -and -type f -print0 | xargs -s 512000 
-0 /usr/lib/jvm/default-java/bin/javac -g -cp :debian/_jh_build.png -d 
debian/_jh_build.png -source 1.7 -target 1.7 -encoding ISO8859-1
warning: [options] bootstrap class path not set in conjunction with -source 7
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
find javapng-2.0/src/main -name *.java -and -type f -print0 | xargs -s 512000 
-0 /usr/lib/jvm/default-java/bin/javadoc -locale en_US -link 
/usr/share/doc/default-jdk-doc/api -link 
/usr/share/doc/default-jre-headless/api -classpath :debian/_jh_build.png -d 
debian/_jh_build.javadoc/api -quiet -encoding ISO8859-1 -notimestamp -source 1.7
Creating destination directory: "debian/_jh_build.javadoc/api/"
javadoc: error - The code being documented uses packages in the unnamed module, 
but the packages defined in /usr/share/doc/default-jdk-doc/api/ are in named 
modules.
javadoc: error - The code being documented uses packages in the unnamed module, 
but the packages defined in /usr/share/doc/default-jre-headless/api/ are in 
named modules.
javapng-2.0/src/main/com/sixlegs/png/SuggestedPalette.java:72: warning - 
invalid usage of tag <
javapng-2.0/src/main/com/sixlegs/png/SuggestedPalette.java:72: warning - 
invalid usage of tag >
2 errors
2 warnings
make[1]: *** [debian/rules:12: override_jh_build] Error 123
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

(The above is just how the build ends and not necessarily the most relevant 
part)

The build was made in my autobuilder with "dpkg-buildpackage -A"
and it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/png-sixlegs.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: png-sixlegs
Source-Version: 2.0-3

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

Debian distribution maintenance software
pp.
Ying-Chun Liu (PaulLiu) <paul...@debian.org> (supplier of updated png-sixlegs 
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: Sun, 10 Mar 2019 15:40:18 +0800
Source: png-sixlegs
Architecture: source
Version: 2.0-3
Distribution: unstable
Urgency: medium
Maintainer: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Changed-By: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Closes: 923760
Changes:
 png-sixlegs (2.0-3) unstable; urgency=medium
 .
   * remove default-jdk-doc in Build-Depends-Indep. (Closes: #923760)
     - This bug is due to javahelper or something wrong there.
       We should add default-jdk-doc back when things get fixed. Also
       remove the following patch.
     - Add 0002_dont_use_javadoc.patch
Checksums-Sha1:
 9606399e5dfc72020fdae1b08e685dee0b4a0386 1914 png-sixlegs_2.0-3.dsc
 91ca0230cd2a23c29e214116c77663ab12285856 3684 png-sixlegs_2.0-3.debian.tar.xz
 460fd42c569b5578d3e3b802e29ea52fc7d74f65 14223 
png-sixlegs_2.0-3_source.buildinfo
Checksums-Sha256:
 83ee00bb11cef3b345d380159f5204369061afabaabff6c676a06cf95c9a371a 1914 
png-sixlegs_2.0-3.dsc
 d8187bbab8eb19fc951297ff68e3309fe89ac2db3b784f19d76eea554af230b7 3684 
png-sixlegs_2.0-3.debian.tar.xz
 03a8ad99d4976ee20f01a7c97150d302599e2168c999f02f51caac1ed47ab736 14223 
png-sixlegs_2.0-3_source.buildinfo
Files:
 dea59cf206f975f0c268312e0009e909 1914 java optional png-sixlegs_2.0-3.dsc
 31b0ff3cfafbfbc4194e3e8476307951 3684 java optional 
png-sixlegs_2.0-3.debian.tar.xz
 abd317d4dab9437515037c6ed7e51758 14223 java optional 
png-sixlegs_2.0-3_source.buildinfo

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

iQJHBAEBCgAxFiEEo2h49GQQhoFgDLZIRBc/oT0FiIgFAlyExKATHHBhdWxsaXVA
ZGViaWFuLm9yZwAKCRBEFz+hPQWIiDM8D/4gcbxB7o25bdBv4czxVzk5MXNyvKcJ
mWTTfbJgGqw2KxxaAShJSmDoq0IQOe2ojkvn+oOPGUyZ3XbDllu6oBrDIcvNYEE1
AydVNVRR5Y49FDJMyniMffiYxirLlnYhUxMsU3qb/C5qME3cuP5vgwOh6h6MC4BW
FEMRLK1iHkStNQjFpI7stz5xPFDhV43VH/Ggj3WtqYMjey6k8w2FOLkCIc6dEX74
ep86XcURhwY3/oxlG5k/fyGMPTtpDSYJxsUfuN4WSxysQ8aplWTEZ/Grb17cmWbZ
vh5d1eHfWtctlBgOsPRHFy3f4uA8YY4Jkq1NOj5xkhkwT1q9r7LXPs+McEoCWbof
47wxHZZKEAH0agO6Tra/HHmHehjK/W/yjr29WBHJKIyZmaT9kfKKiybZKeGZnMrH
QEk2dNfHbxywuwjIiL02gwiqGcmXGSS1abFN+sXThFGNbDTunmlX/yg0axZenRJm
cdma2wTzIQ93+nTqHqZLZaDzqoQ/v5Y+3fnJLBgiQaBwXWzXv/sm0ojgwMualaOn
xTqcY1oFJ7z6hoplWf+Sf18iOTslb3Zc/QS+R6TDK4e2E6/KVlg+ogxnmI61RQiA
Auc7/znbP0/5C5fq5J1bRGioF/V6QKydXktrrviZl7M7xB+z+EV8XKIABijgZH3s
EbcahEoOCxiGzg==
=DTww
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to