Source: troffcvt Version: 1.04-23 Severity: serious Tags: buster sid Some recent change in unstable makes troffcvt FTBFS:
https://tests.reproducible-builds.org/debian/history/troffcvt.html https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/troffcvt.html ... touch portlib-1.01/_x_ set -e; cd portlib-1.01 ; make World INCLUDES="-I `pwd`/../lib" CCOPTIONS="-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security" LDFLAGS="-Wl,-z,relro -L `pwd`/../lib" set -e; file_list=`find portlib-1.01 -name \*.[ah] -o -perm /111 -a -type f`; cd lib; for d in $file_list; do ln -sf ../$d .; done cd portlib-1.01 ; touch _b_ /bin/sh: 1: Syntax error: word unexpected make[1]: *** [debian/rules:201: portlib-1.01/_b_] Error 2