Your message dated Tue, 15 May 2018 21:05:25 +0000
with message-id <e1fih8p-0009iq...@fasolo.debian.org>
and subject line Bug#898760: fixed in icu4j 60.2-2
has caused the Debian Bug report #898760,
regarding icu4j: FTBFS with Java 10
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.)
--
898760: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898760
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: icu4j
Severity: serious
icu4j fails to build with Java 10 due to a buggy JDK detection logic:
Buildfile: /build/1st/icu4j-60.2/build.xml
BUILD FAILED
/build/1st/icu4j-60.2/build.xml:125: The JDK version is too old or unknown.
It also fails to compile due to changes to the doclet API:
@compile:
[echo] build-local: ../../main/shared/../../build-local.properties
[echo] --- java compiler arguments ------------------------
[echo] source dir: /build/1st/icu4j-60.2/icu4j/tools/build/src
[echo] output dir: /build/1st/icu4j-60.2/icu4j/tools/build/out/bin
[echo] bootclasspath:
[echo] classpath: /usr/lib/jvm/default-java/lib/tools.jar
[echo] source: 1.6
[echo] target: 1.6
[echo] debug: on
[echo] encoding: UTF-8
[echo] compiler arg: -Xlint:none
[echo] ----------------------------------------------------
[mkdir] Created dir: /build/1st/icu4j-60.2/icu4j/tools/build/out/bin
[javac] Using javac -source 1.6 is no longer supported, switching to 1.7
[javac] Using javac -target 1.6 is no longer supported, switching to 1.7
[javac] Compiling 17 source files to
/build/1st/icu4j-60.2/icu4j/tools/build/out/bin
[javac]
/build/1st/icu4j-60.2/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ICUTaglet.java:17:
error: package com.sun.tools.doclets.internal.toolkit.taglets does not exist
[javac] import com.sun.tools.doclets.internal.toolkit.taglets.Taglet;
[javac] ^
[javac]
/build/1st/icu4j-60.2/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ICUTagletAdapter.java:13:
error: package com.sun.tools.doclets.formats.html.markup does not exist
[javac] import com.sun.tools.doclets.formats.html.markup.RawHtml;
[javac] ^
[javac]
/build/1st/icu4j-60.2/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ICUTagletAdapter.java:14:
error: package com.sun.tools.doclets.internal.toolkit does not exist
[javac] import com.sun.tools.doclets.internal.toolkit.Content;
[javac] ^
[javac]
/build/1st/icu4j-60.2/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ICUTagletAdapter.java:15:
error: package com.sun.tools.doclets.internal.toolkit.taglets does not exist
[javac] import com.sun.tools.doclets.internal.toolkit.taglets.Taglet;
[javac] ^
[javac]
/build/1st/icu4j-60.2/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ICUTagletAdapter.java:16:
error: package com.sun.tools.doclets.internal.toolkit.taglets does not exist
[javac] import
com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter;
[javac] ^
[javac]
/build/1st/icu4j-60.2/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ICUTagletAdapter.java:24:
error: cannot find symbol
[javac] public abstract class ICUTagletAdapter implements Taglet {
[javac] ^
[javac] symbol: class Taglet
[javac]
/build/1st/icu4j-60.2/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ICUTaglet.java:19:
error: cannot find symbol
[javac] public abstract class ICUTaglet extends ICUTagletAdapter
implements Taglet {
[javac]
^
[javac] symbol: class Taglet
[javac]
/build/1st/icu4j-60.2/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ICUTagletAdapter.java:30:
error: cannot find symbol
[javac] public Content getTagletOutput(Tag tag, TagletWriter writer)
[javac] ^
[javac] symbol: class TagletWriter
[javac] location: class ICUTagletAdapter
[javac]
/build/1st/icu4j-60.2/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ICUTagletAdapter.java:30:
error: cannot find symbol
[javac] public Content getTagletOutput(Tag tag, TagletWriter writer)
[javac] ^
[javac] symbol: class Content
[javac] location: class ICUTagletAdapter
[javac]
/build/1st/icu4j-60.2/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ICUTagletAdapter.java:43:
error: cannot find symbol
[javac] public Content getTagletOutput(Doc holder, TagletWriter
writer)
[javac] ^
[javac] symbol: class TagletWriter
[javac] location: class ICUTagletAdapter
[javac]
/build/1st/icu4j-60.2/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ICUTagletAdapter.java:43:
error: cannot find symbol
[javac] public Content getTagletOutput(Doc holder, TagletWriter
writer)
[javac] ^
[javac] symbol: class Content
[javac] location: class ICUTagletAdapter
[javac]
/build/1st/icu4j-60.2/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ICUTagletAdapter.java:37:
error: cannot find symbol
[javac] Content out = writer.getOutputInstance();
[javac] ^
[javac] symbol: class Content
[javac] location: class ICUTagletAdapter
[javac]
/build/1st/icu4j-60.2/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ICUTagletAdapter.java:38:
error: cannot find symbol
[javac] out.addContent(new RawHtml(encodedText));
[javac] ^
[javac] symbol: class RawHtml
[javac] location: class ICUTagletAdapter
[javac]
/build/1st/icu4j-60.2/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ICUTagletAdapter.java:46:
error: cannot find symbol
[javac] Content out = writer.getOutputInstance();
[javac] ^
[javac] symbol: class Content
[javac] location: class ICUTagletAdapter
[javac]
/build/1st/icu4j-60.2/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ICUTagletAdapter.java:47:
error: cannot find symbol
[javac] Tag[] tags = holder.tags(getName());
[javac] ^
[javac] symbol: method getName()
[javac] location: class ICUTagletAdapter
[javac]
/build/1st/icu4j-60.2/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ICUTagletAdapter.java:56:
error: cannot find symbol
[javac] out.addContent(new RawHtml(encodedText));
[javac] ^
[javac] symbol: class RawHtml
[javac] location: class ICUTagletAdapter
[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] 16 errors
--- End Message ---
--- Begin Message ---
Source: icu4j
Source-Version: 60.2-2
We believe that the bug you reported is fixed in the latest version of
icu4j, 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 898...@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 icu4j 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: Tue, 15 May 2018 22:42:05 +0200
Source: icu4j
Binary: libicu4j-java libicu4j-java-doc
Architecture: source
Version: 60.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
libicu4j-java - Library for Unicode support and internationalization
libicu4j-java-doc - Library for Unicode support and internationalization - Docs
Closes: 898760
Changes:
icu4j (60.2-2) unstable; urgency=medium
.
* Team upload.
* Fixed the build failure with Java 10 (Closes: #898760)
* Standards-Version updated to 4.1.4
* Use salsa.debian.org Vcs-* URLs
Checksums-Sha1:
f7e539dfb1bc663559203c2db7bfe4c38646fc90 2128 icu4j_60.2-2.dsc
e285234e9b91c1bf716acbc96d7b4e3ccc67616a 7084 icu4j_60.2-2.debian.tar.xz
79b3c5b3040b2692af08d98948bf65446185154d 11253 icu4j_60.2-2_source.buildinfo
Checksums-Sha256:
1cbb5ea67b9826baf8724b7710d363f5c63d5fe6cbdae250c2d3b9f836e83931 2128
icu4j_60.2-2.dsc
54d4c47216564236dd32d5a34c013ca9c8c0646fa565f521898d8b1e8728dc20 7084
icu4j_60.2-2.debian.tar.xz
450b0fe5f17a423e5f59476ba6e0386a77504870bd6f383f1751fc2135090405 11253
icu4j_60.2-2_source.buildinfo
Files:
ac4368d62cd843ea18ce523cc967d608 2128 java optional icu4j_60.2-2.dsc
aeed4552e3660fbb777ec4563d48eeb1 7084 java optional icu4j_60.2-2.debian.tar.xz
7a39f1423113130825adee26d81416b8 11253 java optional
icu4j_60.2-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlr7RjQSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsLsIQAI7meZMmVhfp0tEEGyfzoHz2+d7KEZaM
Kq7wiAvqKKMoNinP0FVsQbPiOi2YgNwTsKdvTqzq+yhLne8saMlItRfm/cqHMXHr
ZsluWeDU4NVFpcbP3nYhCX9QoGvo7NzMlI4C5DTGgXWXdkO1G8p6P5IjtaSWMx/E
MefW7FxO4BnOAXkP1u/xGa+f7yxZFetrRU7g2WsnGGocaQIy1PnIJrmNsdBuJGKT
onj1MWeNldTwxWzriWz+5PpSBArQ8M3mRMZAi5MZL8qZHVfKLm/Xd2/qpqe5vg7N
R0ft02TIqUdkfWT+DWcEkT+Dr+NpBNiRBJB4pULp9W1l6YAfliNYQRVxYOuowaH2
kp02JNBTYcR/cytsWjg6Wqtb7zD8o3rvOnzc2D1RWy3eSAIoEsKGGQ+uMDA0pDJk
ht7S0ZTQM8HvdQhtBmaBWhu7UhgglGjX+Epa2JLBgTMqGi4DAwQf9nlp5MzwULW6
1mKvENnuGeVburWnY4niCbpSQg6WyGlfX0PwGqAjx+7KcOT5y0B/zW1W7yLDaI/c
Dxohc4UjjT8MTIkjkmBXiJxxxpwlW5+Ho528nWiLu4FET05k/TfePVXNWLx8sGkZ
Rvl4KASQ2YUkjtbjtKNx3lGJh/RcW5zwIlcOQSHsAAuuNFlguHrnijJtIRkEr9cK
9KW+oEXndoCC
=uVgA
-----END PGP SIGNATURE-----
--- End Message ---