On 2020-06-21 17:11 -0400, Thomas Dickey wrote:
> On Sun, Jun 21, 2020 at 10:13:41PM +0200, Lucas Nussbaum wrote:
>> Source: xterm
>> Version: 356-1
>> Severity: serious
>> Justification: FTBFS on amd64
>> Tags: bullseye sid ftbfs
>> Usertags: ftbfs-20200620 ftbfs-bullseye
>>
>> Hi,
>>
>> During a rebuild of all packages in sid, your package failed to build
>> on amd64.
>
> col's in bsdmainutils
It used to be there, but has recently been moved to bsdextrautils. This
has caused a lot of breakage, so bsdmainutils ought to depend on
bsdextrautils for the time being to fix that. However…
>> > GROFF_NO_SGR=stupid /bin/sh -c "tbl ../ctlseqs.ms | groff -Tascii -ms |
>> > col -bx" >../ctlseqs.txt
>> > /bin/sh: 1: col: not found
>> > make[2]: *** [Makefile:180: ../ctlseqs.txt] Error 127
>
> refer to
>
> xterm (332-1) unstable; urgency=medium
>
> * Regenerate ctlseqs.txt from ctlseqs.ms (Closes: #848818).
>
> - Add groff to Buils-Depends.
…I should also have added a build dependency on bsdmainutils there.
That package is already pulled in via debhelper → man-db → bsdmainutils,
so I overlooked it.
I have just uploaded xterm 356-2 with
bsdextrautils | bsdmainutils (<< 12.1.1~) added to Build-Depends.
Cheers,
Sven