Your message dated Mon, 09 Dec 2024 14:39:12 +0000
with message-id <e1tkeum-001old...@fasolo.debian.org>
and subject line Bug#1082682: fixed in gnome-robots 1:40.0-3
has caused the Debian Bug report #1082682,
regarding gnome-robots: FTBFS: /usr/bin/ld: 
src/gnome-robots.p/meson-generated_game-area.c.o: undefined reference to symbol 
'atan2@@GLIBC_2.2.5'
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.)


-- 
1082682: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082682
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gnome-robots
Version: 1:40.0-2
Severity: serious
Tags: ftbfs

Dear maintainer:

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

--------------------------------------------------------------------------------
[...]
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- --bindir=games
        cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 
meson setup .. --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var --libdir=lib/x86_64-linux-gnu -Dpython.bytecompile=-1 
--bindir=games
The Meson build system
Version: 1.5.2
Source dir: /<<PKGBUILDDIR>>
Build dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
Build type: native build
Project name: gnome-robots

[... snipped ...]

  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/arena.c:1196:13: note: in expansion of macro 
‘g_once_init_enter’
 1196 |         if (g_once_init_enter (&arena_iterable_iterator_type_id__once)) 
{
      |             ^~~~~~~~~~~~~~~~~
src/gnome-robots.p/arena.c: In function ‘arena_iterable_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/arena.c:1399:13: note: in expansion of macro 
‘g_once_init_enter’
 1399 |         if (g_once_init_enter (&arena_iterable_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[34/142] cc -Isrc/gnome-robots.p -Isrc -I../src -I/usr/include/gee-0.8 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/gnome-games-support-1 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
-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 
-I/usr/lib/x86_64-linux-gnu/pkgconfig/../../../include/librsvg-2.0 -I/usr/include/libxml2 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -include config.h -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -D_REENTRANT -MD -MQ 
src/gnome-robots.p/meson-generated_game.c.o -MF 
src/gnome-robots.p/meson-generated_game.c.o.d -o 
src/gnome-robots.p/meson-generated_game.c.o -c src/gnome-robots.p/game.c
src/gnome-robots.p/game.c: In function ‘player_command_from_direction’:
src/gnome-robots.p/game.c:519:38: warning: assignment discards ‘const’ 
qualifier from pointer target type [-Wdiscarded-qualifiers]
  519 |                 direction_collection = directions;
      |                                      ^
src/gnome-robots.p/game.c:517:22: warning: unused variable 
‘_direction_collection_size_’ [-Wunused-variable]
  517 |                 gint _direction_collection_size_ = 0;
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/game.c: In function ‘player_command_to_direction’:
src/gnome-robots.p/game.c:561:38: warning: assignment discards ‘const’ 
qualifier from pointer target type [-Wdiscarded-qualifiers]
  561 |                 direction_collection = directions;
      |                                      ^
src/gnome-robots.p/game.c:559:22: warning: unused variable 
‘_direction_collection_size_’ [-Wunused-variable]
  559 |                 gint _direction_collection_size_ = 0;
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/gnome-robots.p/game.c:23:
src/gnome-robots.p/game.c: In function ‘player_command_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/game.c:613:13: note: in expansion of macro 
‘g_once_init_enter’
  613 |         if (g_once_init_enter (&player_command_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/gnome-robots.p/game.c: In function ‘direction_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/game.c:648:13: note: in expansion of macro 
‘g_once_init_enter’
  648 |         if (g_once_init_enter (&direction_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/gnome-robots.p/game.c: In function ‘game_state_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/game.c:675:13: note: in expansion of macro 
‘g_once_init_enter’
  675 |         if (g_once_init_enter (&game_state_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/gnome-robots.p/game.c: In function ‘game_event_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/game.c:696:13: note: in expansion of macro 
‘g_once_init_enter’
  696 |         if (g_once_init_enter (&game_event_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/gnome-robots.p/game.c: In function ‘game_move_safety_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/game.c:717:13: note: in expansion of macro 
‘g_once_init_enter’
  717 |         if (g_once_init_enter (&game_move_safety_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/gnome-robots.p/game.c: In function ‘game_generate_level’:
src/gnome-robots.p/game.c:955:46: warning: variable ‘_tmp23_’ set but not used 
[-Wunused-but-set-variable]
  955 |                                         gint _tmp23_;
      |                                              ^~~~~~~
src/gnome-robots.p/game.c:975:46: warning: variable ‘_tmp25_’ set but not used 
[-Wunused-but-set-variable]
  975 |                                         gint _tmp25_;
      |                                              ^~~~~~~
src/gnome-robots.p/game.c: In function ‘game_tick’:
src/gnome-robots.p/game.c:1242:46: warning: variable ‘_tmp14_’ set but not used 
[-Wunused-but-set-variable]
 1242 |                                         gint _tmp14_;
      |                                              ^~~~~~~
src/gnome-robots.p/game.c:1238:38: warning: variable ‘_tmp13_’ set but not used 
[-Wunused-but-set-variable]
 1238 |                                 gint _tmp13_;
      |                                      ^~~~~~~
src/gnome-robots.p/game.c:1253:46: warning: variable ‘_tmp16_’ set but not used 
[-Wunused-but-set-variable]
 1253 |                                         gint _tmp16_;
      |                                              ^~~~~~~
src/gnome-robots.p/game.c: In function ‘game_chase’:
src/gnome-robots.p/game.c:1542:46: warning: variable ‘_tmp2_’ set but not used 
[-Wunused-but-set-variable]
 1542 |                                         gint _tmp2_;
      |                                              ^~~~~~
src/gnome-robots.p/game.c:1563:70: warning: variable ‘_tmp6_’ set but not used 
[-Wunused-but-set-variable]
 1563 |                                                                 gint 
_tmp6_;
      |                                                                      
^~~~~~
src/gnome-robots.p/game.c: In function ‘game_safe_move_available’:
src/gnome-robots.p/game.c:1979:46: warning: variable ‘_tmp1_’ set but not used 
[-Wunused-but-set-variable]
 1979 |                                         gint _tmp1_;
      |                                              ^~~~~~
src/gnome-robots.p/game.c:1998:70: warning: variable ‘_tmp3_’ set but not used 
[-Wunused-but-set-variable]
 1998 |                                                                 gint 
_tmp3_;
      |                                                                      
^~~~~~
src/gnome-robots.p/game.c: In function ‘game_status_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/game.c:2646:13: note: in expansion of macro 
‘g_once_init_enter’
 2646 |         if (g_once_init_enter (&game_status_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/gnome-robots.p/game.c: In function ‘game_arena_change_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/game.c:2710:13: note: in expansion of macro 
‘g_once_init_enter’
 2710 |         if (g_once_init_enter (&game_arena_change_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/gnome-robots.p/game.c: In function ‘game_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/game.c:2903:13: note: in expansion of macro 
‘g_once_init_enter’
 2903 |         if (g_once_init_enter (&game_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/gnome-robots.p/game.c: At top level:
src/gnome-robots.p/game.c:1466:1: warning: ‘block4_data_ref’ defined but not 
used [-Wunused-function]
 1466 | block4_data_ref (Block4Data* _data4_)
      | ^~~~~~~~~~~~~~~
[35/142] cc -Isrc/gnome-robots.p -Isrc -I../src -I/usr/include/gee-0.8 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/gnome-games-support-1 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
-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 
-I/usr/lib/x86_64-linux-gnu/pkgconfig/../../../include/librsvg-2.0 -I/usr/include/libxml2 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -include config.h -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -D_REENTRANT -MD -MQ 
src/gnome-robots.p/meson-generated_assets.c.o -MF 
src/gnome-robots.p/meson-generated_assets.c.o.d -o 
src/gnome-robots.p/meson-generated_assets.c.o -c src/gnome-robots.p/assets.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/gnome-robots.p/assets.c:23:
src/gnome-robots.p/assets.c: In function ‘assets_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/assets.c:263:13: note: in expansion of macro 
‘g_once_init_enter’
  263 |         if (g_once_init_enter (&assets_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/gnome-robots.p/assets.c: In function ‘directory_assets_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/assets.c:530:13: note: in expansion of macro 
‘g_once_init_enter’
  530 |         if (g_once_init_enter (&directory_assets_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[36/142] cc -Isrc/gnome-robots.p -Isrc -I../src -I/usr/include/gee-0.8 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/gnome-games-support-1 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
-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 
-I/usr/lib/x86_64-linux-gnu/pkgconfig/../../../include/librsvg-2.0 -I/usr/include/libxml2 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -include config.h -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -D_REENTRANT -MD -MQ 
src/gnome-robots.p/meson-generated_bubble.c.o -MF 
src/gnome-robots.p/meson-generated_bubble.c.o.d -o 
src/gnome-robots.p/meson-generated_bubble.c.o -c src/gnome-robots.p/bubble.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/gnome-robots.p/bubble.c:23:
src/gnome-robots.p/bubble.c: In function ‘bubble_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/bubble.c:440:13: note: in expansion of macro 
‘g_once_init_enter’
  440 |         if (g_once_init_enter (&bubble_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[37/142] cc -Isrc/gnome-robots.p -Isrc -I../src -I/usr/include/gee-0.8 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/gnome-games-support-1 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
-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 
-I/usr/lib/x86_64-linux-gnu/pkgconfig/../../../include/librsvg-2.0 -I/usr/include/libxml2 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -include config.h -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -D_REENTRANT -MD -MQ 
src/gnome-robots.p/meson-generated_game-area.c.o -MF 
src/gnome-robots.p/meson-generated_game-area.c.o.d -o 
src/gnome-robots.p/meson-generated_game-area.c.o -c src/gnome-robots.p/game-area.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from src/gnome-robots.p/game-area.c:23:
src/gnome-robots.p/game-area.c: In function ‘game_area_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/game-area.c:2141:13: note: in expansion of macro 
‘g_once_init_enter’
 2141 |         if (g_once_init_enter (&game_area_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[38/142] cc -Isrc/gnome-robots.p -Isrc -I../src -I/usr/include/gee-0.8 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/gnome-games-support-1 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
-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 
-I/usr/lib/x86_64-linux-gnu/pkgconfig/../../../include/librsvg-2.0 -I/usr/include/libxml2 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -include config.h -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -D_REENTRANT -MD -MQ 
src/gnome-robots.p/meson-generated_window-size.c.o -MF 
src/gnome-robots.p/meson-generated_window-size.c.o.d -o 
src/gnome-robots.p/meson-generated_window-size.c.o -c src/gnome-robots.p/window-size.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/gnome-robots.p/window-size.c:23:
src/gnome-robots.p/window-size.c: In function ‘window_size_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/window-size.c:252:13: note: in expansion of macro 
‘g_once_init_enter’
  252 |         if (g_once_init_enter (&window_size_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/gnome-robots.p/window-size.c: In function ‘window_size_settings_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/window-size.c:417:13: note: in expansion of macro 
‘g_once_init_enter’
  417 |         if (g_once_init_enter (&window_size_settings_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[39/142] cc -Isrc/gnome-robots.p -Isrc -I../src -I/usr/include/gee-0.8 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/gnome-games-support-1 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
-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 
-I/usr/lib/x86_64-linux-gnu/pkgconfig/../../../include/librsvg-2.0 -I/usr/include/libxml2 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -include config.h -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -D_REENTRANT -MD -MQ 
src/gnome-robots.p/meson-generated_scores.c.o -MF 
src/gnome-robots.p/meson-generated_scores.c.o.d -o 
src/gnome-robots.p/meson-generated_scores.c.o -c src/gnome-robots.p/scores.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from 
/usr/include/gnome-games-support-1/libgnome-games-support.h:6,
                 from src/gnome-robots.p/scores.c:23:
src/gnome-robots.p/scores.c: In function ‘robots_scores_context_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/scores.c:431:13: note: in expansion of macro 
‘g_once_init_enter’
  431 |         if (g_once_init_enter (&robots_scores_context_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/gnome-robots.p/scores.c: At top level:
src/gnome-robots.p/scores.c:64:20: warning: ‘robots_scores_context_properties’ 
defined but not used [-Wunused-variable]
   64 | static GParamSpec* 
robots_scores_context_properties[ROBOTS_SCORES_CONTEXT_NUM_PROPERTIES];
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[40/142] cc -Isrc/gnome-robots.p -Isrc -I../src -I/usr/include/gee-0.8 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/gnome-games-support-1 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
-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 
-I/usr/lib/x86_64-linux-gnu/pkgconfig/../../../include/librsvg-2.0 -I/usr/include/libxml2 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -include config.h -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -D_REENTRANT -MD -MQ 
src/gnome-robots.p/meson-generated_application.c.o -MF 
src/gnome-robots.p/meson-generated_application.c.o.d -o 
src/gnome-robots.p/meson-generated_application.c.o -c src/gnome-robots.p/application.c
src/gnome-robots.p/application.c: In function ‘robots_application_construct’:
src/gnome-robots.p/application.c:323:9: warning: ‘G_APPLICATION_FLAGS_NONE’ is 
deprecated: Use 'G_APPLICATION_DEFAULT_FLAGS' instead 
[-Wdeprecated-declarations]
  323 |         self = (RobotsApplication*) g_object_new (object_type, "application-id", 
"org.gnome.Robots", "flags", G_APPLICATION_FLAGS_NONE, NULL);
      |         ^~~~
In file included from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from src/gnome-robots.p/application.c:23:
/usr/include/glib-2.0/gio/gioenums.h:1545:3: note: declared here
 1545 |   G_APPLICATION_FLAGS_NONE 
GIO_DEPRECATED_ENUMERATOR_IN_2_74_FOR(G_APPLICATION_DEFAULT_FLAGS),
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/application.c: In function ‘robots_application_real_startup’:
src/gnome-robots.p/application.c:453:88: warning: passing argument 3 of 
‘gtk_application_set_accels_for_action’ from incompatible pointer type 
[-Wincompatible-pointer-types]
  453 |         gtk_application_set_accels_for_action ((GtkApplication*) self, 
"app.new-game", _tmp10_);
      |                                                                         
               ^~~~~~~
      |                                                                         
               |
      |                                                                         
               gchar ** {aka char **}
In file included 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/gtkapplication.h:156:89: note: expected ‘const gchar * 
const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka 
‘char **’}
  156 |                                                                   const 
gchar * const  *accels);
      |                                                                   
~~~~~~~~~~~~~~~~~~~~~~^~~~~~
src/gnome-robots.p/application.c:460:84: warning: passing argument 3 of 
‘gtk_application_set_accels_for_action’ from incompatible pointer type 
[-Wincompatible-pointer-types]
  460 |         gtk_application_set_accels_for_action ((GtkApplication*) self, 
"app.help", _tmp13_);
      |                                                                         
           ^~~~~~~
      |                                                                         
           |
      |                                                                         
           gchar ** {aka char **}
/usr/include/gtk-3.0/gtk/gtkapplication.h:156:89: note: expected ‘const gchar * 
const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka 
‘char **’}
  156 |                                                                   const 
gchar * const  *accels);
      |                                                                   
~~~~~~~~~~~~~~~~~~~~~~^~~~~~
src/gnome-robots.p/application.c:467:84: warning: passing argument 3 of 
‘gtk_application_set_accels_for_action’ from incompatible pointer type 
[-Wincompatible-pointer-types]
  467 |         gtk_application_set_accels_for_action ((GtkApplication*) self, 
"app.quit", _tmp16_);
      |                                                                         
           ^~~~~~~
      |                                                                         
           |
      |                                                                         
           gchar ** {aka char **}
/usr/include/gtk-3.0/gtk/gtkapplication.h:156:89: note: expected ‘const gchar * 
const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka 
‘char **’}
  156 |                                                                   const 
gchar * const  *accels);
      |                                                                   
~~~~~~~~~~~~~~~~~~~~~~^~~~~~
src/gnome-robots.p/application.c:394:14: warning: variable ‘_app_entries_size_’ 
set but not used [-Wunused-but-set-variable]
  394 |         gint _app_entries_size_;
      |              ^~~~~~~~~~~~~~~~~~
src/gnome-robots.p/application.c: In function ‘robots_application_about_cb’:
src/gnome-robots.p/application.c:763:14: warning: variable ‘_documenters_size_’ 
set but not used [-Wunused-but-set-variable]
  763 |         gint _documenters_size_;
      |              ^~~~~~~~~~~~~~~~~~
src/gnome-robots.p/application.c:758:14: warning: variable ‘_artists_size_’ set 
but not used [-Wunused-but-set-variable]
  758 |         gint _artists_size_;
      |              ^~~~~~~~~~~~~~
src/gnome-robots.p/application.c:752:14: warning: variable ‘_authors_size_’ set 
but not used [-Wunused-but-set-variable]
  752 |         gint _authors_size_;
      |              ^~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30:
src/gnome-robots.p/application.c: In function ‘robots_application_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/application.c:837:13: note: in expansion of macro 
‘g_once_init_enter’
  837 |         if (g_once_init_enter (&robots_application_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/gnome-robots.p/application.c: At top level:
src/gnome-robots.p/application.c:122:20: warning: 
‘robots_application_properties’ defined but not used [-Wunused-variable]
  122 | static GParamSpec* 
robots_application_properties[ROBOTS_APPLICATION_NUM_PROPERTIES];
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[41/142] cc -Isrc/gnome-robots.p -Isrc -I../src -I/usr/include/gee-0.8 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/gnome-games-support-1 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
-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 
-I/usr/lib/x86_64-linux-gnu/pkgconfig/../../../include/librsvg-2.0 -I/usr/include/libxml2 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -include config.h -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -D_REENTRANT -MD -MQ 
src/gnome-robots.p/meson-generated_window.c.o -MF 
src/gnome-robots.p/meson-generated_window.c.o.d -o 
src/gnome-robots.p/meson-generated_window.c.o -c src/gnome-robots.p/window.c
src/gnome-robots.p/window.c: In function ‘robots_window_construct’:
src/gnome-robots.p/window.c:579:14: warning: variable ‘_win_entries_size_’ set 
but not used [-Wunused-but-set-variable]
  579 |         gint _win_entries_size_;
      |              ^~~~~~~~~~~~~~~~~~
src/gnome-robots.p/window.c: In function ‘robots_window_keyboard_cb’:
src/gnome-robots.p/window.c:992:46: warning: variable ‘_tmp1_’ set but not used 
[-Wunused-but-set-variable]
  992 |                                         gint _tmp1_;
      |                                              ^~~~~~
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from src/gnome-robots.p/window.c:23:
src/gnome-robots.p/window.c: In function ‘robots_window_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/gnome-robots.p/window.c:1084:13: note: in expansion of macro 
‘g_once_init_enter’
 1084 |         if (g_once_init_enter (&robots_window_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/gnome-robots.p/window.c: At top level:
src/gnome-robots.p/window.c:95:20: warning: ‘robots_window_properties’ defined 
but not used [-Wunused-variable]
   95 | static GParamSpec* 
robots_window_properties[ROBOTS_WINDOW_NUM_PROPERTIES];
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~
[42/142] cc -Isrc/gnome-robots.p -Isrc -I../src -I/usr/include/gee-0.8 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/gnome-games-support-1 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
-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 
-I/usr/lib/x86_64-linux-gnu/pkgconfig/../../../include/librsvg-2.0 -I/usr/include/libxml2 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -include config.h -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -D_REENTRANT -MD -MQ 
src/gnome-robots.p/meson-generated_robots.c.o -MF 
src/gnome-robots.p/meson-generated_robots.c.o.d -o 
src/gnome-robots.p/meson-generated_robots.c.o -c src/gnome-robots.p/robots.c
[43/142] /usr/bin/itstool -m help/da/gnome-robots-da.gmo --lang da -o help/da 
../help/C/appearance.page ../help/C/basics.page ../help/C/controls-change.page 
../help/C/controls-default.page ../help/C/game-types.page ../help/C/index.page 
../help/C/legal.xml ../help/C/moves.page ../help/C/scores.page
[44/142] /usr/bin/itstool -m help/de/gnome-robots-de.gmo --lang de -o help/de 
../help/C/appearance.page ../help/C/basics.page ../help/C/controls-change.page 
../help/C/controls-default.page ../help/C/game-types.page ../help/C/index.page 
../help/C/legal.xml ../help/C/moves.page ../help/C/scores.page
[45/142] /usr/bin/itstool -m help/el/gnome-robots-el.gmo --lang el -o help/el 
../help/C/appearance.page ../help/C/basics.page ../help/C/controls-change.page 
../help/C/controls-default.page ../help/C/game-types.page ../help/C/index.page 
../help/C/legal.xml ../help/C/moves.page ../help/C/scores.page
[46/142] /usr/bin/itstool -m help/es/gnome-robots-es.gmo --lang es -o help/es 
../help/C/appearance.page ../help/C/basics.page ../help/C/controls-change.page 
../help/C/controls-default.page ../help/C/game-types.page ../help/C/index.page 
../help/C/legal.xml ../help/C/moves.page ../help/C/scores.page
[47/142] /usr/bin/itstool -m help/fr/gnome-robots-fr.gmo --lang fr -o help/fr 
../help/C/appearance.page ../help/C/basics.page ../help/C/controls-change.page 
../help/C/controls-default.page ../help/C/game-types.page ../help/C/index.page 
../help/C/legal.xml ../help/C/moves.page ../help/C/scores.page
[48/142] /usr/bin/itstool -m help/hu/gnome-robots-hu.gmo --lang hu -o help/hu 
../help/C/appearance.page ../help/C/basics.page ../help/C/controls-change.page 
../help/C/controls-default.page ../help/C/game-types.page ../help/C/index.page 
../help/C/legal.xml ../help/C/moves.page ../help/C/scores.page
[49/142] /usr/bin/itstool -m help/pl/gnome-robots-pl.gmo --lang pl -o help/pl 
../help/C/appearance.page ../help/C/basics.page ../help/C/controls-change.page 
../help/C/controls-default.page ../help/C/game-types.page ../help/C/index.page 
../help/C/legal.xml ../help/C/moves.page ../help/C/scores.page
[50/142] /usr/bin/itstool -m help/pt_BR/gnome-robots-pt_BR.gmo --lang pt_BR -o 
help/pt_BR ../help/C/appearance.page ../help/C/basics.page 
../help/C/controls-change.page ../help/C/controls-default.page 
../help/C/game-types.page ../help/C/index.page ../help/C/legal.xml 
../help/C/moves.page ../help/C/scores.page
[51/142] /usr/bin/itstool -m help/sv/gnome-robots-sv.gmo --lang sv -o help/sv 
../help/C/appearance.page ../help/C/basics.page ../help/C/controls-change.page 
../help/C/controls-default.page ../help/C/game-types.page ../help/C/index.page 
../help/C/legal.xml ../help/C/moves.page ../help/C/scores.page
[52/142] /usr/bin/msgfmt -o po/af/LC_MESSAGES/gnome-robots.mo ../po/af.po
[53/142] /usr/bin/msgfmt -o po/am/LC_MESSAGES/gnome-robots.mo ../po/am.po
[54/142] /usr/bin/msgfmt -o po/ar/LC_MESSAGES/gnome-robots.mo ../po/ar.po
[55/142] /usr/bin/msgfmt -o po/as/LC_MESSAGES/gnome-robots.mo ../po/as.po
[56/142] /usr/bin/msgfmt -o po/ast/LC_MESSAGES/gnome-robots.mo ../po/ast.po
[57/142] /usr/bin/msgfmt -o po/az/LC_MESSAGES/gnome-robots.mo ../po/az.po
[58/142] /usr/bin/msgfmt -o po/be/LC_MESSAGES/gnome-robots.mo ../po/be.po
[59/142] /usr/bin/msgfmt -o po/bg/LC_MESSAGES/gnome-robots.mo ../po/bg.po
[60/142] /usr/bin/msgfmt -o po/bn/LC_MESSAGES/gnome-robots.mo ../po/bn.po
[61/142] /usr/bin/msgfmt -o po/bn_IN/LC_MESSAGES/gnome-robots.mo ../po/bn_IN.po
[62/142] /usr/bin/msgfmt -o po/br/LC_MESSAGES/gnome-robots.mo ../po/br.po
[63/142] /usr/bin/msgfmt -o po/bs/LC_MESSAGES/gnome-robots.mo ../po/bs.po
[64/142] /usr/bin/msgfmt -o po/ca/LC_MESSAGES/gnome-robots.mo ../po/ca.po
[65/142] /usr/bin/msgfmt -o po/ca@valencia/LC_MESSAGES/gnome-robots.mo 
../po/c...@valencia.po
[66/142] /usr/bin/msgfmt -o po/cs/LC_MESSAGES/gnome-robots.mo ../po/cs.po
[67/142] /usr/bin/msgfmt -o po/cy/LC_MESSAGES/gnome-robots.mo ../po/cy.po
[68/142] /usr/bin/msgfmt -o po/da/LC_MESSAGES/gnome-robots.mo ../po/da.po
[69/142] /usr/bin/msgfmt -o po/de/LC_MESSAGES/gnome-robots.mo ../po/de.po
[70/142] /usr/bin/msgfmt -o po/dz/LC_MESSAGES/gnome-robots.mo ../po/dz.po
[71/142] /usr/bin/msgfmt -o po/el/LC_MESSAGES/gnome-robots.mo ../po/el.po
[72/142] /usr/bin/msgfmt -o po/en_CA/LC_MESSAGES/gnome-robots.mo ../po/en_CA.po
[73/142] /usr/bin/msgfmt -o po/en_GB/LC_MESSAGES/gnome-robots.mo ../po/en_GB.po
[74/142] /usr/bin/msgfmt -o po/en@shaw/LC_MESSAGES/gnome-robots.mo 
../po/e...@shaw.po
[75/142] /usr/bin/msgfmt -o po/eo/LC_MESSAGES/gnome-robots.mo ../po/eo.po
[76/142] /usr/bin/msgfmt -o po/es/LC_MESSAGES/gnome-robots.mo ../po/es.po
[77/142] /usr/bin/msgfmt -o po/et/LC_MESSAGES/gnome-robots.mo ../po/et.po
[78/142] /usr/bin/itstool -m help/uk/gnome-robots-uk.gmo --lang uk -o help/uk 
../help/C/appearance.page ../help/C/basics.page ../help/C/controls-change.page 
../help/C/controls-default.page ../help/C/game-types.page ../help/C/index.page 
../help/C/legal.xml ../help/C/moves.page ../help/C/scores.page
[79/142] /usr/bin/msgfmt -o po/eu/LC_MESSAGES/gnome-robots.mo ../po/eu.po
[80/142] /usr/bin/msgfmt -o po/fa/LC_MESSAGES/gnome-robots.mo ../po/fa.po
[81/142] /usr/bin/msgfmt -o po/fi/LC_MESSAGES/gnome-robots.mo ../po/fi.po
[82/142] /usr/bin/msgfmt -o po/fr/LC_MESSAGES/gnome-robots.mo ../po/fr.po
[83/142] /usr/bin/msgfmt -o po/fur/LC_MESSAGES/gnome-robots.mo ../po/fur.po
[84/142] /usr/bin/msgfmt -o po/ga/LC_MESSAGES/gnome-robots.mo ../po/ga.po
[85/142] /usr/bin/msgfmt -o po/gl/LC_MESSAGES/gnome-robots.mo ../po/gl.po
[86/142] /usr/bin/msgfmt -o po/gu/LC_MESSAGES/gnome-robots.mo ../po/gu.po
[87/142] /usr/bin/msgfmt -o po/he/LC_MESSAGES/gnome-robots.mo ../po/he.po
[88/142] /usr/bin/msgfmt -o po/hi/LC_MESSAGES/gnome-robots.mo ../po/hi.po
[89/142] /usr/bin/msgfmt -o po/hr/LC_MESSAGES/gnome-robots.mo ../po/hr.po
[90/142] /usr/bin/msgfmt -o po/hu/LC_MESSAGES/gnome-robots.mo ../po/hu.po
[91/142] /usr/bin/msgfmt -o po/id/LC_MESSAGES/gnome-robots.mo ../po/id.po
[92/142] /usr/bin/msgfmt -o po/is/LC_MESSAGES/gnome-robots.mo ../po/is.po
[93/142] /usr/bin/msgfmt -o po/it/LC_MESSAGES/gnome-robots.mo ../po/it.po
[94/142] /usr/bin/msgfmt -o po/ja/LC_MESSAGES/gnome-robots.mo ../po/ja.po
[95/142] /usr/bin/msgfmt -o po/ka/LC_MESSAGES/gnome-robots.mo ../po/ka.po
[96/142] /usr/bin/msgfmt -o po/kk/LC_MESSAGES/gnome-robots.mo ../po/kk.po
[97/142] /usr/bin/msgfmt -o po/km/LC_MESSAGES/gnome-robots.mo ../po/km.po
[98/142] /usr/bin/msgfmt -o po/kn/LC_MESSAGES/gnome-robots.mo ../po/kn.po
[99/142] /usr/bin/msgfmt -o po/ko/LC_MESSAGES/gnome-robots.mo ../po/ko.po
[100/142] /usr/bin/msgfmt -o po/ku/LC_MESSAGES/gnome-robots.mo ../po/ku.po
[101/142] /usr/bin/msgfmt -o po/lt/LC_MESSAGES/gnome-robots.mo ../po/lt.po
[102/142] /usr/bin/msgfmt -o po/lv/LC_MESSAGES/gnome-robots.mo ../po/lv.po
[103/142] /usr/bin/msgfmt -o po/mai/LC_MESSAGES/gnome-robots.mo ../po/mai.po
[104/142] /usr/bin/msgfmt -o po/mk/LC_MESSAGES/gnome-robots.mo ../po/mk.po
[105/142] /usr/bin/msgfmt -o po/ml/LC_MESSAGES/gnome-robots.mo ../po/ml.po
[106/142] /usr/bin/msgfmt -o po/mn/LC_MESSAGES/gnome-robots.mo ../po/mn.po
[107/142] /usr/bin/msgfmt -o po/mr/LC_MESSAGES/gnome-robots.mo ../po/mr.po
[108/142] /usr/bin/msgfmt -o po/ms/LC_MESSAGES/gnome-robots.mo ../po/ms.po
[109/142] /usr/bin/msgfmt -o po/nb/LC_MESSAGES/gnome-robots.mo ../po/nb.po
[110/142] /usr/bin/msgfmt -o po/ne/LC_MESSAGES/gnome-robots.mo ../po/ne.po
[111/142] /usr/bin/msgfmt -o po/nl/LC_MESSAGES/gnome-robots.mo ../po/nl.po
[112/142] /usr/bin/msgfmt -o po/nn/LC_MESSAGES/gnome-robots.mo ../po/nn.po
[113/142] /usr/bin/msgfmt -o po/oc/LC_MESSAGES/gnome-robots.mo ../po/oc.po
[114/142] /usr/bin/msgfmt -o po/or/LC_MESSAGES/gnome-robots.mo ../po/or.po
[115/142] /usr/bin/msgfmt -o po/pa/LC_MESSAGES/gnome-robots.mo ../po/pa.po
[116/142] /usr/bin/msgfmt -o po/pl/LC_MESSAGES/gnome-robots.mo ../po/pl.po
[117/142] /usr/bin/msgfmt -o po/pt/LC_MESSAGES/gnome-robots.mo ../po/pt.po
[118/142] /usr/bin/msgfmt -o po/pt_BR/LC_MESSAGES/gnome-robots.mo ../po/pt_BR.po
[119/142] /usr/bin/msgfmt -o po/ro/LC_MESSAGES/gnome-robots.mo ../po/ro.po
[120/142] /usr/bin/msgfmt -o po/ru/LC_MESSAGES/gnome-robots.mo ../po/ru.po
[121/142] /usr/bin/msgfmt -o po/rw/LC_MESSAGES/gnome-robots.mo ../po/rw.po
[122/142] /usr/bin/msgfmt -o po/si/LC_MESSAGES/gnome-robots.mo ../po/si.po
[123/142] /usr/bin/msgfmt -o po/sk/LC_MESSAGES/gnome-robots.mo ../po/sk.po
[124/142] /usr/bin/msgfmt -o po/sl/LC_MESSAGES/gnome-robots.mo ../po/sl.po
[125/142] /usr/bin/msgfmt -o po/sq/LC_MESSAGES/gnome-robots.mo ../po/sq.po
[126/142] /usr/bin/msgfmt -o po/sr/LC_MESSAGES/gnome-robots.mo ../po/sr.po
[127/142] /usr/bin/msgfmt -o po/sr@latin/LC_MESSAGES/gnome-robots.mo 
../po/s...@latin.po
[128/142] /usr/bin/msgfmt -o po/sv/LC_MESSAGES/gnome-robots.mo ../po/sv.po
[129/142] /usr/bin/msgfmt -o po/ta/LC_MESSAGES/gnome-robots.mo ../po/ta.po
[130/142] /usr/bin/msgfmt -o po/te/LC_MESSAGES/gnome-robots.mo ../po/te.po
[131/142] /usr/bin/msgfmt -o po/tg/LC_MESSAGES/gnome-robots.mo ../po/tg.po
[132/142] /usr/bin/msgfmt -o po/th/LC_MESSAGES/gnome-robots.mo ../po/th.po
[133/142] /usr/bin/msgfmt -o po/tr/LC_MESSAGES/gnome-robots.mo ../po/tr.po
[134/142] /usr/bin/msgfmt -o po/ug/LC_MESSAGES/gnome-robots.mo ../po/ug.po
[135/142] /usr/bin/msgfmt -o po/uk/LC_MESSAGES/gnome-robots.mo ../po/uk.po
[136/142] /usr/bin/msgfmt -o po/vi/LC_MESSAGES/gnome-robots.mo ../po/vi.po
[137/142] /usr/bin/msgfmt -o po/wa/LC_MESSAGES/gnome-robots.mo ../po/wa.po
[138/142] /usr/bin/msgfmt -o po/xh/LC_MESSAGES/gnome-robots.mo ../po/xh.po
[139/142] /usr/bin/msgfmt -o po/zh_CN/LC_MESSAGES/gnome-robots.mo ../po/zh_CN.po
[140/142] /usr/bin/msgfmt -o po/zh_HK/LC_MESSAGES/gnome-robots.mo ../po/zh_HK.po
[141/142] /usr/bin/msgfmt -o po/zh_TW/LC_MESSAGES/gnome-robots.mo ../po/zh_TW.po
[142/142] cc  -o src/gnome-robots src/gnome-robots.p/meson-generated_.._resources.c.o 
src/gnome-robots.p/meson-generated_image-suffix-list.c.o 
src/gnome-robots.p/meson-generated_themes.c.o src/gnome-robots.p/meson-generated_theme.c.o 
src/gnome-robots.p/meson-generated_preimage.c.o 
src/gnome-robots.p/meson-generated_animation.c.o 
src/gnome-robots.p/meson-generated_controls.c.o 
src/gnome-robots.p/meson-generated_game-config.c.o 
src/gnome-robots.p/meson-generated_sound-player.c.o 
src/gnome-robots.p/meson-generated_cursors.c.o 
src/gnome-robots.p/meson-generated_properties.c.o 
src/gnome-robots.p/meson-generated_properties-dialog.c.o 
src/gnome-robots.p/meson-generated_graphics.c.o 
src/gnome-robots.p/meson-generated_arena.c.o src/gnome-robots.p/meson-generated_game.c.o 
src/gnome-robots.p/meson-generated_assets.c.o 
src/gnome-robots.p/meson-generated_game-area.c.o 
src/gnome-robots.p/meson-generated_bubble.c.o 
src/gnome-robots.p/meson-generated_window-size.c.o 
src/gnome-robots.p/meson-generated_scores.c.o 
src/gnome-robots.p/meson-generated_application.c.o 
src/gnome-robots.p/meson-generated_window.c.o src/gnome-robots.p/meson-generated_robots.c.o 
-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,-z,defs 
-Wl,--as-needed -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wl,--start-group /usr/lib/x86_64-linux-gnu/libgee-0.8.so 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so 
/usr/lib/x86_64-linux-gnu/libgnome-games-support-1.so /usr/lib/x86_64-linux-gnu/libgtk-3.so 
/usr/lib/x86_64-linux-gnu/libgdk-3.so /usr/lib/x86_64-linux-gnu/libz.so 
/usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so /usr/lib/x86_64-linux-gnu/libpango-1.0.so 
/usr/lib/x86_64-linux-gnu/libharfbuzz.so /usr/lib/x86_64-linux-gnu/libatk-1.0.so 
/usr/lib/x86_64-linux-gnu/libcairo-gobject.so /usr/lib/x86_64-linux-gnu/libcairo.so 
/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so /usr/lib/x86_64-linux-gnu/libgsound.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/librsvg-2.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libcairo-gobject.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libpng16.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libdav1d.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libgio-2.0.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libxml2.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libpangocairo-1.0.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libcairo.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libpangoft2-1.0.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libpango-1.0.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libgobject-2.0.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libharfbuzz.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libfontconfig.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libfreetype.so 
-Wl,--export-dynamic 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libgmodule-2.0.so 
-pthread /usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libglib-2.0.so 
-Wl,--end-group
FAILED: src/gnome-robots
cc  -o src/gnome-robots src/gnome-robots.p/meson-generated_.._resources.c.o 
src/gnome-robots.p/meson-generated_image-suffix-list.c.o 
src/gnome-robots.p/meson-generated_themes.c.o src/gnome-robots.p/meson-generated_theme.c.o 
src/gnome-robots.p/meson-generated_preimage.c.o 
src/gnome-robots.p/meson-generated_animation.c.o 
src/gnome-robots.p/meson-generated_controls.c.o 
src/gnome-robots.p/meson-generated_game-config.c.o 
src/gnome-robots.p/meson-generated_sound-player.c.o 
src/gnome-robots.p/meson-generated_cursors.c.o 
src/gnome-robots.p/meson-generated_properties.c.o 
src/gnome-robots.p/meson-generated_properties-dialog.c.o 
src/gnome-robots.p/meson-generated_graphics.c.o 
src/gnome-robots.p/meson-generated_arena.c.o src/gnome-robots.p/meson-generated_game.c.o 
src/gnome-robots.p/meson-generated_assets.c.o 
src/gnome-robots.p/meson-generated_game-area.c.o 
src/gnome-robots.p/meson-generated_bubble.c.o 
src/gnome-robots.p/meson-generated_window-size.c.o 
src/gnome-robots.p/meson-generated_scores.c.o 
src/gnome-robots.p/meson-generated_application.c.o 
src/gnome-robots.p/meson-generated_window.c.o src/gnome-robots.p/meson-generated_robots.c.o 
-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,-z,defs 
-Wl,--as-needed -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wl,--start-group /usr/lib/x86_64-linux-gnu/libgee-0.8.so 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so 
/usr/lib/x86_64-linux-gnu/libgnome-games-support-1.so /usr/lib/x86_64-linux-gnu/libgtk-3.so 
/usr/lib/x86_64-linux-gnu/libgdk-3.so /usr/lib/x86_64-linux-gnu/libz.so 
/usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so /usr/lib/x86_64-linux-gnu/libpango-1.0.so 
/usr/lib/x86_64-linux-gnu/libharfbuzz.so /usr/lib/x86_64-linux-gnu/libatk-1.0.so 
/usr/lib/x86_64-linux-gnu/libcairo-gobject.so /usr/lib/x86_64-linux-gnu/libcairo.so 
/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so /usr/lib/x86_64-linux-gnu/libgsound.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/librsvg-2.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libcairo-gobject.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libpng16.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libdav1d.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libgio-2.0.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libxml2.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libpangocairo-1.0.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libcairo.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libpangoft2-1.0.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libpango-1.0.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libgobject-2.0.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libharfbuzz.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libfontconfig.so 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libfreetype.so 
-Wl,--export-dynamic 
/usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libgmodule-2.0.so 
-pthread /usr/lib/x86_64-linux-gnu/pkgconfig/../../../lib/x86_64-linux-gnu/libglib-2.0.so 
-Wl,--end-group
/usr/bin/ld: src/gnome-robots.p/meson-generated_game-area.c.o: undefined 
reference to symbol 'atan2@@GLIBC_2.2.5'
/usr/bin/ld: /lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing 
from command line
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j2 -v 
returned exit code 1
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

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

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

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

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

Thanks.

--- End Message ---
--- Begin Message ---
Source: gnome-robots
Source-Version: 1:40.0-3
Done: Jeremy Bícha <jbi...@ubuntu.com>

We believe that the bug you reported is fixed in the latest version of
gnome-robots, 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 1082...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeremy Bícha <jbi...@ubuntu.com> (supplier of updated gnome-robots 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: Mon, 09 Dec 2024 09:23:12 -0500
Source: gnome-robots
Built-For-Profiles: noudeb
Architecture: source
Version: 1:40.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Jeremy Bícha <jbi...@ubuntu.com>
Closes: 1082682
Changes:
 gnome-robots (1:40.0-3) unstable; urgency=medium
 .
   [ Rebecca N. Palmer ]
   * Link against libm for atan2. (Closes: #1082682)
 .
   [ Debian Janitor ]
   * Add debian/upstream/metadata
   * Update standards version to 4.7.0, no changes needed
   * Avoid explicitly specifying -Wl,--as-needed linker flag
 .
   [ Jeremy Bícha ]
   * Stop using debian/control.in and dh_gnome_clean
Checksums-Sha1:
 e521f8dcd2ff3598b94833cbca4707d98b859317 2195 gnome-robots_40.0-3.dsc
 a5944cf4dc0f76f5419405838d35004d07f4587a 21396 
gnome-robots_40.0-3.debian.tar.xz
 247f443cc0ec57a979b2773429767ab0c9786a83 17579 
gnome-robots_40.0-3_source.buildinfo
Checksums-Sha256:
 0f5d91d70c56e6e8dfa0a559ea4d81524c357fb3076a0958af0a12215cdf4639 2195 
gnome-robots_40.0-3.dsc
 275254f16e4178582e117157d5d85e5ad265ce55d7ffa4a2c78096cce7309c53 21396 
gnome-robots_40.0-3.debian.tar.xz
 76fc76432386b621d88ad1b2065f214c920d31921db7203519bb19757e199b09 17579 
gnome-robots_40.0-3_source.buildinfo
Files:
 921f73d587c98166687322b947506a6d 2195 games optional gnome-robots_40.0-3.dsc
 2b2b9264185ab2f20ad7d367f798e41c 21396 games optional 
gnome-robots_40.0-3.debian.tar.xz
 6d5eb1ce72f56a1760c0cc9326a2c94e 17579 games optional 
gnome-robots_40.0-3_source.buildinfo

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

iQIzBAEBCgAdFiEETQvhLw5HdtiqzpaW5mx3Wuv+bH0FAmdW/cwACgkQ5mx3Wuv+
bH0xOBAApRnr6lQad/BXdsY3EhgbLWJ4LSBWji5N1Oh0O9Nqwi5ytmHAQIFRJr03
ltDSRYl1ka8Adu+uuICdH/SpPD5hWOE2sbJUueFmV2VsJhZ6yspXg1vCdd3PPvBG
N7HGAIu5PZR8fkaOpxJbdUEFWqeMNcD8ZHKG6no8kwKfZEgBzxMroRXSmm/jbqaz
QzzjRYFdbXTR+gLYniwx2EspwNEMwX3YC7a1j2eZcpqAM2P7tMdWpUhTZ1oh/kvO
dPUTI8jAiBeDySDosC4i0jRttVpzmuaJAVxaxzDZ/XXNoh1BYiybwiYbPY9qrQRh
sCRB9tF8XZSpm8vp/FvLVqORIGOqcMXN5fvHh/yvY2kfej44RhS2/R3kxWEqZ3JB
B0fM9Gr+wKkKrQVbZPrnrAu06ngZyq0kEP/r6e3KixfANRRIObC/Xi6ulMaX4tMe
mZgc1dh5HLGhH9u/95R1OfFt10slQTGWfXQ5fT9+yuNocf0fMaqFVNN3ieQN892E
jq370eUkF2kW8GUhF2b+LC7jEPdOkFaPJ/4qzyvyf8yznAyL17xwphEFM2hCFcMI
0ma9PA5mQVhEajhZAmuj8YY3BAzn33BqqEmNUvg0njLCrghkLHdGatFgG6ooEYel
ad2uKaGJVdcqj8+D/s7prFVPnvhhGHYjTxLO5Ly8kVUYdQHYZWo=
=IFuK
-----END PGP SIGNATURE-----

Attachment: pgpZLBnTS_Yi9.pgp
Description: PGP signature


--- End Message ---

Reply via email to