Your message dated Fri, 05 Nov 2021 16:18:35 +0000
with message-id <[email protected]>
and subject line Bug#997768: fixed in golang-github-gotk3-gotk3 0.6.1-1
has caused the Debian Bug report #997768,
regarding golang-github-gotk3-gotk3: FTBFS: 
src/github.com/gotk3/gotk3/gtk/accel.go:247:5: val.accel_flags undefined (type 
_Ctype_struct__GtkAccelKey has no field or method accel_flags)
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 [email protected]
immediately.)


-- 
997768: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997768
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: golang-github-gotk3-gotk3
Version: 0.0~GOTK3~0~2~0+git20170418.0.96d4110-3.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20211023 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>    dh_update_autotools_config -O--buildsystem=golang
>    dh_autoreconf -O--buildsystem=golang
>    dh_auto_configure -O--buildsystem=golang
>    dh_auto_build -O--buildsystem=golang
>       cd obj-x86_64-linux-gnu && go install -trimpath -v -p 4 
> github.com/gotk3/gotk3/cairo github.com/gotk3/gotk3/gdk 
> github.com/gotk3/gotk3/glib github.com/gotk3/gotk3/gtk 
> github.com/gotk3/gotk3/pango
> internal/unsafeheader
> internal/goexperiment
> internal/cpu
> internal/abi
> runtime/internal/atomic
> runtime/internal/sys
> runtime/internal/math
> internal/itoa
> math/bits
> unicode/utf8
> internal/bytealg
> internal/race
> sync/atomic
> math
> unicode
> runtime
> internal/reflectlite
> sync
> internal/testlog
> runtime/cgo
> errors
> sort
> io
> strconv
> internal/oserror
> path
> syscall
> reflect
> internal/syscall/unix
> time
> internal/syscall/execenv
> io/fs
> internal/poll
> internal/fmtsort
> os
> fmt
> github.com/gotk3/gotk3/glib
> # github.com/gotk3/gotk3/glib
> cgo-gcc-prolog: In function ‘_cgo_734360ee47f5_Cfunc_g_binding_get_source’:
> cgo-gcc-prolog:71:2: warning: ‘g_binding_get_source’ is deprecated: Use 
> 'g_binding_dup_source' instead [-Wdeprecated-declarations]
> In file included from /usr/include/glib-2.0/glib-object.h:22,
>                  from /usr/include/glib-2.0/gio/gioenums.h:28,
>                  from /usr/include/glib-2.0/gio/giotypes.h:28,
>                  from /usr/include/glib-2.0/gio/gio.h:26,
>                  from src/github.com/gotk3/gotk3/glib/gbinding.go:4:
> /usr/include/glib-2.0/gobject/gbinding.h:113:23: note: declared here
>   113 | GObject *             g_binding_get_source          (GBinding 
> *binding);
>       |                       ^~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function ‘_cgo_734360ee47f5_Cfunc_g_binding_get_target’:
> cgo-gcc-prolog:107:2: warning: ‘g_binding_get_target’ is deprecated: Use 
> 'g_binding_dup_target' instead [-Wdeprecated-declarations]
> In file included from /usr/include/glib-2.0/glib-object.h:22,
>                  from /usr/include/glib-2.0/gio/gioenums.h:28,
>                  from /usr/include/glib-2.0/gio/giotypes.h:28,
>                  from /usr/include/glib-2.0/gio/gio.h:26,
>                  from src/github.com/gotk3/gotk3/glib/gbinding.go:4:
> /usr/include/glib-2.0/gobject/gbinding.h:117:23: note: declared here
>   117 | GObject *             g_binding_get_target          (GBinding 
> *binding);
>       |                       ^~~~~~~~~~~~~~~~~~~~
> github.com/gotk3/gotk3/cairo
> github.com/gotk3/gotk3/gdk
> github.com/gotk3/gotk3/pango
> # github.com/gotk3/gotk3/gdk
> cgo-gcc-prolog: In function ‘_cgo_f31c63d07257_Cfunc_gdk_device_grab’:
> cgo-gcc-prolog:285:2: warning: ‘gdk_device_grab’ is deprecated: Use 
> 'gdk_seat_grab' instead [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkdnd.h:33,
>                  from /usr/include/gtk-3.0/gdk/gdkevents.h:34,
>                  from /usr/include/gtk-3.0/gdk/gdkdisplay.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
>                  from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/gdk.go:21:
> /usr/include/gtk-3.0/gdk/gdkdevice.h:230:15: note: declared here
>   230 | GdkGrabStatus gdk_device_grab        (GdkDevice        *device,
>       |               ^~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_f31c63d07257_Cfunc_gdk_device_manager_get_client_pointer’:
> cgo-gcc-prolog:303:2: warning: ‘gdk_device_manager_get_client_pointer’ is 
> deprecated [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkdisplay.h:32,
>                  from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
>                  from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/gdk.go:21:
> /usr/include/gtk-3.0/gdk/gdkdevicemanager.h:44:14: note: declared here
>    44 | GdkDevice *  gdk_device_manager_get_client_pointer (GdkDeviceManager 
> *device_manager);
>       |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_f31c63d07257_Cfunc_gdk_device_manager_list_devices’:
> cgo-gcc-prolog:358:2: warning: ‘gdk_device_manager_list_devices’ is 
> deprecated [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkdisplay.h:32,
>                  from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
>                  from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/gdk.go:21:
> /usr/include/gtk-3.0/gdk/gdkdevicemanager.h:41:14: note: declared here
>    41 | GList *      gdk_device_manager_list_devices       (GdkDeviceManager 
> *device_manager,
>       |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function ‘_cgo_f31c63d07257_Cfunc_gdk_device_ungrab’:
> cgo-gcc-prolog:375:2: warning: ‘gdk_device_ungrab’ is deprecated: Use 
> 'gdk_seat_ungrab' instead [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkdnd.h:33,
>                  from /usr/include/gtk-3.0/gdk/gdkevents.h:34,
>                  from /usr/include/gtk-3.0/gdk/gdkdisplay.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
>                  from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/gdk.go:21:
> /usr/include/gtk-3.0/gdk/gdkdevice.h:239:15: note: declared here
>   239 | void          gdk_device_ungrab      (GdkDevice        *device,
>       |               ^~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_f31c63d07257_Cfunc_gdk_display_get_device_manager’:
> cgo-gcc-prolog:518:2: warning: ‘gdk_display_get_device_manager’ is 
> deprecated: Use 'gdk_display_get_default_seat' instead 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
>                  from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/gdk.go:21:
> /usr/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here
>   171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay 
> *display);
>       |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function ‘_cgo_f31c63d07257_Cfunc_gdk_display_get_screen’:
> cgo-gcc-prolog:588:2: warning: ‘gdk_display_get_screen’ is deprecated 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
>                  from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/gdk.go:21:
> /usr/include/gtk-3.0/gdk/gdkdisplay.h:56:13: note: declared here
>    56 | GdkScreen * gdk_display_get_screen         (GdkDisplay  *display,
>       |             ^~~~~~~~~~~~~~~~~~~~~~
> # github.com/gotk3/gotk3/gdk
> cgo-gcc-prolog: In function 
> ‘_cgo_f31c63d07257_Cfunc_gdk_screen_get_active_window’:
> cgo-gcc-prolog:52:2: warning: ‘gdk_screen_get_active_window’ is deprecated 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/screen.go:4:
> /usr/include/gtk-3.0/gdk/gdkscreen.h:127:12: note: declared here
>   127 | GdkWindow *gdk_screen_get_active_window (GdkScreen *screen);
>       |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function ‘_cgo_f31c63d07257_Cfunc_gdk_screen_get_height’:
> cgo-gcc-prolog:106:2: warning: ‘gdk_screen_get_height’ is deprecated 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/screen.go:4:
> /usr/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here
>    60 | gint         gdk_screen_get_height            (GdkScreen   *screen);
>       |              ^~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_f31c63d07257_Cfunc_gdk_screen_get_height_mm’:
> cgo-gcc-prolog:125:2: warning: ‘gdk_screen_get_height_mm’ is deprecated 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/screen.go:4:
> /usr/include/gtk-3.0/gdk/gdkscreen.h:64:14: note: declared here
>    64 | gint         gdk_screen_get_height_mm         (GdkScreen   *screen);
>       |              ^~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_f31c63d07257_Cfunc_gdk_screen_get_monitor_at_point’:
> cgo-gcc-prolog:146:2: warning: ‘gdk_screen_get_monitor_at_point’ is 
> deprecated: Use 'gdk_display_get_monitor_at_point' instead 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/screen.go:4:
> /usr/include/gtk-3.0/gdk/gdkscreen.h:87:15: note: declared here
>    87 | gint          gdk_screen_get_monitor_at_point  (GdkScreen *screen,
>       |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_f31c63d07257_Cfunc_gdk_screen_get_monitor_at_window’:
> cgo-gcc-prolog:166:2: warning: ‘gdk_screen_get_monitor_at_window’ is 
> deprecated: Use 'gdk_display_get_monitor_at_window' instead 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/screen.go:4:
> /usr/include/gtk-3.0/gdk/gdkscreen.h:91:15: note: declared here
>    91 | gint          gdk_screen_get_monitor_at_window (GdkScreen *screen,
>       |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_f31c63d07257_Cfunc_gdk_screen_get_monitor_height_mm’:
> cgo-gcc-prolog:187:2: warning: ‘gdk_screen_get_monitor_height_mm’ is 
> deprecated: Use 'gdk_monitor_get_height_mm' instead 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/screen.go:4:
> /usr/include/gtk-3.0/gdk/gdkscreen.h:97:15: note: declared here
>    97 | gint          gdk_screen_get_monitor_height_mm (GdkScreen *screen,
>       |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_f31c63d07257_Cfunc_gdk_screen_get_monitor_plug_name’:
> cgo-gcc-prolog:207:2: warning: ‘gdk_screen_get_monitor_plug_name’ is 
> deprecated: Use 'gdk_monitor_get_model' instead [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/screen.go:4:
> /usr/include/gtk-3.0/gdk/gdkscreen.h:100:15: note: declared here
>   100 | gchar *       gdk_screen_get_monitor_plug_name (GdkScreen *screen,
>       |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_f31c63d07257_Cfunc_gdk_screen_get_monitor_scale_factor’:
> cgo-gcc-prolog:228:2: warning: ‘gdk_screen_get_monitor_scale_factor’ is 
> deprecated: Use 'gdk_monitor_get_scale_factor' instead 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/screen.go:4:
> /usr/include/gtk-3.0/gdk/gdkscreen.h:103:15: note: declared here
>   103 | gint          gdk_screen_get_monitor_scale_factor (GdkScreen *screen,
>       |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_f31c63d07257_Cfunc_gdk_screen_get_monitor_width_mm’:
> cgo-gcc-prolog:249:2: warning: ‘gdk_screen_get_monitor_width_mm’ is 
> deprecated: Use 'gdk_monitor_get_width_mm' instead [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/screen.go:4:
> /usr/include/gtk-3.0/gdk/gdkscreen.h:94:15: note: declared here
>    94 | gint          gdk_screen_get_monitor_width_mm  (GdkScreen *screen,
>       |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_f31c63d07257_Cfunc_gdk_screen_get_n_monitors’:
> cgo-gcc-prolog:268:2: warning: ‘gdk_screen_get_n_monitors’ is deprecated: Use 
> 'gdk_display_get_n_monitors' instead [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/screen.go:4:
> /usr/include/gtk-3.0/gdk/gdkscreen.h:74:14: note: declared here
>    74 | gint         gdk_screen_get_n_monitors        (GdkScreen    *screen);
>       |              ^~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function ‘_cgo_f31c63d07257_Cfunc_gdk_screen_get_number’:
> cgo-gcc-prolog:287:2: warning: ‘gdk_screen_get_number’ is deprecated 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/screen.go:4:
> /usr/include/gtk-3.0/gdk/gdkscreen.h:56:14: note: declared here
>    56 | gint         gdk_screen_get_number            (GdkScreen   *screen);
>       |              ^~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_f31c63d07257_Cfunc_gdk_screen_get_primary_monitor’:
> cgo-gcc-prolog:306:2: warning: ‘gdk_screen_get_primary_monitor’ is 
> deprecated: Use 'gdk_display_get_primary_monitor' instead 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/screen.go:4:
> /usr/include/gtk-3.0/gdk/gdkscreen.h:76:14: note: declared here
>    76 | gint         gdk_screen_get_primary_monitor   (GdkScreen    *screen);
>       |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function ‘_cgo_f31c63d07257_Cfunc_gdk_screen_get_width’:
> cgo-gcc-prolog:397:2: warning: ‘gdk_screen_get_width’ is deprecated 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/screen.go:4:
> /usr/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here
>    58 | gint         gdk_screen_get_width             (GdkScreen   *screen);
>       |              ^~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function ‘_cgo_f31c63d07257_Cfunc_gdk_screen_get_width_mm’:
> cgo-gcc-prolog:416:2: warning: ‘gdk_screen_get_width_mm’ is deprecated 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/screen.go:4:
> /usr/include/gtk-3.0/gdk/gdkscreen.h:62:14: note: declared here
>    62 | gint         gdk_screen_get_width_mm          (GdkScreen   *screen);
>       |              ^~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_f31c63d07257_Cfunc_gdk_screen_make_display_name’:
> cgo-gcc-prolog:453:2: warning: ‘gdk_screen_make_display_name’ is deprecated 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from src/github.com/gotk3/gotk3/gdk/screen.go:4:
> /usr/include/gtk-3.0/gdk/gdkscreen.h:71:14: note: declared here
>    71 | gchar *      gdk_screen_make_display_name     (GdkScreen   *screen);
>       |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> github.com/gotk3/gotk3/gtk
> # github.com/gotk3/gotk3/gtk
> cgo-gcc-prolog: In function 
> ‘_cgo_fc0c9125db7d_Cfunc_gtk_button_get_focus_on_click’:
> cgo-gcc-prolog:1443:2: warning: ‘gtk_button_get_focus_on_click’ is 
> deprecated: Use 'gtk_widget_get_focus_on_click' instead 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:54,
>                  from src/github.com/gotk3/gotk3/gtk/gtk.go:48:
> /usr/include/gtk-3.0/gtk/gtkbutton.h:141:23: note: declared here
>   141 | gboolean              gtk_button_get_focus_on_click (GtkButton      
> *button);
>       |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_fc0c9125db7d_Cfunc_gtk_button_set_focus_on_click’:
> cgo-gcc-prolog:1637:2: warning: ‘gtk_button_set_focus_on_click’ is 
> deprecated: Use 'gtk_widget_set_focus_on_click' instead 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:54,
>                  from src/github.com/gotk3/gotk3/gtk/gtk.go:48:
> /usr/include/gtk-3.0/gtk/gtkbutton.h:138:23: note: declared here
>   138 | void                  gtk_button_set_focus_on_click (GtkButton      
> *button,
>       |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_fc0c9125db7d_Cfunc_gtk_container_get_focus_chain’:
> cgo-gcc-prolog:2949:2: warning: ‘gtk_container_get_focus_chain’ is deprecated 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gtk/gtkbin.h:33,
>                  from /usr/include/gtk-3.0/gtk/gtkwindow.h:35,
>                  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,
>                  from src/github.com/gotk3/gotk3/gtk/gtk.go:48:
> /usr/include/gtk-3.0/gtk/gtkcontainer.h:180:10: note: declared here
>   180 | gboolean gtk_container_get_focus_chain  (GtkContainer   *container,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_fc0c9125db7d_Cfunc_gtk_container_set_focus_chain’:
> cgo-gcc-prolog:3077:2: warning: ‘gtk_container_set_focus_chain’ is deprecated 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gtk/gtkbin.h:33,
>                  from /usr/include/gtk-3.0/gtk/gtkwindow.h:35,
>                  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,
>                  from src/github.com/gotk3/gotk3/gtk/gtk.go:48:
> /usr/include/gtk-3.0/gtk/gtkcontainer.h:177:10: note: declared here
>   177 | void     gtk_container_set_focus_chain  (GtkContainer   *container,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_fc0c9125db7d_Cfunc_gtk_css_provider_get_default’:
> cgo-gcc-prolog:3130:2: warning: ‘gtk_css_provider_get_default’ is deprecated: 
> Use 'gtk_css_provider_new' instead [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:82,
>                  from src/github.com/gotk3/gotk3/gtk/gtk.go:48:
> /usr/include/gtk-3.0/gtk/gtkcssprovider.h:116:18: note: declared here
>   116 | GtkCssProvider * gtk_css_provider_get_default (void);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_fc0c9125db7d_Cfunc_gtk_font_button_get_font_name’:
> cgo-gcc-prolog:5540:2: warning: ‘gtk_font_button_get_font_name’ is deprecated 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:109,
>                  from src/github.com/gotk3/gotk3/gtk/gtk.go:48:
> /usr/include/gtk-3.0/gtk/gtkfontbutton.h:96:23: note: declared here
>    96 | const gchar *         gtk_font_button_get_font_name  (GtkFontButton 
> *font_button);
>       |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_fc0c9125db7d_Cfunc_gtk_font_button_set_font_name’:
> cgo-gcc-prolog:5612:2: warning: ‘gtk_font_button_set_font_name’ is deprecated 
> [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:109,
>                  from src/github.com/gotk3/gotk3/gtk/gtk.go:48:
> /usr/include/gtk-3.0/gtk/gtkfontbutton.h:98:23: note: declared here
>    98 | gboolean              gtk_font_button_set_font_name  (GtkFontButton 
> *font_button,
>       |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function ‘_cgo_fc0c9125db7d_Cfunc_gtk_menu_popup’:
> cgo-gcc-prolog:7397:2: 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]
> In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:34,
>                  from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
>                  from /usr/include/gtk-3.0/gtk/gtk.h:33,
>                  from src/github.com/gotk3/gotk3/gtk/gtk.go:48:
> /usr/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here
>   138 | void       gtk_menu_popup                 (GtkMenu             *menu,
>       |            ^~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_fc0c9125db7d_Cfunc_gtk_size_group_get_ignore_hidden’:
> cgo-gcc-prolog:9986:2: warning: ‘gtk_size_group_get_ignore_hidden’ is 
> deprecated [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gtk/gtktoolitem.h:30,
>                  from /usr/include/gtk-3.0/gtk/gtktoolbutton.h:28,
>                  from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28,
>                  from /usr/include/gtk-3.0/gtk/gtk.h:149,
>                  from src/github.com/gotk3/gotk3/gtk/gtk.go:48:
> /usr/include/gtk-3.0/gtk/gtksizegroup.h:75:18: note: declared here
>    75 | gboolean         gtk_size_group_get_ignore_hidden (GtkSizeGroup 
> *size_group);
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_fc0c9125db7d_Cfunc_gtk_size_group_set_ignore_hidden’:
> cgo-gcc-prolog:10072:2: warning: ‘gtk_size_group_set_ignore_hidden’ is 
> deprecated [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gtk/gtktoolitem.h:30,
>                  from /usr/include/gtk-3.0/gtk/gtktoolbutton.h:28,
>                  from /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28,
>                  from /usr/include/gtk-3.0/gtk/gtk.h:149,
>                  from src/github.com/gotk3/gotk3/gtk/gtk.go:48:
> /usr/include/gtk-3.0/gtk/gtksizegroup.h:72:18: note: declared here
>    72 | void             gtk_size_group_set_ignore_hidden (GtkSizeGroup 
> *size_group,
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> # github.com/gotk3/gotk3/gtk
> cgo-gcc-prolog: In function 
> ‘_cgo_fc0c9125db7d_Cfunc_gtk_text_iter_begins_tag’:
> cgo-gcc-prolog:274:2: warning: ‘gtk_text_iter_begins_tag’ is deprecated: Use 
> 'gtk_text_iter_starts_tag' instead [-Wdeprecated-declarations]
> In file included from /usr/include/gtk-3.0/gtk/gtkselection.h:33,
>                  from /usr/include/gtk-3.0/gtk/gtkdnd.h:35,
>                  from /usr/include/gtk-3.0/gtk/gtktreeview.h:28,
>                  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,
>                  from src/github.com/gotk3/gotk3/gtk/text_iter.go:5:
> /usr/include/gtk-3.0/gtk/gtktextiter.h:178:10: note: declared here
>   178 | gboolean gtk_text_iter_begins_tag        (const GtkTextIter  *iter,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~
> # github.com/gotk3/gotk3/gtk
> cgo-gcc-prolog: In function 
> ‘_cgo_fc0c9125db7d_Cfunc_gtk_window_resize_to_geometry’:
> cgo-gcc-prolog:769:2: warning: ‘gtk_window_resize_to_geometry’ is deprecated: 
> Use 'gtk_window_resize' instead [-Wdeprecated-declarations]
> In file included 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,
>                  from src/github.com/gotk3/gotk3/gtk/window.go:6:
> /usr/include/gtk-3.0/gtk/gtkwindow.h:451:6: note: declared here
>   451 | void gtk_window_resize_to_geometry   (GtkWindow *window,
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function 
> ‘_cgo_fc0c9125db7d_Cfunc_gtk_window_set_default_geometry’:
> cgo-gcc-prolog:837:2: warning: ‘gtk_window_set_default_geometry’ is 
> deprecated: Use 'gtk_window_set_default_size' instead 
> [-Wdeprecated-declarations]
> In file included 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,
>                  from src/github.com/gotk3/gotk3/gtk/window.go:6:
> /usr/include/gtk-3.0/gtk/gtkwindow.h:447:6: note: declared here
>   447 | void gtk_window_set_default_geometry (GtkWindow *window,
>       |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cgo-gcc-prolog: In function ‘_cgo_fc0c9125db7d_Cfunc_gtk_window_set_wmclass’:
> cgo-gcc-prolog:1231:2: warning: ‘gtk_window_set_wmclass’ is deprecated 
> [-Wdeprecated-declarations]
> In file included 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,
>                  from src/github.com/gotk3/gotk3/gtk/window.go:6:
> /usr/include/gtk-3.0/gtk/gtkwindow.h:154:12: note: declared here
>   154 | void       gtk_window_set_wmclass              (GtkWindow           
> *window,
>       |            ^~~~~~~~~~~~~~~~~~~~~~
> # github.com/gotk3/gotk3/gtk
> src/github.com/gotk3/gotk3/gtk/accel.go:247:5: val.accel_flags undefined 
> (type _Ctype_struct__GtkAccelKey has no field or method accel_flags)
> src/github.com/gotk3/gotk3/gtk/accel.go:256:22: obj.accel_flags undefined 
> (type *_Ctype_struct__GtkAccelKey has no field or method accel_flags)
> dh_auto_build: error: cd obj-x86_64-linux-gnu && go install -trimpath -v -p 4 
> github.com/gotk3/gotk3/cairo github.com/gotk3/gotk3/gdk 
> github.com/gotk3/gotk3/glib github.com/gotk3/gotk3/gtk 
> github.com/gotk3/gotk3/pango returned exit code 2
> make: *** [debian/rules:4: build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/golang-github-gotk3-gotk3_0.0~GOTK3~0~2~0+git20170418.0.96d4110-3.1_unstable.log

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 marking 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: golang-github-gotk3-gotk3
Source-Version: 0.6.1-1
Done: Sascha Steinbiss <[email protected]>

We believe that the bug you reported is fixed in the latest version of
golang-github-gotk3-gotk3, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sascha Steinbiss <[email protected]> (supplier of updated 
golang-github-gotk3-gotk3 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 01 Nov 2021 23:42:33 +0100
Source: golang-github-gotk3-gotk3
Architecture: source
Version: 0.6.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
<[email protected]>
Changed-By: Sascha Steinbiss <[email protected]>
Closes: 997768
Changes:
 golang-github-gotk3-gotk3 (0.6.1-1) unstable; urgency=medium
 .
   * Add watchfile.
   * Patch source to allow tests to complete.
   * New upstream release.
   * Use debhelper 13.
   * Bump Standards-Version.
   * Set Rules-Requires-Root.
   * Upstream update fixed FTBFS.
     Closes: #997768
Checksums-Sha1:
 799347997d9dd2e682780e4c95c0eb52620ff310 2264 
golang-github-gotk3-gotk3_0.6.1-1.dsc
 7fd8f22391f234a3520169c241c028b5263d4e99 272727 
golang-github-gotk3-gotk3_0.6.1.orig.tar.gz
 b930466e2417d90464078173aa5dbafcccc11269 3188 
golang-github-gotk3-gotk3_0.6.1-1.debian.tar.xz
 78098a15e988b197c2ec748ffec1ea5d87caae11 14944 
golang-github-gotk3-gotk3_0.6.1-1_amd64.buildinfo
Checksums-Sha256:
 3f384eb6a11e982da9ebb67196109f163b674765ea658e9dd1bbbc1929898060 2264 
golang-github-gotk3-gotk3_0.6.1-1.dsc
 971ff1d2d184413113d1cbf68f9127bce06362e2e352d8ade79b1817d2024aa5 272727 
golang-github-gotk3-gotk3_0.6.1.orig.tar.gz
 9f84e32879fdf66f3877c15b12f1e0ddfe9e2287ebf1a5ec79a767c0929807da 3188 
golang-github-gotk3-gotk3_0.6.1-1.debian.tar.xz
 c33c1aed0c643f04ba50d62000c511aedd3f02f2466887ab08d664232583a0f4 14944 
golang-github-gotk3-gotk3_0.6.1-1_amd64.buildinfo
Files:
 b43fd646a82ac80a6883b091fb5d35a4 2264 devel optional 
golang-github-gotk3-gotk3_0.6.1-1.dsc
 3f1aeebfe62b11832753274c21a76c77 272727 devel optional 
golang-github-gotk3-gotk3_0.6.1.orig.tar.gz
 cf6f9bdcdcdd8c5f041628b833c0d267 3188 devel optional 
golang-github-gotk3-gotk3_0.6.1-1.debian.tar.xz
 0eb454f79743441844a77a2f90b6480e 14944 devel optional 
golang-github-gotk3-gotk3_0.6.1-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEWzS6WqtVB+kDQm6F6NN64vCfSHIFAmGFWCIACgkQ6NN64vCf
SHJNPw//fhHbm5SsmRcv1+PQfVsn6uWKivdWA2z7QV9wUOQWt0vYyFqCu79sKwdS
hMWpQOyO1lt2FPWv06PD5OfGmEfu2SzHkYK7w+X6Lwa6AP70t5K7vdR1yHumJSP2
u28d8nfndYObwHeMLR2ufnll/Rh002+8oFp9nAIXEXtVtDTEoj5xYWHkbKcn+Pdx
UO8plSfAdtvlNPbc1BmROjytspfMgfRKZSzvsfLQk86Nk+aMoKsHjCzP8wDJShq5
VUfp6P5ukuJ0Wgo9TskgDSP6d98wZnu73pPSFB4Vq+pNuQH0KW6xs7FubYDnxQ0l
8pLplrGlfXCnEQT22UXO3fN0eKyV1o54W7oY9GUrtggGABqIFis0iuOVdeShvoHl
1kBgz74PHLPxtt+qb0bJKjnPskKDXdUodyuYOjiEJgon6sAnv5js/k1AfK3VWOdL
w9AE/v++l80XkqnEo50oh4kPG+zvpRqxpL/k8qm6+XbSWvfX8p0B7Bw1OFAY3VCQ
b3h0GZKOtsXqetprr3SZjScBJWfESGuY2NvpsrXAB4XaD6/DesiRMXV2FmZmVyZr
gz3uq8nR8xb3h39yfFT++azskAep91ZMHfiG2ISMCuB/KH4B/glGqE8UiX8F+8ZX
e20011GKc1fNxDzVKJx6UXDlRyQ2TzFcPJPJ2FupCHjqRPKVzbo=
=eRlb
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-go-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to