El 9/8/24 a las 21:58, Andrey Rakhmatullin escribió:
I wonder why this failure doesn't happen in plain sbuild builds.
Good question. Because those builds allow Internet access during build, but the unshare sbuild backend I'm using for my tests does not. Currently, official autobuilders come in both flavors (i.e. some of them use a LVM-based chroot and the others use the unshare backend), so packages should be ready for both kinds of builds. That's why I included this note in my report, admittedly at the very end, where it's easy to miss:
Note: You can reproduce this easily by trying to build the package using sbuild unshare backend.
Thanks.