Your message dated Tue, 22 Jan 2019 12:42:24 +0000
with message-id <e1glvno-0006xe...@fasolo.debian.org>
and subject line Bug#920020: fixed in openjdk-11 11.0.2+9-1
has caused the Debian Bug report #920020,
regarding javadoc: The code being documented uses modules but the packages 
defined in … are in the unnamed module
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.)


-- 
920020: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920020
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: openjdk-11-jdk
Version: 11.0.2+7-1
Severity: grave
Tags: patch
Justification: renders package unusable

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar (attach-javadocs) on 
project octopus-rpctunnel: MavenReportException: Error while generating 
Javadoc: 
[ERROR] Exit code: 1 - javadoc: error - The code being documented uses modules 
but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in 
the unnamed module.

The cause for this is:

https://bugs.openjdk.java.net/browse/JDK-8212233

The fix is (not tested by myself):

http://hg.openjdk.java.net/jdk/jdk/rev/8ce4083fc831
via:
https://bugs.openjdk.java.net/browse/JDK-8217177

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'buildd-unstable'), (500, 
'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.18.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=C (charmap=UTF-8)
Shell: /bin/sh linked to /bin/lksh
Init: sysvinit (via /sbin/init)

Versions of packages openjdk-11-jdk depends on:
ii  libc6                    2.28-5
ii  openjdk-11-jdk-headless  11.0.2+7-1
ii  openjdk-11-jre           11.0.2+7-1
ii  zlib1g                   1:1.2.11.dfsg-1

Versions of packages openjdk-11-jdk recommends:
pn  libxt-dev  <none>

Versions of packages openjdk-11-jdk suggests:
pn  openjdk-11-demo    <none>
pn  openjdk-11-source  <none>
pn  visualvm           <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: openjdk-11
Source-Version: 11.0.2+9-1

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

Debian distribution maintenance software
pp.
Matthias Klose <d...@ubuntu.com> (supplier of updated openjdk-11 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: SHA256

Format: 1.8
Date: Tue, 22 Jan 2019 13:15:59 +0100
Source: openjdk-11
Binary: openjdk-11-jdk-headless openjdk-11-jre-headless openjdk-11-jdk 
openjdk-11-jre openjdk-11-demo openjdk-11-source openjdk-11-doc openjdk-11-dbg 
openjdk-11-jre-zero
Architecture: source
Version: 11.0.2+9-1
Distribution: unstable
Urgency: high
Maintainer: OpenJDK Team <open...@lists.launchpad.net>
Changed-By: Matthias Klose <d...@ubuntu.com>
Description:
 openjdk-11-dbg - Java runtime based on OpenJDK (debugging symbols)
 openjdk-11-demo - Java runtime based on OpenJDK (demos and examples)
 openjdk-11-doc - OpenJDK Development Kit (JDK) documentation
 openjdk-11-jdk - OpenJDK Development Kit (JDK)
 openjdk-11-jdk-headless - OpenJDK Development Kit (JDK) (headless)
 openjdk-11-jre - OpenJDK Java runtime, using
 openjdk-11-jre-headless - OpenJDK Java runtime, using  (headless)
 openjdk-11-jre-zero - Alternative JVM for OpenJDK, using Zero
 openjdk-11-source - OpenJDK Development Kit (JDK) source files
Closes: 919798 920020
Changes:
 openjdk-11 (11.0.2+9-1) unstable; urgency=high
 .
   * OpenJDK 11.0.2 release (build 9).
 .
   [ Matthias Klose ]
   * Backport the fix for S8212233. Closes: #920020, #919798.
 .
   [ Tiago Stürmer Daitx ]
   * debian/buildwatch.sh: use same code from openjdk-8.
   * debian/control.in, debian/control:
     - add fixed build depends for jtreg and xfvb.
     - remove Conflicts: oracle-java11-installer. (LP: #1782630)
   * debian/rules:
     - call the same testsuites scripts used for autopkgtest.
     - removed jtreg and xvfb build dependency logic and moved the bdeps
       into debian/control.in.
     - added gen-autopackage rule to generate autopkgtest scripts from
       templates.
     - copy flight recorder configuration files.
     - fix logging in langtools testing.
     - don't ignore/exclude the release file from the jdk package, it is
       required by jtreg tests and autopkgtests will fail without it.
     - don't run nashorn testsuite.
   * update dep8 tests:
     - debian/tests/control: updated to run openjdk-11 tests.
     - debian/tests/hotspot, debian/tests/jaxp, debian/tests/jdk,
       debian/tests/langtools: use the new jt .sh scripts.
     - debian/tests/jtdiff-autopkgtest.sh: diff build time and autopkgtest
       JTreports to show what changed.
     - debian/tests/jtreg-autopkgtest.in: template to generate the jtreg
       script used by the autopkgtest tests.
     - debian/tests/jtdiff-autopkgtest.sh: used by the scripts to report
       any differences between the autopkgtest and the tests results
       generated during the openjdk package build.
     - debian/tests/jtreg-autopkgtest.sh: used by the scripts to run jtreg
       and put the resulting artifacts in the right places, by default will
       remove all non .jtr files after it is done to preserve space.
     - debian/tests/hotspot, debian/tests/jaxp, debian/tests/jdk,
       debian/tests/langtools: run same testsuites as build time and
       compare the results.
     - debian/tests/valid-tests: no longer needed, removed.
Checksums-Sha1:
 017158638aa4e15621a6a51db4fbb437ba1f1164 4566 openjdk-11_11.0.2+9-1.dsc
 b0d240a13b7fd838d0731f1158fc115f26c25a6c 75308824 
openjdk-11_11.0.2+9.orig.tar.xz
 40fe18f21fdc5845160ece26dc574f9cdc23ce0d 167108 
openjdk-11_11.0.2+9-1.debian.tar.xz
 bfc48f27566189e22f2484000db6973147bae056 17695 
openjdk-11_11.0.2+9-1_source.buildinfo
Checksums-Sha256:
 3701b6ac61a05f48106cd2e7facd80189100eda470e0dc8529ab29fd91b38f49 4566 
openjdk-11_11.0.2+9-1.dsc
 a12fa76cd30ce10f9a7dc24c659af706f21540d5df315867c5fdb453c404ac3f 75308824 
openjdk-11_11.0.2+9.orig.tar.xz
 a4f3aaa1a98fa2ed0295be5481c524507d0530cbfd31866b870627733d0ec2a4 167108 
openjdk-11_11.0.2+9-1.debian.tar.xz
 42fb038ab3bc18e2f8283173616df9d916a065250be9e8c9efafc84120ceaffb 17695 
openjdk-11_11.0.2+9-1_source.buildinfo
Files:
 521ced2949e761494b4bd4b5c147f259 4566 java optional openjdk-11_11.0.2+9-1.dsc
 5870dd14422f38d4f060701c70321ec1 75308824 java optional 
openjdk-11_11.0.2+9.orig.tar.xz
 d5f151e15f3361d20cb052616466c4b5 167108 java optional 
openjdk-11_11.0.2+9-1.debian.tar.xz
 40bf53a064399453731553c69074fe6b 17695 java optional 
openjdk-11_11.0.2+9-1_source.buildinfo

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

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAlxHCcUQHGRva29AdWJ1
bnR1LmNvbQAKCRC9fqpgd4+m9auVD/9hSpkQG4UW00EJPxK98/ZSLNNT5M6RwOHy
aoglQIaOL2odxzvciIit/AHhKeJBzuzahJDWseRi+eZyeM/vI69R++8WA6Wo7xc/
JWZ8D18m1vrwARKwRl921MYIXVakw04xKQa0HeXSnn7uZG7q6gSnkRIZj2z100eV
H42Vv7qz4wo8Ceo9AGhxw9MOa0yvQc/hjvA4YVUjEl5yEBGcF7aRoQcrnV3zOBe2
1TbQZIUJUA/BD8zFw/3S+s6CcfCkECMjx+/VPuidt//bCdriHIKJP1NqljZEz/DW
jG81CFWaYhOa8Ef+1x8/lfoz2UrMDQfTCKIIjUQyOpOZ0UId5OuZXZfm774saVr8
7ZGlJ+igYc24CAhQwvR/Z2XbHippG7/LeVKt0I2poyIq43S0JZ3ZT/kVT971l52j
nS3b41iE6MaDu7RrIfjo4vni1NiEmbb5NOOocuHTp5vH009leTOSkdsSx8d1mvKG
a5Me1LwjY19s9v0gZRTyH0BhyRs8wbhMNtKP4sXD+igcs5KPUP71w4h1CeTsnHQH
k4bC22a3rDN+6uc+k3Rvgx0UivIH7MLIOJ0LV2r5YK4IjaIoH3Xbk+6kmYmwseoi
TL3q0JLChMTf+Nc3m95T/TctiZteWl0Nq+XYKByHyiwuutO2xJn/xsbeIYmx0Xu4
I6nnoLYO/w==
=k+5T
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to