loqui: FTBFS: loqui-core-gtk.gob:256:25: error: implicit declaration of function ‘account_list_dialog_open_for_connect’ [-Werror=implicit-function-declaration]

Bug #2060834 reported by Nick Rosbrook
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
loqui (Debian)
Fix Released
Unknown
loqui (Ubuntu)
Fix Released
High
Nick Rosbrook

Bug Description

Imported from Debian bug http://bugs.debian.org/1066379:

Source: loqui
Version: 0.7.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: <email address hidden>
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/usr/include -I../libloqui -I../libloqui -I.. -I.. -DG_LOG_DOMAIN=\"Loqui\" -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/gtk-3.0 -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/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -g -DDATADIR=\""/usr/share"\" -Wall -Wredundant-decls -Wmissing-declarations -Wmissing-prototypes -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o loqui-channel-entry-action-group-ui.o loqui-channel-entry-action-group-ui.c
> loqui-core-gtk.gob:256:25: error: implicit declaration of function ‘account_list_dialog_open_for_connect’ [-Werror=implicit-function-declaration]
> 256 | account_list_dialog_open_for_connect(GTK_WINDOW(self->app), loqui_app_get_account_manager(self->app));
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> loqui-core-gtk.gob:260:17: warning: ‘gdk_threads_leave’ is deprecated [-Wdeprecated-declarations]
> 260 | gdk_threads_leave();
> | ^~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gdk/gdkthreads.h:48:10: note: declared here
> 48 | void gdk_threads_leave (void);
> | ^~~~~~~~~~~~~~~~~
> In file included from ../libloqui/loqui-gobject-utils.h:24,
> from ../libloqui/loqui-protocol.h:41,
> from ../libloqui/loqui_protocol_manager.h:26,
> from loqui-protocol-selection-dialog.h:37,
> from loqui-protocol-selection-dialog.c:36:
> ../libloqui/loqui-utils.h:66:13: warning: Deprecated pre-processor symbol: replace with "const"
> 66 | G_CONST_RETURN gchar *loqui_utils_remove_return_code(gchar *str);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui-utils.h:95:13: warning: Deprecated pre-processor symbol: replace with "const"
> 95 | G_CONST_RETURN gchar* loqui_utils_remove_ipv6_prefix_ffff(const gchar *str);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from ../libloqui/loqui_channel_entry.h:25,
> from ../libloqui/loqui_account.h:40,
> from ../libloqui/loqui-protocol.h:42:
> ../libloqui/loqui_user.h:114:13: warning: Deprecated pre-processor symbol: replace with "const"
> 114 | G_CONST_RETURN gchar *loqui_user_get_nick(LoquiUser *user);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_user.h:119:13: warning: Deprecated pre-processor symbol: replace with "const"
> 119 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiUser, loqui_user, username);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_user.h:120:13: warning: Deprecated pre-processor symbol: replace with "const"
> 120 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiUser, loqui_user, hostname);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_user.h:121:13: warning: Deprecated pre-processor symbol: replace with "const"
> 121 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiUser, loqui_user, realname);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_user.h:122:13: warning: Deprecated pre-processor symbol: replace with "const"
> 122 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiUser, loqui_user, servername);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_user.h:123:13: warning: Deprecated pre-processor symbol: replace with "const"
> 123 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiUser, loqui_user, away_message);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from ../libloqui/loqui_channel_buffer.h:26,
> from ../libloqui/loqui_channel_entry.h:28:
> loqui-message-text.h:176:13: warning: Deprecated pre-processor symbol: replace with "const"
> loqui-message-text.h:177:13: warning: Deprecated pre-processor symbol: replace with "const"
> loqui-message-text.h:178:13: warning: Deprecated pre-processor symbol: replace with "const"
> loqui-message-text.h:179:13: warning: Deprecated pre-processor symbol: replace with "const"
> ../libloqui/loqui_channel_entry.h:125:13: warning: Deprecated pre-processor symbol: replace with "const"
> 125 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiChannelEntry, loqui_channel_entry, name);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_channel_entry.h:126:13: warning: Deprecated pre-processor symbol: replace with "const"
> 126 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiChannelEntry, loqui_channel_entry, topic);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from ../libloqui/loqui_account.h:41:
> ../libloqui/loqui_channel.h:85:13: warning: Deprecated pre-processor symbol: replace with "const"
> 85 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiChannel, loqui_channel, identifier);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:36:9: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
> 36 | {"Start", GTK_STOCK_GO_FORWARD, N_("_Start"), NULL, NULL, NULL},
> | ^
> loqui-transfer-window.gob:37:9: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
> 37 | {"Cancel", GTK_STOCK_CANCEL, N_("Cancel"), NULL, NULL, NULL},
> | ^
> In file included from ../libloqui/loqui_profile_account.h:44,
> from ../libloqui/loqui_account.h:44:
> ../libloqui/loqui_codeconv.h:113:13: warning: Deprecated pre-processor symbol: replace with "const"
> 113 | G_CONST_RETURN gchar *loqui_codeconv_get_codeset(LoquiCodeConv *codeconv);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_codeconv.h:116:13: warning: Deprecated pre-processor symbol: replace with "const"
> 116 | G_CONST_RETURN gchar *loqui_codeconv_get_table_item_name(LoquiCodeConv *codeconv);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_codeconv.h:121:13: warning: Deprecated pre-processor symbol: replace with "const"
> 121 | G_CONST_RETURN gchar *loqui_codeconv_translate(const gchar *message);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:38:9: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
> 38 | {"Close", GTK_STOCK_CLOSE, N_("Close"), NULL, NULL, NULL}
> | ^
> ../libloqui/loqui_profile_account.h:86:13: warning: Deprecated pre-processor symbol: replace with "const"
> 86 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiProfileAccount, loqui_profile_account, name);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:42:9: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
> 42 | {"ToggleInfo", GTK_STOCK_PROPERTIES, N_("_Information"), NULL, NULL, NULL, FALSE},
> | ^
> ../libloqui/loqui_profile_account.h:88:13: warning: Deprecated pre-processor symbol: replace with "const"
> 88 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiProfileAccount, loqui_profile_account, nick);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_profile_account.h:90:13: warning: Deprecated pre-processor symbol: replace with "const"
> 90 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiProfileAccount, loqui_profile_account, servername);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_profile_account.h:93:13: warning: Deprecated pre-processor symbol: replace with "const"
> 93 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiProfileAccount, loqui_profile_account, username);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_profile_account.h:94:13: warning: Deprecated pre-processor symbol: replace with "const"
> 94 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiProfileAccount, loqui_profile_account, password);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_profile_account.h:97:13: warning: Deprecated pre-processor symbol: replace with "const"
> 97 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiProfileAccount, loqui_profile_account, codeconv_item_name);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_profile_account.h:98:13: warning: Deprecated pre-processor symbol: replace with "const"
> 98 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiProfileAccount, loqui_profile_account, codeset);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> loqui-transfer-window.c: In function ‘loqui_transfer_window_init’:
> loqui-transfer-window.c:167:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
> 167 | o->_priv = G_TYPE_INSTANCE_GET_PRIVATE(o,LOQUI_TYPE_TRANSFER_WINDOW,LoquiTransferWindowPrivate);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> loqui-transfer-window.c: In function ‘loqui_transfer_window_class_init’:
> loqui-transfer-window.c:176:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations]
> 176 | g_type_class_add_private(c,sizeof(LoquiTransferWindowPrivate));
> | ^~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
> from /usr/include/glib-2.0/gobject/gbinding.h:31,
> from /usr/include/glib-2.0/glib-object.h:24,
> from loqui-transfer-window.h:25,
> from loqui-transfer-window.gob:30:
> /usr/include/glib-2.0/gobject/gtype.h:1495:10: note: declared here
> 1495 | void g_type_class_add_private (gpointer g_class,
> | ^~~~~~~~~~~~~~~~~~~~~~~~
> In file included from ../libloqui/loqui-protocol.h:49:
> ../libloqui/loqui-profile-factory.h:48:13: warning: Deprecated pre-processor symbol: replace with "const"
> 48 | G_CONST_RETURN gchar *loqui_profile_factory_get_profile_type_name_static(LoquiProfileFactory *self);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> loqui-transfer-window.gob: In function ‘loqui_transfer_window_add_toolbar’:
> loqui-transfer-window.gob:75:17: warning: ‘gtk_handle_box_new’ is deprecated [-Wdeprecated-declarations]
> 75 | selfp->handlebox_toolbar = gtk_handle_box_new();
> | ^~~~~
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:260,
> from loqui-transfer-window.h:35:
> /usr/include/gtk-3.0/gtk/deprecated/gtkhandlebox.h:90:15: note: declared here
> 90 | GtkWidget* gtk_handle_box_new (void);
> | ^~~~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:78:17: warning: ‘gtk_ui_manager_add_ui_from_string’ is deprecated [-Wdeprecated-declarations]
> 78 | if(!gtk_ui_manager_add_ui_from_string(selfp->ui_manager, embedtxt_loqui_transfer_window_ui, -1, &error))
> | ^~
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:284:
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:158:16: note: declared here
> 158 | guint gtk_ui_manager_add_ui_from_string (GtkUIManager *manager,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:81:17: warning: ‘gtk_ui_manager_ensure_update’ is deprecated [-Wdeprecated-declarations]
> 81 | gtk_ui_manager_ensure_update(selfp->ui_manager);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:184:16: note: declared here
> 184 | void gtk_ui_manager_ensure_update (GtkUIManager *manager);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:82:17: warning: ‘gtk_ui_manager_get_widget’ is deprecated [-Wdeprecated-declarations]
> 82 | gtk_container_add(GTK_CONTAINER(selfp->handlebox_toolbar), gtk_ui_manager_get_widget(selfp->ui_manager, "/Toolbar"));
> | ^~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
> 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~
> loqui-transfer-window.gob: In function ‘loqui_transfer_window_create_actions’:
> loqui-transfer-window.gob:87:17: warning: ‘gtk_ui_manager_new’ is deprecated [-Wdeprecated-declarations]
> 87 | selfp->ui_manager = gtk_ui_manager_new();
> | ^~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:130:16: note: declared here
> 130 | GtkUIManager *gtk_ui_manager_new (void);
> | ^~~~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:89:17: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
> 89 | selfp->action_group = gtk_action_group_new("LoquiTransferWindw");
> | ^~~~~
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:254:
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
> 175 | GtkActionGroup *gtk_action_group_new (const gchar *name);
> | ^~~~~~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:90:17: warning: ‘gtk_ui_manager_set_add_tearoffs’ is deprecated [-Wdeprecated-declarations]
> 90 | gtk_ui_manager_set_add_tearoffs(selfp->ui_manager, TRUE);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:132:16: note: declared here
> 132 | void gtk_ui_manager_set_add_tearoffs (GtkUIManager *manager,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:92:44: warning: ‘gtk_ui_manager_get_accel_group’ is deprecated [-Wdeprecated-declarations]
> 92 | gtk_ui_manager_get_accel_group(selfp->ui_manager));
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:147:16: note: declared here
> 147 | GtkAccelGroup *gtk_ui_manager_get_accel_group (GtkUIManager *manager);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> loqui-protocol-selection-dialog.c: In function ‘loqui_protocol_selection_dialog_init’:
> loqui-transfer-window.gob:95:17: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
> 95 | gtk_action_group_add_actions(selfp->action_group,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here
> 210 | void gtk_action_group_add_actions (GtkActionGroup *action_group,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> loqui-protocol-selection-dialog.c:168:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
> 168 | o->_priv = G_TYPE_INSTANCE_GET_PRIVATE(o,LOQUI_TYPE_PROTOCOL_SELECTION_DIALOG,LoquiProtocolSelectionDialogPrivate);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:99:17: warning: ‘gtk_action_group_add_toggle_actions’ is deprecated [-Wdeprecated-declarations]
> 99 | gtk_action_group_add_toggle_actions(selfp->action_group,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:215:17: note: declared here
> 215 | void gtk_action_group_add_toggle_actions (GtkActionGroup *action_group,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> loqui-protocol-selection-dialog.c: In function ‘loqui_protocol_selection_dialog_class_init’:
> loqui-protocol-selection-dialog.c:180:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations]
> 180 | g_type_class_add_private(c,sizeof(LoquiProtocolSelectionDialogPrivate));
> | ^~~~~~~~~~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:104:17: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
> 104 | gtk_ui_manager_insert_action_group(selfp->ui_manager, selfp->action_group, 0);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
> 138 | void gtk_ui_manager_insert_action_group (GtkUIManager *manager,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> loqui-transfer-window.gob: In function ‘loqui_transfer_window_new’:
> In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
> from /usr/include/glib-2.0/gobject/gbinding.h:31,
> from /usr/include/glib-2.0/glib-object.h:24,
> from loqui-protocol-selection-dialog.h:25:
> /usr/include/glib-2.0/gobject/gtype.h:1495:10: note: declared here
> 1495 | void g_type_class_add_private (gpointer g_class,
> | ^~~~~~~~~~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:137:45: warning: passing argument 1 of ‘gtk_widget_set_size_request’ from incompatible pointer type [-Wincompatible-pointer-types]
> 137 | gtk_widget_set_size_request(self, 0, 0);
> | ^~~~
> | |
> | Self * {aka struct _LoquiTransferWindow *}
> In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
> from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
> from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
> from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
> from /usr/include/gtk-3.0/gtk/gtk.h:31:
> /usr/include/gtk-3.0/gtk/gtkwidget.h:961:65: note: expected ‘GtkWidget *’ {aka ‘struct _GtkWidget *’} but argument is of type ‘Self *’ {aka ‘struct _LoquiTransferWindow *’}
> 961 | void gtk_widget_set_size_request (GtkWidget *widget,
> | ~~~~~~~~~~~~~~~~~~~~~^~~~~~
> loqui-transfer-window.gob:142:17: warning: ‘gtk_vbox_new’ is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
> 142 | vbox1 = gtk_vbox_new(FALSE, 0);
> | ^~~~~
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:286:
> /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here
> 61 | GtkWidget * gtk_vbox_new (gboolean homogeneous,
> | ^~~~~~~~~~~~
> loqui-transfer-window.gob:148:17: warning: ‘gtk_vpaned_new’ is deprecated: Use 'gtk_paned_new' instead [-Wdeprecated-declarations]
> 148 | vpaned1 = gtk_vpaned_new();
> | ^~~~~~~
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:287:
> /usr/include/gtk-3.0/gtk/deprecated/gtkvpaned.h:61:13: note: declared here
> 61 | GtkWidget * gtk_vpaned_new (void);
> | ^~~~~~~~~~~~~~
> loqui-transfer-window.gob:151:17: warning: ‘gtk_hpaned_new’ is deprecated: Use 'gtk_paned_new' instead [-Wdeprecated-declarations]
> 151 | hpaned1 = gtk_hpaned_new();
> | ^~~~~~~
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:263:
> /usr/include/gtk-3.0/gtk/deprecated/gtkhpaned.h:61:13: note: declared here
> 61 | GtkWidget * gtk_hpaned_new (void);
> | ^~~~~~~~~~~~~~
> loqui-transfer-window.gob:177:17: warning: ‘gtk_table_new’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 177 | table = gtk_table_new(10, 3, FALSE);
> | ^~~~~
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:280:
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:119:12: note: declared here
> 119 | GtkWidget* gtk_table_new (guint rows,
> | ^~~~~~~~~~~~~
> loqui-transfer-window.gob:179:17: warning: ‘gtk_table_set_row_spacings’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 179 | gtk_table_set_row_spacings(GTK_TABLE(table), 2);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:159:12: note: declared here
> 159 | void gtk_table_set_row_spacings (GtkTable *table,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:180:17: warning: ‘gtk_table_set_col_spacings’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 180 | gtk_table_set_col_spacings(GTK_TABLE(table), 2);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:164:12: note: declared here
> 164 | void gtk_table_set_col_spacings (GtkTable *table,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:185:17: warning: ‘gtk_table_attach’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 185 | gtk_table_attach(GTK_TABLE(table), label, 0, 1, row, row+1,
> | ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
> 127 | void gtk_table_attach (GtkTable *table,
> | ^~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:190:17: warning: ‘gtk_table_attach’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 190 | gtk_table_attach(GTK_TABLE(table), entry_filename, 1, 3, 0, 1,
> | ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
> 127 | void gtk_table_attach (GtkTable *table,
> | ^~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:196:17: warning: ‘gtk_table_attach’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 196 | gtk_table_attach(GTK_TABLE(table), label, 0, 1, row, row+1,
> | ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
> 127 | void gtk_table_attach (GtkTable *table,
> | ^~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:201:17: warning: ‘gtk_table_attach’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 201 | gtk_table_attach(GTK_TABLE(table), entry_directory, 1, 2, row, row+1,
> | ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
> 127 | void gtk_table_attach (GtkTable *table,
> | ^~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:205:17: warning: ‘gtk_table_attach’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 205 | gtk_table_attach(GTK_TABLE(table), button_dir, 2, 3, row, row+1,
> | ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
> 127 | void gtk_table_attach (GtkTable *table,
> | ^~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:210:17: warning: ‘gtk_hseparator_new’ is deprecated: Use 'gtk_separator_new' instead [-Wdeprecated-declarations]
> 210 | hseparator1 = gtk_hseparator_new();
> | ^~~~~~~~~~~
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:267:
> /usr/include/gtk-3.0/gtk/deprecated/gtkhseparator.h:61:12: note: declared here
> 61 | GtkWidget* gtk_hseparator_new (void);
> | ^~~~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:211:17: warning: ‘gtk_table_attach’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 211 | gtk_table_attach(GTK_TABLE(table), hseparator1, 0, 3, row, row+1,
> | ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
> 127 | void gtk_table_attach (GtkTable *table,
> | ^~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:218:17: warning: ‘gtk_table_attach’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 218 | gtk_table_attach(GTK_TABLE(table), label, 0, 1, row, row+1,
> | ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
> 127 | void gtk_table_attach (GtkTable *table,
> | ^~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:222:17: warning: ‘gtk_table_attach’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 222 | gtk_table_attach(GTK_TABLE(table), label_updown, 1, 3, row, row+1,
> | ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
> 127 | void gtk_table_attach (GtkTable *table,
> | ^~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:228:17: warning: ‘gtk_table_attach’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 228 | gtk_table_attach(GTK_TABLE(table), label, 0, 1, row, row+1,
> | ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
> 127 | void gtk_table_attach (GtkTable *table,
> | ^~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:232:17: warning: ‘gtk_table_attach’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 232 | gtk_table_attach(GTK_TABLE(table), label_status, 1, 3, row, row+1,
> | ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
> 127 | void gtk_table_attach (GtkTable *table,
> | ^~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:238:17: warning: ‘gtk_table_attach’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 238 | gtk_table_attach(GTK_TABLE(table), label, 0, 1, row, row+1,
> | ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
> 127 | void gtk_table_attach (GtkTable *table,
> | ^~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:242:17: warning: ‘gtk_table_attach’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 242 | gtk_table_attach(GTK_TABLE(table), label_path, 1, 3, row, row+1,
> | ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
> 127 | void gtk_table_attach (GtkTable *table,
> | ^~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:248:17: warning: ‘gtk_table_attach’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 248 | gtk_table_attach(GTK_TABLE(table), label, 0, 1, row, row+1,
> | ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
> 127 | void gtk_table_attach (GtkTable *table,
> | ^~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:253:17: warning: ‘gtk_table_attach’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 253 | gtk_table_attach(GTK_TABLE(table), progressbar, 1, 3, row, row+1,
> | ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
> 127 | void gtk_table_attach (GtkTable *table,
> | ^~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:261:17: warning: ‘gtk_table_attach’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 261 | gtk_table_attach(GTK_TABLE(table), label, 0, 1, row, row+1,
> | ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
> 127 | void gtk_table_attach (GtkTable *table,
> | ^~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:266:17: warning: ‘gtk_table_attach’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 266 | gtk_table_attach(GTK_TABLE(table), label_size, 1, 3, row, row+1,
> | ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
> 127 | void gtk_table_attach (GtkTable *table,
> | ^~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:273:17: warning: ‘gtk_table_attach’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 273 | gtk_table_attach(GTK_TABLE(table), label, 0, 1, row, row+1,
> | ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
> 127 | void gtk_table_attach (GtkTable *table,
> | ^~~~~~~~~~~~~~~~
> loqui-transfer-window.gob:277:17: warning: ‘gtk_table_attach’ is deprecated: Use 'GtkGrid' instead [-Wdeprecated-declarations]
> 277 | gtk_table_attach(GTK_TABLE(table), label_rate, 1, 3, row, row+1,
> | ^~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:127:12: note: declared here
> 127 | void gtk_table_attach (GtkTable *table,
> | ^~~~~~~~~~~~~~~~
> In file included from ../libloqui/loqui-gobject-utils.h:24,
> from ../libloqui/loqui_user.h:25,
> from ../libloqui/loqui_channel_entry.h:25,
> from ../libloqui/loqui_account.h:40,
> from ../libloqui/loqui-account-manager.h:36,
> from loqui_app.h:41,
> from loqui-tray-icon.h:44,
> from loqui-tray-icon-private.h:29,
> from loqui-tray-icon.c:36:
> ../libloqui/loqui-utils.h:66:13: warning: Deprecated pre-processor symbol: replace with "const"
> 66 | G_CONST_RETURN gchar *loqui_utils_remove_return_code(gchar *str);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui-utils.h:95:13: warning: Deprecated pre-processor symbol: replace with "const"
> 95 | G_CONST_RETURN gchar* loqui_utils_remove_ipv6_prefix_ffff(const gchar *str);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_user.h:114:13: warning: Deprecated pre-processor symbol: replace with "const"
> 114 | G_CONST_RETURN gchar *loqui_user_get_nick(LoquiUser *user);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_user.h:119:13: warning: Deprecated pre-processor symbol: replace with "const"
> 119 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiUser, loqui_user, username);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_user.h:120:13: warning: Deprecated pre-processor symbol: replace with "const"
> 120 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiUser, loqui_user, hostname);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_user.h:121:13: warning: Deprecated pre-processor symbol: replace with "const"
> 121 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiUser, loqui_user, realname);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_user.h:122:13: warning: Deprecated pre-processor symbol: replace with "const"
> 122 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiUser, loqui_user, servername);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_user.h:123:13: warning: Deprecated pre-processor symbol: replace with "const"
> 123 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiUser, loqui_user, away_message);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from ../libloqui/loqui_channel_buffer.h:26,
> from ../libloqui/loqui_channel_entry.h:28:
> loqui-message-text.h:176:13: warning: Deprecated pre-processor symbol: replace with "const"
> loqui-message-text.h:177:13: warning: Deprecated pre-processor symbol: replace with "const"
> loqui-message-text.h:178:13: warning: Deprecated pre-processor symbol: replace with "const"
> loqui-message-text.h:179:13: warning: Deprecated pre-processor symbol: replace with "const"
> ../libloqui/loqui_channel_entry.h:125:13: warning: Deprecated pre-processor symbol: replace with "const"
> 125 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiChannelEntry, loqui_channel_entry, name);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_channel_entry.h:126:13: warning: Deprecated pre-processor symbol: replace with "const"
> 126 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiChannelEntry, loqui_channel_entry, topic);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> In file included from ../libloqui/loqui_account.h:41:
> ../libloqui/loqui_channel.h:85:13: warning: Deprecated pre-processor symbol: replace with "const"
> 85 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiChannel, loqui_channel, identifier);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from ../libloqui/loqui-protocol.h:48,
> from ../libloqui/loqui_profile_account.h:42,
> from ../libloqui/loqui_account.h:44:
> ../libloqui/loqui_codeconv.h:113:13: warning: Deprecated pre-processor symbol: replace with "const"
> 113 | G_CONST_RETURN gchar *loqui_codeconv_get_codeset(LoquiCodeConv *codeconv);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_codeconv.h:116:13: warning: Deprecated pre-processor symbol: replace with "const"
> 116 | G_CONST_RETURN gchar *loqui_codeconv_get_table_item_name(LoquiCodeConv *codeconv);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_codeconv.h:121:13: warning: Deprecated pre-processor symbol: replace with "const"
> 121 | G_CONST_RETURN gchar *loqui_codeconv_translate(const gchar *message);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from ../libloqui/loqui-protocol.h:49:
> ../libloqui/loqui-profile-factory.h:48:13: warning: Deprecated pre-processor symbol: replace with "const"
> 48 | G_CONST_RETURN gchar *loqui_profile_factory_get_profile_type_name_static(LoquiProfileFactory *self);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_profile_account.h:86:13: warning: Deprecated pre-processor symbol: replace with "const"
> 86 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiProfileAccount, loqui_profile_account, name);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_profile_account.h:88:13: warning: Deprecated pre-processor symbol: replace with "const"
> 88 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiProfileAccount, loqui_profile_account, nick);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_profile_account.h:90:13: warning: Deprecated pre-processor symbol: replace with "const"
> 90 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiProfileAccount, loqui_profile_account, servername);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_profile_account.h:93:13: warning: Deprecated pre-processor symbol: replace with "const"
> 93 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiProfileAccount, loqui_profile_account, username);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_profile_account.h:94:13: warning: Deprecated pre-processor symbol: replace with "const"
> 94 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiProfileAccount, loqui_profile_account, password);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_profile_account.h:97:13: warning: Deprecated pre-processor symbol: replace with "const"
> 97 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiProfileAccount, loqui_profile_account, codeconv_item_name);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_profile_account.h:98:13: warning: Deprecated pre-processor symbol: replace with "const"
> 98 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiProfileAccount, loqui_profile_account, codeset);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from ../libloqui/loqui-gobject-utils.h:24,
> from ../libloqui/loqui_user.h:25,
> from ../libloqui/loqui_channel_entry.h:25,
> from ../libloqui/loqui_account.h:40,
> from ../libloqui/loqui-account-manager.h:36,
> from loqui-channel-entry-action-group.h:37,
> from loqui-channel-entry-action-group.c:36:
> ../libloqui/loqui-utils.h:66:13: warning: Deprecated pre-processor symbol: replace with "const"
> 66 | G_CONST_RETURN gchar *loqui_utils_remove_return_code(gchar *str);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui-utils.h:95:13: warning: Deprecated pre-processor symbol: replace with "const"
> 95 | G_CONST_RETURN gchar* loqui_utils_remove_ipv6_prefix_ffff(const gchar *str);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_user.h:114:13: warning: Deprecated pre-processor symbol: replace with "const"
> 114 | G_CONST_RETURN gchar *loqui_user_get_nick(LoquiUser *user);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_user.h:119:13: warning: Deprecated pre-processor symbol: replace with "const"
> 119 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiUser, loqui_user, username);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_user.h:120:13: warning: Deprecated pre-processor symbol: replace with "const"
> 120 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiUser, loqui_user, hostname);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_user.h:121:13: warning: Deprecated pre-processor symbol: replace with "const"
> 121 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiUser, loqui_user, realname);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_user.h:122:13: warning: Deprecated pre-processor symbol: replace with "const"
> 122 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiUser, loqui_user, servername);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libloqui/loqui_user.h:123:13: warning: Deprecated pre-processor symbol: replace with "const"
> 123 | LOQUI_DEFINE_ACCESSOR_CONST_STRING_PROTOTYPE(LoquiUser, loqui_user, away_message);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from ../libloqui/loqui_channel_buffer.h:26,
> from ../libloqui/loqui_channel_entry.h:28:
> loqui-message-text.h:176:13: warning: Deprecated pre-processor symbol: replace with "const"
> loqui-message-text.h:177:13: warning: Deprecated pre-processor symbol: replace with "const"
> loqui-message-text.h:178:13: warning: Deprecated pre-processor symbol: replace with "const"
> loqui-message-text.h:179:13: warning: Deprecated pre-processor symbol: replace with "const"
> make[5]: *** [Makefile:604: loqui-core-gtk.o] Error 1

The full build log is available from:
http://qa-logs.debian.net/2024/03/13/loqui_0.7.0-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;<email address hidden>
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&<email address hidden>&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.

Nick Rosbrook (enr0n)
tags: added: update-excuse
Nick Rosbrook (enr0n)
Changed in loqui (Ubuntu):
status: New → In Progress
assignee: nobody → Nick Rosbrook (enr0n)
importance: Undecided → High
Changed in loqui (Debian):
importance: Undecided → Unknown
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package loqui - 0.7.0-2ubuntu1

---------------
loqui (0.7.0-2ubuntu1) noble; urgency=medium

  * debian/patches: fix implicit declaration of
    account_list_dialog_open_for_connect (LP: #2060834)

 -- Nick Rosbrook <email address hidden> Wed, 10 Apr 2024 11:51:39 -0400

Changed in loqui (Ubuntu):
status: In Progress → Fix Released
Changed in loqui (Debian):
status: New → Fix Committed
Changed in loqui (Debian):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.