Your message dated Tue, 09 Apr 2024 14:34:43 +0000
with message-id <e1rucyd-000lft...@fasolo.debian.org>
and subject line Bug#1066239: fixed in gnome-system-tools 3.0.0-10
has caused the Debian Bug report #1066239,
regarding gnome-system-tools: FTBFS: shares-tool.c:113:17: error: implicit 
declaration of function ‘table_add_share’ 
[-Werror=implicit-function-declaration]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1066239: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066239
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gnome-system-tools
Version: 3.0.0-9.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../.. 
> -DPIXMAPS_DIR=\""/usr/share/gnome-system-tools/pixmaps"\" 
> -DINTERFACES_DIR=\""/usr/share/gnome-system-tools/ui"\" -DFRONTEND_DIR=\"""\" 
> -DDESKTOP_DATA_DIR=\"""\" -DCONF_DIR=\""/etc/gnome-system-tools"\" 
> -I../../src/common -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 
> -I/usr/include/liboobs-1.0  -I/usr/include/polkit-1 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -pthread    -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -Wchar-subscripts -Wmissing-declarations -Wnested-externs 
> -Wpointer-arith -Wcast-align -Wsign-compare -Wformat-security -c -o 
> shares-tool.o shares-tool.c
> In file included from /usr/include/liboobs-1.0/oobs/oobs.h:28,
>                  from ../../src/common/gst-tool.h:30,
>                  from shares-tool.h:27,
>                  from shares-tool.c:22:
> /usr/include/liboobs-1.0/oobs/oobs-session.h:79:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    79 | G_CONST_RETURN gchar * oobs_session_get_authentication_action 
> (OobsSession *session);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/liboobs-1.0/oobs/oobs-user.h:40,
>                  from /usr/include/liboobs-1.0/oobs/oobs-selfconfig.h:28,
>                  from /usr/include/liboobs-1.0/oobs/oobs.h:31:
> /usr/include/liboobs-1.0/oobs/oobs-group.h:58:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    58 | G_CONST_RETURN gchar* oobs_group_get_name (OobsGroup *group);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
> /usr/include/liboobs-1.0/oobs/oobs-user.h:84:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    84 | G_CONST_RETURN gchar* oobs_user_get_login_name (OobsUser *user);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
> /usr/include/liboobs-1.0/oobs/oobs-user.h:94:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    94 | G_CONST_RETURN gchar* oobs_user_get_home_directory (OobsUser *user);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
> /usr/include/liboobs-1.0/oobs/oobs-user.h:97:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    97 | G_CONST_RETURN gchar* oobs_user_get_shell (OobsUser *user);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
> /usr/include/liboobs-1.0/oobs/oobs-user.h:100:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>   100 | G_CONST_RETURN gchar* oobs_user_get_full_name (OobsUser *user);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~      
> /usr/include/liboobs-1.0/oobs/oobs-user.h:101:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>   101 | G_CONST_RETURN gchar* oobs_user_get_full_name_fallback (OobsUser 
> *user);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-user.h:104:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>   104 | G_CONST_RETURN gchar* oobs_user_get_room_number (OobsUser *user);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
> /usr/include/liboobs-1.0/oobs/oobs-user.h:107:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>   107 | G_CONST_RETURN gchar* oobs_user_get_work_phone_number (OobsUser 
> *user);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-user.h:110:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>   110 | G_CONST_RETURN gchar* oobs_user_get_home_phone_number (OobsUser 
> *user);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-user.h:113:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>   113 | G_CONST_RETURN gchar* oobs_user_get_other_data (OobsUser *user);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
> /usr/include/liboobs-1.0/oobs/oobs-user.h:127:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>   127 | G_CONST_RETURN gchar* oobs_user_get_locale (OobsUser *user);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~         
> In file included from /usr/include/liboobs-1.0/oobs/oobs.h:32:
> /usr/include/liboobs-1.0/oobs/oobs-share.h:54:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    54 | G_CONST_RETURN gchar*  oobs_share_get_path    (OobsShare *share);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
> In file included from /usr/include/liboobs-1.0/oobs/oobs.h:33:
> /usr/include/liboobs-1.0/oobs/oobs-share-smb.h:64:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    64 | G_CONST_RETURN gchar* oobs_share_smb_get_name    (OobsShareSMB 
> *share);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-share-smb.h:68:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    68 | G_CONST_RETURN gchar* oobs_share_smb_get_comment (OobsShareSMB 
> *share);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/liboobs-1.0/oobs/oobs.h:34:
> /usr/include/liboobs-1.0/oobs/oobs-smbconfig.h:66:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    66 | G_CONST_RETURN gchar* oobs_smb_config_get_workgroup      
> (OobsSMBConfig *config);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-smbconfig.h:70:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    70 | G_CONST_RETURN gchar* oobs_smb_config_get_description    
> (OobsSMBConfig *config);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-smbconfig.h:78:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    78 | G_CONST_RETURN gchar* oobs_smb_config_get_wins_server    
> (OobsSMBConfig *config);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/liboobs-1.0/oobs/oobs.h:38:
> /usr/include/liboobs-1.0/oobs/oobs-usersconfig.h:74:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    74 | G_CONST_RETURN gchar* oobs_users_config_get_default_shell 
> (OobsUsersConfig *config);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-usersconfig.h:77:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    77 | G_CONST_RETURN gchar* oobs_users_config_get_default_home_dir 
> (OobsUsersConfig *config);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/liboobs-1.0/oobs/oobs.h:41:
> /usr/include/liboobs-1.0/oobs/oobs-ntpserver.h:56:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    56 | G_CONST_RETURN gchar*  oobs_ntp_server_get_hostname (OobsNTPServer 
> *ntp_server);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/liboobs-1.0/oobs/oobs.h:43:
> /usr/include/liboobs-1.0/oobs/oobs-timeconfig.h:71:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    71 | G_CONST_RETURN gchar* oobs_time_config_get_timezone (OobsTimeConfig 
> *config);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/liboobs-1.0/oobs/oobs.h:44:
> /usr/include/liboobs-1.0/oobs/oobs-statichost.h:56:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    56 | G_CONST_RETURN gchar* oobs_static_host_get_ip_address (OobsStaticHost 
> *static_host);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/liboobs-1.0/oobs/oobs.h:45:
> /usr/include/liboobs-1.0/oobs/oobs-hostsconfig.h:61:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    61 | G_CONST_RETURN gchar*  oobs_hosts_config_get_hostname   
> (OobsHostsConfig *config);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-hostsconfig.h:65:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    65 | G_CONST_RETURN gchar*  oobs_hosts_config_get_domainname 
> (OobsHostsConfig *config);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/liboobs-1.0/oobs/oobs.h:46:
> /usr/include/liboobs-1.0/oobs/oobs-iface.h:64:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    64 | G_CONST_RETURN gchar* oobs_iface_get_device_name (OobsIface *iface);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
> In file included from /usr/include/liboobs-1.0/oobs/oobs.h:47:
> /usr/include/liboobs-1.0/oobs/oobs-iface-ethernet.h:55:13: warning: 
> Deprecated pre-processor symbol: replace with "const"
>    55 | G_CONST_RETURN gchar*   oobs_iface_ethernet_get_ip_address 
> (OobsIfaceEthernet *iface);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-iface-ethernet.h:58:13: warning: 
> Deprecated pre-processor symbol: replace with "const"
>    58 | G_CONST_RETURN gchar*   oobs_iface_ethernet_get_network_mask 
> (OobsIfaceEthernet *iface);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-iface-ethernet.h:61:13: warning: 
> Deprecated pre-processor symbol: replace with "const"
>    61 | G_CONST_RETURN gchar*   oobs_iface_ethernet_get_gateway_address 
> (OobsIfaceEthernet *iface);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-iface-ethernet.h:64:13: warning: 
> Deprecated pre-processor symbol: replace with "const"
>    64 | G_CONST_RETURN gchar*   oobs_iface_ethernet_get_network_address 
> (OobsIfaceEthernet *iface);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-iface-ethernet.h:67:13: warning: 
> Deprecated pre-processor symbol: replace with "const"
>    67 | G_CONST_RETURN gchar*   oobs_iface_ethernet_get_broadcast_address 
> (OobsIfaceEthernet *iface);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-iface-ethernet.h:70:13: warning: 
> Deprecated pre-processor symbol: replace with "const"
>    70 | G_CONST_RETURN gchar*   oobs_iface_ethernet_get_configuration_method 
> (OobsIfaceEthernet *iface);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/liboobs-1.0/oobs/oobs.h:48:
> /usr/include/liboobs-1.0/oobs/oobs-iface-wireless.h:55:13: warning: 
> Deprecated pre-processor symbol: replace with "const"
>    55 | G_CONST_RETURN gchar* oobs_iface_wireless_get_essid 
> (OobsIfaceWireless *iface);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-iface-wireless.h:58:13: warning: 
> Deprecated pre-processor symbol: replace with "const"
>    58 | G_CONST_RETURN gchar* oobs_iface_wireless_get_key (OobsIfaceWireless 
> *iface);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-iface-wireless.h:61:13: warning: 
> Deprecated pre-processor symbol: replace with "const"
>    61 | G_CONST_RETURN gchar* oobs_iface_wireless_get_key_type 
> (OobsIfaceWireless *iface);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/liboobs-1.0/oobs/oobs.h:50:
> /usr/include/liboobs-1.0/oobs/oobs-iface-plip.h:56:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    56 | G_CONST_RETURN gchar* oobs_iface_plip_get_address (OobsIfacePlip 
> *iface);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-iface-plip.h:59:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    59 | G_CONST_RETURN gchar* oobs_iface_plip_get_remote_address 
> (OobsIfacePlip *iface);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/liboobs-1.0/oobs/oobs.h:51:
> /usr/include/liboobs-1.0/oobs/oobs-iface-ppp.h:73:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    73 | G_CONST_RETURN gchar * oobs_iface_ppp_get_connection_type 
> (OobsIfacePPP *iface);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-iface-ppp.h:76:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    76 | G_CONST_RETURN gchar*  oobs_iface_ppp_get_login (OobsIfacePPP *iface);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-iface-ppp.h:81:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    81 | G_CONST_RETURN gchar*  oobs_iface_ppp_get_phone_number (OobsIfacePPP 
> *iface);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-iface-ppp.h:84:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    84 | G_CONST_RETURN gchar*  oobs_iface_ppp_get_phone_prefix (OobsIfacePPP 
> *iface);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-iface-ppp.h:99:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    99 | G_CONST_RETURN gchar*  oobs_iface_ppp_get_serial_port (OobsIfacePPP 
> *iface);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-iface-ppp.h:113:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>   113 | G_CONST_RETURN gchar * oobs_iface_ppp_get_apn       (OobsIfacePPP     
>  *iface);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/liboobs-1.0/oobs/oobs-service.h:26,
>                  from /usr/include/liboobs-1.0/oobs/oobs.h:53:
> /usr/include/liboobs-1.0/oobs/oobs-servicesconfig.h:78:13: warning: 
> Deprecated pre-processor symbol: replace with "const"
>    78 | G_CONST_RETURN OobsServicesRunlevel* 
> oobs_services_config_get_default_runlevel (OobsServicesConfig *config);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/liboobs-1.0/oobs/oobs-service.h:71:13: warning: Deprecated 
> pre-processor symbol: replace with "const"
>    71 | G_CONST_RETURN gchar* oobs_service_get_name      (OobsService 
> *service);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 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 shares-tool.c:21:
> shares-tool.c:40:31: warning: no previous declaration for 
> ‘gst_shares_tool_get_type’ [-Wmissing-declarations]
>    40 | G_DEFINE_TYPE (GstSharesTool, gst_shares_tool, GST_TYPE_TOOL);
>       |                               ^~~~~~~~~~~~~~~
> /usr/include/glib-2.0/gobject/gtype.h:2287:1: note: in definition of macro 
> ‘_G_DEFINE_TYPE_EXTENDED_BEGIN_PRE’
>  2287 | type_name##_get_type (void) \
>       | ^~~~~~~~~
> /usr/include/glib-2.0/gobject/gtype.h:2045:61: note: in expansion of macro 
> ‘_G_DEFINE_TYPE_EXTENDED_BEGIN’
>  2045 | #define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_)      
> _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} 
> _G_DEFINE_TYPE_EXTENDED_END()
>       |                                                             
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/glib-2.0/gobject/gtype.h:1826:61: note: in expansion of macro 
> ‘G_DEFINE_TYPE_EXTENDED’
>  1826 | #define G_DEFINE_TYPE(TN, t_n, T_P)                         
> G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
>       |                                                             
> ^~~~~~~~~~~~~~~~~~~~~~
> shares-tool.c:40:1: note: in expansion of macro ‘G_DEFINE_TYPE’
>    40 | G_DEFINE_TYPE (GstSharesTool, gst_shares_tool, GST_TYPE_TOOL);
>       | ^~~~~~~~~~~~~
> shares-tool.c: In function ‘add_shares’:
> shares-tool.c:113:17: error: implicit declaration of function 
> ‘table_add_share’ [-Werror=implicit-function-declaration]
>   113 |                 table_add_share (share, &iter);
>       |                 ^~~~~~~~~~~~~~~
> shares-tool.c:113:17: warning: nested extern declaration of ‘table_add_share’ 
> [-Wnested-externs]
> shares-tool.c: In function ‘gst_shares_tool_update_gui’:
> shares-tool.c:173:17: error: implicit declaration of function ‘table_clear’ 
> [-Werror=implicit-function-declaration]
>   173 |                 table_clear ();
>       |                 ^~~~~~~~~~~
> shares-tool.c:173:17: warning: nested extern declaration of ‘table_clear’ 
> [-Wnested-externs]
> shares-tool.c:193:17: error: implicit declaration of function 
> ‘share_settings_dialog_run’ [-Werror=implicit-function-declaration]
>   193 |                 share_settings_dialog_run (shares_tool->path, TRUE);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
> shares-tool.c:193:17: warning: nested extern declaration of 
> ‘share_settings_dialog_run’ [-Wnested-externs]
> cc1: some warnings being treated as errors
> make[5]: *** [Makefile:571: shares-tool.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/gnome-system-tools_3.0.0-9.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.

--- End Message ---
--- Begin Message ---
Source: gnome-system-tools
Source-Version: 3.0.0-10
Done: Andriy Grytsenko <and...@rep.kiev.ua>

We believe that the bug you reported is fixed in the latest version of
gnome-system-tools, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1066...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andriy Grytsenko <and...@rep.kiev.ua> (supplier of updated gnome-system-tools 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 09 Apr 2024 16:44:22 +0300
Source: gnome-system-tools
Architecture: source
Version: 3.0.0-10
Distribution: unstable
Urgency: medium
Maintainer: Andriy Grytsenko <and...@rep.kiev.ua>
Changed-By: Andriy Grytsenko <and...@rep.kiev.ua>
Closes: 1066239
Changes:
 gnome-system-tools (3.0.0-10) unstable; urgency=medium
 .
   * Merging upstream version 3.0.0 to have it correctly processed by gbp.
   * Drop manuals for network-admin and services-admin and Provides as well.
   * Adding debian/gbp.conf file.
   * Add implicit_declaration.patch (Closes: #1066239).
Checksums-Sha1:
 7ef70855cc7600311096e06fb31743860ae5f228 2239 gnome-system-tools_3.0.0-10.dsc
 9ca5ef3222dca731fd7bc35fff64719226636c50 27636 
gnome-system-tools_3.0.0-10.debian.tar.xz
 86bd7b7d311aeb65c5392df593e6a70e3cde9fdc 15714 
gnome-system-tools_3.0.0-10_amd64.buildinfo
Checksums-Sha256:
 108ce64354e20d1d1a0c8353f2af3730fcc9959019330faa920893125dc186e7 2239 
gnome-system-tools_3.0.0-10.dsc
 1fb826d0144286a569b3b78bf1cd39d3396e0d27bbc06af31ba7b3068fd23d55 27636 
gnome-system-tools_3.0.0-10.debian.tar.xz
 c033a1cf677bfc2c04516970bdd1de8a2a98383a87430b95e3976dfb02f65362 15714 
gnome-system-tools_3.0.0-10_amd64.buildinfo
Files:
 869924f0a1f7969271f2afcef6436ce9 2239 gnome optional 
gnome-system-tools_3.0.0-10.dsc
 b0fa3ccc0bd0e6f5fc0bbf7f9d5107d5 27636 gnome optional 
gnome-system-tools_3.0.0-10.debian.tar.xz
 e76a2124b38e1a5741f674fbf0c01947 15714 gnome optional 
gnome-system-tools_3.0.0-10_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJmFUhUAAoJEAV2MC/hidTS35cP/jIHySAY44TDNniYtwAcxaJH
OzQCbJjCMaaxo7s6rKhp1BtqDaxkdGnc0Znql4elrSTMvmxcMDJDehjnShIMKpcF
AB26AO9MtWf3mUnapClZa+VHjYrhRk/p71GUaH0hI3gvsQkgrmxMOyOWpiMcU4qn
fpu3keYSkIqCdhiKhbXOzmoaiBcZSZ3zFyRv578fUG1542xX8oOxxmOdfcp1MA6p
F8imIMeUyE2pxziBncAD6GpRQPXSDvVfOOiHX6l0eiWA5a2lBLYO9hH5MoM3bekW
CCdynbi06x+uaO1AW3ysxOW7Y3zmlLlfYTaqDxvZzxHDcZSwniYxqOIE/FpSuWpc
mk5YqhKn0DemoZcH4QeKfEL3mChSt/vHCzQu6OMKQMKwZjHPgJwLBvUW8cTeK8F8
L3MB6pqbfN734E0kcAes6OCqdwbhD1NZZF8v95wQESfwu/t0D69Bhc4/RVZw/kfm
iwoUBm4baDKSF9V65QlWP4hYdSsWTJDk6rxkjtd7NmvkMkzmEwOAK18ijaAMLAxD
TLoqUQw6bQXuMHSFZ7NXiL9fEIZYRAUU8e7glFOWqgkwkBWJDH0O+W+20rfNXqmm
Pph7G2oSju2kZnYn7WQtht0nqFAvsgInQbwsNkFLcYPplRAiHetum6Qp5OKczHWP
pzz5nr8syWg8eOA5+BrB
=Oirt
-----END PGP SIGNATURE-----

Attachment: pgp0MBbkyfozc.pgp
Description: PGP signature


--- End Message ---

Reply via email to