Source: timidity
Version: 2.14.0-8.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I.. -I../timidity -I../libarc -I../utils  
> -I/usr/include/tcl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -DAU_OSS -DAU_ALSA -DAU_JACK -DAU_AO -DAU_VORBIS -DAU_FLAC -DAU_SPEEX  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pthread -c -o alsaseq_c.o alsaseq_c.c
> wrdt_tty.c: In function ‘wrdt_apply’:
> wrdt_tty.c:234:44: warning: ‘__builtin___snprintf_chk’ output truncated 
> before the last format character [-Wformat-truncation=]
>   234 |             snprintf(q, sizeof(q)-1, ",%03x", wrd_args[i]);
>       |                                            ^
> In file included from /usr/include/stdio.h:906,
>                  from wrdt_tty.c:30:
> In function ‘snprintf’,
>     inlined from ‘wrdt_apply’ at wrdt_tty.c:234:6:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
> ‘__builtin___snprintf_chk’ output between 5 and 10 bytes into a destination 
> of size 4
>    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    55 |                                    __glibc_objsize (__s), __fmt,
>       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    56 |                                    __va_arg_pack ());
>       |                                    ~~~~~~~~~~~~~~~~~
> wrdt_dumb.c: In function ‘wrdt_apply’:
> wrdt_dumb.c:219:44: warning: ‘__builtin___snprintf_chk’ output truncated 
> before the last format character [-Wformat-truncation=]
>   219 |             snprintf(q, sizeof(q)-1, ",%03x", wrd_args[i]);
>       |                                            ^
> In file included from /usr/include/stdio.h:906,
>                  from wrdt_dumb.c:25:
> In function ‘snprintf’,
>     inlined from ‘wrdt_apply’ at wrdt_dumb.c:219:6,
>     inlined from ‘wrdt_apply’ at wrdt_dumb.c:95:13:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
> ‘__builtin___snprintf_chk’ output between 5 and 10 bytes into a destination 
> of size 4
>    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    55 |                                    __glibc_objsize (__s), __fmt,
>       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    56 |                                    __va_arg_pack ());
>       |                                    ~~~~~~~~~~~~~~~~~
> xaw_i.c: In function ‘resizeToplevelACT’:
> xaw_i.c:1196:5: error: implicit declaration of function ‘XtResizeWidget’; did 
> you mean ‘XtRealizeWidget’? [-Werror=implicit-function-declaration]
>  1196 |     XtResizeWidget(lyric_t, curr_width-10,lyric_height, 1);
>       |     ^~~~~~~~~~~~~~
>       |     XtRealizeWidget
> xaw_i.c: In function ‘handle_input’:
> xaw_i.c:2020:32: warning: passing argument 2 of ‘XawListChange’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>  2020 |       XawListChange(file_list, flist, max_files, 0, True);
>       |                                ^~~~~
>       |                                |
>       |                                char **
> In file included from xaw_i.c:69:
> /usr/include/X11/Xaw/List.h:170:27: note: expected ‘const char **’ but 
> argument is of type ‘char **’
>   170 |  _Xconst char           **list,
>       |                           ^
> xaw_i.c: In function ‘filterDirList’:
> xaw_i.c:192:39: warning: passing argument 2 of ‘XawListChange’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>   192 | #define fulldirlist ld->ld_fulldirlist.StringArray
>       |                     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
>       |                                       |
>       |                                       char **
> xaw_i.c:2283:31: note: in expansion of macro ‘fulldirlist’
>  2283 |     XawListChange(load_flist, fulldirlist, fullfilenum, 0, True);
>       |                               ^~~~~~~~~~~
> /usr/include/X11/Xaw/List.h:170:27: note: expected ‘const char **’ but 
> argument is of type ‘char **’
>   170 |  _Xconst char           **list,
>       |                           ^
> xaw_i.c:190:33: warning: passing argument 2 of ‘XawListChange’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>   190 | #define fdirlist ld->ld_fdirlist.StringArray
>       |                  ~~~~~~~~~~~~~~~^~~~~~~~~~~~
>       |                                 |
>       |                                 char **
> xaw_i.c:2293:31: note: in expansion of macro ‘fdirlist’
>  2293 |     XawListChange(load_flist, fdirlist, filenum, 0, True);
>       |                               ^~~~~~~~
> /usr/include/X11/Xaw/List.h:170:27: note: expected ‘const char **’ but 
> argument is of type ‘char **’
>   170 |  _Xconst char           **list,
>       |                           ^
> xaw_i.c:2313:29: warning: passing argument 2 of ‘XawListChange’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>  2313 |   XawListChange(load_flist, filelist, f_num, 0, True);
>       |                             ^~~~~~~~
>       |                             |
>       |                             char **
> /usr/include/X11/Xaw/List.h:170:27: note: expected ‘const char **’ but 
> argument is of type ‘char **’
>   170 |  _Xconst char           **list,
>       |                           ^
> xaw_i.c: In function ‘setDirList’:
> xaw_i.c:194:33: warning: passing argument 2 of ‘XawListChange’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>   194 | #define ddirlist ld->ld_ddirlist.StringArray
>       |                  ~~~~~~~~~~~~~~~^~~~~~~~~~~~
>       |                                 |
>       |                                 char **
> xaw_i.c:2386:31: note: in expansion of macro ‘ddirlist’
>  2386 |     XawListChange(load_dlist, ddirlist, d_num, 0, True);
>       |                               ^~~~~~~~
> /usr/include/X11/Xaw/List.h:170:27: note: expected ‘const char **’ but 
> argument is of type ‘char **’
>   170 |  _Xconst char           **list,
>       |                           ^
> xaw_i.c:192:39: warning: passing argument 2 of ‘XawListChange’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>   192 | #define fulldirlist ld->ld_fulldirlist.StringArray
>       |                     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
>       |                                       |
>       |                                       char **
> xaw_i.c:2399:31: note: in expansion of macro ‘fulldirlist’
>  2399 |     XawListChange(load_flist, fulldirlist, f_num, 0, True);
>       |                               ^~~~~~~~~~~
> /usr/include/X11/Xaw/List.h:170:27: note: expected ‘const char **’ but 
> argument is of type ‘char **’
>   170 |  _Xconst char           **list,
>       |                           ^
> xaw_i.c: In function ‘fdeleteCB’:
> xaw_i.c:3199:30: warning: passing argument 2 of ‘XawListChange’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>  3199 |     XawListChange(file_list, flist, max_files, 0, True);
>       |                              ^~~~~
>       |                              |
>       |                              char **
> /usr/include/X11/Xaw/List.h:170:27: note: expected ‘const char **’ but 
> argument is of type ‘char **’
>   170 |  _Xconst char           **list,
>       |                           ^
> xaw_i.c: In function ‘fdelallCB’:
> xaw_i.c:3240:30: warning: passing argument 2 of ‘XawListChange’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>  3240 |     XawListChange(file_list, flist, max_files?max_files:1, 0, True);
>       |                              ^~~~~
>       |                              |
>       |                              char **
> /usr/include/X11/Xaw/List.h:170:27: note: expected ‘const char **’ but 
> argument is of type ‘char **’
>   170 |  _Xconst char           **list,
>       |                           ^
> xaw_i.c: In function ‘createFlist’:
> xaw_i.c:3349:30: warning: passing argument 2 of ‘XawListChange’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>  3349 |     XawListChange(file_list, flist, 0, 0, True);
>       |                              ^~~~~
>       |                              |
>       |                              char **
> /usr/include/X11/Xaw/List.h:170:27: note: expected ‘const char **’ but 
> argument is of type ‘char **’
>   170 |  _Xconst char           **list,
>       |                           ^
> gcc -DHAVE_CONFIG_H -I. -I.. -I../timidity -I../libarc -I../utils  
> -I/usr/include/tcl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -DAU_OSS -DAU_ALSA -DAU_JACK -DAU_AO -DAU_VORBIS -DAU_FLAC -DAU_SPEEX  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pthread -c -o wrdt_x.o wrdt_x.c
> gcc -DHAVE_CONFIG_H -I. -I.. -I../timidity -I../libarc -I../utils  
> -I/usr/include/tcl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -DAU_OSS -DAU_ALSA -DAU_JACK -DAU_AO -DAU_VORBIS -DAU_FLAC -DAU_SPEEX  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pthread -c -o x_wrdwindow.o 
> x_wrdwindow.c
> x_trace.c: In function ‘drawBank’:
> x_trace.c:586:30: warning: ‘__builtin___snprintf_chk’ output may be truncated 
> before the last format character [-Wformat-truncation=]
>   586 |   snprintf(s, sizeof(s), "%3d", bank);
>       |                              ^
> In file included from /usr/include/stdio.h:906,
>                  from ../timidity/timidity.h:452,
>                  from x_trace.h:29,
>                  from x_trace.c:25:
> In function ‘snprintf’,
>     inlined from ‘drawBank’ at x_trace.c:586:3:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
> ‘__builtin___snprintf_chk’ output between 4 and 5 bytes into a destination of 
> size 4
>    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    55 |                                    __glibc_objsize (__s), __fmt,
>       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    56 |                                    __va_arg_pack ());
>       |                                    ~~~~~~~~~~~~~~~~~
> x_trace.c: In function ‘drawBank’:
> x_trace.c:589:30: warning: ‘__builtin___snprintf_chk’ output may be truncated 
> before the last format character [-Wformat-truncation=]
>   589 |   snprintf(s, sizeof(s), "%3d", msb);
>       |                              ^
> In function ‘snprintf’,
>     inlined from ‘drawBank’ at x_trace.c:589:3:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
> ‘__builtin___snprintf_chk’ output between 4 and 5 bytes into a destination of 
> size 4
>    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    55 |                                    __glibc_objsize (__s), __fmt,
>       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    56 |                                    __va_arg_pack ());
>       |                                    ~~~~~~~~~~~~~~~~~
> x_trace.c: In function ‘drawBank’:
> x_trace.c:592:30: warning: ‘__builtin___snprintf_chk’ output may be truncated 
> before the last format character [-Wformat-truncation=]
>   592 |   snprintf(s, sizeof(s), "%3d", lsb);
>       |                              ^
> In function ‘snprintf’,
>     inlined from ‘drawBank’ at x_trace.c:592:3:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
> ‘__builtin___snprintf_chk’ output between 4 and 5 bytes into a destination of 
> size 4
>    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    55 |                                    __glibc_objsize (__s), __fmt,
>       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    56 |                                    __va_arg_pack ());
>       |                                    ~~~~~~~~~~~~~~~~~
> gcc -DHAVE_CONFIG_H -I. -I.. -I../timidity -I../libarc -I../utils  
> -I/usr/include/tcl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -DAU_OSS -DAU_ALSA -DAU_JACK -DAU_AO -DAU_VORBIS -DAU_FLAC -DAU_SPEEX  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pthread -c -o VTPrsTbl.o VTPrsTbl.c
> gcc -DHAVE_CONFIG_H -I. -I.. -I../timidity -I../libarc -I../utils  
> -I/usr/include/tcl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -DAU_OSS -DAU_ALSA -DAU_JACK -DAU_AO -DAU_VORBIS -DAU_FLAC -DAU_SPEEX  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pthread -c -o x_mag.o x_mag.c
> gcc -DHAVE_CONFIG_H -I. -I.. -I../timidity -I../libarc -I../utils  
> -I/usr/include/tcl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -DAU_OSS -DAU_ALSA -DAU_JACK -DAU_AO -DAU_VORBIS -DAU_FLAC -DAU_SPEEX  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pthread -c -o x_sherry.o x_sherry.c
> gcc -DHAVE_CONFIG_H -I. -I.. -I../timidity -I../libarc -I../utils  
> -I/usr/include/tcl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -DAU_OSS -DAU_ALSA -DAU_JACK -DAU_AO -DAU_VORBIS -DAU_FLAC -DAU_SPEEX  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pthread -c -o soundspec.o soundspec.c
> rm -f tclIndex
> xaw_i.c: In function ‘tunesetACT’:
> xaw_i.c:1127:32: warning: ‘%02d’ directive output may be truncated writing 
> between 2 and 3 bytes into a region of size between 0 and 8 
> [-Wformat-truncation=]
>  1127 |     snprintf(s, sizeof(s), "%d:%02d", curr_time / 60, curr_time % 60);
>       |                                ^~~~
> xaw_i.c:1127:28: note: directive argument in the range [-59, 59]
>  1127 |     snprintf(s, sizeof(s), "%d:%02d", curr_time / 60, curr_time % 60);
>       |                            ^~~~~~~~~
> In file included from /usr/include/stdio.h:906,
>                  from xaw_i.c:29:
> In function ‘snprintf’,
>     inlined from ‘tunesetACT’ at xaw_i.c:1127:5:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
> ‘__builtin___snprintf_chk’ output between 5 and 14 bytes into a destination 
> of size 10
>    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    55 |                                    __glibc_objsize (__s), __fmt,
>       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    56 |                                    __va_arg_pack ());
>       |                                    ~~~~~~~~~~~~~~~~~
> echo "auto_mkindex . *.tcl" | tclsh
> gcc -DHAVE_CONFIG_H -I. -I.. -I../timidity -I../libarc -I../utils  
> -I/usr/include/tcl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -DAU_OSS -DAU_ALSA -DAU_JACK -DAU_AO -DAU_VORBIS -DAU_FLAC -DAU_SPEEX  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pthread -fPIC -c slang_c.c -o 
> slang_c.so
> gcc -DHAVE_CONFIG_H -I. -I.. -I../timidity -I../libarc -I../utils  
> -I/usr/include/tcl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -DAU_OSS -DAU_ALSA -DAU_JACK -DAU_AO -DAU_VORBIS -DAU_FLAC -DAU_SPEEX  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pthread -fPIC -o support.so -c 
> ../utils/support.c
> gcc -DHAVE_CONFIG_H -I. -I.. -I../timidity -I../libarc -I../utils  
> -I/usr/include/tcl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -DAU_OSS -DAU_ALSA -DAU_JACK -DAU_AO -DAU_VORBIS -DAU_FLAC -DAU_SPEEX  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pthread -fPIC -o timer.so -c 
> ../utils/timer.c
> gcc -DHAVE_CONFIG_H -I. -I.. -I../timidity -I../libarc -I../utils  
> -I/usr/include/tcl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -DAU_OSS -DAU_ALSA -DAU_JACK -DAU_AO -DAU_VORBIS -DAU_FLAC -DAU_SPEEX  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pthread -fPIC -c tk_c.c -o tk_c.so
> gcc -DHAVE_CONFIG_H -I. -I.. -I../timidity -I../libarc -I../utils  
> -I/usr/include/tcl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -DAU_OSS -DAU_ALSA -DAU_JACK -DAU_AO -DAU_VORBIS -DAU_FLAC -DAU_SPEEX  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pthread -fPIC -c vt100_c.c -o 
> vt100_c.so
> In file included from ../timidity/readmidi.h:25,
>                  from tk_c.c:57:
> ../timidity/reverb.h:34: warning: "EXTERN" redefined
>    34 | #define EXTERN extern
>       | 
> In file included from tk_c.c:49:
> /usr/include/tcl/tcl.h:311: note: this is the location of the previous 
> definition
>   311 | #   define EXTERN extern TCL_STORAGE_CLASS
>       | 
> tk_c.c: In function ‘TraceReset’:
> tk_c.c:1063:34: warning: iteration 16 invokes undefined behavior 
> [-Waggressive-loop-optimizations]
>  1063 |                 Panel->ctotal[i] = 0;
>       |                 ~~~~~~~~~~~~~~~~~^~~
> tk_c.c:1057:23: note: within this loop
>  1057 |         for (i = 0; i < 32; i++) {
>       |                     ~~^~~~
> xaw_i.c: In function ‘setDirLoadCB’:
> xaw_i.c:2449:45: warning: ‘/’ directive output may be truncated writing 1 
> byte into a region of size between 0 and 4095 [-Wformat-truncation=]
>  2449 |   snprintf(curr_dir, sizeof(curr_dir)-1, "%s/%s", basepath, 
> lrs->string);
>       |                                             ^
> In function ‘snprintf’,
>     inlined from ‘setDirLoadCB’ at xaw_i.c:2449:3:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
> ‘__builtin___snprintf_chk’ output 2 or more bytes (assuming 4097) into a 
> destination of size 4095
>    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    55 |                                    __glibc_objsize (__s), __fmt,
>       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    56 |                                    __va_arg_pack ());
>       |                                    ~~~~~~~~~~~~~~~~~
> gcc -DHAVE_CONFIG_H -I. -I.. -I../timidity -I../libarc -I../utils  
> -I/usr/include/tcl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -DAU_OSS -DAU_ALSA -DAU_JACK -DAU_AO -DAU_VORBIS -DAU_FLAC -DAU_SPEEX  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pthread -fPIC -c vt100.c -o vt100.so
> gcc -DHAVE_CONFIG_H -I. -I.. -I../timidity -I../libarc -I../utils  
> -I/usr/include/tcl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -DAU_OSS -DAU_ALSA -DAU_JACK -DAU_AO -DAU_VORBIS -DAU_FLAC -DAU_SPEEX  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pthread -fPIC -o bitset.so -c 
> ../utils/bitset.c
> gcc -DHAVE_CONFIG_H -I. -I.. -I../timidity -I../libarc -I../utils  
> -I/usr/include/tcl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -DAU_OSS -DAU_ALSA -DAU_JACK -DAU_AO -DAU_VORBIS -DAU_FLAC -DAU_SPEEX  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pthread -fPIC -c xskin_c.c -o 
> xskin_c.so
> xaw_i.c: In function ‘completeDirACT’:
> xaw_i.c:2580:52: warning: ‘__builtin___snprintf_chk’ output may be truncated 
> before the last format character [-Wformat-truncation=]
>  2580 |         snprintf(filename, sizeof(filename), "%s/%s", full.dirname, 
> matchstr);
>       |                                                    ^
> In function ‘snprintf’,
>     inlined from ‘completeDirACT’ at xaw_i.c:2580:9:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
> ‘__builtin___snprintf_chk’ output 2 or more bytes (assuming 4097) into a 
> destination of size 4096
>    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    55 |                                    __glibc_objsize (__s), __fmt,
>       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    56 |                                    __va_arg_pack ());
>       |                                    ~~~~~~~~~~~~~~~~~
> gcc -DHAVE_CONFIG_H -I. -I.. -I../timidity -I../libarc -I../utils  
> -I/usr/include/tcl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -DAU_OSS -DAU_ALSA -DAU_JACK -DAU_AO -DAU_VORBIS -DAU_FLAC -DAU_SPEEX  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pthread -fPIC -c xskin_i.c -o 
> xskin_i.so
> xskin_c.c: In function ‘ctl_event’:
> xskin_c.c:552:7: error: implicit declaration of function ‘ctl_speana_data’ 
> [-Werror=implicit-function-declaration]
>   552 |       ctl_speana_data((double *)e->v1, (int)e->v2);
>       |       ^~~~~~~~~~~~~~~
> gcc -DHAVE_CONFIG_H -I. -I.. -I../timidity -I../libarc -I../utils  
> -I/usr/include/tcl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -DAU_OSS -DAU_ALSA -DAU_JACK -DAU_AO -DAU_VORBIS -DAU_FLAC -DAU_SPEEX  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pthread -fPIC -c xskin_loadBMP.c -o 
> xskin_loadBMP.so
> gcc -DHAVE_CONFIG_H -I. -I.. -I../timidity -I../libarc -I../utils  
> -I/usr/include/tcl -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 
> -DAU_OSS -DAU_ALSA -DAU_JACK -DAU_AO -DAU_VORBIS -DAU_FLAC -DAU_SPEEX  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -pthread -fPIC -c xskin_spectrum.c -o 
> xskin_spectrum.so
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:1299: xskin_c.so] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/timidity_2.14.0-8.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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 mark 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.

Reply via email to