Your message dated Thu, 02 Mar 2023 19:20:01 +0000
with message-id <e1pxotb-004wwt...@fasolo.debian.org>
and subject line Bug#1026571: fixed in jnlp-servlet 20120126-5
has caused the Debian Bug report #1026571,
regarding jnlp-servlet: FTBFS:
src/classes/jnlp/sample/servlet/JnlpResource.java:47: error: cannot find symbol
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.)
--
1026571: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026571
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jnlp-servlet
Version: 20120126-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> rm -rf classes
> rm -rf lib
> mkdir -p classes
> mkdir -p lib
> /usr/lib/jvm/default-java/bin/javac -source 1.8 -target 1.8 -classpath
> "/usr/lib/jvm/default-java/lib/javaws.jar:/usr/share/java/servlet-api-3.1.jar:src/classes"
> -d classes src/classes/jnlp/sample/jardiff/JarDiffConstants.java
> warning: [options] bootstrap class path not set in conjunction with -source 8
> 1 warning
> /usr/lib/jvm/default-java/bin/javac -source 1.8 -target 1.8 -classpath
> "/usr/lib/jvm/default-java/lib/javaws.jar:/usr/share/java/servlet-api-3.1.jar:src/classes"
> -d classes src/classes/jnlp/sample/jardiff/JarDiff.java
> warning: [options] bootstrap class path not set in conjunction with -source 8
> src/classes/jnlp/sample/jardiff/JarDiff.java:475: warning: [removal]
> Long(long) in Long has been deprecated and marked for removal
> Long crcL = new Long(entry.getCrc());
> ^
> src/classes/jnlp/sample/jardiff/JarDiff.java:523: warning: [removal]
> Long(long) in Long has been deprecated and marked for removal
> Long crcL = new Long(crc);
> ^
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> 3 warnings
> mkdir -p classes/jnlp/sample/jardiff/resources/
> cp -fr src/classes/jnlp/sample/jardiff/resources/strings.properties
> classes/jnlp/sample/jardiff/resources/strings.properties
> echo 'Main-Class:' jnlp.sample.jardiff.JarDiff > ./jardiff.manifest
> /usr/lib/jvm/default-java/bin/jar cvfm lib/jnlp-jardiff.jar
> ./jardiff.manifest -C classes .
> added manifest
> adding: jnlp/(in = 0) (out= 0)(stored 0%)
> adding: jnlp/sample/(in = 0) (out= 0)(stored 0%)
> adding: jnlp/sample/jardiff/(in = 0) (out= 0)(stored 0%)
> adding: jnlp/sample/jardiff/JarDiff$JarFile2.class(in = 4287) (out=
> 2376)(deflated 44%)
> adding: jnlp/sample/jardiff/JarDiff.class(in = 8069) (out= 4257)(deflated 47%)
> adding: jnlp/sample/jardiff/JarDiffConstants.class(in = 358) (out=
> 258)(deflated 27%)
> adding: jnlp/sample/jardiff/JarDiffPatcher.class(in = 6853) (out=
> 3687)(deflated 46%)
> adding: jnlp/sample/jardiff/Patcher$PatchDelegate.class(in = 235) (out=
> 171)(deflated 27%)
> adding: jnlp/sample/jardiff/Patcher.class(in = 385) (out= 230)(deflated 40%)
> adding: jnlp/sample/jardiff/resources/(in = 0) (out= 0)(stored 0%)
> adding: jnlp/sample/jardiff/resources/strings.properties(in = 2160) (out=
> 1077)(deflated 50%)
> rm -f ./jardiff.manifest
> /usr/lib/jvm/default-java/bin/javac -source 1.8 -target 1.8 -classpath
> "/usr/lib/jvm/default-java/lib/javaws.jar:/usr/share/java/servlet-api-3.1.jar:src/classes"
> -d classes src/classes/jnlp/sample/servlet/JnlpDownloadServlet.java
> warning: [options] bootstrap class path not set in conjunction with -source 8
> src/classes/jnlp/sample/servlet/JnlpResource.java:47: error: cannot find
> symbol
> import java.util.jar.Pack200;
> ^
> symbol: class Pack200
> location: package java.util.jar
> src/classes/jnlp/sample/servlet/JnlpResource.java:48: error: package
> java.util.jar.Pack200 does not exist
> import java.util.jar.Pack200.Packer;
> ^
> src/classes/jnlp/sample/servlet/JnlpResource.java:93: error: cannot find
> symbol
> private static Packer packer;
> ^
> symbol: class Packer
> location: class JnlpResource
> src/classes/jnlp/sample/servlet/JnlpResource.java:96: error: cannot find
> symbol
> packer = Pack200.newPacker();
> ^
> symbol: variable Pack200
> location: class JnlpResource
> src/classes/jnlp/sample/jardiff/JarDiff.java:475: warning: [removal]
> Long(long) in Long has been deprecated and marked for removal
> Long crcL = new Long(entry.getCrc());
> ^
> src/classes/jnlp/sample/jardiff/JarDiff.java:523: warning: [removal]
> Long(long) in Long has been deprecated and marked for removal
> Long crcL = new Long(crc);
> ^
> Note: src/classes/jnlp/sample/servlet/JnlpFileHandler.java uses or overrides
> 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.
> 4 errors
> 3 warnings
> make[1]: *** [GNUmakefile:50:
> classes/jnlp/sample/servlet/JnlpDownloadServlet.class] Error 1
The full build log is available from:
http://qa-logs.debian.net/2022/12/20/jnlp-servlet_20120126-4_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&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 mark 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: jnlp-servlet
Source-Version: 20120126-5
Done: Markus Koschany <a...@debian.org>
We believe that the bug you reported is fixed in the latest version of
jnlp-servlet, 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 1026...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated jnlp-servlet 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: Thu, 02 Mar 2023 19:56:15 +0100
Source: jnlp-servlet
Architecture: source
Version: 20120126-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Closes: 1026571
Changes:
jnlp-servlet (20120126-5) unstable; urgency=medium
.
* Team upload.
* Add Pack200-removal.patch and stop relying on the Pack200 compression
scheme which has been removed in OpenJDK 14. (Closes: #1026571)
* Use canonical VCS URI.
* Depend on libservlet-api-java instead of obsolete package
libservlet3.1-java.
Checksums-Sha1:
98aff3d79255e17d79a040f01536a110ec7a1310 2228 jnlp-servlet_20120126-5.dsc
e3ff35770d6d8c9cc0e52d840992d58053446a59 4376
jnlp-servlet_20120126-5.debian.tar.xz
424386c1cc578468cf768b700807ead9f67ba6d8 12204
jnlp-servlet_20120126-5_amd64.buildinfo
Checksums-Sha256:
981ce072721679d43638900d7ff89792457ec9388911cce0f7b802f70d2f9056 2228
jnlp-servlet_20120126-5.dsc
0431a747f459abb2c4da249a48c5fd993a311838709b27723f55d2e61b903702 4376
jnlp-servlet_20120126-5.debian.tar.xz
b60480358e1c4676372dede65433b3794f1fc1b5b3a68de95b876880a82074b2 12204
jnlp-servlet_20120126-5_amd64.buildinfo
Files:
695ee957ce841c48e07dd9b33c4f728a 2228 java optional jnlp-servlet_20120126-5.dsc
a339dd63915c85c31cfde4bfe5557fa7 4376 java optional
jnlp-servlet_20120126-5.debian.tar.xz
3cf69076e3f5ec8420159653b742fda7 12204 java optional
jnlp-servlet_20120126-5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAmQA8qNfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkWoMP/juvNsSqpZm1ZtS78JQd2ACq/R4mGP4TgcF+
TX2fIvB9PdDJNFuEjA7xOUIJOwwMHTxhuK/58lsOu9OCzkBucV0IM+X0tqyoYBRm
qVS1N5ox8SvJtijkv0aB86skckhAJ4cj0JM+VAzyUlOnf3EyNp05ctQCnctdAff/
2k+FL9h7f7brYWnkzjp76/TJx0CtYu8YjkUJELtjJeTGVkrSlACS/LmMUB4D78D7
aHPVWhqnru8wIuB0vUZmEShqLWBTh54KPtWni5QPzqHaoe9THhLFLF0BwKIv292g
PaDGVVxTLbD7qdPUVrv2x9k35DkhXYW6hwta1nUOi1cVEe8MsrZESIFAzvRjd7lo
JmBmBsk+SuFtQ6G9h2TCmX/G3Hhck7BXwfGGovmBqCEEsafs5H8j5x0yxbxr+gyW
+h2DZOkg1KDLxXe66fz+yhxxlpVoQKL/B8X3k2Lmi9XKNMz0UlKB4cUkVutUxEk8
a2xwlLque6SuNP5yHxZ8SFwyQmdEYjZ9/XwJPrwGHKDpgzPXQ1mv4CMWm2q2YqqX
Iumh2m7ZF7Hyznbeaaom3RXZsRFxxj6GOtvR2NAtYAmZE1C38aFEwTDr9Gp3TtWe
gN4GFvXzeK3fFs55738/EfYNX6q7Jc6Zvtc1dkKcXon4E4lxCTR1smMMty9cDbuU
X97C+/tI
=xyD7
-----END PGP SIGNATURE-----
--- End Message ---