On Tue, Jul 21, 2026 at 07:35:48PM +0200, Andreas Metzler wrote: > checking for gawk... gawk
I've checked and the package builds ok when gawk is present in the chroot, but this little difference between your build log and mine is interesting because it suggests that your chroot might have more packages than strictly required. I recommend using debootstrap with --variant=buildd to create a brand new chroot and try again. If it works, adding a build-conflicts on the extra package which makes the build not to work (if that's really the reason for the build failure) might help, but making the package to ignore such extra package if present would be a lot better. Thanks.

