Package: sbuild Version: 0.87.1 Severity: normal I updated my chroot two hours ago ; then I couldn't use it anymore, so I tried to update it again :
$ sbuild-update --chroot-mode=unshare --update --dist-upgrade -- autoremove -d unstable Use of uninitialized value $dist in pattern match (m//) at /usr/share/perl5/Sbuild/ChrootUnshare.pm line 168. Use of uninitialized value $dist in pattern match (m//) at /usr/share/perl5/Sbuild/ChrootUnshare.pm line 168. Use of uninitialized value $dist in concatenation (.) or string at /usr/share/perl5/Sbuild/ChrootUnshare.pm line 188. I: Unpacking /home/jpuydt/.cache/sbuild/unstable-amd64.tar.zst to /tmp/tmp.sbuild.PlufuvF3vB... zstd: /*stdin*\: unsupported format tar: Child returned status 1 tar: Error is not recoverable: exiting now bad exit status (2): /usr/libexec/sbuild-usernsexec u:0:100000:65536 g:0:100000:65536 -- tar --exclude=./dev/urandom --exclude=./dev/random -- exclude=./dev/full --exclude=./dev/null --exclude=./dev/console -- exclude=./dev/zero --exclude=./dev/tty --exclude=./dev/ptmx --directory /tmp/tmp.sbuild.PlufuvF3vB --extract --zstd Error setting up unstable chroot Chroot setup failed at /usr/bin/sbuild-update line 145. >From the error message, I would say something isn't a valid zstd file but: $ file /home/jpuydt/.cache/sbuild/unstable-amd64.tar.zst /home/jpuydt/.cache/sbuild/unstable-amd64.tar.zst: Zstandard compressed data (v0.8+), Dictionary ID: None So I'm a bit at loss as to why things are broken. Cheers, J.Puydt