Your message dated Wed, 06 May 2026 22:34:37 +0000
with message-id <[email protected]>
and subject line Bug#1135405: fixed in glibc 2.42-16
has caused the Debian Bug report #1135405,
regarding glibc: FTBFS: ../sysdeps/unix/sysv/linux/sys/mount.h:268:9: error: 
'OPEN_TREE_CLONE' redefined [-Werror]
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.)


-- 
1135405: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135405
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:glibc
Version: 2.42-15
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, 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/

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:glibc, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
x86_64-linux-gnu-gcc-15 -Wl,--hash-style=both -U_FILE_OFFSET 
[too-long-redacted] d64-libc/misc/timerfd_settime.o
x86_64-linux-gnu-gcc-15 -Wl,--hash-style=both -U_FILE_OFFSET 
[too-long-redacted] d-tree/amd64-libc/misc/umount.o
x86_64-linux-gnu-gcc-15 -Wl,--hash-style=both -U_FILE_OFFSET 
[too-long-redacted] -tree/amd64-libc/misc/umount2.o
In file included from ../sysdeps/unix/sysv/linux/include/sys/mount.h:22,
                 from ../sysdeps/unix/sysv/linux/umount.c:18:
../sysdeps/unix/sysv/linux/sys/mount.h:268:9: error: ‘OPEN_TREE_CLONE’ 
redefined [-Werror]
  268 | #define OPEN_TREE_CLONE    1         /* Clone the target tree and 
attach the clone */
      |         ^~~~~~~~~~~~~~~
In file included from ../sysdeps/unix/sysv/linux/sys/mount.h:32:
/usr/include/linux/mount.h:64:9: note: this is the location of the previous 
definition
   64 | #define OPEN_TREE_CLONE         (1 << 0)        /* Clone the target 
tree and attach the clone */
      |         ^~~~~~~~~~~~~~~
In file included from ../sysdeps/unix/sysv/linux/include/sys/mount.h:22,
                 from ../sysdeps/unix/sysv/linux/umount2.c:19:
../sysdeps/unix/sysv/linux/sys/mount.h:268:9: error: ‘OPEN_TREE_CLONE’ 
redefined [-Werror]
  268 | #define OPEN_TREE_CLONE    1         /* Clone the target tree and 
attach the clone */
      |         ^~~~~~~~~~~~~~~
In file included from ../sysdeps/unix/sysv/linux/sys/mount.h:32:
/usr/include/linux/mount.h:64:9: note: this is the location of the previous 
definition
   64 | #define OPEN_TREE_CLONE         (1 << 0)        /* Clone the target 
