Source: multitail
Version: 6.5.0-3
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):
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -g -Wall -Wno-unused-parameter
> -funsigned-char -O3 -DLinux -DVERSION=\"6.5.0\" -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -g -DCONFIG_FILE=\"/etc/multitail.conf\" -MMD -MP
> -DUTF8_SUPPORT -c -o mt.o mt.c
> mt.c: In function ‘do_color_print’:
> mt.c:707:25: warning: implicit declaration of function ‘waddnwstr’; did you
> mean ‘waddnstr’? [-Wimplicit-function-declaration]
> 707 | waddnwstr(win -> win, &wcur, 1);
> | ^~~~~~~~~
> | waddnstr
> mt.c: In function ‘update_statusline’:
> mt.c:1467:126: warning: format ‘%lld’ expects argument of type ‘long long
> int’, but argument 5 has type ‘off64_t’ {aka ‘long int’} [-Wformat=]
> 1467 | mvwprintw(status ->
> win, 0, win_width - (strlen(timestamp) + cur_len), "%10lld - %s", fsize,
> timestamp);
> |
> ~~~~~^ ~~~~~
> |
> | |
> |
> | off64_t {aka
> long int}
> |
> long long int
> |
> %10ld
> mt.c: In function ‘create_windows’:
> mt.c:1746:17: error: format not a string literal and no format arguments
> [-Werror=format-security]
> 1746 | wprintw(menu_win -> win, version_str);
> | ^~~~~~~
> cc1: some warnings being treated as errors
> make[1]: *** [<builtin>: mt.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2021/10/23/multitail_6.5.0-3_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.