On 18.10.24 14:13, Simon McVittie wrote:
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.
Yeah I can try to get that fix into stable.
Just to be sure have you verified that a rebuild of 1.11.1-2 fixes the problem
on bookworm?
Cheers,
Felix