#1036263 guestfs-tools: FTBFS in testing: make[6]: *** [Makefile:1716: test-suite.log] Error 1 #1036263
- Package:
- src:guestfs-tools
- Source:
- src:guestfs-tools
- Submitter:
- Lucas Nussbaum
- Date:
- 2023-06-18 00:15:04 UTC
- Severity:
- normal
- Tags:
Hi, During a rebuild of all packages in testing (bookworm), your package failed to build on amd64. Relevant part (hopefully): The full build log is available from: http://qa-logs.debian.net/2023/05/17/guestfs-tools_1.48.2-1_testing.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230517;users=lucas@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230517&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.
I cannot reproduce this.
tags -1 + unreproducible thanks 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
Hi, 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
Hi, At least as of 1.50.1-1, the pacakge builds just fine, cf. https://buildd.debian.org/status/fetch.php?pkg=guestfs-tools&arch=amd64&ver=1.50.1-1&stamp=1686585170&raw=0 Cheers, -Hilko