Your message dated Mon, 19 Dec 2022 20:58:51 +0000
with message-id <e1p7ndn-000ofg...@fasolo.debian.org>
and subject line Bug#1026255: fixed in junit5-system-exit 1.1.2-4
has caused the Debian Bug report #1026255,
regarding FTBFS: error: invalid flag: -html4
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.)
--
1026255: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026255
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: junit5-system-exit
Version: 1.1.2-3
Severity: serious
Tags: ftbfs patch
Dear Maintainer,
junit5-system-exit currently fails to build from source with the
following error message:
Starting process 'command
'/usr/lib/jvm/java-17-openjdk-amd64/bin/javadoc''. Working directory:
/build/1st/junit5-system-exit-1.1.2 Command:
/usr/lib/jvm/java-17-openjdk-amd64/bin/javadoc
@/build/1st/junit5-system-exit-1.1.2/build/tmp/javadoc/javadoc.options
Successfully started process 'command
'/usr/lib/jvm/java-17-openjdk-amd64/bin/javadoc''
error: invalid flag: -html4
1 error
(for details see
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/junit5-system-exit.html)
I was able to reproduce this on my Sid system, and the package built
successfully when replacing the flag, see the attached patch.
Based on the output from javadoc, this option now seems to be the
default
-html5 Generate HTML 5 output. This option is no longer
required.
so alternatively the javadoc section can be trimmed down. Another thing
is that I haven't checked when the html5 option was introduced or when
it replaced html4. It builds successfully with the current JDK, but it
might introduced problems when backporting the package in the future. I
don't know if this is a concern.
Regardless, the attached patch should fix the build issue or serve as
the base for a better fix :)
-- System Information:
Debian Release: bookworm/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.0.0-5-amd64 (SMP w/3 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--
mvh / best regards
Hans Joachim Desserud
http://desserud.org
Description: Replace html4 option with html5
The html4 option has been removed/replaced in newer JDKs, causing a build
failure.
---
Forwarded: no
--- junit5-system-exit-1.1.2.orig/build.gradle
+++ junit5-system-exit-1.1.2/build.gradle
@@ -74,6 +74,6 @@ publishing {
javadoc {
if(JavaVersion.current().isJava9Compatible()) {
- options.addBooleanOption('html4', true)
+ options.addBooleanOption('html5', true)
}
}
--- End Message ---
--- Begin Message ---
Source: junit5-system-exit
Source-Version: 1.1.2-4
Done: Emmanuel Bourg <ebo...@apache.org>
We believe that the bug you reported is fixed in the latest version of
junit5-system-exit, 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.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated junit5-system-exit
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, 17 Dec 2022 18:58:59 +0100
Source: junit5-system-exit
Architecture: source
Version: 1.1.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Closes: 1026255
Changes:
junit5-system-exit (1.1.2-4) unstable; urgency=medium
.
* Team upload.
* Removed the -java-doc package (Closes: #1026255)
* Standards-Version updated to 4.6.2
Checksums-Sha1:
2b9fb5c1e8bc8bac9152ced16f7c6f422bbe0367 2150 junit5-system-exit_1.1.2-4.dsc
9b2e10a7ae4afe8c7ca5b68d0a57201b8e949fe6 4588
junit5-system-exit_1.1.2-4.debian.tar.xz
098092f2262cba0293fd3c2739afbd51253bdab1 17728
junit5-system-exit_1.1.2-4_source.buildinfo
Checksums-Sha256:
ae993daf73c6072812c6f94ff1be910dc12b41177735dcc6f58058c9de5c5ca7 2150
junit5-system-exit_1.1.2-4.dsc
e407fb47c0b10addf37502bdc493bb2d35def98b43a7b561f5a25354947d289e 4588
junit5-system-exit_1.1.2-4.debian.tar.xz
85567c16d8db6d3451ca13cf7f557b75f6d24ccb969df1dd10412c9749ff5bcf 17728
junit5-system-exit_1.1.2-4_source.buildinfo
Files:
95a5ab25c2fca7ef13f084be78b65717 2150 java optional
junit5-system-exit_1.1.2-4.dsc
188beb1950fc0381f6a5f56537ad4e2c 4588 java optional
junit5-system-exit_1.1.2-4.debian.tar.xz
0b6b79f88317ee7b36418d87b71c4ca8 17728 java optional
junit5-system-exit_1.1.2-4_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmOeA3ISHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCs0E8P/3uYQRg19sIsL5vhjz0gg9nmiWPRn4tV
gCVQnA6L16+AOSQOMn4XMVgkYDyhOpkK/hWG1MOvrM77k8bJEkRBCJNGQvhzRyq8
cdczBTely3YuBESxTLKkFuDMT93v0xZYLW7/Dk9tu1WpAxQUAkE+KSpR+TR3QjS1
JzZEcRTAeYEivWUkafZGQeSaL/BBo/l3Y7AD/A42585yD+Ia1UU4t0LzZ4zbLm96
0yW4ezcHbxlbAXihbM9zhH7RDbkJSHCvDFjMkMy3JdYBFyYWrZfA90jTe2DHyqmv
4D5Ou+NMFZottdEtAK0D7elQcoH3OzwSjCfrZY4eNz0ze2lSxpuEXpLKp1qthEC2
J+oTQh/bXiPFiLkyxp/50htNGmcchO1sMkvzMZSzTYOhOKC5d7JDgLkZqrNSkK6Z
9NoBJURDjRnBSdHtXOCraoWxphjqar6+LJvwiNFzyv7I0d/BvSXOAeSybz1TNyG4
qxQn80m4huEzl5SHYStSU+oIt18zmeM1sOiR5uL6Op+GnVjRnWQU8HKz6/juJpb8
ME/2mIb6nk4g1ModT6nkYp8LKRiC8/eyIdv7bwyAXQtW5P5ghbSsF2zsRK4XQGpf
VBKxz++qa1EJTGCe+Wni7MKcie+V8TvGiRsqvPEwS7XOXzr6mPg4m1bGpnFoew45
Q1ioCECzzNw3
=Wl+X
-----END PGP SIGNATURE-----
--- End Message ---