#1137499 openjdk-27: FTBFS with the nocheck build profile

#1137499#5
Date:
2026-05-24 10:21:55 UTC
From:
To:
Dear maintainer:

During a rebuild of all packages in unstable using the nocheck build profile,
this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202605/

A wiki page discussing how to reproduce bugs in this category and
possible solutions is available here:

https://wiki.debian.org/qa.debian.org/FTBFS/nocheck

(It's a wiki, so you are welcome to contribute)

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:openjdk-27, so that this is still
visible in the BTS web page for this package.

Thanks.
--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh_testdir
dh_testroot
dh_prep
for f in debian/*.in; do \
  f2=$(echo $f | sed 's/JB/openjdk-27/;s/\.in$//'); \
  case "$f2" in debian/control|debian/watch) continue; esac; \
  rm -f $f2; \
done
rm -f debian/*.install debian/*.links debian/*.debhelper.log
dh_testdir
dh_testroot
rm -rf stamps build build-* jtreg-test-output
rm -rf autom4te.cache
rm -f bin/{jtreg.tmwrc,my-jtreg-run,my-xvfb-run,auto*,ifnames}
rm -f buildwatch.pid
rm -f config.log configure.log
dh_clean
 debian/rules binary
cp -p debian/tests/control debian/tests/control.old
sed \
	-e 's/@jtreg_dep@/jtreg8 (>= 8.2.1+1~)/g' \
	-e 's/@testng_dep@/libtestng7-java/g' \
	-e 's/@basename@/openjdk-27/g' \
	-e 's/@jtreg_archs@/amd64 arm64 ppc64 ppc64el riscv64 s390x alpha ia64 powerpc ppc64 sh4 x32 armel loong64 mipsel mips64el riscv64/g' \
	debian/tests/control.in > debian/tests/control;
sed \
	-e 's|@git_url@|https://github.com/openjdk/jdk/tags|g' \
	-e 's|@gtest_repo@|https://github.com/google/googletest/tags|g' \
	-e 's|@gtest_tag@|1.14.0|g' \
	-e 's|@shortver@|27|g' \
	debian/watch.in > debian/watch
sed \
      -e 's/@basename@/openjdk-27/g' \
      -e 's/@bd_autotools@/autoconf, automake,/g' \
      -e 's/@bd_bootstrap@/openjdk-26-jdk-headless:native | openjdk-27-jdk-headless:native,/g' \
      -e 's/@bd_cross@/openjdk-27-jdk-headless <cross>,/g' \
      -e 's/@bd_debhelper@/debhelper (>= 11),/g' \
      -e 's/@bd_openjdk@/libxtst-dev, libxi-dev, libxt-dev, libxaw7-dev, libxrender-dev, libcups2-dev, libasound2-dev, liblcms2-dev, libxinerama-dev, libkrb5-dev, xsltproc, libpcsclite-dev, libxrandr-dev, libelf-dev, libfontconfig-dev, libfreetype-dev, libharfbuzz-dev,/g' \
      -e 's/@bd_zero@/libffi-dev, libffi-dev:native,/g' \
      -e 's/@bd_gcc@/g++-15 <!cross>,/g' \
      -e 's/@bd_syslibs@/zlib1g-dev:native, zlib1g-dev, libattr1-dev, libpng-dev, libjpeg-dev, libgif-dev,/g' \
      -e 's/@bd_pkgconf@/pkgconf,/g' \
      -e 's/@bd_fastjar@/fastjar (>= 2:0.96-0ubuntu2),/g' \
      -e 's/@bd_nss@/libnss3-dev (>= 2:3.17.1),/g' \
      -e 's/@bd_systemtap@/systemtap-sdt-dev [!powerpc !ppc64 !ppc64el !sh4 !s390x],/g' \
      -e 's/@bd_ant@/ant, ant-optional,/g' \
      -e 's/@bd_debugedit@/debugedit (>= 4.16),/g' \
      -e 's/@bd_strip_ndt@/strip-nondeterminism,/g' \
      -e 's/@bd_check@/file,/g' \
      -e 's/@jtreg_dep@/jtreg8 (>= 8.2.1+1~)/g' \
      -e 's/@testng_dep@/libtestng7-java/g' \
      -e 's/@core_fonts@/fonts-dejavu-extra/g' \
      -e 's/@cjk_fonts@/fonts-ipafont-gothic, fonts-ipafont-mincho, fonts-wqy-microhei | fonts-wqy-zenhei, fonts-indic,/g' \
      -e 's/@any_archs@/alpha amd64 arc armel armhf arm64 i386 loong64 mips64el powerpc ppc64 ppc64el m68k riscv64 sh4 sparc sparc64 s390x x32/g' \
      -e 's/@hotspot_archs@/amd64 arm64 ppc64 ppc64el riscv64 s390x/g' \
      -e 's/@altzero_archs@/amd64 arm64 ppc64 ppc64el riscv64 s390x/g' \
      -e 's/@pandoc_archs@/alpha amd64 armhf arm64 ppc64el riscv64 sparc64 s390x/g' \
    debian/control.in \
     debian/control.zero-jre \
     \
	> debian/control
sed -i 's/[[:blank:]]*$//' debian/control
[--- debian/control.old	2026-04-23 10:53:53.000000000-]{+++ debian/control	2026-05-23 21:55:08.330136080+} +0000
@@ -7,7 +7,7 @@
  m4, lsb-release, zip, unzip,
  sharutils, gawk, cpio, procps, wdiff, pkgconf, fastjar (>= 2:0.96-0ubuntu2),
  time, strip-nondeterminism, debugedit (>= 4.16),
  [-jtreg8 (>= 8.2.1+1~) <!nocheck>, libtestng7-java <!nocheck>, xvfb <!nocheck>, xauth <!nocheck>, xfonts-base <!nocheck>, libgl1-mesa-dri [!x32] <!nocheck>, xfwm4 <!nocheck>, x11-xkb-utils <!nocheck>, dbus-daemon <!nocheck>, libasmtools-java <!nocheck>, xvfb  <!nocheck>,-]
  {+file,+}
  autoconf, automake, ant, ant-optional,
  g++-15 <!cross>,
  openjdk-26-jdk-headless:native | openjdk-27-jdk-headless:native,
debian/control did change, please restart the build. Run make -f debian/rules update-control-files to update packaging sources.
make: *** [debian/rules:958: debian/control] Error 1
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------

#1137499#10
Date:
2026-05-29 06:50:00 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
openjdk-27, 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 1137499@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vladimir Petko <vladimir.petko@canonical.com> (supplier of updated openjdk-27 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 ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Fri, 29 May 2026 17:53:21 +1200
Source: openjdk-27
Built-For-Profiles: derivative.ubuntu noudeb
Architecture: source
Version: 27~24ea-1
Distribution: unstable
Urgency: medium
Maintainer: OpenJDK Team <openjdk-27@packages.debian.org>
Changed-By: Vladimir Petko <vladimir.petko@canonical.com>
Closes: 1137499
Changes:
 openjdk-27 (27~24ea-1) unstable; urgency=medium
 .
   * OpenJDK 27 snapshot, build 24.
   * d/rules: Check DEB_BUILD_PROFILES in addition to DEB_BUILD_OPTIONS
     to set up with_check variable. Do not check control files if
     with_check is disabled (Closes: #1137499).
   * d/rules: Install openjdk bash completions.
Checksums-Sha1:
 7e0a7b593b852563da5490519f3047b358776d6d 5090 openjdk-27_27~24ea-1.dsc
 f757f831f55051a51c3dd670ea0368111b23c53a 613408 openjdk-27_27~24ea.orig-googletest.tar.xz
 3c01c865e1334780513bf312ed60c820bb2b9328 75348872 openjdk-27_27~24ea.orig.tar.xz
 0e9541f1b267ff4f36af6fba55ffb0d3b33723bd 379192 openjdk-27_27~24ea-1.debian.tar.xz
 3cad746405f7dabd2f5c7e759aaa5e79052b3f0c 19594 openjdk-27_27~24ea-1_source.buildinfo
Checksums-Sha256:
 72b5797c1092d46f4d426afea278e0adc1e670012cf414a8ed7786f69f8aee7f 5090 openjdk-27_27~24ea-1.dsc
 6e6699c442cd6bc008140d159b43a7a39bb811d1ecd380cf3b707cc535e04393 613408 openjdk-27_27~24ea.orig-googletest.tar.xz
 99ebf86333942e5f8863acb60493d0577fce20cf2270a470132082ee59a54355 75348872 openjdk-27_27~24ea.orig.tar.xz
 9ebad7f40e6d955ddc5e939e46dfb26f1c64ac79e44afedc0e73f4200c161714 379192 openjdk-27_27~24ea-1.debian.tar.xz
 20590a3d0cdff58d88d99afefab29f44f72d32f91bdfd046b3a6c57c1f29fadf 19594 openjdk-27_27~24ea-1_source.buildinfo
Files:
 7fa51963bdc7c06c5960eebda876223e 5090 java optional openjdk-27_27~24ea-1.dsc
 ae1c58d38d39133ebcdc47e09d77a661 613408 java optional openjdk-27_27~24ea.orig-googletest.tar.xz
 98e488c250cd32c177e0c764524cae05 75348872 java optional openjdk-27_27~24ea.orig.tar.xz
 0fda7441c253e3a7d867ee271c816e72 379192 java optional openjdk-27_27~24ea-1.debian.tar.xz
 9b89ff9ee89f3cb84875f241a2465195 19594 java optional openjdk-27_27~24ea-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEi0Ab7+QbQ0yQSEMs9jtmipabB8AFAmoZNBoACgkQ9jtmipab
B8Bngw//X2mJ3UU5Ac8KIQ77/7nIivt4iqJ4xFnqmwmrZqHly2+WRhySoAOT2757
TsBKK9OiQLDF3E8DE9sb6317+TeTruXeWiOGEr2XRpRWXD6VaQM9YzgyLSsrabw4
h0rmwJBRGOksxnqVktVy+fvOs2AN/vy6ABNsVWXaAk2i4hvGyWoHLTaXIOG8vdPB
8P8B99+fSW/ptpD/ftmSdUUCEqpefV8ogJ/QjWPm6QfZ/kGLfY+8llcfDucBFfBO
H15On0UC9fPnw9Ssshtf3JhHlios+wVJvA4rlfh9dZi9TK5peHXYPjKjmFdIxPcs
UwyE+cY1zVh1c2tYZsRQo4g/zAYvjXCzDGMSyBnmNwCIPPllHAuXbm8Q1IZvXvXu
7Ny6uW4g6jj0WkJmHSlj+5IzMM1UaPBdqeDFH3gEq8AJxJ7pEfXgap5IwU4w/bMl
XOYpTQ7kfgHsvZGwLbkhY+VJtILkHbR3HKEYzGZfykzSAVszQh3qSl1jcLkRIHZd
czYOMMXyFLc1/k5mdUs98WeBcmfqw73v7v1fjIz8uWyAjhk8RZ/Lfrd/EtAjX+5A
IR8IP3LYBy42cGdQCPZhEQ7TISJcRi6/IytHHVksbFMALt1bhBNrXvy/nIHkagP6
y6Jna8kp5gVS8PwhWDetoFXbBi/3nm/Y3zAci3gOgWr55C01XFg=
=gBG7
-----END PGP SIGNATURE-----

#1137499#15
Date:
2026-06-07 23:19:08 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
openjdk-26, 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 1137499@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vladimir Petko <vladimir.petko@canonical.com> (supplier of updated openjdk-26 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 ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Fri, 05 Jun 2026 09:56:30 +1200
Source: openjdk-26
Built-For-Profiles: derivative.ubuntu noudeb
Architecture: source
Version: 26.0.1+8-3
Distribution: unstable
Urgency: medium
Maintainer: OpenJDK Team <openjdk-26@packages.debian.org>
Changed-By: Vladimir Petko <vladimir.petko@canonical.com>
Closes: 1137499
Changes:
 openjdk-26 (26.0.1+8-3) unstable; urgency=medium
 .
   * d/rules: Check DEB_BUILD_PROFILES in addition to DEB_BUILD_OPTIONS
     to set up with_check variable. Do not check control files if
     with_check is disabled (Closes: #1137499).
   * d/p/jdk-8385738.diff: Cherry-pick upstream patch to generate
     reproducible javadoc snippet ids (JDK-8385738).
Checksums-Sha1:
 e9e34362e96dfd17bd5c042497b8035699bb7d3c 5175 openjdk-26_26.0.1+8-3.dsc
 c9afb77c176cba31da80f5275a98afeb53967c38 381388 openjdk-26_26.0.1+8-3.debian.tar.xz
 48a094517926e17d9982916c9949452a45728c10 19803 openjdk-26_26.0.1+8-3_source.buildinfo
Checksums-Sha256:
 c6d44e857da403d791bd2e355b2bcfdaa420eaa4379412d219d97aee44402ba0 5175 openjdk-26_26.0.1+8-3.dsc
 7ebf6d260ff5cf7bd69bb76bebbbc5725d08c887ecf9e85357e1c1ecc02f5fdf 381388 openjdk-26_26.0.1+8-3.debian.tar.xz
 a6f00ca57f2afe36e7e98087e19d731aac813ce3ab38f6b0eab6db1e6949b02e 19803 openjdk-26_26.0.1+8-3_source.buildinfo
Files:
 2a28f9cf97ae8b3e32104a9c7a150779 5175 java optional openjdk-26_26.0.1+8-3.dsc
 1a3335fac6059c6f2ca67412768c6d10 381388 java optional openjdk-26_26.0.1+8-3.debian.tar.xz
 5de26cbac2dd926be3425a94f024a1e0 19803 java optional openjdk-26_26.0.1+8-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEi0Ab7+QbQ0yQSEMs9jtmipabB8AFAmol+KYACgkQ9jtmipab
B8DmJg//WEIecoL9TQJDEmSODCCIPBVt7qFTnoJ4SuKIHpEQA2DDpJNDHNXO5lan
md8MJpqWSpZaKD5h8cFM/M6Wi2gdRkPcgQ1V017tnU1eb29naT0+SJWnrSFgQ825
n8Azoo+41N3MjGTy8o1XkvJUt7E88Q/PlIWGZ9rjdwcTp4OF60ZpRJeEOtgiPH96
+euyOgnLUjjuPpnKHgic2yBXom8iNyiDrglg1UUqyC1COpTe7izTYrnL3IE1NlQ8
qFemsE4N7Pp58chK5gvLbnsKW8n6QjOaVspX3meOvErGDiwzts67H7ZSyaWr22eJ
x8gZP6UJzTyoECv8PewP5YSckSCKM6ddFdxTOMXZdHMzdrpXdis1yygNaOZqPd43
fX50shgToBIuLCnda5b/ZnKsEwFQ7x8OtiCN/UCjiKjPO/iRTSQ0DTSf6BbxMtVC
xIA9m7eZDLC6rZxDBCZBXh/ulP6qc7GJkFvSNqAJM4RUdoVTG/W8DjS6AwG2Qj8p
o8bfBmYXzvUhjn1ftm0ohyasIvQ0DZxv0sBwh03ZT7S/KF53bVNgQukIpkFUzLUp
xAeYOycujYxHT4eHvJzSi26OYOxaMuXcuu5y/jGGzZXo4JrKUdwB4IaHOG3zF+T+
Nj7p9OLnXaWOtYGzNZpa7VxxxbmeHVlEHoTQWPDqaLYl3aYBcFM=
=myZP
-----END PGP SIGNATURE-----

#1137499#20
Date:
2026-06-08 00:18:59 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
openjdk-25, 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 1137499@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vladimir Petko <vladimir.petko@canonical.com> (supplier of updated openjdk-25 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 ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Mon, 08 Jun 2026 11:04:06 +1200
Source: openjdk-25
Built-For-Profiles: derivative.ubuntu noudeb
Architecture: source
Version: 25.0.4~4ea-1
Distribution: unstable
Urgency: medium
Maintainer: OpenJDK Team <openjdk-25@packages.debian.org>
Changed-By: Vladimir Petko <vladimir.petko@canonical.com>
Closes: 1137499
Changes:
 openjdk-25 (25.0.4~4ea-1) unstable; urgency=medium
 .
   * OpenJDK 25.0.4 snapshot, build 4.
   * d/rules: Do not perform copyright validation for old releases.
   * d/rules: Check DEB_BUILD_PROFILES in addition to DEB_BUILD_OPTIONS
     to set up with_check variable. Do not check control files if
     with_check is disabled (Closes: #1137499).
   * d/p/jdk-8385738.diff: Cherry-pick upstream patch to generate
     reproducible javadoc snippet ids (JDK-8385738).
   * d/p/jdk-8369817.diff: Drop patch applied upstream.
   * d/control.in: Add myself to uploaders.
   * Regenerate files.
Checksums-Sha1:
 c6f6f173abebf0dcba1ee2783be7e43a20c20eba 5193 openjdk-25_25.0.4~4ea-1.dsc
 f757f831f55051a51c3dd670ea0368111b23c53a 613408 openjdk-25_25.0.4~4ea.orig-googletest.tar.xz
 df5946cb90dee7dfb04c413f2a0321047bebd07e 74197340 openjdk-25_25.0.4~4ea.orig.tar.xz
 d5246b853f8eb0fe98acbfe12218999e212576ad 382056 openjdk-25_25.0.4~4ea-1.debian.tar.xz
 44dab59fd4e0ea51aeb2e22398888774741cd62b 19713 openjdk-25_25.0.4~4ea-1_source.buildinfo
Checksums-Sha256:
 769b9cc76d0845094f52f8e11f062bfb6cfefba4d290302c71cafc619ea3ca88 5193 openjdk-25_25.0.4~4ea-1.dsc
 6e6699c442cd6bc008140d159b43a7a39bb811d1ecd380cf3b707cc535e04393 613408 openjdk-25_25.0.4~4ea.orig-googletest.tar.xz
 7127fa9ec2c6f0f41e911dd9e4a460dbc915968525c75cac5bf8413b212288b4 74197340 openjdk-25_25.0.4~4ea.orig.tar.xz
 3dfe4b7d5e88793e933169d292402b8c2f9aaa31280913c5f5d97d4e07b73985 382056 openjdk-25_25.0.4~4ea-1.debian.tar.xz
 e849befd461682cd950205765757197b14b826e8d6ae53e52a00aa4942cd66ef 19713 openjdk-25_25.0.4~4ea-1_source.buildinfo
Files:
 6badd176c23c051e62e4630518b00908 5193 java optional openjdk-25_25.0.4~4ea-1.dsc
 ae1c58d38d39133ebcdc47e09d77a661 613408 java optional openjdk-25_25.0.4~4ea.orig-googletest.tar.xz
 1820db22da0b21335a8252712afe9dd4 74197340 java optional openjdk-25_25.0.4~4ea.orig.tar.xz
 a7517d421a5027ef24b044fd3425aa0d 382056 java optional openjdk-25_25.0.4~4ea-1.debian.tar.xz
 e9d6e2c8452e1117d8a2342bac382072 19713 java optional openjdk-25_25.0.4~4ea-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEi0Ab7+QbQ0yQSEMs9jtmipabB8AFAmomBvMACgkQ9jtmipab
B8C4ww/9FD6OgY8a3HG+sknrbu6hs59QTnkyB4LE68c1nOxm+SWSq2i22/mK1TxI
f0G9WmHwviG7vtqgHY5d25U/JBnBf8kV3ndy2jDrUMePCQg6NgOnloVhALal3OY9
LLjHGdnQw34DGR5ktQkIEyp3KGKPArOfTAIElFbXj+sRKxGVcEkgvLum6v1BD6kG
dEQKadWnaLd926y+MDDJ98bhQsBG6ZRF3iv3ykw+dYXmEt+EoCGSHA31vCjtU55m
69cjWTdmyPz/9gkuGsNJOAUxhkPcD7gMiVBplhPRROxJJ4JpmhMoaQEvS+qLMv9U
5CDbS+tXRgoyvN2GDkyVgTo039pEAytaIeTdsyOxkj9QYVx2+rVhzfvU5cBt0wd3
KhEt+id3UgmiHCx9ob6rdBpnN8WGUleE3XLt7R0mkjurCMs5CrsI+zw8aJCPudJA
ha6VkYPvvigH6u5DO+k5HCJAfZkLIRXP3A6w/Rz/c9RyeOxQJSa2dKxTvajj03dE
lcMP8mR0zR1QYOEywVkUpLW+/1Ha5ZunlOEfi6AifFGV2HRV7Q1Jl6/9bCVSuZwm
Hm31MY5gk2E4e/9olhWrk0sYabcs0q7groNzcTV2iunteCNhI0bz8m8mZxLztdC7
JD/HSeQefApNv8rPGnp1cyjNPLbktSSFWxE6oMd713qINWo6GaU=
=Dsa/
-----END PGP SIGNATURE-----

#1137499#25
Date:
2026-06-08 01:04:24 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
openjdk-21, 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 1137499@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vladimir Petko <vladimir.petko@canonical.com> (supplier of updated openjdk-21 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 ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Mon, 08 Jun 2026 12:05:35 +1200
Source: openjdk-21
Built-For-Profiles: derivative.ubuntu noudeb
Architecture: source
Version: 21.0.12~5ea-1
Distribution: unstable
Urgency: medium
Maintainer: OpenJDK Team <openjdk-21@packages.debian.org>
Changed-By: Vladimir Petko <vladimir.petko@canonical.com>
Closes: 1137499
Changes:
 openjdk-21 (21.0.12~5ea-1) unstable; urgency=medium
 .
   * OpenJDK 21.0.12 early access, build 5.
   * d/rules: Do not perform copyright validation for old releases.
   * d/rules: Check DEB_BUILD_PROFILES in addition to DEB_BUILD_OPTIONS
     to set up with_check variable. Do not check control files if
     with_check is disabled (Closes: #1137499).
   * d/control.in: Add myself to uploaders.
   * Regenerate files.
   * d/JB-jre-{headless,zero}.overrides.in: Drop exit-in-shared-library
     override.
Checksums-Sha1:
 7ca941c7579700a4f221a81102d560ce44849457 5120 openjdk-21_21.0.12~5ea-1.dsc
 f757f831f55051a51c3dd670ea0368111b23c53a 613408 openjdk-21_21.0.12~5ea.orig-googletest.tar.xz
 3908178f812ce7bf6a2c57ab29f3ac955ec83ef4 67641440 openjdk-21_21.0.12~5ea.orig.tar.xz
 7225985ebbe4e290e282e57ff5bb29e5e5732ed5 231296 openjdk-21_21.0.12~5ea-1.debian.tar.xz
 166b4d8ec8526b87f273f21d71e534d39b5598d3 17395 openjdk-21_21.0.12~5ea-1_source.buildinfo
Checksums-Sha256:
 56368391a53263b0417af9fb3ad32df61b10b0f7cb7dbc0044f8934441eff82b 5120 openjdk-21_21.0.12~5ea-1.dsc
 6e6699c442cd6bc008140d159b43a7a39bb811d1ecd380cf3b707cc535e04393 613408 openjdk-21_21.0.12~5ea.orig-googletest.tar.xz
 2c3b8179fbb6da9bc2cd3ec7ac6ae57b11bd185f30faaaf55bc53ea057876f3b 67641440 openjdk-21_21.0.12~5ea.orig.tar.xz
 5a3428412b4c2ecdbca1ac17e1071a9a9754befbaba2e77e9cd57b79ff745fe8 231296 openjdk-21_21.0.12~5ea-1.debian.tar.xz
 4c970444915be494288c76272a6a0acbab18f58aef222c990e55b733d035273c 17395 openjdk-21_21.0.12~5ea-1_source.buildinfo
Files:
 e0bf309eda2302096ab5cce5a5e423d7 5120 java optional openjdk-21_21.0.12~5ea-1.dsc
 ae1c58d38d39133ebcdc47e09d77a661 613408 java optional openjdk-21_21.0.12~5ea.orig-googletest.tar.xz
 95a3d733f98f2e9a8ded4fbb05786800 67641440 java optional openjdk-21_21.0.12~5ea.orig.tar.xz
 d7285991b65804927e03003bfee8c371 231296 java optional openjdk-21_21.0.12~5ea-1.debian.tar.xz
 4a1f6c5a5b66d4289a0fce8127f6d51b 17395 java optional openjdk-21_21.0.12~5ea-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEi0Ab7+QbQ0yQSEMs9jtmipabB8AFAmomEl8ACgkQ9jtmipab
B8AzkA/9HE6aoREIAt6irKeD8GnfwVaCj16rLwCY0MmBP5nUK9NR++R/LQ35aoLy
Iu6v+P543YIuyKcYGON1xincrXzIFgF6MBJb4aJetLij7RV0Oh1g+WReErQ+FksG
Pnb84hOpp01ZZx1B9wrU6jPXtGQYyyRO/qmYnPsCE1+iakOTsVXhmrujQG7wC37x
UFcecYb0VltpNhUh8i/kj9SktKzwUHPlmMKouuJgvtp3cNFNUvuDRLp/wB9bjJTx
FGZBENxZ4Tj8N6I91RrENSYM18bfc6CUNbFpY/1IWlyLMpMVjR0LWfUHmOeb2J0F
1gfz/IHhmG0CfYeZAV2165JraVUzsimZbt9fYouPJv8ljwYb8f2aQ+5Bu4/aYVT/
dpiSy183MuYalLdmTJ3jPV44SfREajqs0DPUN6VHn6Cu7YPhg/5wEVcwxR9lSS+Y
ejLsKdcXT2zWaODwcrhrkAsX/9GDceOvKapjHBnOJX60roZF8izNIaAKC7ieMkTb
cuKqJZI12hauzqEw5qGvhRktxB8kTze2dkYlM9aRAUaZJ8VUI3t6Mre1/CLKYyWN
UTVPYW17zRP063cF2IRJKbOBhB5zr7toixsRjsVgL3IYiEUKO5F2gGyZZh6I74DO
MLF4NfDpys9IoQojXOoEAOVrR7U/XqhTo6oaQ9u7bWv8CURQSK0=
=2JMa
-----END PGP SIGNATURE-----

#1137499#30
Date:
2026-06-08 01:49:38 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
openjdk-17, 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 1137499@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vladimir Petko <vladimir.petko@canonical.com> (supplier of updated openjdk-17 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 ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Mon, 08 Jun 2026 12:54:18 +1200
Source: openjdk-17
Built-For-Profiles: derivative.ubuntu noudeb
Architecture: source
Version: 17.0.20~5ea-1
Distribution: unstable
Urgency: medium
Maintainer: OpenJDK Team <openjdk-17@packages.debian.org>
Changed-By: Vladimir Petko <vladimir.petko@canonical.com>
Closes: 1137499
Changes:
 openjdk-17 (17.0.20~5ea-1) unstable; urgency=medium
 .
   * OpenJDK 17.0.20 early access, build 5.
   * d/rules: Do not perform copyright validation for old releases.
   * d/rules: Check DEB_BUILD_PROFILES in addition to DEB_BUILD_OPTIONS
     to set up with_check variable. Do not check control files if
     with_check is disabled (Closes: #1137499).
   * d/control.in: Add myself to uploaders.
   * d/p/ldap-timeout-test-use-ip.patch: Refresh patch.
   * d/JB-jre-{headless,zero}.overrides.in: Drop exit-in-shared-library
     override.
   * Regenerate files.
Checksums-Sha1:
 156c012b0ad9b77e1229c41be53be88c660deb9b 4914 openjdk-17_17.0.20~5ea-1.dsc
 f757f831f55051a51c3dd670ea0368111b23c53a 613408 openjdk-17_17.0.20~5ea.orig-googletest.tar.xz
 a28543293a82088f30a37353dcc65d6768526142 64064356 openjdk-17_17.0.20~5ea.orig.tar.xz
 3d5c7786dd9891d0519da132a87b2bfde82f3efa 218716 openjdk-17_17.0.20~5ea-1.debian.tar.xz
 8d81faf3df2b3c6056005ce657165ea7594bad00 17395 openjdk-17_17.0.20~5ea-1_source.buildinfo
Checksums-Sha256:
 42980742989d421fbfaa32f6fdb1e4a28fe9de7ebbd80d3dea06f94df27d2ef7 4914 openjdk-17_17.0.20~5ea-1.dsc
 6e6699c442cd6bc008140d159b43a7a39bb811d1ecd380cf3b707cc535e04393 613408 openjdk-17_17.0.20~5ea.orig-googletest.tar.xz
 da0fdb6e66168705e2e1cf55bbe76a29798297d9e584e1786bfeb81a23febd0f 64064356 openjdk-17_17.0.20~5ea.orig.tar.xz
 7abe0dd5bb68c8ff712a832623977b708ad0529da02e032aadc820b633269d32 218716 openjdk-17_17.0.20~5ea-1.debian.tar.xz
 b93579a644f4a3b8ab2ee2a1b8def5a68fd56e2c27a495c41db8edd480d8e808 17395 openjdk-17_17.0.20~5ea-1_source.buildinfo
Files:
 84a05117f02ecba69dc63b9d6443ad59 4914 java optional openjdk-17_17.0.20~5ea-1.dsc
 ae1c58d38d39133ebcdc47e09d77a661 613408 java optional openjdk-17_17.0.20~5ea.orig-googletest.tar.xz
 071f4d3027cf9e5825b539d421129cdb 64064356 java optional openjdk-17_17.0.20~5ea.orig.tar.xz
 4caa8ef299a273115e8c5da87e2b6ac9 218716 java optional openjdk-17_17.0.20~5ea-1.debian.tar.xz
 7f7333e14e0e871f1bb2b0c307960434 17395 java optional openjdk-17_17.0.20~5ea-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEi0Ab7+QbQ0yQSEMs9jtmipabB8AFAmomGgQACgkQ9jtmipab
B8ATFA//ZHAWmuhJuu7Ac+IVBUoRJW/B1jt9NkUV8JGzOZuV6jKxyb9VSRyXiN7V
spQCZm0AQyQk4pLCrJCdHD+Ma0SOKEV14DvWmEy86HxyE8gEujvhcAaAANKs4t2X
Nx1XJRreVgcBHkW7RiA98rYY5NRPyneouuOvDNP6G0TVAXX9o07OJnH7/mD6nGCV
9BZXyA4QkWgoSdrs1Ohw/Kj+jrs5ySMYYjO/RmCYqd7nkdIQPA8V5w2fv/LpihCJ
eSoQmw6tK2BEhtBdxgqajpqWw0OhUJETRNlvBKRHJ4BbsH6yCGMIftZ3Ya/TuZgl
SoRZQhF1VU+7Cz76OkllpNhmj6nRTRQjo9KTJE2JBmmxhCINxJU6zZGSWfJQb9JH
96FE02JSFiWccKRiRICZsfMInL8YwOsOzSukZTOngFTDwCjWOqLqma6wq9uhlnBN
5DWKKjahyDky9W5P37NRq5cljXSP/vpjK/odkasrhiqreb8El/i7QTh0dYs2Kb3E
BxBTp+inQT2uAI9OK/gFW6B21jq9CgZ9lfVjwKir6kOwJIa6KkmkVGto1K3KbE6o
oJwatS92QdLCMOO3nT8inh4m5hCgoQE5AynQQpESy8u0U7x5UC8kf+rxHE6rqLhy
0UIAC7T7Zf5UG8Fi8p595UrJ38Zan629swNQ7q8dzJOQ3nDug+E=
=tCeF
-----END PGP SIGNATURE-----

#1137499#35
Date:
2026-06-08 02:34:14 UTC
From:
To:
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 1137499@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vladimir Petko <vladimir.petko@canonical.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 ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Mon, 08 Jun 2026 13:26:42 +1200
Source: openjdk-11
Built-For-Profiles: derivative.ubuntu noudeb
Architecture: source
Version: 11.0.32~3ea-1
Distribution: unstable
Urgency: medium
Maintainer: OpenJDK Team <openjdk-11@packages.debian.org>
Changed-By: Vladimir Petko <vladimir.petko@canonical.com>
Closes: 1137499
Changes:
 openjdk-11 (11.0.32~3ea-1) unstable; urgency=medium
 .
   * OpenJDK 11.0.32+3 build (early access).
   * d/rules: Do not perform copyright validation for old releases.
   * d/rules: Check DEB_BUILD_PROFILES in addition to DEB_BUILD_OPTIONS
     to set up with_check variable. Do not check control files if
     with_check is disabled (Closes: #1137499).
   * d/JB-jre-{headless,zero}.overrides.in: Drop exit-in-shared-library
     override.
   * d/control.in: Add myself to uploaders.
   * Regenerate files.
   * d/p/libpcsclite-dlopen.diff: Refresh patch.
Checksums-Sha1:
 62c89a930342d6f09fa648b0976a02ea307eb38a 4452 openjdk-11_11.0.32~3ea-1.dsc
 3dce87be2393870984587100e795fe51981fb5c5 69406760 openjdk-11_11.0.32~3ea.orig.tar.xz
 5b8f6c8e389564d56d4d7f54d6a1fd80e102709d 172280 openjdk-11_11.0.32~3ea-1.debian.tar.xz
 d271e0453a51e57025ad1dc84c608d254b011082 17467 openjdk-11_11.0.32~3ea-1_source.buildinfo
Checksums-Sha256:
 24b1d57080850a792f4d7cbe48a025a3489b8021c95cc38a75b180ca9044097a 4452 openjdk-11_11.0.32~3ea-1.dsc
 6fbfea86bbf2199056c8865e636ec3787384c4f760f3e39717fd3c313076297d 69406760 openjdk-11_11.0.32~3ea.orig.tar.xz
 2ed6868862e0807023f54a6be0297a1ab657648d622cf1be6579c0af0cf95e26 172280 openjdk-11_11.0.32~3ea-1.debian.tar.xz
 820e3260df4dec5e0e67ab23bc3206e8f67c09182f799ee7c04c8a3489e7c523 17467 openjdk-11_11.0.32~3ea-1_source.buildinfo
Files:
 ecac6bb24efd2f87d1c9c6d49ba3df50 4452 java optional openjdk-11_11.0.32~3ea-1.dsc
 3379c4e062f95754d932b30e1e15b0ac 69406760 java optional openjdk-11_11.0.32~3ea.orig.tar.xz
 bfe7dec450dbf33a6d8bf17c764d34d0 172280 java optional openjdk-11_11.0.32~3ea-1.debian.tar.xz
 fb2e07ff6f4d6599ae516223a6570b0e 17467 java optional openjdk-11_11.0.32~3ea-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEi0Ab7+QbQ0yQSEMs9jtmipabB8AFAmomI/0ACgkQ9jtmipab
B8BXcg//SZQ1DITRVZpha5NM6l/BWkSmmmtwznvQAIyfKxfdp5Ey1aSaGlxhLNch
pT1YlAc+rRThGLl9oCozmHN8Fpsu0WONulsfZVPjENUF2ZQQZRbzfVPSVyHit8un
q8qqQU/ziPdBNWhDTbs0y3cePWAmjI1ED+nuMNt1/uW1/aH4ruWuA2kUyiQ3Z80W
A1786QWlou4b74CZ2QEzbV4ZrPs3CyEp+ec8uUzB+M4OJa1cE+3PwrMpMfjc/fQX
CZLBwkM200+V7V9YY2cZ3zqvvD0HDOb7xJ0edyutMOBvYaEo4D8VL/74k4jIQ5nW
4UB8E8QEu0rHqKj6qNwc8Kd0uS0M5VXKAIbAwMHvx7hHaRV+DxF1D6jTdKi/qwNN
760GK5cZpzhQEgKMYh+GOeNrjiM2MIR3efgm6uTf6nrIqsB8UDGvIGTwHvi2O/a4
HxoQ0hkFZhgUEpUD9/jmgwNmemivi3VSdDBUJviga6EqBd/iPp2r0gcbfNxAA0GW
5/hmufS192XSfau1DTmQaMOzsUUxeAAL2tgH0CwWi9JoWs+B27stytWQnZH99+w1
y8A9autNKhJBL6R125Iz7RHta5TyRvywI5AIRLy7APkw94l+Ukcckja6AQ9/6dmh
GBvOP453p1bfB4FJOUjIMKps43eAZKb29dmq6BS4QbxF1I28cIg=
=Fi/w
-----END PGP SIGNATURE-----