=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for libgnome-games-support1-1.8.2nb1 ninja: Entering directory `output' [1/14] Compiling Vala source ../games/config.vapi ../games/gridframe.vala ../games/scores/category.vala ../games/scores/context.vala ../games/scores/dialog.vala ../games/scores/directory-importer.vala ../games/scores/history-file-importer.vala ../games/scores/importer.vala ../games/scores/score.vala ../games/scores/history-file-importer.vala:52.17-52.23: warning: `GLib.TimeVal' has been deprecated since 2.62 52 | TimeVal timeval = {}; | ^~~~~~~ Compilation succeeded - 1 warning(s) [2/14] Compiling C object games/libgnome-games-support-1.3.dylib.p/meson-generated_gridframe.c.o games/libgnome-games-support-1.3.dylib.p/gridframe.c:430:6: warning: passing 'typeof (*(&games_grid_frame_type_id__once)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&games_grid_frame_type_id__once)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gthread.h:262:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 1 warning generated. [3/14] Compiling C object games/libgnome-games-support-1.3.dylib.p/meson-generated_scores_category.c.o games/libgnome-games-support-1.3.dylib.p/scores/category.c:151:12: warning: assigning to 'gchar *' (aka 'char *') from 'const gchar *' (aka 'const char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] old_value = games_scores_category_get_name (self); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ games/libgnome-games-support-1.3.dylib.p/scores/category.c:224:6: warning: passing 'typeof (*(&games_scores_category_type_id__once)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&games_scores_category_type_id__once)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gthread.h:262:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 2 warnings generated. [4/14] Compiling C object games/libgnome-games-support-1.3.dylib.p/meson-generated_scores_context.c.o games/libgnome-games-support-1.3.dylib.p/scores/context.c:368:6: warning: passing 'typeof (*(&games_scores_style_type_id__once)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&games_scores_style_type_id__once)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gthread.h:262:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ games/libgnome-games-support-1.3.dylib.p/scores/context.c:399:12: warning: assigning to 'gchar *' (aka 'char *') from 'const gchar *' (aka 'const char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] old_value = games_scores_context_get_app_name (self); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ games/libgnome-games-support-1.3.dylib.p/scores/context.c:426:12: warning: assigning to 'gchar *' (aka 'char *') from 'const gchar *' (aka 'const char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] old_value = games_scores_context_get_category_type (self); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ games/libgnome-games-support-1.3.dylib.p/scores/context.c:535:12: warning: assigning to 'gchar *' (aka 'char *') from 'const gchar *' (aka 'const char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] old_value = games_scores_context_get_icon_name (self); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ games/libgnome-games-support-1.3.dylib.p/scores/context.c:753:163: warning: expression result unused; should this cast be to 'void'? [-Wunused-value] (self->priv->category_request_target_destroy_notify == NULL) ? NULL : (self->priv->category_request_target_destroy_notify (self->priv->category_request_target), NULL); ^ /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL' # define NULL ((void*)0) ^ games/libgnome-games-support-1.3.dylib.p/scores/context.c:2152:163: warning: expression result unused; should this cast be to 'void'? [-Wunused-value] (self->priv->category_request_target_destroy_notify == NULL) ? NULL : (self->priv->category_request_target_destroy_notify (self->priv->category_request_target), NULL); ^ /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL' # define NULL ((void*)0) ^ games/libgnome-games-support-1.3.dylib.p/scores/context.c:2335:163: warning: expression result unused; should this cast be to 'void'? [-Wunused-value] (self->priv->category_request_target_destroy_notify == NULL) ? NULL : (self->priv->category_request_target_destroy_notify (self->priv->category_request_target), NULL); ^ /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL' # define NULL ((void*)0) ^ games/libgnome-games-support-1.3.dylib.p/scores/context.c:2356:6: warning: passing 'typeof (*(&games_scores_context_type_id__once)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&games_scores_context_type_id__once)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gthread.h:262:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 8 warnings generated. [5/14] Compiling C object games/libgnome-games-support-1.3.dylib.p/meson-generated_scores_dialog.c.o games/libgnome-games-support-1.3.dylib.p/scores/dialog.c:282:9: warning: incompatible pointer types assigning to 'GtkHeaderBar *' (aka 'struct _GtkHeaderBar *') from 'GtkWidget *' (aka 'struct _GtkWidget *') [-Wincompatible-pointer-types] _tmp3_ = gtk_dialog_get_header_bar ((GtkDialog*) self); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ games/libgnome-games-support-1.3.dylib.p/scores/dialog.c:309:10: warning: incompatible pointer types assigning to 'GtkBox *' (aka 'struct _GtkBox *') from 'GtkWidget *' (aka 'struct _GtkWidget *') [-Wincompatible-pointer-types] _tmp10_ = gtk_dialog_get_content_area ((GtkDialog*) self); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ games/libgnome-games-support-1.3.dylib.p/scores/dialog.c:821:26: warning: incompatible function pointer types passing 'void (gconstpointer, gpointer)' (aka 'void (const void *, void *)') to parameter of type 'GFunc' (aka 'void (*)(void *, void *)') [-Wincompatible-function-pointer-types] g_list_foreach (_tmp6_, ___lambda10__gfunc, self); ^~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/glist.h:139:25: note: passing argument to parameter 'func' here GFunc func, ^ games/libgnome-games-support-1.3.dylib.p/scores/dialog.c:1419:6: warning: passing 'typeof (*(&games_scores_dialog_type_id__once)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&games_scores_dialog_type_id__once)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gthread.h:262:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 4 warnings generated. [6/14] Compiling C object games/libgnome-games-support-1.3.dylib.p/meson-generated_scores_directory-importer.c.o games/libgnome-games-support-1.3.dylib.p/scores/directory-importer.c:192:163: warning: expression result unused; should this cast be to 'void'? [-Wunused-value] (self->priv->category_convert_target_destroy_notify == NULL) ? NULL : (self->priv->category_convert_target_destroy_notify (self->priv->category_convert_target), NULL); ^ /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL' # define NULL ((void*)0) ^ games/libgnome-games-support-1.3.dylib.p/scores/directory-importer.c:378:163: warning: expression result unused; should this cast be to 'void'? [-Wunused-value] (self->priv->category_convert_target_destroy_notify == NULL) ? NULL : (self->priv->category_convert_target_destroy_notify (self->priv->category_convert_target), NULL); ^ /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL' # define NULL ((void*)0) ^ games/libgnome-games-support-1.3.dylib.p/scores/directory-importer.c:399:6: warning: passing 'typeof (*(&games_scores_directory_importer_type_id__once)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&games_scores_directory_importer_type_id__once)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gthread.h:262:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 3 warnings generated. [7/14] Compiling C object games/libgnome-games-support-1.3.dylib.p/meson-generated_scores_history-file-importer.c.o games/libgnome-games-support-1.3.dylib.p/scores/history-file-importer.c:176:160: warning: expression result unused; should this cast be to 'void'? [-Wunused-value] (self->priv->history_convert_target_destroy_notify == NULL) ? NULL : (self->priv->history_convert_target_destroy_notify (self->priv->history_convert_target), NULL); ^ /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL' # define NULL ((void*)0) ^ games/libgnome-games-support-1.3.dylib.p/scores/history-file-importer.c:190:2: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal timeval = {0}; ^ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gmacros.h:1324:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ games/libgnome-games-support-1.3.dylib.p/scores/history-file-importer.c:191:2: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal _tmp0_ = {0}; ^ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gmacros.h:1324:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ games/libgnome-games-support-1.3.dylib.p/scores/history-file-importer.c:193:2: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal _tmp1_; ^ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gmacros.h:1324:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ games/libgnome-games-support-1.3.dylib.p/scores/history-file-importer.c:197:8: warning: 'g_time_val_from_iso8601' is deprecated: Use 'g_date_time_new_from_iso8601' instead [-Wdeprecated-declarations] ret = g_time_val_from_iso8601 (date, &timeval); ^ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gtimer.h:71:1: note: 'g_time_val_from_iso8601' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_62_FOR(g_date_time_new_from_iso8601) ^ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:650:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_62_FOR' #define GLIB_DEPRECATED_IN_2_62_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ games/libgnome-games-support-1.3.dylib.p/scores/history-file-importer.c:398:160: warning: expression result unused; should this cast be to 'void'? [-Wunused-value] (self->priv->history_convert_target_destroy_notify == NULL) ? NULL : (self->priv->history_convert_target_destroy_notify (self->priv->history_convert_target), NULL); ^ /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL' # define NULL ((void*)0) ^ games/libgnome-games-support-1.3.dylib.p/scores/history-file-importer.c:419:6: warning: passing 'typeof (*(&games_scores_history_file_importer_type_id__once)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&games_scores_history_file_importer_type_id__once)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gthread.h:262:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 7 warnings generated. [8/14] Compiling C object games/libgnome-games-support-1.3.dylib.p/meson-generated_scores_importer.c.o games/libgnome-games-support-1.3.dylib.p/scores/importer.c:165:6: warning: passing 'typeof (*(&games_scores_importer_type_id__once)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&games_scores_importer_type_id__once)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gthread.h:262:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 1 warning generated. [9/14] Compiling C object games/libgnome-games-support-1.3.dylib.p/meson-generated_scores_score.c.o games/libgnome-games-support-1.3.dylib.p/scores/score.c:255:6: warning: passing 'typeof (*(&games_scores_score_type_id__once)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&games_scores_score_type_id__once)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gthread.h:262:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 1 warning generated. [10/14] Linking target games/libgnome-games-support-1.3.dylib [11/14] Generating symbol file games/libgnome-games-support-1.3.dylib.p/libgnome-games-support-1.3.dylib.symbols [12/14] Compiling Vala source ../tests/test-scores.vala games/libgnome-games-support-1.vapi [13/14] Compiling C object tests/libgnome-games-support-tests.p/meson-generated_test-scores.c.o tests/libgnome-games-support-tests.p/test-scores.c:1583:72: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types] _tmp1_ = g_test_create_case ("Scores Files Created", (gsize) 0, NULL, ___lambda11__gtest_fixture_func, _games_scores_test_scores_files_exist_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gtestutils.h:552:60: note: passing argument to parameter 'data_setup' here GTestFixtureFunc data_setup, ^ tests/libgnome-games-support-tests.p/test-scores.c:1583:105: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types] _tmp1_ = g_test_create_case ("Scores Files Created", (gsize) 0, NULL, ___lambda11__gtest_fixture_func, _games_scores_test_scores_files_exist_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gtestutils.h:553:60: note: passing argument to parameter 'data_test' here GTestFixtureFunc data_test, ^ tests/libgnome-games-support-tests.p/test-scores.c:1583:163: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types] _tmp1_ = g_test_create_case ("Scores Files Created", (gsize) 0, NULL, ___lambda11__gtest_fixture_func, _games_scores_test_scores_files_exist_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gtestutils.h:554:60: note: passing argument to parameter 'data_teardown' here GTestFixtureFunc data_teardown); ^ tests/libgnome-games-support-tests.p/test-scores.c:1585:70: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types] _tmp2_ = g_test_create_case ("Save Score to File", (gsize) 0, NULL, ___lambda12__gtest_fixture_func, _games_scores_test_save_score_to_file_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gtestutils.h:552:60: note: passing argument to parameter 'data_setup' here GTestFixtureFunc data_setup, ^ tests/libgnome-games-support-tests.p/test-scores.c:1585:103: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types] _tmp2_ = g_test_create_case ("Save Score to File", (gsize) 0, NULL, ___lambda12__gtest_fixture_func, _games_scores_test_save_score_to_file_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gtestutils.h:553:60: note: passing argument to parameter 'data_test' here GTestFixtureFunc data_test, ^ tests/libgnome-games-support-tests.p/test-scores.c:1585:161: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types] _tmp2_ = g_test_create_case ("Save Score to File", (gsize) 0, NULL, ___lambda12__gtest_fixture_func, _games_scores_test_save_score_to_file_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gtestutils.h:554:60: note: passing argument to parameter 'data_teardown' here GTestFixtureFunc data_teardown); ^ tests/libgnome-games-support-tests.p/test-scores.c:1587:79: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types] _tmp3_ = g_test_create_case ("Import from Score Directory", (gsize) 0, NULL, ___lambda13__gtest_fixture_func, _games_scores_test_import_from_score_directory_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gtestutils.h:552:60: note: passing argument to parameter 'data_setup' here GTestFixtureFunc data_setup, ^ tests/libgnome-games-support-tests.p/test-scores.c:1587:112: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types] _tmp3_ = g_test_create_case ("Import from Score Directory", (gsize) 0, NULL, ___lambda13__gtest_fixture_func, _games_scores_test_import_from_score_directory_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gtestutils.h:553:60: note: passing argument to parameter 'data_test' here GTestFixtureFunc data_test, ^ tests/libgnome-games-support-tests.p/test-scores.c:1587:179: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types] _tmp3_ = g_test_create_case ("Import from Score Directory", (gsize) 0, NULL, ___lambda13__gtest_fixture_func, _games_scores_test_import_from_score_directory_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gtestutils.h:554:60: note: passing argument to parameter 'data_teardown' here GTestFixtureFunc data_teardown); ^ tests/libgnome-games-support-tests.p/test-scores.c:1589:76: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types] _tmp4_ = g_test_create_case ("Import from History File", (gsize) 0, NULL, ___lambda14__gtest_fixture_func, _games_scores_test_import_from_history_file_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gtestutils.h:552:60: note: passing argument to parameter 'data_setup' here GTestFixtureFunc data_setup, ^ tests/libgnome-games-support-tests.p/test-scores.c:1589:109: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types] _tmp4_ = g_test_create_case ("Import from History File", (gsize) 0, NULL, ___lambda14__gtest_fixture_func, _games_scores_test_import_from_history_file_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gtestutils.h:553:60: note: passing argument to parameter 'data_test' here GTestFixtureFunc data_test, ^ tests/libgnome-games-support-tests.p/test-scores.c:1589:173: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types] _tmp4_ = g_test_create_case ("Import from History File", (gsize) 0, NULL, ___lambda14__gtest_fixture_func, _games_scores_test_import_from_history_file_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gtestutils.h:554:60: note: passing argument to parameter 'data_teardown' here GTestFixtureFunc data_teardown); ^ tests/libgnome-games-support-tests.p/test-scores.c:1591:88: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types] _tmp5_ = g_test_create_case ("Import from Nonexistent History File", (gsize) 0, NULL, ___lambda15__gtest_fixture_func, _games_scores_test_import_from_nonexistent_history_file_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gtestutils.h:552:60: note: passing argument to parameter 'data_setup' here GTestFixtureFunc data_setup, ^ tests/libgnome-games-support-tests.p/test-scores.c:1591:121: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types] _tmp5_ = g_test_create_case ("Import from Nonexistent History File", (gsize) 0, NULL, ___lambda15__gtest_fixture_func, _games_scores_test_import_from_nonexistent_history_file_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gtestutils.h:553:60: note: passing argument to parameter 'data_test' here GTestFixtureFunc data_test, ^ tests/libgnome-games-support-tests.p/test-scores.c:1591:197: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types] _tmp5_ = g_test_create_case ("Import from Nonexistent History File", (gsize) 0, NULL, ___lambda15__gtest_fixture_func, _games_scores_test_import_from_nonexistent_history_file_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/games/libgnome-games-support1/work/.buildlink/include/glib-2.0/glib/gtestutils.h:554:60: note: passing argument to parameter 'data_teardown' here GTestFixtureFunc data_teardown); ^ 15 warnings generated. [14/14] Linking target tests/libgnome-games-support-tests *** Please use pkgtools/verifypc to sanity check dependencies.