Source: hexcurse Version: 1.58-1.3 Severity: serious Tags: ftbfs hexcurse fails to build from source in unstable. A build ends as follows:
| gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Werror -Wextra -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c screen.c | screen.c: In function ‘popupWin’: | screen.c:490:5: error: format not a string literal and no format arguments [-Werror=format-security] | 490 | mvwprintw(tmpwin,2,3, msg); /* output mesg */ | | ^~~~~~~~~ | screen.c: In function ‘questionWin’: | screen.c:531:5: error: format not a string literal and no format arguments [-Werror=format-security] | 531 | mvwprintw(tmpwin,2,3, msg); | | ^~~~~~~~~ | cc1: all warnings being treated as errors | make[3]: *** [Makefile:258: screen.o] Error 1 | make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' | make[2]: *** [Makefile:266: all-recursive] Error 1 | make[2]: Leaving directory '/<<PKGBUILDDIR>>' | make[1]: *** [Makefile:206: all] Error 2 | make[1]: Leaving directory '/<<PKGBUILDDIR>>' | dh_auto_build: error: make -j1 returned exit code 2 | make: *** [debian/rules:4: build] Error 25 | dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 Helmut