Package: src:parcellite
Version: 1.2.1-9
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

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

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

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

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 could not 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:parcellite, 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
configure.ac: warning: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION 
or AM_GNU_GETTEXT_REQUIRE_VERSION
You should update your 'aclocal.m4' by running aclocal.
configure.ac:11: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:11: You should use the 'AC_CONFIG_HEADERS' macro instead.
aclocal.m4:1642: AM_CONFIG_HEADER is expanded from...
configure.ac:11: the top level
configure.ac:22: warning: The macro 'GLIB_GNU_GETTEXT' is obsolete.

[... snipped ...]

In file included from /usr/include/gtk-3.0/gtk/gtk.h:269:
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:80:12: note: declared 
here
   80 | GtkWidget* gtk_image_menu_item_new_with_label    (const gchar      
*label);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:1204:3: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 
'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
 1204 |   menu_image = gtk_image_new_from_stock(GTK_STOCK_EXECUTE, 
GTK_ICON_SIZE_MENU);
      |   ^~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42,
                 from /usr/include/gtk-3.0/gtk/gtktreeview.h:29,
                 from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /usr/include/gtk-3.0/gtk/gtk.h:42:
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
  122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
main.c:1204:3: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
 1204 |   menu_image = gtk_image_new_from_stock(GTK_STOCK_EXECUTE, 
GTK_ICON_SIZE_MENU);
      |   ^~~~~~~~~~
main.c:1205:3: warning: ‘gtk_image_menu_item_set_image’ is deprecated 
[-Wdeprecated-declarations]
 1205 |   gtk_image_menu_item_set_image((GtkImageMenuItem*)menu_item, 
menu_image);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared 
here
   92 | void       gtk_image_menu_item_set_image         (GtkImageMenuItem 
*image_menu_item,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:1298:3: warning: ‘gtk_image_menu_item_new_with_mnemonic’ is 
deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead 
[-Wdeprecated-declarations]
 1298 |   menu_item = gtk_image_menu_item_new_with_mnemonic(_("_Edit actions"));
      |   ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared 
here
   82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar      
*label);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:1299:3: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 
'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
 1299 |   menu_image = gtk_image_new_from_stock(GTK_STOCK_EDIT, 
GTK_ICON_SIZE_MENU);
      |   ^~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
  122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
main.c:1299:3: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
 1299 |   menu_image = gtk_image_new_from_stock(GTK_STOCK_EDIT, 
GTK_ICON_SIZE_MENU);
      |   ^~~~~~~~~~
