Source: ncdc Version: 1.22.1-2 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -Wdate-time > -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -pthread > -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include > -I/usr/include/p11-kit-1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -c -o src/uit_hub.o > src/uit_hub.c > In file included from src/uit_dl.c:28: > src/uit_dl.h:266:3: warning: ‘GStaticMutex’ is deprecated: Use 'GMutex' > instead [-Wdeprecated-declarations] > 266 | GStaticMutex lock; > | ^~~~~~~~~~~~ > In file included from /usr/include/glib-2.0/glib.h:112, > from src/ncdc.h:61, > from src/uit_dl.c:27: > /usr/include/glib-2.0/glib/deprecated/gthread.h:133:9: note: declared here > 133 | typedef struct > | ^~~~~~ > src/uit_dl.c: In function ‘t_draw’: > src/uit_dl.c:227:25: error: format not a string literal and no format > arguments [-Werror=format-security] > 227 | mvprintw(bottom, 0, hash); > | ^~~~ > gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -Wdate-time > -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -pthread > -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include > -I/usr/include/p11-kit-1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -c -o > src/uit_main.o src/uit_main.c > src/uit_fl.c: In function ‘uit_fl_queue’: > src/uit_fl.c:215:7: warning: ‘g_memdup’ is deprecated: Use 'g_memdup2' > instead [-Wdeprecated-declarations] > 215 | fl_load_async(fn, loadmatch, g_memdup(&uid, 8)); > | ^~~~~~~~~~~~~ > In file included from /usr/include/glib-2.0/glib.h:82, > from src/ncdc.h:61, > from src/uit_fl.c:27: > /usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here > 257 | gpointer g_memdup (gconstpointer mem, > | ^~~~~~~~ > cc1: some warnings being treated as errors > make[2]: *** [Makefile:711: src/uit_dl.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2021/10/23/ncdc_1.22.1-2_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please marking it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.