El 30/1/25 a las 0:05, Otto Kekäläinen escribió:
Can you describe how you did your test builds, maybe I can try to
replicate the exact situation and reproduce the issue?
Just use sbuild-createchroot from a system running trixie or sid.
(I actually don't use sbuild-createchroot myself, but what I do is equivalent,
so that's the shortest possible explanation and maybe the most practical).
This is from the manpage:
DESCRIPTION
sbuild-createchroot runs debootstrap(1) to create a chroot suitable for
building packages
with sbuild. Note that while debootstrap may be used directly,
sbuild-createchroot per‐
forms additional setup tasks such as adding additional packages and
configuring various
files in the chroot. Invoking sbuild-createchroot is functionally
equivalent to running
debootstrap --variant=buildd --include=fakeroot,build-essential,
then editing
/etc/apt/sources.list and /etc/hosts by hand.
The newly-created chroot is set up to work with schroot(1) by creating a
chroot definition
file under /etc/schroot/chroot.d. This should be edited to finish the
chroot configura‐
tion after sbuild-createchroot has completed.
Thanks.