Hi, On Sat, May 27, 2023 at 09:36:42PM +0200, Martin Hostettler wrote: > tags -1 + unreproducible > thanks > > On Thu, 25 May 2023 21:00:18 +0200 Bastian Germann <b...@debian.org> wrote: > > I cannot reproduce this. > > > > I can't reproduce this either. > > I tried 2 variants and both build fine (using an up to date sid VM to > run the build using bookworm docker container or pbuilder). > > docker run -it debian:bookworm /bin/bash > apt install devscripts build-essential aptitude pbuilder > dget > https://deb.debian.org/debian/pool/main/g/guestfs-tools/guestfs-tools_1.48.2-1.dsc > /usr/lib/pbuilder/pbuilder-satisfydepends > debuild -uc -us -j4 > > Variant B > docker run --privileged -it debian:bookworm /bin/bash > apt install devscripts pbuilder > pbuilder create --distribution bookworm > dget > https://deb.debian.org/debian/pool/main/g/guestfs-tools/guestfs-tools_1.48.2-1.dsc > pbuilder build --distribution bookworm guestfs-tools_1.48.2-1.dsc
FWIW, this might be in part the same as #1031471 and can likely be merged? Note that to address CVE-2022-2211 I did as well upload guestfs-tools to the security-archive (not yet published) for bookworm, and the package did build on all architectures (with the exception that I had to give it back on ppc64el. As guestfs-tools cannot migrate trough unstable, we will release guestfs-tools 1.48.2-1+deb12u1 via the security-archive for bookworm-security soonish. Regards, Salvatore