Source: pipemeter Version: 1.1.4-1 Severity: serious Tags: ftbfs https://buildd.debian.org/status/package.php?p=pipemeter&suite=sid
... dh_auto_build -a make -j4 make[1]: Entering directory '/<<PKGBUILDDIR>>' gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H pipemeter.c -o pipemeter -Wl,-z,relro pipemeter.c: In function ‘show_just_rate’: pipemeter.c:400:5: error: format not a string literal and no format arguments [-Werror=format-security] 400 | fprintf(stderr,trailer); | ^~~~~~~ pipemeter.c: In function ‘show_progress’: pipemeter.c:490:3: error: format not a string literal and no format arguments [-Werror=format-security] 490 | fprintf(stderr, progressbar); | ^~~~~~~ pipemeter.c:500:5: error: format not a string literal and no format arguments [-Werror=format-security] 500 | fprintf(stderr,trailer); | ^~~~~~~ pipemeter.c: In function ‘parseopts’: pipemeter.c:577:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 577 | while(listdone=(int)fgets(listline,MAX_LINE,listfile)) { | ^ cc1: some warnings being treated as errors make[1]: *** [Makefile:10: pipemeter] Error 1