On 22/06/20 at 09:32 +0200, Lucas Nussbaum wrote: > On 21/06/20 at 20:50 -0300, David Bremner wrote: > > Lucas Nussbaum <lu...@debian.org> writes: > > > > > Source: notmuch > > > Version: 0.29.3-1 > > > Severity: serious > > > Justification: FTBFS on amd64 > > > Tags: bullseye sid ftbfs > > > Usertags: ftbfs-20200620 ftbfs-bullseye > > > > > >> > > >> T010-help-test: Testing online help > > >> FAIL notmuch --help tag > > >> notmuch --help tag > > >> man: can't execute col: No such file or directory > > >> grotty:<standard input> (<standard input>):1662: fatal error: output > > >> error > > >> man: command exited with status 1: (cd /<<PKGBUILDDIR>>/doc/_build/man > > >> && /usr/lib/man-db/zsoelim) | (cd /<<PKGBUILDDIR>>/doc/_build/man && > > >> /usr/lib/man-db/manconv -f UTF-8:ISO-8859-1 -t UTF-8//IGNORE) | (cd > > >> /<<PKGBUILDDIR>>/doc/_build/man && preconv -e UTF-8) | (cd > > >> /<<PKGBUILDDIR>>/doc/_build/man && tbl) | (cd > > >> /<<PKGBUILDDIR>>/doc/_build/man && nroff -mandoc -Tascii) > > > > This failure seems transient, and related to moving binary col from > > bsdmainutils to bsdextrautils. > > > > In my tests (as of about 10 minutes ago), this is fixed by > > dist-upgrading the unstable chroot. > > Ah, thanks, I will retry all failed builds and clean up.
Hi David, 'col' indeed moved to bsdextrautils. But in the notmuch case, there's nothing pulling bsdextrautils during the build, so it's not installed. I suspect that when you dist-upgraded your chroot, you somehow ended up with a non-minimal chroot that included bsdextrautils. 'm adding the maintainers of util-linux (bsdextrautils) and bsdmainutils to Cc. Which path forward do you see for this issue? A similar issue seems to affect many packages, such as: apcupsd 3.14.14-3 Failed [UNKNOWN] man: can't execute col: No such file or directory calc 2.12.7.2-4 Failed [UNKNOWN] /bin/sh: 5: col: not found conky 1.10.8-1.1 Failed [UNKNOWN] /usr/bin/man: can't execute col: No such file or directory console-setup 1.195 Failed [UNKNOWN] /bin/sh: 1: col: not found glhack 1.2-4 Failed [UNKNOWN] /bin/sh: 1: col: not found hub 2.7.0~ds1-1 Failed [UNKNOWN] /bin/sh: 1: col: not found latex2rtf 2.3.16-1 Failed [UNKNOWN] man: can't execute col: No such file or directory libdap 3.20.6-2 Failed [UNKNOWN] /bin/bash: col: command not found mcl 1:14-137+ds-6 Failed [UNKNOWN] /bin/bash: col: command not found mp3info 0.8.5a-2 Failed [UNKNOWN] /bin/sh: 1: col: not found slashem 0.0.7E7F3-9 Failed [UNKNOWN] /bin/sh: 1: col: not found vmem 1.8-1 Failed [UNKNOWN] man: can't execute col: No such file or directory wiki2beamer 0.10.0-1 Failed [UNKNOWN] man: can't execute col: No such file or directory xcolorsel 1.1a-22 Failed [UNKNOWN] /bin/sh: 1: col: not found xterm 356-1 Failed [UNKNOWN] /bin/sh: 1: col: not found zsh 5.8-4 Failed [UNKNOWN] sh: 1: colcrt: not found Lucas