Your message dated Mon, 08 Jun 2026 01:49:38 +0000
with message-id <[email protected]>
and subject line Bug#1137499: fixed in openjdk-17 17.0.20~5ea-1
has caused the Debian Bug report #1137499,
regarding openjdk-27: FTBFS with the nocheck build profile
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 [email protected]
immediately.)


-- 
1137499: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1137499
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:openjdk-27
Version: 27~19ea-1
Severity: serious
Tags: forky sid ftbfs
User: [email protected]
Usertags: ftbfs-nocheck-profile

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
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: openjdk-17
Source-Version: 17.0.20~5ea-1
Done: Vladimir Petko <[email protected]>

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vladimir Petko <[email protected]> (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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

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 <[email protected]>
Changed-By: Vladimir Petko <[email protected]>
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-----

Attachment: pgpTZbOQMoRE3.pgp
Description: PGP signature


--- End Message ---

Reply via email to