tree and attach the clone */
      |         ^~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[3]: *** [/<<PKGBUILDDIR>>/build-tree/amd64-libc/sysd-rules:213: 
/<<PKGBUILDDIR>>/build-tree/amd64-libc/misc/umount.o] Error 1
make[3]: *** Waiting for unfinished jobs....
cc1: all warnings being treated as errors
make[3]: *** [/<<PKGBUILDDIR>>/build-tree/amd64-libc/sysd-rules:213: 
/<<PKGBUILDDIR>>/build-tree/amd64-libc/misc/umount2.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/misc'
make[2]: *** [Makefile:501: misc/subdir_lib] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:20: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/build-tree/amd64-libc'
make: *** [debian/rules.d/build.mk:143: /<<PKGBUILDDIR>>/stamp-dir/build_libc] 
Error 2
rm /<<PKGBUILDDIR>>/stamp-dir/configure_libc 
/<<PKGBUILDDIR>>/stamp-dir/mkbuilddir_libc
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.42-16
Done: Aurelien Jarno <[email protected]>

We believe that the bug you reported is fixed in the latest version of
glibc, 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.
Aurelien Jarno <[email protected]> (supplier of updated glibc 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: Thu, 07 May 2026 00:25:31 +0200
Source: glibc
Architecture: source
Version: 2.42-16
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers <[email protected]>
Changed-By: Aurelien Jarno <[email protected]>
Closes: 1135405
Changes:
 glibc (2.42-16) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * debian/sysdeps/mips*.mk: revert change to match the dpkg architecture
     name.
   * debian/rules.d/build.mk, debian/sysdeps/mips*.mk: add a way to define the
     debian architecture corresponding to a multilib build. Use it when it
     doesn't match the name of the pass and package like on mips*.
   * debian/patches/git-updates.diff: update from upstream stable branch:
     - Fix build against linux 7.0 headers.  Closes: #1135405.
 .
   [ liu jianqiang ]
   * debian/debhelper.in/locales.config: handle leading spaces in
     /etc/locale.gen configuration.
Checksums-Sha1:
 4497b53dda00dcbf11bed186e87e62b0b7d3e7c2 8576 glibc_2.42-16.dsc
 b75d25148cf95dedfafd71f4c6a997d6bed3ac71 440568 glibc_2.42-16.debian.tar.xz
 b20854405d307d52e6f7bc27e9e664701fc413e8 9566 glibc_2.42-16_source.buildinfo
Checksums-Sha256:
 22a809f3a2207b4644b2f2b15cf1206e9e79af7079e2f72db84c7e260b162473 8576 
glibc_2.42-16.dsc
 26d4e155139d3a38c3151af4d85ad10b23c048c7f4a10befb3a4463d5dfadb75 440568 
glibc_2.42-16.debian.tar.xz
 2476ccaea889a98eabf27e3176513fd883bf9a6e15e7adbfc944a7e2c6fc2f14 9566 
glibc_2.42-16_source.buildinfo
Files:
 900aae548856e6aef48cc7bdca272710 8576 libs required glibc_2.42-16.dsc
 a4b654a05b84d97e6214effe28ec9b07 440568 libs required 
glibc_2.42-16.debian.tar.xz
 870833ced87c3679741ad374605c99a7 9566 libs required 
glibc_2.42-16_source.buildinfo

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

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAmn7wDgACgkQE4jA+Jno
M2tPGg/7BF0mMOTB7gJd4+uHnsaaR58Z9OexkFcjhVj4bIRi3G/r1PjJ2jtKe0u3
jg9iQtOwbAqauYd3vzQuieHz+Zd2m5yMvR5+kHwpMmHLCq8bn8B8xHCPL1ZDQT7F
stB/cHmIopPtCmThEKMI7vvRvg7nr3NZhFtepaDr83EhAYRvLjVO7/8x4C42iCUe
gyLUlwkaP6/JtkHPKfZsCt4xTt3fDXiqjYKBuM5ijcB4jjskigTnxG+sRgCRmWFp
66F+L49MqrxP8NF7TBg1LsxLbLj3Ls15zgQcW59oz6gfKqQckFb3QBzKJHwYET9z
TzTupxcesHTekLP3RQc3FlIzCHzGPmwSvHpTW5vPRsfU4EQyve4rgaI5911mHzKz
XStP/WMSs561FLPl5oI/uQtX6VjKGp6p9j6nLvaFVejz4ZC0gIk6VpsXQaP0B5DZ
9s289GMJNpD4Q3/jFUoZ1yWY1Fv6Bvz0XRDMjqx+DuvRZoeKr3xQyanetGVjaxim
1vABuxQ+zu+jpR4TIt4ZH9VwvxY6iRAKFI0qSpSK8OihiqUNX7x4e0V97fMlS1zM
1K9bnahJXX9L5e2Ct9AKy1rgGGvUp+S/09K4USQwVSJUiz2+YPSbWT89k/i0UZOH
6csWTSXyAl8upJBam4L0NBsM408KZaRQJ4+fgMdXIW9A9Gr4Nk0=
=4pgS
-----END PGP SIGNATURE-----

Attachment: pgpdoWMt5VPPM.pgp
Description: PGP signature


--- End Message ---

Reply via email to