On Tue, 25 Jul 2023 at 11:08:23 +0800, 陈天宇 wrote: > On unstable-i386-sbuild, ninja is complaining > stat(/usr/share/cmake-3.27/Modules/CMakeCCompilerABI.c): Value too large > for defined data type. Cause i'm using sbuild with overlay, the inode > could be large like 8591159748.
This is also a problem when using i386 Docker/Podman containers, which often use overlayfs. I ran into this when trying to use Debian 12 to provide 32-bit CI for GLib upstream. Would it be possible to backport the fix for this bug to Debian 12 so that it can be included in 12.x point releases? The diff between 1.11.1-1 and 1.11.1-2 looks sufficiently minimal that I think the release team would probably be willing to accept a simple rebuild of 1.11.1-2 as 1.11.1-2~deb12u1, with no functional changes except for the changelog, similar to the way I backported vte2.91/0.70.6-2 to bookworm in <https://bugs.debian.org/1050124>. I can help to prepare the bookworm-pu request if needed. Thanks, smcv