Package: src:imagination
Version: 3.6-3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202603/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:imagination, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'

[... snipped ...]

new_slideshow.c:67:81: warning: ‘GtkStock’ is deprecated 
[-Wdeprecated-declarations]
   67 |                                                                         
        GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
      |                                                                         
        ^~~~~~~~~~~~~~~~
new_slideshow.c:68:81: warning: ‘GtkStock’ is deprecated 
[-Wdeprecated-declarations]
   68 |                                                                         
        GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, NULL);
      |                                                                         
        ^~~~~~~~~~~~
new_slideshow.c:93:5: warning: ‘gtk_table_new’ is deprecated: Use 'GtkGrid' 
instead [-Wdeprecated-declarations]
   93 |     table = gtk_table_new(5, 2, FALSE);
      |     ^~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:280,
                 from new_slideshow.h:25,
                 from new_slideshow.c:21:
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here
  119 | GtkWidget* gtk_table_new              (guint            rows,
      |            ^~~~~~~~~~~~~
new_slideshow.c:100:5: warning: ‘gtk_table_attach’ is deprecated: Use 
'GtkGrid' instead [-Wdeprecated-declarations]
  100 |     gtk_table_attach(GTK_TABLE(table), label, 0, 1, 0, 1,
      |     ^~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
new_slideshow.c:104:5: warning: ‘gtk_table_attach’ is deprecated: Use 
'GtkGrid' instead [-Wdeprecated-declarations]
  104 |     gtk_table_attach(GTK_TABLE(table), img->video_format_combo, 1, 2, 
0, 1,
      |     ^~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
new_slideshow.c:120:5: warning: ‘gtk_table_attach’ is deprecated: Use 
'GtkGrid' instead [-Wdeprecated-declarations]
  120 |     gtk_table_attach(GTK_TABLE(table), label, 0, 1, 1, 2,
      |     ^~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
new_slideshow.c:124:5: warning: ‘gtk_table_attach’ is deprecated: Use 
'GtkGrid' instead [-Wdeprecated-declarations]
  124 |     gtk_table_attach(GTK_TABLE(table), img->video_size_combo, 1, 2, 1, 
2,
      |     ^~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
new_slideshow.c:133:5: warning: ‘gtk_table_attach’ is deprecated: Use 
'GtkGrid' instead [-Wdeprecated-declarations]
  133 |     gtk_table_attach(GTK_TABLE(table), label, 0, 1, 2, 3,
      |     ^~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
new_slideshow.c:137:5: warning: ‘gtk_table_attach’ is deprecated: Use 
'GtkGrid' instead [-Wdeprecated-declarations]
  137 |     gtk_table_attach(GTK_TABLE(table), img->fps_combo, 1, 2, 2, 3,
      |     ^~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
new_slideshow.c:144:5: warning: ‘gtk_table_attach’ is deprecated: Use 
'GtkGrid' instead [-Wdeprecated-declarations]
  144 |     gtk_table_attach(GTK_TABLE(table), label, 0, 1, 3, 4,
      |     ^~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
new_slideshow.c:148:5: warning: ‘gtk_table_attach’ is deprecated: Use 
'GtkGrid' instead [-Wdeprecated-declarations]
  148 |     gtk_table_attach(GTK_TABLE(table), img->aspect_ratio_combo, 1, 2, 
3, 4,
      |     ^~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
new_slideshow.c:155:5: warning: ‘gtk_table_attach’ is deprecated: Use 
'GtkGrid' instead [-Wdeprecated-declarations]
  155 |     gtk_table_attach(GTK_TABLE(table), label, 0, 1, 4, 5,
      |     ^~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
new_slideshow.c:159:5: warning: ‘gtk_table_attach’ is deprecated: Use 
'GtkGrid' instead [-Wdeprecated-declarations]
  159 |     gtk_table_attach(GTK_TABLE(table), img->bitrate_combo, 1, 2, 4, 5,
      |     ^~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
  127 | void       gtk_table_attach           (GtkTable        *table,
      |            ^~~~~~~~~~~~~~~~
new_slideshow.c:195:9: warning: ‘gtk_color_button_new_with_color’ is 
deprecated: Use 'gtk_color_button_new_with_rgba' instead 
[-Wdeprecated-declarations]
  195 |         bg_button = gtk_color_button_new_with_color( &color );
      |         ^~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:74:
/usr/include/gtk-3.0/gtk/gtkcolorbutton.h:87:12: note: declared here
   87 | GtkWidget *gtk_color_button_new_with_color (const GdkColor *color);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
new_slideshow.c:237:17: warning: ‘gtk_color_button_get_color’ is 
deprecated: Use 'gtk_color_chooser_get_rgba' instead [-Wdeprecated-declarations]
  237 |                 gtk_color_button_get_color( GTK_COLOR_BUTTON( bg_button 
), &new );
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkcolorbutton.h:92:12: note: declared here
   92 | void       gtk_color_button_get_color      (GtkColorButton *button,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DPACKAGE_NAME=\"imagination\" -DPACKAGE_TARNAME=\"imagi 
[too-long-redacted] | echo './'`slideshow_project.c
gcc -DPACKAGE_NAME=\"imagination\" -DPACKAGE_TARNAME=\"imagi 
[too-long-redacted]  'audio.c' || echo './'`audio.c
gcc -DPACKAGE_NAME=\"imagination\" -DPACKAGE_TARNAME=\"imagi 
[too-long-redacted] export.c' || echo './'`export.c
gcc -DPACKAGE_NAME=\"imagination\" -DPACKAGE_TARNAME=\"imagi 
[too-long-redacted] les.c' || echo './'`subtitles.c
subtitles.c: In function ‘img_render_subtitle’:
subtitles.c:396:25: warning: ‘gdk_color_to_string’ is deprecated: Use 
'gdk_rgba_to_string' instead [-Wdeprecated-declarations]
  396 |                         dummy = gdk_color_to_string(color);
      |                         ^~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkcairo.h:26,
                 from /usr/include/gtk-3.0/gdk/gdk.h:33,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from imagination.h:26,
                 from subtitles.h:22,
                 from subtitles.c:20:
/usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:82:11: note: declared here
   82 | gchar *   gdk_color_to_string (const GdkColor *color);
      |           ^~~~~~~~~~~~~~~~~~~
subtitles.c:405:25: warning: ‘gdk_color_to_string’ is deprecated: Use 
'gdk_rgba_to_string' instead [-Wdeprecated-declarations]
  405 |                         dummy = gdk_color_to_string(color);
      |                         ^~~~~
/usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:82:11: note: declared here
   82 | gchar *   gdk_color_to_string (const GdkColor *color);
      |           ^~~~~~~~~~~~~~~~~~~
gcc -DPACKAGE_NAME=\"imagination\" -DPACKAGE_TARNAME=\"imagi 
[too-long-redacted] ho './'`imgcellrendererpixbuf.c
gcc -DPACKAGE_NAME=\"imagination\" -DPACKAGE_TARNAME=\"imagi 
[too-long-redacted] g_sox.c' || echo './'`img_sox.c
In file included from /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:34,
                 from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from imgcellrendererpixbuf.h:22,
                 from imgcellrendererpixbuf.c:19:
imgcellrendererpixbuf.c: In function ‘img_cell_renderer_pixbuf_init’:
/usr/include/glib-2.0/glib/gmacros.h:1337:33: warning: Deprecated pre-processor 
symbol: replace with "G_ADD_PRIVATE"
 1337 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1340:3: note: in expansion of macro 
‘_GLIB_GNUC_DO_PRAGMA’
 1340 |   _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated 
pre-processor symbol: replace with #f))
      |   ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: in expansion 
of macro ‘GLIB_DEPRECATED_MACRO_FOR’
  584 | #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) 
GLIB_DEPRECATED_MACRO_FOR (f)
      |                                                 
^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:688:145: note: in expansion of macro 
‘GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR’
  688 | #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   
((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) 
GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
      |                                                                         
                                                                        
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
imgcellrendererpixbuf.c:43:11: note: in expansion of macro 
‘G_TYPE_INSTANCE_GET_PRIVATE’
   43 |         ( G_TYPE_INSTANCE_GET_PRIVATE( ( obj ), \
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
imgcellrendererpixbuf.c:158:16: note: in expansion of macro 
‘IMG_CELL_RENDERER_PIXBUF_GET_PRIVATE’
  158 |         priv = IMG_CELL_RENDERER_PIXBUF_GET_PRIVATE( cell );
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
imgcellrendererpixbuf.c: In function 
‘img_cell_renderer_pixbuf_set_property’:
/usr/include/glib-2.0/glib/gmacros.h:1337:33: warning: Deprecated pre-processor 
symbol: replace with "G_ADD_PRIVATE"
 1337 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1340:3: note: in expansion of macro 
‘_GLIB_GNUC_DO_PRAGMA’
 1340 |   _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated 
pre-processor symbol: replace with #f))
      |   ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: in expansion 
of macro ‘GLIB_DEPRECATED_MACRO_FOR’
  584 | #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) 
GLIB_DEPRECATED_MACRO_FOR (f)
      |                                                 
^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:688:145: note: in expansion of macro 
‘GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR’
  688 | #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   
((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) 
GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
      |                                                                         
                                                                        
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
imgcellrendererpixbuf.c:43:11: note: in expansion of macro 
‘G_TYPE_INSTANCE_GET_PRIVATE’
   43 |         ( G_TYPE_INSTANCE_GET_PRIVATE( ( obj ), \
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
imgcellrendererpixbuf.c:178:16: note: in expansion of macro 
‘IMG_CELL_RENDERER_PIXBUF_GET_PRIVATE’
  178 |         priv = IMG_CELL_RENDERER_PIXBUF_GET_PRIVATE( object );
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
imgcellrendererpixbuf.c: In function 
‘img_cell_renderer_pixbuf_get_property’:
/usr/include/glib-2.0/glib/gmacros.h:1337:33: warning: Deprecated pre-processor 
symbol: replace with "G_ADD_PRIVATE"
 1337 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1340:3: note: in expansion of macro 
‘_GLIB_GNUC_DO_PRAGMA’
 1340 |   _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated 
pre-processor symbol: replace with #f))
      |   ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: in expansion 
of macro ‘GLIB_DEPRECATED_MACRO_FOR’
  584 | #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) 
GLIB_DEPRECATED_MACRO_FOR (f)
      |                                                 
^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:688:145: note: in expansion of macro 
‘GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR’
  688 | #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   
((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) 
GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
      |                                                                         
                                                                        
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
imgcellrendererpixbuf.c:43:11: note: in expansion of macro 
‘G_TYPE_INSTANCE_GET_PRIVATE’
   43 |         ( G_TYPE_INSTANCE_GET_PRIVATE( ( obj ), \
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
imgcellrendererpixbuf.c:223:16: note: in expansion of macro 
‘IMG_CELL_RENDERER_PIXBUF_GET_PRIVATE’
  223 |         priv = IMG_CELL_RENDERER_PIXBUF_GET_PRIVATE( object );
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
imgcellrendererpixbuf.c: In function ‘img_cell_renderer_pixbuf_render’:
/usr/include/glib-2.0/glib/gmacros.h:1337:33: warning: Deprecated pre-processor 
symbol: replace with "G_ADD_PRIVATE"
 1337 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1340:3: note: in expansion of macro 
‘_GLIB_GNUC_DO_PRAGMA’
 1340 |   _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated 
pre-processor symbol: replace with #f))
      |   ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: in expansion 
of macro ‘GLIB_DEPRECATED_MACRO_FOR’
  584 | #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) 
GLIB_DEPRECATED_MACRO_FOR (f)
      |                                                 
^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:688:145: note: in expansion of macro 
‘GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR’
  688 | #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   
((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) 
GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
      |                                                                         
                                                                        
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
imgcellrendererpixbuf.c:43:11: note: in expansion of macro 
‘G_TYPE_INSTANCE_GET_PRIVATE’
   43 |         ( G_TYPE_INSTANCE_GET_PRIVATE( ( obj ), \
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
imgcellrendererpixbuf.c:267:16: note: in expansion of macro 
‘IMG_CELL_RENDERER_PIXBUF_GET_PRIVATE’
  267 |         priv = IMG_CELL_RENDERER_PIXBUF_GET_PRIVATE( cell );
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
imgcellrendererpixbuf.c: In function ‘img_cell_renderer_pixbuf_get_size’:
/usr/include/glib-2.0/glib/gmacros.h:1337:33: warning: Deprecated pre-processor 
symbol: replace with "G_ADD_PRIVATE"
 1337 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1340:3: note: in expansion of macro 
‘_GLIB_GNUC_DO_PRAGMA’
 1340 |   _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated 
pre-processor symbol: replace with #f))
      |   ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: in expansion 
of macro ‘GLIB_DEPRECATED_MACRO_FOR’
  584 | #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) 
GLIB_DEPRECATED_MACRO_FOR (f)
      |                                                 
^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:688:145: note: in expansion of macro 
‘GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR’
  688 | #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   
((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) 
GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
      |                                                                         
                                                                        
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
imgcellrendererpixbuf.c:43:11: note: in expansion of macro 
‘G_TYPE_INSTANCE_GET_PRIVATE’
   43 |         ( G_TYPE_INSTANCE_GET_PRIVATE( ( obj ), \
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
imgcellrendererpixbuf.c:346:16: note: in expansion of macro 
‘IMG_CELL_RENDERER_PIXBUF_GET_PRIVATE’
  346 |         priv = IMG_CELL_RENDERER_PIXBUF_GET_PRIVATE( cell );
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
imgcellrendererpixbuf.c: In function ‘img_cell_renderer_pixbuf_finalize’:
/usr/include/glib-2.0/glib/gmacros.h:1337:33: warning: Deprecated pre-processor 
symbol: replace with "G_ADD_PRIVATE"
 1337 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1340:3: note: in expansion of macro 
‘_GLIB_GNUC_DO_PRAGMA’
 1340 |   _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated 
pre-processor symbol: replace with #f))
      |   ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: in expansion 
of macro ‘GLIB_DEPRECATED_MACRO_FOR’
  584 | #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) 
GLIB_DEPRECATED_MACRO_FOR (f)
      |                                                 
^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:688:145: note: in expansion of macro 
‘GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR’
  688 | #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   
((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) 
GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
      |                                                                         
                                                                        
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
imgcellrendererpixbuf.c:43:11: note: in expansion of macro 
‘G_TYPE_INSTANCE_GET_PRIVATE’
   43 |         ( G_TYPE_INSTANCE_GET_PRIVATE( ( obj ), \
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
imgcellrendererpixbuf.c:403:16: note: in expansion of macro 
‘IMG_CELL_RENDERER_PIXBUF_GET_PRIVATE’
  403 |         priv = IMG_CELL_RENDERER_PIXBUF_GET_PRIVATE( object );
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
img_sox.c: In function ‘custom_output’:
img_sox.c:52:75: error: initialization of ‘const char * const*’ from 
‘int’ makes pointer from integer without a cast [-Wint-conversion]
   52 |                                                                         
  SOX_EFF_MCHAN, /* Flags */
      |                                                                         
  ^~~~~~~~~~~~~
img_sox.c:52:75: note: (near initialization for ‘h.extra_usage’)
img_sox.c:53:75: error: initialization of ‘unsigned int’ from ‘void *’ 
makes integer from pointer without a cast [-Wint-conversion]
   53 |                                                                         
  NULL,          /* Getopts func */
      |                                                                         
  ^~~~
img_sox.c:53:75: note: (near initialization for ‘h.flags’)
img_sox.c:55:75: error: initialization of ‘int (*)(sox_effect_t *)’ {aka 
‘int (*)(struct sox_effect *)’} from incompatible pointer type ‘int 
(*)(sox_effect_t *, const sox_sample_t *, sox_sample_t *, size_t *, size_t 
*)’ {aka ‘int (*)(struct sox_effect *, const int *, int *, long unsigned 
int *, long unsigned int *)’} [-Wincompatible-pointer-types]
   55 |                                                                         
  output_flow,   /* Flow func */
      |                                                                         
  ^~~~~~~~~~~
img_sox.c:55:75: note: (near initialization for ‘h.start’)
img_sox.c:27:1: note: ‘output_flow’ declared here
   27 | output_flow( sox_effect_t       * UNUSED(effp),
      | ^~~~~~~~~~~
img_sox.c: In function ‘custom_input’:
img_sox.c:102:75: error: initialization of ‘const char * const*’ from 
‘int’ makes pointer from integer without a cast [-Wint-conversion]
  102 |                                                                         
  SOX_EFF_MCHAN, /* Flags */
      |                                                                         
  ^~~~~~~~~~~~~
img_sox.c:102:75: note: (near initialization for ‘h.extra_usage’)
img_sox.c:103:75: error: initialization of ‘unsigned int’ from ‘void *’ 
makes integer from pointer without a cast [-Wint-conversion]
  103 |                                                                         
  NULL,          /* Getopts func */
      |                                                                         
  ^~~~
img_sox.c:103:75: note: (near initialization for ‘h.flags’)
img_sox.c:106:75: error: initialization of ‘int (*)(sox_effect_t *, const 
sox_sample_t *, sox_sample_t *, size_t *, size_t *)’ {aka ‘int (*)(struct 
sox_effect *, const int *, int *, long unsigned int *, long unsigned int *)’} 
from incompatible pointer type ‘int (*)(sox_effect_t *, sox_sample_t *, 
size_t *)’ {aka ‘int (*)(struct sox_effect *, int *, long unsigned int 
*)’} [-Wincompatible-pointer-types]
  106 |                                                                         
  input_drain,   /* Drain func */
      |                                                                         
  ^~~~~~~~~~~
img_sox.c:106:75: note: (near initialization for ‘h.flow’)
img_sox.c:65:1: note: ‘input_drain’ declared here
   65 | input_drain( sox_effect_t *effp,
      | ^~~~~~~~~~~
make[3]: *** [Makefile:680: imagination-img_sox.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:492: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 CFLAGS="-g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" returned exit code 2
make[1]: *** [debian/rules:15: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

Reply via email to