Your message dated Tue, 10 Apr 2018 05:15:49 +0000
with message-id <e1f5ldf-000bts...@fasolo.debian.org>
and subject line Bug#893205: fixed in jericho-html 3.2-2
has caused the Debian Bug report #893205,
regarding jericho-html FTBFS with openjdk-9
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.)


-- 
893205: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893205
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jericho-html
Version: 3.2-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/jericho-html.html

...
build:
    [mkdir] Created dir: /build/1st/jericho-html-3.2/build
    [javac] /build/1st/jericho-html-3.2/debian/build.xml:9: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
    [javac] Compiling 104 source files to /build/1st/jericho-html-3.2/build
    [javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.6
    [javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.6
    [javac] Using ant.build.javac.source 1.5 is no longer supported, switching 
to 1.6
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
    [javac] warning: [options] source value 1.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] 
/build/1st/jericho-html-3.2/src/java/net/htmlparser/jericho/Renderer.java:372: 
error: unmappable character (0xAB) for encoding US-ASCII
    [javac]      *    &nbsp; &nbsp; &nbsp; &nbsp; return '?'+alt+'?';<br />
    [javac]                                               ^
    [javac] 
/build/1st/jericho-html-3.2/src/java/net/htmlparser/jericho/Renderer.java:372: 
error: unmappable character (0xBB) for encoding US-ASCII
    [javac]      *    &nbsp; &nbsp; &nbsp; &nbsp; return '?'+alt+'?';<br />
    [javac]                                                       ^
    [javac] 
/build/1st/jericho-html-3.2/src/java/net/htmlparser/jericho/StreamEncodingDetector.java:238:
 error: unmappable character (0xA7) for encoding US-ASCII
    [javac]                     if (b2==0x6F && b3==0xA7 && b4==0x94) return 
setEncoding(EBCDIC,"default EBCDIC encoding (<?xml...> detected)",0,false); // 
first four bytes are "<?xm" in EBCDIC ("Lo??" in Windows-1252)
    [javac]                                                                     
                                                                                
                                      ^
    [javac] 
/build/1st/jericho-html-3.2/src/java/net/htmlparser/jericho/StreamEncodingDetector.java:238:
 error: unmappable character (0x94) for encoding US-ASCII
    [javac]                     if (b2==0x6F && b3==0xA7 && b4==0x94) return 
setEncoding(EBCDIC,"default EBCDIC encoding (<?xml...> detected)",0,false); // 
first four bytes are "<?xm" in EBCDIC ("Lo??" in Windows-1252)
    [javac]                                                                     
                                                                                
                                       ^
    [javac] 
/build/1st/jericho-html-3.2/src/java/net/htmlparser/jericho/StreamEncodingDetector.java:239:
 error: unmappable character (0xC4) for encoding US-ASCII
    [javac]                     if (b2==0x5A && b3==0xC4 && b4==0xD6) return 
setEncoding(EBCDIC,"default EBCDIC encoding (<!DOCTYPE...> detected)",0,false); 
// first four bytes are "<!DO" in EBCDIC ("LZ??" in Windows-1252)
    [javac]                                                                     
                                                                                
                                          ^
    [javac] 
/build/1st/jericho-html-3.2/src/java/net/htmlparser/jericho/StreamEncodingDetector.java:239:
 error: unmappable character (0xD6) for encoding US-ASCII
    [javac]                     if (b2==0x5A && b3==0xC4 && b4==0xD6) return 
setEncoding(EBCDIC,"default EBCDIC encoding (<!DOCTYPE...> detected)",0,false); 
// first four bytes are "<!DO" in EBCDIC ("LZ??" in Windows-1252)
    [javac]                                                                     
                                                                                
                                           ^
    [javac] 
/build/1st/jericho-html-3.2/src/java/net/htmlparser/jericho/StreamEncodingDetector.java:240:
 error: unmappable character (0xC8) for encoding US-ASCII
    [javac]                     if ((b2&b3&b4&0x80)!=0) return 
setEncoding(EBCDIC,"default EBCDIC-compatible encoding (HTML element 
detected)",0,false); // all of the 3 bytes after the '<' have the high-order 
bit set, indicating EBCDIC letters such as "<HTM" ("L???" in Windows-1252), or 
"<htm" ("L???" in Windows-1252)
    [javac]                                                                     
                                                                                
                                                                                
                      ^
    [javac] 
/build/1st/jericho-html-3.2/src/java/net/htmlparser/jericho/StreamEncodingDetector.java:240:
 error: unmappable character (0xE3) for encoding US-ASCII
    [javac]                     if ((b2&b3&b4&0x80)!=0) return 
setEncoding(EBCDIC,"default EBCDIC-compatible encoding (HTML element 
detected)",0,false); // all of the 3 bytes after the '<' have the high-order 
bit set, indicating EBCDIC letters such as "<HTM" ("L???" in Windows-1252), or 
"<htm" ("L???" in Windows-1252)
    [javac]                                                                     
                                                                                
                                                                                
                       ^
    [javac] 
/build/1st/jericho-html-3.2/src/java/net/htmlparser/jericho/StreamEncodingDetector.java:240:
 error: unmappable character (0xD4) for encoding US-ASCII
    [javac]                     if ((b2&b3&b4&0x80)!=0) return 
setEncoding(EBCDIC,"default EBCDIC-compatible encoding (HTML element 
detected)",0,false); // all of the 3 bytes after the '<' have the high-order 
bit set, indicating EBCDIC letters such as "<HTM" ("L???" in Windows-1252), or 
"<htm" ("L???" in Windows-1252)
    [javac]                                                                     
                                                                                
                                                                                
                        ^
    [javac] 
/build/1st/jericho-html-3.2/src/java/net/htmlparser/jericho/StreamEncodingDetector.java:240:
 error: unmappable character (0x88) for encoding US-ASCII
    [javac]                     if ((b2&b3&b4&0x80)!=0) return 
setEncoding(EBCDIC,"default EBCDIC-compatible encoding (HTML element 
detected)",0,false); // all of the 3 bytes after the '<' have the high-order 
bit set, indicating EBCDIC letters such as "<HTM" ("L???" in Windows-1252), or 
"<htm" ("L???" in Windows-1252)
    [javac]                                                                     
                                                                                
                                                                                
                                                          ^
    [javac] 
/build/1st/jericho-html-3.2/src/java/net/htmlparser/jericho/StreamEncodingDetector.java:240:
 error: unmappable character (0xA3) for encoding US-ASCII
    [javac]                     if ((b2&b3&b4&0x80)!=0) return 
setEncoding(EBCDIC,"default EBCDIC-compatible encoding (HTML element 
detected)",0,false); // all of the 3 bytes after the '<' have the high-order 
bit set, indicating EBCDIC letters such as "<HTM" ("L???" in Windows-1252), or 
"<htm" ("L???" in Windows-1252)
    [javac]                                                                     
                                                                                
                                                                                
                                                           ^
    [javac] 
/build/1st/jericho-html-3.2/src/java/net/htmlparser/jericho/StreamEncodingDetector.java:240:
 error: unmappable character (0x94) for encoding US-ASCII
    [javac]                     if ((b2&b3&b4&0x80)!=0) return 
setEncoding(EBCDIC,"default EBCDIC-compatible encoding (HTML element 
detected)",0,false); // all of the 3 bytes after the '<' have the high-order 
bit set, indicating EBCDIC letters such as "<HTM" ("L???" in Windows-1252), or 
"<htm" ("L???" in Windows-1252)
    [javac]                                                                     
                                                                                
                                                                                
                                                            ^
    [javac] 12 errors
    [javac] 4 warnings

BUILD FAILED
/build/1st/jericho-html-3.2/debian/build.xml:9: Compile failed; see the 
compiler error output for details.

Total time: 29 seconds
dh_auto_build: ant -propertyfile ./debian/ant.properties -Duser.name debian -f 
debian/build.xml build returned exit code 1
make[1]: *** [debian/rules:7: override_dh_auto_build] Error 1

--- End Message ---
--- Begin Message ---
Source: jericho-html
Source-Version: 3.2-2

We believe that the bug you reported is fixed in the latest version of
jericho-html, 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 893...@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 jericho-html 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, 10 Apr 2018 01:42:12 +0200
Source: jericho-html
Binary: libjericho-html-java
Architecture: source
Version: 3.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:
 libjericho-html-java - Java based library for HTML Parsing
Closes: 893205
Changes:
 jericho-html (3.2-2) unstable; urgency=medium
 .
   * Team upload.
   * Fixed the build failure with Java 9 (Closes: #893205)
   * Standards-Version updated to 4.1.4
   * Switch to debhelper level 11
Checksums-Sha1:
 82efc7d92da757270cd61bebc7d8468d081fa9c3 2122 jericho-html_3.2-2.dsc
 cd3c838bda6d462510a19232c5d18b9654f8ba04 4380 jericho-html_3.2-2.debian.tar.xz
 023585772332c193b9b7872c445358bb039571a9 11095 
jericho-html_3.2-2_source.buildinfo
Checksums-Sha256:
 72e32b261a4bef72e5209973804539ec12c931c2a6e3e671dfb6fd2bc28d916b 2122 
jericho-html_3.2-2.dsc
 473cf4c35349b07c5b65df1db2951bb487ded57093e7af502c1c70d96bf05cfd 4380 
jericho-html_3.2-2.debian.tar.xz
 b12ed6d3f82fe449f6e2f85e473fd2c7ec9eb86a75ec615b4e13d33cd5a2e69b 11095 
jericho-html_3.2-2_source.buildinfo
Files:
 e133d738756c4fa6df15581ce9a6ed52 2122 java optional jericho-html_3.2-2.dsc
 ca594334e5e81e61cd657d213b0299e2 4380 java optional 
jericho-html_3.2-2.debian.tar.xz
 49e831d7d4624f444d767094e35a6cd8 11095 java optional 
jericho-html_3.2-2_source.buildinfo

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

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlrL+pQSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsEBAQAJgAjeNddSreeboDB11g8D20TYyNMkUK
n0GtwWGv3EMnRBsBnApkSBpjr5na1FyXnZjzqXOcBqu9tGUD0HgXbWIhOQ2FY6qw
ZXSrIQB4BVR+mUuT+AKaBZ91GNg4DrVlcpmu5CG/2/7tFDWzpppCtiElrjyGqozw
750MfGMscnYl1ET+T6at2zlD261o4108Zf5LXzNZ1E9e007mvEzfUlprWwfQzVOG
JmF/nkNUQ15Yfj78lYjS5gnkIDQdyxugniO9JvB6mH+nPaGFs1jCrPKKzmh6ibxS
eVUa+tBgmi0B8CLylL2M9dnEfKXnROWK/9HhLC6//tVTJyOyrmORodiLrt+2jDTm
GbTmZjBW5ngmB+GS0lCFlOLfnRw0VeZ1vQsbC2IxkQgAemZhAjVmRxRdBojPHMwN
oJ0d5eVCNvmxGatG9BYQNXhAT4/jcoTeL9J0Tvu6v1zRnG7LKUv36a/o8o4YXZbC
W8tiTIm/+LYwghR13qi6gZNIQT7FGrffErggRhO9jxprUlSbGApGBDwmyccpJd1G
atB9ZS8l78C2tZfEDR3NfHJayI1PBZqZjl9RNpdmeQ1a8MQIvEf0YWumUD0mgIiJ
XQXUdAn9Og8x9avgUHkhLHDaC0/vTAHSonUv38+j2GSbwry08FhiDoMWSJ+YSwhU
UpEtDo/q59at
=SdLM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to