main.c:1300:3: warning: ‘gtk_image_menu_item_set_image’ is deprecated 
[-Wdeprecated-declarations]
 1300 |   gtk_image_menu_item_set_image((GtkImageMenuItem*)menu_item, 
menu_image);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared 
here
   92 | void       gtk_image_menu_item_set_image         (GtkImageMenuItem 
*image_menu_item,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:1305:3: warning: ‘gtk_menu_popup’ is deprecated: Use 
'(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' 
instead [-Wdeprecated-declarations]
 1305 |   gtk_menu_popup((GtkMenu*)menu, NULL, NULL, NULL, NULL, 1, 
gtk_get_current_event_time());
      |   ^~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here
  138 | void       gtk_menu_popup                 (GtkMenu             *menu,
      |            ^~~~~~~~~~~~~~
main.c: In function ‘set_widget_bg’:
main.c:1350:5: warning: ‘gdk_color_parse’ is deprecated: Use 
'gdk_rgba_parse' instead [-Wdeprecated-declarations]
 1350 |     gdk_color_parse (color, &c);
      |     ^~~~~~~~~~~~~~~
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:
/usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:79:11: note: declared here
   79 | gboolean  gdk_color_parse     (const gchar    *spec,
      |           ^~~~~~~~~~~~~~~
main.c:1355:3: warning: ‘gtk_widget_modify_bg’ is deprecated: Use 
'gtk_widget_override_background_color' instead [-Wdeprecated-declarations]
 1355 |   gtk_widget_modify_bg(w, GTK_STATE_NORMAL, cp);
      |   ^~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:753:13: note: declared here
  753 | void        gtk_widget_modify_bg          (GtkWidget            *widget,
      |             ^~~~~~~~~~~~~~~~~~~~
main.c: In function ‘postition_history’:
main.c:1381:9: warning: ‘gdk_screen_get_width’ is deprecated 
[-Wdeprecated-declarations]
 1381 |         sx= gdk_screen_get_width(s);
      |         ^~
In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32:
/usr/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here
   58 | gint         gdk_screen_get_width             (GdkScreen   *screen);
      |              ^~~~~~~~~~~~~~~~~~~~
main.c:1382:9: warning: ‘gdk_screen_get_height’ is deprecated 
[-Wdeprecated-declarations]
 1382 |         sy= gdk_screen_get_height(s);
      |         ^~
/usr/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here
   60 | gint         gdk_screen_get_height            (GdkScreen   *screen);
      |              ^~~~~~~~~~~~~~~~~~~~~
main.c: In function ‘show_history_menu’:
main.c:2018:17: warning: ‘gtk_image_menu_item_new_with_label’ is 
deprecated: Use 'gtk_menu_item_new_with_label' instead 
[-Wdeprecated-declarations]
 2018 |                 h.title_item = gtk_image_menu_item_new_with_label( 
_("Use Alt-E to edit, Alt-C to clear") );
      |                 ^
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:80:12: note: declared 
here
   80 | GtkWidget* gtk_image_menu_item_new_with_label    (const gchar      
*label);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:2019:5: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 
'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
 2019 |     menu_image = gtk_image_new_from_stock(GTK_STOCK_EDIT, 
GTK_ICON_SIZE_MENU);
      |     ^~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
  122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
main.c:2019:5: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
 2019 |     menu_image = gtk_image_new_from_stock(GTK_STOCK_EDIT, 
GTK_ICON_SIZE_MENU);
      |     ^~~~~~~~~~
main.c:2020:5: warning: ‘gtk_image_menu_item_set_image’ is deprecated 
[-Wdeprecated-declarations]
 2020 |     gtk_image_menu_item_set_image((GtkImageMenuItem*)h.title_item, 
menu_image);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared 
here
   92 | void       gtk_image_menu_item_set_image         (GtkImageMenuItem 
*image_menu_item,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:2023:5: warning: ‘gtk_image_menu_item_new_with_mnemonic’ is 
deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead 
[-Wdeprecated-declarations]
 2023 |     menu_item = gtk_image_menu_item_new_with_mnemonic(_("_Edit 
Clipboard"));
      |     ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared 
here
   82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar      
*label);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:2024:5: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 
'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
 2024 |     menu_image = gtk_image_new_from_stock(GTK_STOCK_EDIT, 
GTK_ICON_SIZE_MENU);
      |     ^~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
  122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
main.c:2024:5: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
 2024 |     menu_image = gtk_image_new_from_stock(GTK_STOCK_EDIT, 
GTK_ICON_SIZE_MENU);
      |     ^~~~~~~~~~
main.c:2025:5: warning: ‘gtk_image_menu_item_set_image’ is deprecated 
[-Wdeprecated-declarations]
 2025 |     gtk_image_menu_item_set_image((GtkImageMenuItem*)menu_item, 
menu_image);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared 
here
   92 | void       gtk_image_menu_item_set_image         (GtkImageMenuItem 
*image_menu_item,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:2028:17: warning: ‘gtk_image_menu_item_new_with_mnemonic’ is 
deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead 
[-Wdeprecated-declarations]
 2028 |                 menu_item = 
gtk_image_menu_item_new_with_mnemonic(_("_Clear"));
      |                 ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared 
here
   82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar      
*label);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:2030:11: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 
'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
 2030 |           menu_image = gtk_image_new_from_stock(GTK_STOCK_CLEAR, 
GTK_ICON_SIZE_MENU);
      |           ^~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
  122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
main.c:2030:11: warning: ‘GtkStock’ is deprecated 
[-Wdeprecated-declarations]
 2030 |           menu_image = gtk_image_new_from_stock(GTK_STOCK_CLEAR, 
GTK_ICON_SIZE_MENU);
      |           ^~~~~~~~~~
main.c:2031:11: warning: ‘gtk_image_menu_item_set_image’ is deprecated 
[-Wdeprecated-declarations]
 2031 |           gtk_image_menu_item_set_image((GtkImageMenuItem*)menu_item, 
menu_image);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared 
here
   92 | void       gtk_image_menu_item_set_image         (GtkImageMenuItem 
*image_menu_item,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:2041:3: warning: ‘gtk_menu_popup’ is deprecated: Use 
'(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' 
instead [-Wdeprecated-declarations]
 2041 |   gtk_menu_popup((GtkMenu*)menu, NULL, NULL, 
get_pref_int32("history_pos")?postition_history:NULL, NULL, 1, 
gtk_get_current_event_time());
      |   ^~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here
  138 | void       gtk_menu_popup                 (GtkMenu             *menu,
      |            ^~~~~~~~~~~~~~
main.c: In function ‘create_parcellite_menu’:
main.c:2093:3: warning: ‘gtk_image_menu_item_new_from_stock’ is deprecated: 
Use 'gtk_menu_item_new' instead [-Wdeprecated-declarations]
 2093 |   menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_ABOUT, NULL);
      |   ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:84:12: note: declared 
here
   84 | GtkWidget* gtk_image_menu_item_new_from_stock    (const gchar      
*stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:2093:3: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
 2093 |   menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_ABOUT, NULL);
      |   ^~~~~~~~~
main.c:2098:3: warning: ‘gtk_image_menu_item_new_from_stock’ is deprecated: 
Use 'gtk_menu_item_new' instead [-Wdeprecated-declarations]
 2098 |   menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_SAVE_AS, 
NULL);
      |   ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:84:12: note: declared 
here
   84 | GtkWidget* gtk_image_menu_item_new_from_stock    (const gchar      
*stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:2098:3: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
 2098 |   menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_SAVE_AS, 
NULL);
      |   ^~~~~~~~~
main.c:2103:3: warning: ‘gtk_image_menu_item_new_from_stock’ is deprecated: 
Use 'gtk_menu_item_new' instead [-Wdeprecated-declarations]
 2103 |   menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_PREFERENCES, 
NULL);
      |   ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:84:12: note: declared 
here
   84 | GtkWidget* gtk_image_menu_item_new_from_stock    (const gchar      
*stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:2103:3: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
 2103 |   menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_PREFERENCES, 
NULL);
      |   ^~~~~~~~~
main.c:2109:11: warning: ‘gtk_image_menu_item_new_with_mnemonic’ is 
deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead 
[-Wdeprecated-declarations]
 2109 |           menu_item = 
gtk_image_menu_item_new_with_mnemonic(_("_History"));
      |           ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared 
here
   82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar      
*label);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:2110:17: warning: ‘gtk_image_menu_item_set_image’ is deprecated 
[-Wdeprecated-declarations]
 2110 |                 gtk_image_menu_item_set_image((GtkImageMenuItem 
*)menu_item,img);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared 
here
   92 | void       gtk_image_menu_item_set_image         (GtkImageMenuItem 
*image_menu_item,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:2118:3: warning: ‘gtk_image_menu_item_new_from_stock’ is deprecated: 
Use 'gtk_menu_item_new' instead [-Wdeprecated-declarations]
 2118 |   menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_QUIT, NULL);
      |   ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:84:12: note: declared 
here
   84 | GtkWidget* gtk_image_menu_item_new_from_stock    (const gchar      
*stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:2118:3: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
 2118 |   menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_QUIT, NULL);
      |   ^~~~~~~~~
main.c:2126:17: warning: ‘gtk_menu_popup’ is deprecated: Use 
'(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' 
instead [-Wdeprecated-declarations]
 2126 |                 gtk_menu_popup((GtkMenu*)menu, NULL, NULL, 
postition_history, NULL, 3, gtk_get_current_event_time());
      |                 ^~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here
  138 | void       gtk_menu_popup                 (GtkMenu             *menu,
      |            ^~~~~~~~~~~~~~
main.c:2130:17: warning: ‘gtk_menu_popup’ is deprecated: Use 
'(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' 
instead [-Wdeprecated-declarations]
 2130 |                 gtk_menu_popup((GtkMenu*)menu, NULL, NULL, NULL, NULL, 
button, activate_time);
      |                 ^~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here
  138 | void       gtk_menu_popup                 (GtkMenu             *menu,
      |            ^~~~~~~~~~~~~~
main.c: In function ‘setup_icon’:
main.c:2180:25: warning: ‘gtk_status_icon_new_from_icon_name’ is deprecated 
[-Wdeprecated-declarations]
 2180 |                         status_icon = 
gtk_status_icon_new_from_icon_name(get_pref_string("icon_name"));
      |                         ^~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:92:23: note: declared here
   92 | GtkStatusIcon        *gtk_status_icon_new_from_icon_name (const gchar   
     *icon_name);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:2181:25: warning: ‘gtk_status_icon_set_has_tooltip’ is deprecated 
[-Wdeprecated-declarations]
 2181 |                         
gtk_status_icon_set_has_tooltip((GtkStatusIcon*)status_icon, (int)_("Clipboard 
Manager"));
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:134:23: note: declared here
  134 | void                  gtk_status_icon_set_has_tooltip    (GtkStatusIcon 
     *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:2181:86: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
 2181 |                         
gtk_status_icon_set_has_tooltip((GtkStatusIcon*)status_icon, (int)_("Clipboard 
Manager"));
      |                                                                         
             ^
main.c:2185:25: warning: ‘gtk_status_icon_set_from_icon_name’ is deprecated 
[-Wdeprecated-declarations]
 2185 |                         
gtk_status_icon_set_from_icon_name(status_icon,get_pref_string("icon_name"));
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:106:23: note: declared here
  106 | void                  gtk_status_icon_set_from_icon_name (GtkStatusIcon 
     *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 parcellite.h:20:
main.c: In function ‘parcellite_init’:
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor 
symbol
 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1302:31: note: in expansion of macro 
‘_GLIB_GNUC_DO_PRAGMA’
 1302 | #define GLIB_DEPRECATED_MACRO _GLIB_GNUC_DO_PRAGMA(GCC warning 
"Deprecated pre-processor symbol")
      |                               ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/glib-visibility.h:141:39: note: in expansion of 
macro ‘GLIB_DEPRECATED_MACRO’
  141 | #define GLIB_DEPRECATED_MACRO_IN_2_32 GLIB_DEPRECATED_MACRO
      |                                       ^~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:280:38: note: in expansion of 
macro ‘GLIB_DEPRECATED_MACRO_IN_2_32’
  280 | #define g_thread_supported()     (1) GLIB_DEPRECATED_MACRO_IN_2_32
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:2261:20: note: in expansion of macro ‘g_thread_supported’
 2261 |         if(FALSE ==g_thread_supported()){
      |                    ^~~~~~~~~~~~~~~~~~
main.c:2264:9: warning: ‘g_mutex_new’ is deprecated 
[-Wdeprecated-declarations]
 2264 |         hist_lock= g_mutex_new();
      |         ^~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:115:
/usr/include/glib-2.0/glib/deprecated/gthread.h:283:17: note: declared here
  283 | GMutex *        g_mutex_new             (void);
      |                 ^~~~~~~~~~~
main.c: In function ‘main’:
main.c:2453:3: error: too many arguments to function ‘parcellite_init’; 
expected 0, have 1
 2453 |   parcellite_init(mode);
      |   ^~~~~~~~~~~~~~~ ~~~~
main.c:2253:13: note: declared here
 2253 | static void parcellite_init()
      |             ^~~~~~~~~~~~~~~
make[3]: *** [Makefile:445: main.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:437: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:378: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to