===> Building for gcr-3.40.0nb3 ninja: Entering directory `output' [1/377] Generating glib marshaller header gck/gck-marshal_h [2/377] Compiling C object egg/libegg.a.p/egg-armor.c.o ../egg/egg-armor.c:53:1: warning: unused function 'egg_secure_realloc' [-Wunused-function] EGG_SECURE_DECLARE (armor); ^ ../egg/egg-secure-memory.h:80:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_realloc (void *p, size_t length) { \ ^ ../egg/egg-armor.c:53:1: warning: unused function 'egg_secure_strdup' [-Wunused-function] ../egg/egg-secure-memory.h:83:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strdup (const char *str) { \ ^ ../egg/egg-armor.c:53:1: warning: unused function 'egg_secure_strndup' [-Wunused-function] ../egg/egg-secure-memory.h:86:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strndup (const char *str, size_t length) { \ ^ 3 warnings generated. [3/377] Compiling C object egg/libegg.a.p/egg-asn1x.c.o ../egg/egg-asn1x.c:3524:8: warning: variable 'len' set but not used [-Wunused-but-set-variable] gsize len; ^ 1 warning generated. [4/377] Compiling C object egg/libegg.a.p/egg-asn1-defs.c.o [5/377] Compiling C object egg/libegg.a.p/egg-buffer.c.o [6/377] Compiling C object egg/libegg.a.p/egg-dh.c.o ../egg/egg-dh.c:28:1: warning: unused function 'egg_secure_realloc' [-Wunused-function] EGG_SECURE_DECLARE (dh); ^ ../egg/egg-secure-memory.h:80:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_realloc (void *p, size_t length) { \ ^ ../egg/egg-dh.c:28:1: warning: unused function 'egg_secure_strdup' [-Wunused-function] ../egg/egg-secure-memory.h:83:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strdup (const char *str) { \ ^ ../egg/egg-dh.c:28:1: warning: unused function 'egg_secure_strndup' [-Wunused-function] ../egg/egg-secure-memory.h:86:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strndup (const char *str, size_t length) { \ ^ 3 warnings generated. [7/377] Compiling C object egg/libegg.a.p/egg-dn.c.o ../egg/egg-dn.c:239:9: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] if (!g_ascii_strcasecmp (name, match) == 0) ^ ~~ ../egg/egg-dn.c:239:9: note: add parentheses after the '!' to evaluate the comparison first if (!g_ascii_strcasecmp (name, match) == 0) ^ ( ) ../egg/egg-dn.c:239:9: note: add parentheses around left hand side expression to silence this warning if (!g_ascii_strcasecmp (name, match) == 0) ^ ( ) 1 warning generated. [8/377] Compiling C object egg/libegg.a.p/egg-decimal.c.o [9/377] Compiling C object egg/libegg.a.p/egg-hex.c.o [10/377] Compiling C object egg/libegg.a.p/egg-hkdf.c.o [11/377] Compiling C object egg/libegg.a.p/egg-libgcrypt.c.o ../egg/egg-libgcrypt.c:57:1: warning: 'gcry_thread_cbs' is deprecated [-Wdeprecated-declarations] GCRY_THREAD_OPTION_PTHREAD_IMPL; ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/gcrypt.h:217:17: note: expanded from macro 'GCRY_THREAD_OPTION_PTHREAD_IMPL' static struct gcry_thread_cbs gcry_threads_pthread = { \ ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/gcrypt.h:210:3: note: 'gcry_thread_cbs' has been explicitly marked deprecated here } _GCRY_GCC_ATTR_DEPRECATED; ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/gcrypt.h:82:51: note: expanded from macro '_GCRY_GCC_ATTR_DEPRECATED' #define _GCRY_GCC_ATTR_DEPRECATED __attribute__ ((__deprecated__)) ^ ../egg/egg-libgcrypt.c:65:6: warning: passing 'typeof (*(&gcrypt_initialized)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&gcrypt_initialized)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ ../egg/egg-libgcrypt.c:71:4: warning: 'gcry_set_log_handler' is deprecated [-Wdeprecated-declarations] gcry_set_log_handler (log_handler, NULL); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/gcrypt.h:2026:42: note: 'gcry_set_log_handler' has been explicitly marked deprecated here void *opaque) _GCRY_ATTR_INTERNAL; ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/gcrypt.h:122:33: note: expanded from macro '_GCRY_ATTR_INTERNAL' #define _GCRY_ATTR_INTERNAL _GCRY_GCC_ATTR_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/gcrypt.h:82:51: note: expanded from macro '_GCRY_GCC_ATTR_DEPRECATED' #define _GCRY_GCC_ATTR_DEPRECATED __attribute__ ((__deprecated__)) ^ ../egg/egg-libgcrypt.c:32:1: warning: unused function 'egg_secure_strdup' [-Wunused-function] EGG_SECURE_DECLARE (libgcrypt); ^ ../egg/egg-secure-memory.h:83:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strdup (const char *str) { \ ^ ../egg/egg-libgcrypt.c:32:1: warning: unused function 'egg_secure_strndup' [-Wunused-function] ../egg/egg-secure-memory.h:86:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strndup (const char *str, size_t length) { \ ^ 5 warnings generated. [12/377] Compiling C object egg/libegg.a.p/egg-oid.c.o ../egg/egg-oid.c:151:6: warning: passing 'typeof (*(&inited_oids)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited_oids)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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. [13/377] Compiling C object egg/libegg.a.p/egg-padding.c.o [14/377] Compiling C object egg/libegg.a.p/egg-openssl.c.o ../egg/egg-openssl.c:37:1: warning: unused function 'egg_secure_realloc' [-Wunused-function] EGG_SECURE_DECLARE (openssl); ^ ../egg/egg-secure-memory.h:80:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_realloc (void *p, size_t length) { \ ^ ../egg/egg-openssl.c:37:1: warning: unused function 'egg_secure_strdup' [-Wunused-function] ../egg/egg-secure-memory.h:83:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strdup (const char *str) { \ ^ ../egg/egg-openssl.c:37:1: warning: unused function 'egg_secure_strndup' [-Wunused-function] ../egg/egg-secure-memory.h:86:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strndup (const char *str, size_t length) { \ ^ 3 warnings generated. [15/377] Compiling C object egg/libegg.a.p/egg-secure-memory.c.o [16/377] Compiling C object egg/libegg.a.p/egg-symkey.c.o ../egg/egg-symkey.c:61:6: warning: passing 'typeof (*(&quarks_inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&quarks_inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ ../egg/egg-symkey.c:27:1: warning: unused function 'egg_secure_realloc' [-Wunused-function] EGG_SECURE_DECLARE (symkey); ^ ../egg/egg-secure-memory.h:80:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_realloc (void *p, size_t length) { \ ^ ../egg/egg-symkey.c:27:1: warning: unused function 'egg_secure_strdup' [-Wunused-function] ../egg/egg-secure-memory.h:83:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strdup (const char *str) { \ ^ ../egg/egg-symkey.c:27:1: warning: unused function 'egg_secure_strndup' [-Wunused-function] ../egg/egg-secure-memory.h:86:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strndup (const char *str, size_t length) { \ ^ 4 warnings generated. [17/377] Compiling C object egg/libegg.a.p/egg-testing.c.o [18/377] Compiling C object egg/libegg.a.p/egg-timegm.c.o [19/377] Generating GObject enum file gck/gck-enum-types.c (wrapped by meson because command contains newlines, to capture output) [20/377] Generating GObject enum file gck/gck-enum-types.h (wrapped by meson because command contains newlines, to capture output) [21/377] Generating glib marshaller source gck/gck-marshal_c [22/377] Linking static target egg/libegg.a [23/377] Compiling C object gck/libgck-1.0.dylib.p/meson-generated_.._gck-enum-types.c.o [24/377] Compiling C object gck/libgck-1.0.dylib.p/meson-generated_.._gck-marshal.c.o [25/377] Compiling C object gck/libgck-1.0.dylib.p/gck-attributes.c.o ../gck/gck-attributes.c:67:1: warning: unused function 'egg_secure_strdup' [-Wunused-function] EGG_SECURE_DECLARE (attributes); ^ ../egg/egg-secure-memory.h:83:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strdup (const char *str) { \ ^ ../gck/gck-attributes.c:67:1: warning: unused function 'egg_secure_strndup' [-Wunused-function] ../egg/egg-secure-memory.h:86:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strndup (const char *str, size_t length) { \ ^ 2 warnings generated. [26/377] Compiling C object gck/libgck-1.0.dylib.p/gck-dump.c.o [27/377] Compiling C object gck/libgck-1.0.dylib.p/gck-enumerator.c.o ../gck/gck-enumerator.c:910:27: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] self->pv->attr_types = g_memdup (attr_types, sizeof (gulong) * attr_count); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 1 warning generated. [28/377] Compiling C object gck/libgck-1.0.dylib.p/gck-misc.c.o ../gck/gck-misc.c:144:6: warning: passing 'typeof (*(&quark_inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&quark_inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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. [29/377] Compiling C object gck/libgck-1.0.dylib.p/gck-module.c.o ../gck/gck-module.c:292:16: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] module_info = g_memdup (module_info, sizeof (GckModuleInfo)); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 1 warning generated. [30/377] Compiling C object gck/libgck-1.0.dylib.p/gck-modules.c.o [31/377] Compiling C object gck/libgck-1.0.dylib.p/gck-object.c.o [32/377] Compiling C object gck/libgck-1.0.dylib.p/gck-object-cache.c.o ../gck/gck-object-cache.c:70:6: warning: passing 'typeof (*(&initialized)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&initialized)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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. [33/377] Compiling C object gck/libgck-1.0.dylib.p/gck-password.c.o [34/377] Compiling C object gck/libgck-1.0.dylib.p/gck-session.c.o ../gck/gck-session.c:570:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] return g_memdup (session_info, sizeof (GckSessionInfo)); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gck/gck-session.c:964:29: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] args->pin = pin && n_pin ? g_memdup (pin, n_pin) : NULL; ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gck/gck-session.c:1069:41: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] args->old_pin = old_pin && n_old_pin ? g_memdup (old_pin, n_old_pin) : NULL; ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gck/gck-session.c:1071:41: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] args->new_pin = new_pin && n_new_pin ? g_memdup (new_pin, n_new_pin) : NULL; ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gck/gck-session.c:1169:29: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] args->pin = pin && n_pin ? g_memdup (pin, n_pin) : NULL; ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gck/gck-session.c:2735:35: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] args->input = input && n_input ? g_memdup (input, n_input) : NULL; ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gck/gck-session.c:3301:35: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] args->input = input && n_input ? g_memdup (input, n_input) : NULL; ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gck/gck-session.c:3303:47: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] args->signature = signature && n_signature ? g_memdup (signature, n_signature) : NULL; ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 8 warnings generated. [35/377] Compiling C object gck/libgck-1.0.dylib.p/gck-slot.c.o ../gck/gck-slot.c:196:14: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] slot_info = g_memdup (slot_info, sizeof (GckSlotInfo)); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gck/gck-slot.c:269:15: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] token_info = g_memdup (token_info, sizeof (GckTokenInfo)); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gck/gck-slot.c:323:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] return g_memdup (mech_info, sizeof (GckMechanismInfo)); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 3 warnings generated. [36/377] Compiling C object gck/libgck-1.0.dylib.p/gck-uri.c.o ../gck/gck-uri.c:160:6: warning: passing 'typeof (*(&quark_inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&quark_inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ ../gck/gck-uri.c:215:35: warning: implicit conversion from enumeration type 'GckUriFlags' to different enumeration type 'P11KitUriType' [-Wenum-conversion] res = p11_kit_uri_parse (string, flags, p11_uri); ~~~~~~~~~~~~~~~~~ ^~~~~ ../gck/gck-uri.c:330:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] copy = g_memdup (uri_data, sizeof (GckUriData)); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 3 warnings generated. [37/377] Compiling C object gck/libgck-1.0.dylib.p/gck-call.c.o [38/377] Compiling C object gck/libgck-1.0.dylib.p/gck-interaction.c.o [39/377] Generating glib marshaller header gcr/gcr-marshal_h [40/377] Linking target gck/libgck-1.0.dylib [41/377] Generating GObject enum file gcr/gcr-enum-types-base.c (wrapped by meson because command contains newlines, to capture output) [42/377] Generating GObject enum file gcr/gcr-enum-types-base.h (wrapped by meson because command contains newlines, to capture output) [43/377] Generating glib marshaller source gcr/gcr-marshal_c [44/377] Generating gdbus source gcr/gcr-dbus-generated.c [45/377] Generating gdbus header gcr/gcr-dbus-generated.h [46/377] Generating gcr/gcr-oids with a custom command [47/377] Generating symbol file gck/libgck-1.0.dylib.p/libgck-1.0.dylib.symbols [48/377] Compiling C object gck/libgck-testable.dylib.p/meson-generated_.._gck-enum-types.c.o [49/377] Compiling C object gck/libgck-testable.dylib.p/meson-generated_.._gck-marshal.c.o [50/377] Compiling C object gck/libgck-testable.dylib.p/gck-attributes.c.o ../gck/gck-attributes.c:67:1: warning: unused function 'egg_secure_strdup' [-Wunused-function] EGG_SECURE_DECLARE (attributes); ^ ../egg/egg-secure-memory.h:83:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strdup (const char *str) { \ ^ ../gck/gck-attributes.c:67:1: warning: unused function 'egg_secure_strndup' [-Wunused-function] ../egg/egg-secure-memory.h:86:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strndup (const char *str, size_t length) { \ ^ 2 warnings generated. [51/377] Compiling C object gck/libgck-testable.dylib.p/gck-dump.c.o [52/377] Compiling C object gck/libgck-testable.dylib.p/gck-enumerator.c.o ../gck/gck-enumerator.c:910:27: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] self->pv->attr_types = g_memdup (attr_types, sizeof (gulong) * attr_count); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 1 warning generated. [53/377] Compiling C object gck/libgck-testable.dylib.p/gck-misc.c.o ../gck/gck-misc.c:144:6: warning: passing 'typeof (*(&quark_inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&quark_inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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. [54/377] Compiling C object gck/libgck-testable.dylib.p/gck-module.c.o ../gck/gck-module.c:292:16: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] module_info = g_memdup (module_info, sizeof (GckModuleInfo)); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 1 warning generated. [55/377] Compiling C object gck/libgck-testable.dylib.p/gck-modules.c.o [56/377] Compiling C object gck/libgck-testable.dylib.p/gck-object.c.o [57/377] Compiling C object gck/libgck-testable.dylib.p/gck-object-cache.c.o ../gck/gck-object-cache.c:70:6: warning: passing 'typeof (*(&initialized)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&initialized)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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. [58/377] Compiling C object gck/libgck-testable.dylib.p/gck-password.c.o [59/377] Compiling C object gck/libgck-testable.dylib.p/gck-session.c.o ../gck/gck-session.c:570:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] return g_memdup (session_info, sizeof (GckSessionInfo)); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gck/gck-session.c:964:29: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] args->pin = pin && n_pin ? g_memdup (pin, n_pin) : NULL; ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gck/gck-session.c:1069:41: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] args->old_pin = old_pin && n_old_pin ? g_memdup (old_pin, n_old_pin) : NULL; ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gck/gck-session.c:1071:41: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] args->new_pin = new_pin && n_new_pin ? g_memdup (new_pin, n_new_pin) : NULL; ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gck/gck-session.c:1169:29: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] args->pin = pin && n_pin ? g_memdup (pin, n_pin) : NULL; ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gck/gck-session.c:2735:35: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] args->input = input && n_input ? g_memdup (input, n_input) : NULL; ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gck/gck-session.c:3301:35: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] args->input = input && n_input ? g_memdup (input, n_input) : NULL; ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gck/gck-session.c:3303:47: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] args->signature = signature && n_signature ? g_memdup (signature, n_signature) : NULL; ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 8 warnings generated. [60/377] Compiling C object gck/libgck-testable.dylib.p/gck-slot.c.o ../gck/gck-slot.c:196:14: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] slot_info = g_memdup (slot_info, sizeof (GckSlotInfo)); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gck/gck-slot.c:269:15: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] token_info = g_memdup (token_info, sizeof (GckTokenInfo)); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gck/gck-slot.c:323:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] return g_memdup (mech_info, sizeof (GckMechanismInfo)); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 3 warnings generated. [61/377] Compiling C object gck/libgck-testable.dylib.p/gck-uri.c.o ../gck/gck-uri.c:160:6: warning: passing 'typeof (*(&quark_inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&quark_inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ ../gck/gck-uri.c:215:35: warning: implicit conversion from enumeration type 'GckUriFlags' to different enumeration type 'P11KitUriType' [-Wenum-conversion] res = p11_kit_uri_parse (string, flags, p11_uri); ~~~~~~~~~~~~~~~~~ ^~~~~ ../gck/gck-uri.c:330:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] copy = g_memdup (uri_data, sizeof (GckUriData)); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 3 warnings generated. [62/377] Compiling C object gck/libgck-testable.dylib.p/gck-call.c.o [63/377] Compiling C object gck/libgck-testable.dylib.p/gck-interaction.c.o [64/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/meson-generated_.._gcr-enum-types-base.c.o [65/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/meson-generated_.._gcr-marshal.c.o [66/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/meson-generated_.._gcr-dbus-generated.c.o [67/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/meson-generated_.._gcr-oids.c.o gcr/gcr-oids.c:10:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:22:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:34:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:46:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:58:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:70:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:82:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:94:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:106:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:118:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:130:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:142:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:154:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:166:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:178:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:190:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:202:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:214:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:226:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:238:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:250:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:262:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:274:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:286:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:298:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:310:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:322:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:334:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:346:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:358:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:370:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:382:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:394:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:406:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:418:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:430:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:442:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:454:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:466:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:478:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:490:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:502:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:514:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:526:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:538:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:550:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:562:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:574:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:586:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:598:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:610:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:622:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:634:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:646:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:658:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:670:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:682:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:694:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:706:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ gcr/gcr-oids.c:718:6: warning: passing 'typeof (*(&inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ 60 warnings generated. [68/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-callback-output-stream.c.o [69/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-certificate-extensions.c.o [70/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-column.c.o [71/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-gnupg-collection.c.o [72/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-gnupg-importer.c.o ../gcr/gcr-gnupg-importer.c:288:53: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] g_memory_input_stream_add_data (self->pv->packets, g_memdup (block, n_block), ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 1 warning generated. [73/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-gnupg-key.c.o [74/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-gnupg-process.c.o [75/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-gnupg-records.c.o [76/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-gnupg-util.c.o [77/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-key-mechanisms.c.o ../gcr/gcr-key-mechanisms.c:168:24: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] closure->mechanisms = g_memdup (mechanisms, n_mechanisms * sizeof (gulong)); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 1 warning generated. [78/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-memory-icon.c.o ../gcr/gcr-memory-icon.c:187:48: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] return _gcr_memory_icon_new_full (image_type, g_memdup (data, n_data), ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 1 warning generated. [79/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-openpgp.c.o ../gcr/gcr-openpgp.c:1087:29: warning: implicit conversion from enumeration type 'GcrDataError' to different enumeration type 'GcrDataFormat' [-Wenum-conversion] return ret ? GCR_SUCCESS : GCR_ERROR_FAILURE; ~~~~~~ ^~~~~~~~~~~~~~~~~ 1 warning generated. [80/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-openssh.c.o [81/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-pkcs11-importer.c.o [82/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-record.c.o ../gcr/gcr-record.c:383:37: warning: result of comparison of constant 295 with expression of type 'const guchar' (aka 'const unsigned char') is always false [-Wtautological-constant-out-of-range-compare] if (escape != 0 || *p < ' ' || *p >= 0x127 || *p == extra) { ~~ ^ ~~~~~ 1 warning generated. [83/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-single-collection.c.o [84/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-subject-public-key.c.o [85/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-util.c.o [86/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-certificate.c.o ../gcr/gcr-certificate.c:260:6: warning: passing 'typeof (*(&initialized)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&initialized)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ ../gcr/gcr-certificate.c:537:11: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] result = g_memdup (g_bytes_get_data (bytes, NULL), *n_data); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gcr/gcr-certificate.c:747:11: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] result = g_memdup (g_bytes_get_data (bytes, NULL), *n_data); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gcr/gcr-certificate.c:954:11: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] result = g_memdup (g_bytes_get_data (bytes, NULL), *n_length); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 4 warnings generated. [87/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-certificate-chain.c.o ../gcr/gcr-certificate-chain.c:345:5: warning: variable 'length' is uninitialized when used here [-Wuninitialized] ++length; ^~~~~~ ../gcr/gcr-certificate-chain.c:243:14: note: initialize the variable 'length' to silence this warning guint length; ^ = 0 1 warning generated. [88/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-certificate-request.c.o [89/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-collection.c.o ../gcr/gcr-collection.c:61:6: warning: passing 'typeof (*(&initialized)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&initialized)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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. [90/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-comparable.c.o [91/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-filter-collection.c.o [92/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-fingerprint.c.o [93/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-icons.c.o [94/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-importer.c.o ../gcr/gcr-importer.c:91:6: warning: passing 'typeof (*(&initialized)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&initialized)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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. [95/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-import-interaction.c.o ../gcr/gcr-import-interaction.c:63:6: warning: passing 'typeof (*(&initialized)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&initialized)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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. [96/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-library.c.o [97/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-mock-prompter.c.o ../gcr/gcr-mock-prompter.c:389:2: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (res); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-mock-prompter.c:398:2: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (res); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-mock-prompter.c:430:8: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] res = g_simple_async_result_new (G_OBJECT (prompt), callback, user_data, ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:47:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gcr/gcr-mock-prompter.c:435:3: warning: 'g_simple_async_result_set_op_res_gboolean' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gboolean (res, FALSE); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:84:1: note: 'g_simple_async_result_set_op_res_gboolean' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-mock-prompter.c:439:3: warning: 'g_simple_async_result_set_op_res_gboolean' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gboolean (res, FALSE); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:84:1: note: 'g_simple_async_result_set_op_res_gboolean' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-mock-prompter.c:443:3: warning: 'g_simple_async_result_set_op_res_gboolean' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gboolean (res, FALSE); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:84:1: note: 'g_simple_async_result_set_op_res_gboolean' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-mock-prompter.c:447:3: warning: 'g_simple_async_result_set_op_res_gboolean' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gboolean (res, response->proceed); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:84:1: note: 'g_simple_async_result_set_op_res_gboolean' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-mock-prompter.c:468:24: warning: 'g_simple_async_result_is_valid' is deprecated [-Wdeprecated-declarations] g_return_val_if_fail (g_simple_async_result_is_valid (result, G_OBJECT (prompt), ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:131:1: note: 'g_simple_async_result_is_valid' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-mock-prompter.c:471:9: warning: 'g_simple_async_result_get_op_res_gboolean' is deprecated [-Wdeprecated-declarations] return g_simple_async_result_get_op_res_gboolean (G_SIMPLE_ASYNC_RESULT (result)) ? ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:87:1: note: 'g_simple_async_result_get_op_res_gboolean' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-mock-prompter.c:509:8: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] res = g_simple_async_result_new (G_OBJECT (prompt), callback, user_data, ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:47:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gcr/gcr-mock-prompter.c:514:3: warning: 'g_simple_async_result_set_op_res_gpointer' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gpointer (res, NULL, NULL); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:71:1: note: 'g_simple_async_result_set_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-mock-prompter.c:517:3: warning: 'g_simple_async_result_set_op_res_gpointer' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gpointer (res, NULL, NULL); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:71:1: note: 'g_simple_async_result_set_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-mock-prompter.c:522:3: warning: 'g_simple_async_result_set_op_res_gpointer' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gpointer (res, NULL, NULL); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:71:1: note: 'g_simple_async_result_set_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-mock-prompter.c:526:3: warning: 'g_simple_async_result_set_op_res_gpointer' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gpointer (res, NULL, NULL); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:71:1: note: 'g_simple_async_result_set_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-mock-prompter.c:531:3: warning: 'g_simple_async_result_set_op_res_gpointer' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gpointer (res, response->password, g_free); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:71:1: note: 'g_simple_async_result_set_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-mock-prompter.c:555:24: warning: 'g_simple_async_result_is_valid' is deprecated [-Wdeprecated-declarations] g_return_val_if_fail (g_simple_async_result_is_valid (result, G_OBJECT (prompt), ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:131:1: note: 'g_simple_async_result_is_valid' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-mock-prompter.c:558:9: warning: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Wdeprecated-declarations] return g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (result)); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:75:1: note: 'g_simple_async_result_get_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 17 warnings generated. [98/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-parser.c.o ../gcr/gcr-parser.c:192:6: warning: passing 'typeof (*(&quarks_inited)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&quarks_inited)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/security/gcr/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); \ ^~~~~~~~~~~~~~~~~ ../gcr/gcr-parser.c:160:1: warning: unused function 'egg_secure_alloc' [-Wunused-function] EGG_SECURE_DECLARE (parser); ^ ../egg/egg-secure-memory.h:77:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_alloc (size_t length) { \ ^ ../gcr/gcr-parser.c:160:1: warning: unused function 'egg_secure_strndup' [-Wunused-function] ../egg/egg-secure-memory.h:86:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strndup (const char *str, size_t length) { \ ^ 3 warnings generated. [99/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-pkcs11-certificate.c.o [100/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-prompt.c.o [101/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-secret-exchange.c.o ../gcr/gcr-secret-exchange.c:33:1: warning: unused function 'egg_secure_strdup' [-Wunused-function] EGG_SECURE_DECLARE (secret_exchange); ^ ../egg/egg-secure-memory.h:83:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strdup (const char *str) { \ ^ ../gcr/gcr-secret-exchange.c:33:1: warning: unused function 'egg_secure_strndup' [-Wunused-function] ../egg/egg-secure-memory.h:86:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strndup (const char *str, size_t length) { \ ^ 2 warnings generated. [102/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-secure-memory.c.o [103/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-simple-certificate.c.o ../gcr/gcr-simple-certificate.c:151:37: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] cert->pv->data = cert->pv->owned = g_memdup (data, n_data); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 1 warning generated. [104/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-simple-collection.c.o [105/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-ssh-askpass.c.o [106/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-system-prompt.c.o ../gcr/gcr-system-prompt.c:450:3: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (async); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:474:13: warning: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Wdeprecated-declarations] closure = g_simple_async_result_get_op_res_gpointer (res); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:75:1: note: 'g_simple_async_result_get_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:476:3: warning: 'g_simple_async_result_complete_in_idle' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete_in_idle (res); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:102:1: note: 'g_simple_async_result_complete_in_idle' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:511:3: warning: 'g_simple_async_result_complete_in_idle' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete_in_idle (async); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:102:1: note: 'g_simple_async_result_complete_in_idle' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:679:2: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (res); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:805:22: warning: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Wdeprecated-declarations] CallClosure *call = g_simple_async_result_get_op_res_gpointer (user_data); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:75:1: note: 'g_simple_async_result_get_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:824:25: warning: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Wdeprecated-declarations] CallClosure *closure = g_simple_async_result_get_op_res_gpointer (res); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:75:1: note: 'g_simple_async_result_get_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:854:3: warning: 'g_simple_async_result_take_error' is deprecated [-Wdeprecated-declarations] g_simple_async_result_take_error (res, error); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:112:1: note: 'g_simple_async_result_take_error' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:855:3: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (res); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:888:3: warning: 'g_simple_async_result_take_error' is deprecated [-Wdeprecated-declarations] g_simple_async_result_take_error (res, error); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:112:1: note: 'g_simple_async_result_take_error' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:889:3: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (res); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:900:25: warning: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Wdeprecated-declarations] CallClosure *closure = g_simple_async_result_get_op_res_gpointer (res); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:75:1: note: 'g_simple_async_result_get_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:910:2: warning: 'g_simple_async_result_set_error' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_error (res, GCR_SYSTEM_PROMPT_ERROR, ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:118:1: note: 'g_simple_async_result_set_error' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:913:2: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (res); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:924:22: warning: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Wdeprecated-declarations] CallClosure *call = g_simple_async_result_get_op_res_gpointer (async); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:75:1: note: 'g_simple_async_result_get_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:931:2: warning: 'g_simple_async_result_set_error' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_error (async, G_IO_ERROR, G_IO_ERROR_CANCELLED, ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:118:1: note: 'g_simple_async_result_set_error' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:945:25: warning: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Wdeprecated-declarations] CallClosure *closure = g_simple_async_result_get_op_res_gpointer (res); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:75:1: note: 'g_simple_async_result_get_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:1006:8: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] res = g_simple_async_result_new (G_OBJECT (self), callback, user_data, ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:47:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gcr/gcr-system-prompt.c:1012:2: warning: 'g_simple_async_result_set_op_res_gpointer' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gpointer (res, closure, call_closure_free); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:71:1: note: 'g_simple_async_result_set_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:1027:24: warning: 'g_simple_async_result_is_valid' is deprecated [-Wdeprecated-declarations] g_return_val_if_fail (g_simple_async_result_is_valid (result, G_OBJECT (self), ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:131:1: note: 'g_simple_async_result_is_valid' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:1030:6: warning: 'g_simple_async_result_propagate_error' is deprecated [-Wdeprecated-declarations] if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (result), error)) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:115:1: note: 'g_simple_async_result_propagate_error' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:1142:22: warning: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Wdeprecated-declarations] CallClosure *call = g_simple_async_result_get_op_res_gpointer (res); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:75:1: note: 'g_simple_async_result_get_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:1149:3: warning: 'g_simple_async_result_take_error' is deprecated [-Wdeprecated-declarations] g_simple_async_result_take_error (res, error); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:112:1: note: 'g_simple_async_result_take_error' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:1150:3: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (res); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:1187:8: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] res = g_simple_async_result_new (G_OBJECT (self), callback, user_data, source_tag); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:47:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gcr/gcr-system-prompt.c:1189:2: warning: 'g_simple_async_result_set_op_res_gpointer' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gpointer (res, closure, call_closure_free); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:71:1: note: 'g_simple_async_result_set_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:1194:3: warning: 'g_simple_async_result_complete_in_idle' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete_in_idle (res); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:102:1: note: 'g_simple_async_result_complete_in_idle' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:1280:24: warning: 'g_simple_async_result_is_valid' is deprecated [-Wdeprecated-declarations] g_return_val_if_fail (g_simple_async_result_is_valid (result, G_OBJECT (self), ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:131:1: note: 'g_simple_async_result_is_valid' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:1284:6: warning: 'g_simple_async_result_propagate_error' is deprecated [-Wdeprecated-declarations] if (g_simple_async_result_propagate_error (res, error)) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:115:1: note: 'g_simple_async_result_propagate_error' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:1314:24: warning: 'g_simple_async_result_is_valid' is deprecated [-Wdeprecated-declarations] g_return_val_if_fail (g_simple_async_result_is_valid (result, G_OBJECT (self), ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:131:1: note: 'g_simple_async_result_is_valid' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:1318:6: warning: 'g_simple_async_result_propagate_error' is deprecated [-Wdeprecated-declarations] if (g_simple_async_result_propagate_error (res, error)) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:115:1: note: 'g_simple_async_result_propagate_error' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:1595:8: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] res = g_simple_async_result_new (NULL, callback, user_data, ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:47:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gcr/gcr-system-prompt.c:1601:2: warning: 'g_simple_async_result_set_op_res_gpointer' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gpointer (res, closure, call_closure_free); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:71:1: note: 'g_simple_async_result_set_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:1629:24: warning: 'g_simple_async_result_is_valid' is deprecated [-Wdeprecated-declarations] g_return_val_if_fail (g_simple_async_result_is_valid (result, NULL, ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:131:1: note: 'g_simple_async_result_is_valid' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gcr/gcr-system-prompt.c:1632:6: warning: 'g_simple_async_result_propagate_error' is deprecated [-Wdeprecated-declarations] if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (result), error)) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:115:1: note: 'g_simple_async_result_propagate_error' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 35 warnings generated. [107/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-system-prompter.c.o [108/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-trust.c.o [109/377] Compiling C object gcr/libgcr-base-3.1.dylib.p/gcr-union-collection.c.o [110/377] Linking target gck/libgck-testable.dylib [111/377] Linking target gcr/libgcr-base-3.1.dylib [112/377] Generating GObject enum file ui/gcr-enum-types.c (wrapped by meson because command contains newlines, to capture output) [113/377] Generating GObject enum file ui/gcr-enum-types.h (wrapped by meson because command contains newlines, to capture output) [114/377] Generating symbol file gck/libgck-testable.dylib.p/libgck-testable.dylib.symbols [115/377] Generating gck/Gck-1.gir with a custom command (wrapped by meson to set env) ../gck/gck.h:767: Warning: Gck: Couldn't find 'open_session_full_finish' for the corresponding async function: 'open_session_full_async' [116/377] Compiling C object gck/libgck-test.dylib.p/gck-mock.c.o [117/377] Compiling C object gck/libgck-test.dylib.p/gck-test.c.o [118/377] Generating symbol file gcr/libgcr-base-3.1.dylib.p/libgcr-base-3.1.dylib.symbols [119/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/meson-generated_.._gcr-enum-types.c.o [120/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/eggimagemenuitem.c.o [121/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-certificate-basics-widget.c.o [122/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-certificate-details-widget.c.o [123/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-certificate-exporter.c.o [124/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-certificate-request-renderer.c.o [125/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-dialog-util.c.o [126/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-display-scrolled.c.o [127/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-display-view.c.o [128/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-gnupg-renderer.c.o [129/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-live-search.c.o [130/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-pkcs11-import-dialog.c.o ../ui/gcr-pkcs11-import-dialog.c:34:1: warning: unused function 'egg_secure_alloc' [-Wunused-function] EGG_SECURE_DECLARE (import_dialog); ^ ../egg/egg-secure-memory.h:77:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_alloc (size_t length) { \ ^ ../ui/gcr-pkcs11-import-dialog.c:34:1: warning: unused function 'egg_secure_realloc' [-Wunused-function] ../egg/egg-secure-memory.h:80:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_realloc (void *p, size_t length) { \ ^ ../ui/gcr-pkcs11-import-dialog.c:34:1: warning: unused function 'egg_secure_strndup' [-Wunused-function] ../egg/egg-secure-memory.h:86:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strndup (const char *str, size_t length) { \ ^ 3 warnings generated. [131/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-pkcs11-import-interaction.c.o [132/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-unlock-renderer.c.o [133/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-viewer-window.c.o [134/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-certificate-renderer.c.o [135/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-certificate-widget.c.o [136/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-collection-model.c.o [137/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-combo-selector.c.o [138/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-failure-renderer.c.o [139/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-key-renderer.c.o [140/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-key-widget.c.o [141/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-import-button.c.o [142/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-list-selector.c.o [143/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-prompt-dialog.c.o ../ui/gcr-prompt-dialog.c:818:2: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (res); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../ui/gcr-prompt-dialog.c:950:27: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] self->pv->async_result = g_simple_async_result_new (G_OBJECT (self), callback, user_data, ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:47:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../ui/gcr-prompt-dialog.c:958:3: warning: 'g_simple_async_result_complete_in_idle' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete_in_idle (self->pv->async_result); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:102:1: note: 'g_simple_async_result_complete_in_idle' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../ui/gcr-prompt-dialog.c:986:24: warning: 'g_simple_async_result_is_valid' is deprecated [-Wdeprecated-declarations] g_return_val_if_fail (g_simple_async_result_is_valid (result, G_OBJECT (prompt), ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:131:1: note: 'g_simple_async_result_is_valid' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../ui/gcr-prompt-dialog.c:989:6: warning: 'g_simple_async_result_propagate_error' is deprecated [-Wdeprecated-declarations] if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (result), error)) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:115:1: note: 'g_simple_async_result_propagate_error' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../ui/gcr-prompt-dialog.c:1013:27: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] self->pv->async_result = g_simple_async_result_new (G_OBJECT (self), callback, user_data, ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:47:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../ui/gcr-prompt-dialog.c:1018:3: warning: 'g_simple_async_result_complete_in_idle' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete_in_idle (self->pv->async_result); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:102:1: note: 'g_simple_async_result_complete_in_idle' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../ui/gcr-prompt-dialog.c:1048:24: warning: 'g_simple_async_result_is_valid' is deprecated [-Wdeprecated-declarations] g_return_val_if_fail (g_simple_async_result_is_valid (result, G_OBJECT (prompt), ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:131:1: note: 'g_simple_async_result_is_valid' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../ui/gcr-prompt-dialog.c:1051:6: warning: 'g_simple_async_result_propagate_error' is deprecated [-Wdeprecated-declarations] if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (result), error)) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:115:1: note: 'g_simple_async_result_propagate_error' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 9 warnings generated. [144/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-renderer.c.o [145/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-secure-entry-buffer.c.o ../ui/gcr-secure-entry-buffer.c:61:1: warning: unused function 'egg_secure_alloc' [-Wunused-function] EGG_SECURE_DECLARE (secure_entry_buffer); ^ ../egg/egg-secure-memory.h:77:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_alloc (size_t length) { \ ^ ../ui/gcr-secure-entry-buffer.c:61:1: warning: unused function 'egg_secure_strdup' [-Wunused-function] ../egg/egg-secure-memory.h:83:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strdup (const char *str) { \ ^ ../ui/gcr-secure-entry-buffer.c:61:1: warning: unused function 'egg_secure_strndup' [-Wunused-function] ../egg/egg-secure-memory.h:86:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strndup (const char *str, size_t length) { \ ^ 3 warnings generated. [146/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-tree-selector.c.o [147/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-unlock-options-widget.c.o ../ui/gcr-unlock-options-widget.c:484:10: warning: implicit conversion from enumeration type 'GtkStateFlags' to different enumeration type 'GtkStateType' [-Wenum-conversion] state = gtk_widget_get_state_flags (GTK_WIDGET (button)); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. [148/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-viewer.c.o [149/377] Compiling C object ui/libgcr-ui-3.1.dylib.p/gcr-viewer-widget.c.o [150/377] Compiling C object egg/libegg-test.a.p/egg-testing.c.o [151/377] Compiling C object egg/libegg-test.a.p/mock-interaction.c.o [152/377] Generating gck/gck-1.vapi with a custom command [153/377] Linking target gck/libgck-test.dylib [154/377] Generating gcr/Gcr-3.gir with a custom command (wrapped by meson to set env) ../gcr/gcr-system-prompt.h:75: Warning: Gcr: Couldn't find 'open_for_prompter_finish' for the corresponding async function: 'open_for_prompter_async' [155/377] Linking target ui/libgcr-ui-3.1.dylib [156/377] Linking static target egg/libegg-test.a [157/377] Compiling C object egg/egg-asn1.p/test-asn1.c.o [158/377] Compiling C object egg/egg-asn1x.p/test-asn1x.c.o [159/377] Compiling C object egg/egg-dn.p/test-dn.c.o [160/377] Compiling C object egg/egg-decimal.p/test-decimal.c.o [161/377] Compiling C object egg/egg-hex.p/test-hex.c.o [162/377] Compiling C object egg/egg-hkdf.p/test-hkdf.c.o [163/377] Compiling C object egg/egg-oid.p/test-oid.c.o [164/377] Compiling C object egg/egg-secmem.p/test-secmem.c.o ../egg/test-secmem.c:39:1: warning: unused function 'egg_secure_strndup' [-Wunused-function] EGG_SECURE_DECLARE (tests); ^ ../egg/egg-secure-memory.h:86:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strndup (const char *str, size_t length) { \ ^ 1 warning generated. [165/377] Compiling C object egg/egg-padding.p/test-padding.c.o [166/377] Compiling C object egg/egg-symkey.p/test-symkey.c.o ../egg/test-symkey.c:383:10: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] block = g_memdup (test->plain_text, test->n_text_length); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 1 warning generated. [167/377] Compiling C object egg/egg-armor.p/test-armor.c.o [168/377] Compiling C object egg/egg-openssl.p/test-openssl.c.o ../egg/test-openssl.c:92:17: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] test->refenc = g_memdup (g_bytes_get_data (data, NULL), g_bytes_get_size (data)); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 1 warning generated. [169/377] Compiling C object egg/egg-dh.p/test-dh.c.o [170/377] Generating symbol file gck/libgck-test.dylib.p/libgck-test.dylib.symbols [171/377] Compiling C object gck/libmock-test-module.dylib.p/mock-test-module.c.o [172/377] Compiling C object gck/test-gck-attributes.p/test-gck-attributes.c.o ../gck/test-gck-attributes.c:424:11: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] memory = g_memdup (ATTR_DATA, N_ATTR_DATA); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gck/test-gck-attributes.c:33:1: warning: unused function 'egg_secure_alloc' [-Wunused-function] EGG_SECURE_DECLARE (test_gck_attributes); ^ ../egg/egg-secure-memory.h:77:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_alloc (size_t length) { \ ^ ../gck/test-gck-attributes.c:33:1: warning: unused function 'egg_secure_realloc' [-Wunused-function] ../egg/egg-secure-memory.h:80:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_realloc (void *p, size_t length) { \ ^ ../gck/test-gck-attributes.c:33:1: warning: unused function 'egg_secure_strndup' [-Wunused-function] ../egg/egg-secure-memory.h:86:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strndup (const char *str, size_t length) { \ ^ 4 warnings generated. [173/377] Compiling C object gck/test-gck-module.p/test-gck-module.c.o [174/377] Compiling C object gck/test-gck-slot.p/test-gck-slot.c.o [175/377] Compiling C object gck/test-gck-session.p/test-gck-session.c.o [176/377] Compiling C object gck/test-gck-object.p/test-gck-object.c.o [177/377] Compiling C object gck/test-gck-crypto.p/test-gck-crypto.c.o [178/377] Compiling C object gck/test-gck-uri.p/test-gck-uri.c.o [179/377] Compiling C object gck/test-gck-enumerator.p/test-gck-enumerator.c.o [180/377] Compiling C object gck/test-gck-modules.p/test-gck-modules.c.o [181/377] Generating gcr/gcr-3.vapi with a custom command [182/377] Compiling C object gcr/gcr-ssh-askpass.p/gcr-ssh-askpass.c.o ../gcr/gcr-ssh-askpass.c:449:1: warning: unused function 'egg_secure_realloc' [-Wunused-function] EGG_SECURE_DECLARE ("ssh-askpass"); ^ ../egg/egg-secure-memory.h:80:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_realloc (void *p, size_t length) { \ ^ ../gcr/gcr-ssh-askpass.c:449:1: warning: unused function 'egg_secure_strdup' [-Wunused-function] ../egg/egg-secure-memory.h:83:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strdup (const char *str) { \ ^ ../gcr/gcr-ssh-askpass.c:449:1: warning: unused function 'egg_secure_strndup' [-Wunused-function] ../egg/egg-secure-memory.h:86:22: note: expanded from macro 'EGG_SECURE_DECLARE' static inline void* egg_secure_strndup (const char *str, size_t length) { \ ^ 3 warnings generated. [183/377] Compiling C object gcr/test-util.p/test-util.c.o [184/377] Compiling C object gcr/test-filter-collection.p/test-filter-collection.c.o [185/377] Compiling C object gcr/test-secret-exchange.p/test-secret-exchange.c.o [186/377] Compiling C object gcr/test-simple-certificate.p/test-simple-certificate.c.o [187/377] Compiling C object gcr/test-certificate.p/test-certificate.c.o [188/377] Compiling C object gcr/test-certificate-chain.p/test-certificate-chain.c.o ../gcr/test-certificate-chain.c:112:15: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] self->data = g_memdup (data, n_data); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 1 warning generated. [189/377] Compiling C object gcr/test-subject-public-key.p/test-subject-public-key.c.o [190/377] Compiling C object gcr/test-fingerprint.p/test-fingerprint.c.o [191/377] Compiling C object gcr/test-pkcs11-certificate.p/test-pkcs11-certificate.c.o [192/377] Compiling C object gcr/test-openpgp.p/test-openpgp.c.o [193/377] Compiling C object gcr/test-openssh.p/test-openssh.c.o [194/377] Compiling C object gcr/test-secure-memory.p/test-secure-memory.c.o [195/377] Compiling C object gcr/test-trust.p/test-trust.c.o [196/377] Compiling C object gcr/test-parser.p/test-parser.c.o [197/377] Compiling C object gcr/test-record.p/test-record.c.o [198/377] Compiling C object gcr/test-memory-icon.p/test-memory-icon.c.o [199/377] Compiling C object gcr/test-gnupg-key.p/test-gnupg-key.c.o [200/377] Compiling C object gcr/test-gnupg-collection.p/test-gnupg-collection.c.o ../gcr/test-gnupg-collection.c:93:2: warning: 'g_spawn_check_exit_status' is deprecated: Use 'g_spawn_check_wait_status' instead [-Wdeprecated-declarations] g_spawn_check_exit_status (system (cmd), &error); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gspawn.h:314:1: note: 'g_spawn_check_exit_status' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_70_FOR(g_spawn_check_wait_status) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:786:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_70_FOR' #define GLIB_DEPRECATED_IN_2_70_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gcr/test-gnupg-collection.c:127:2: warning: 'g_spawn_check_exit_status' is deprecated: Use 'g_spawn_check_wait_status' instead [-Wdeprecated-declarations] g_spawn_check_exit_status (system (cmd), &error); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gspawn.h:314:1: note: 'g_spawn_check_exit_status' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_70_FOR(g_spawn_check_wait_status) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:786:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_70_FOR' #define GLIB_DEPRECATED_IN_2_70_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. [201/377] Compiling C object gcr/test-gnupg-process.p/test-gnupg-process.c.o [202/377] Compiling C object gcr/test-system-prompt.p/test-system-prompt.c.o [203/377] Compiling C object gcr/test-ssh-askpass.p/test-ssh-askpass.c.o ../gcr/test-ssh-askpass.c:102:2: warning: 'g_spawn_check_exit_status' is deprecated: Use 'g_spawn_check_wait_status' instead [-Wdeprecated-declarations] g_spawn_check_exit_status (status, &error); ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/gspawn.h:314:1: note: 'g_spawn_check_exit_status' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_70_FOR(g_spawn_check_wait_status) ^ /Users/pbulk/build/security/gcr/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:786:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_70_FOR' #define GLIB_DEPRECATED_IN_2_70_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/security/gcr/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/security/gcr/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 1 warning generated. [204/377] Compiling C object gcr/frob-certificate-request.p/frob-certificate-request.c.o [205/377] Compiling C object gcr/frob-certificate-request.p/console-interaction.c.o [206/377] Compiling C object gcr/frob-openpgp.p/frob-openpgp.c.o [207/377] Compiling C object gcr/frob-parser.p/frob-parser.c.o [208/377] Generating symbol file ui/libgcr-ui-3.1.dylib.p/libgcr-ui-3.1.dylib.symbols [209/377] Generating ui/GcrUi-3.gir with a custom command (wrapped by meson to set env) [210/377] Compiling C object ui/gcr-viewer.p/gcr-viewer-tool.c.o [211/377] Compiling C object ui/gcr-prompter.p/gcr-prompter-tool.c.o [212/377] Compiling C object ui/test-frob-certificate.p/frob-certificate.c.o [213/377] Compiling C object ui/test-frob-combo-selector.p/frob-combo-selector.c.o [214/377] Compiling C object ui/test-frob-gnupg-selector.p/frob-gnupg-selector.c.o [215/377] Compiling C object ui/test-frob-import-button.p/frob-import-button.c.o [216/377] Compiling C object ui/test-frob-key.p/frob-key.c.o [217/377] Compiling C object ui/test-frob-tree-selector.p/frob-tree-selector.c.o [218/377] Compiling C object ui/test-frob-prompt.p/frob-prompt.c.o ../ui/frob-prompt.c:122:14: warning: variable 'window' set but not used [-Wunused-but-set-variable] GdkWindow *window; ^ 1 warning generated. [219/377] Compiling C object ui/test-frob-request.p/frob-request.c.o [220/377] Compiling C object ui/test-frob-system-prompt.p/frob-system-prompt.c.o ../ui/frob-system-prompt.c:76:13: warning: variable 'window' set but not used [-Wunused-but-set-variable] GdkWindow *window; ^ ../ui/frob-system-prompt.c:77:9: warning: unused variable 'caller_id' [-Wunused-variable] gchar *caller_id; ^ ../ui/frob-system-prompt.c:57:1: warning: unused function 'on_gdk_wl_window_exported' [-Wunused-function] on_gdk_wl_window_exported (GdkWindow *window, ^ 3 warnings generated. [221/377] Compiling C object ui/test-frob-unlock.p/frob-unlock.c.o [222/377] Compiling C object ui/test-frob-unlock-options.p/frob-unlock-options.c.o [223/377] Building translation po/af/LC_MESSAGES/gcr-af.mo [224/377] Building translation po/ar/LC_MESSAGES/gcr-ar.mo [225/377] Building translation po/as/LC_MESSAGES/gcr-as.mo [226/377] Building translation po/ast/LC_MESSAGES/gcr-ast.mo [227/377] Building translation po/az/LC_MESSAGES/gcr-az.mo [228/377] Building translation po/be/LC_MESSAGES/gcr-be.mo [229/377] Building translation po/be@latin/LC_MESSAGES/gcr-be@latin.mo [230/377] Building translation po/bg/LC_MESSAGES/gcr-bg.mo [231/377] Building translation po/bn/LC_MESSAGES/gcr-bn.mo [232/377] Building translation po/bn_IN/LC_MESSAGES/gcr-bn_IN.mo [233/377] Building translation po/bs/LC_MESSAGES/gcr-bs.mo [234/377] Building translation po/ca/LC_MESSAGES/gcr-ca.mo [235/377] Building translation po/ca@valencia/LC_MESSAGES/gcr-ca@valencia.mo [236/377] Building translation po/ckb/LC_MESSAGES/gcr-ckb.mo [237/377] Building translation po/cs/LC_MESSAGES/gcr-cs.mo [238/377] Building translation po/cy/LC_MESSAGES/gcr-cy.mo [239/377] Building translation po/da/LC_MESSAGES/gcr-da.mo [240/377] Building translation po/de/LC_MESSAGES/gcr-de.mo [241/377] Building translation po/dz/LC_MESSAGES/gcr-dz.mo [242/377] Building translation po/el/LC_MESSAGES/gcr-el.mo [243/377] Building translation po/en_CA/LC_MESSAGES/gcr-en_CA.mo [244/377] Building translation po/en_GB/LC_MESSAGES/gcr-en_GB.mo [245/377] Building translation po/en@shaw/LC_MESSAGES/gcr-en@shaw.mo [246/377] Building translation po/eo/LC_MESSAGES/gcr-eo.mo [247/377] Building translation po/es/LC_MESSAGES/gcr-es.mo [248/377] Building translation po/et/LC_MESSAGES/gcr-et.mo [249/377] Building translation po/eu/LC_MESSAGES/gcr-eu.mo [250/377] Building translation po/fa/LC_MESSAGES/gcr-fa.mo [251/377] Building translation po/fi/LC_MESSAGES/gcr-fi.mo [252/377] Building translation po/fr/LC_MESSAGES/gcr-fr.mo [253/377] Building translation po/fur/LC_MESSAGES/gcr-fur.mo [254/377] Building translation po/ga/LC_MESSAGES/gcr-ga.mo [255/377] Building translation po/gl/LC_MESSAGES/gcr-gl.mo [256/377] Building translation po/gu/LC_MESSAGES/gcr-gu.mo [257/377] Building translation po/he/LC_MESSAGES/gcr-he.mo [258/377] Building translation po/hi/LC_MESSAGES/gcr-hi.mo [259/377] Building translation po/hr/LC_MESSAGES/gcr-hr.mo [260/377] Building translation po/hu/LC_MESSAGES/gcr-hu.mo [261/377] Building translation po/id/LC_MESSAGES/gcr-id.mo [262/377] Building translation po/it/LC_MESSAGES/gcr-it.mo [263/377] Building translation po/is/LC_MESSAGES/gcr-is.mo [264/377] Building translation po/ja/LC_MESSAGES/gcr-ja.mo [265/377] Building translation po/ka/LC_MESSAGES/gcr-ka.mo [266/377] Building translation po/kk/LC_MESSAGES/gcr-kk.mo [267/377] Building translation po/kn/LC_MESSAGES/gcr-kn.mo [268/377] Building translation po/ko/LC_MESSAGES/gcr-ko.mo [269/377] Building translation po/lt/LC_MESSAGES/gcr-lt.mo [270/377] Building translation po/lv/LC_MESSAGES/gcr-lv.mo [271/377] Building translation po/mai/LC_MESSAGES/gcr-mai.mo [272/377] Building translation po/mg/LC_MESSAGES/gcr-mg.mo [273/377] Building translation po/mk/LC_MESSAGES/gcr-mk.mo [274/377] Building translation po/ml/LC_MESSAGES/gcr-ml.mo [275/377] Building translation po/mn/LC_MESSAGES/gcr-mn.mo [276/377] Building translation po/mr/LC_MESSAGES/gcr-mr.mo [277/377] Building translation po/ms/LC_MESSAGES/gcr-ms.mo [278/377] Building translation po/nb/LC_MESSAGES/gcr-nb.mo [279/377] Building translation po/ne/LC_MESSAGES/gcr-ne.mo [280/377] Building translation po/nl/LC_MESSAGES/gcr-nl.mo [281/377] Building translation po/nn/LC_MESSAGES/gcr-nn.mo [282/377] Building translation po/oc/LC_MESSAGES/gcr-oc.mo [283/377] Building translation po/or/LC_MESSAGES/gcr-or.mo [284/377] Building translation po/pa/LC_MESSAGES/gcr-pa.mo [285/377] Building translation po/pl/LC_MESSAGES/gcr-pl.mo [286/377] Building translation po/pt/LC_MESSAGES/gcr-pt.mo [287/377] Building translation po/pt_BR/LC_MESSAGES/gcr-pt_BR.mo [288/377] Building translation po/ro/LC_MESSAGES/gcr-ro.mo [289/377] Building translation po/ru/LC_MESSAGES/gcr-ru.mo [290/377] Building translation po/rw/LC_MESSAGES/gcr-rw.mo [291/377] Building translation po/si/LC_MESSAGES/gcr-si.mo [292/377] Building translation po/sk/LC_MESSAGES/gcr-sk.mo [293/377] Building translation po/sl/LC_MESSAGES/gcr-sl.mo [294/377] Building translation po/sq/LC_MESSAGES/gcr-sq.mo [295/377] Building translation po/sr/LC_MESSAGES/gcr-sr.mo [296/377] Building translation po/sr@latin/LC_MESSAGES/gcr-sr@latin.mo [297/377] Building translation po/sv/LC_MESSAGES/gcr-sv.mo [298/377] Building translation po/ta/LC_MESSAGES/gcr-ta.mo [299/377] Building translation po/te/LC_MESSAGES/gcr-te.mo [300/377] Building translation po/tg/LC_MESSAGES/gcr-tg.mo [301/377] Building translation po/th/LC_MESSAGES/gcr-th.mo [302/377] Building translation po/tr/LC_MESSAGES/gcr-tr.mo [303/377] Building translation po/ug/LC_MESSAGES/gcr-ug.mo [304/377] Building translation po/uk/LC_MESSAGES/gcr-uk.mo [305/377] Building translation po/vi/LC_MESSAGES/gcr-vi.mo [306/377] Building translation po/xh/LC_MESSAGES/gcr-xh.mo [307/377] Building translation po/zh_CN/LC_MESSAGES/gcr-zh_CN.mo [308/377] Building translation po/zh_HK/LC_MESSAGES/gcr-zh_HK.mo [309/377] Building translation po/zh_TW/LC_MESSAGES/gcr-zh_TW.mo [310/377] Linking target egg/egg-asn1 [311/377] Linking target egg/egg-asn1x [312/377] Linking target egg/egg-dn [313/377] Linking target egg/egg-decimal [314/377] Linking target egg/egg-hex [315/377] Linking target egg/egg-hkdf [316/377] Linking target egg/egg-oid [317/377] Linking target egg/egg-secmem [318/377] Linking target egg/egg-padding [319/377] Linking target egg/egg-symkey [320/377] Linking target egg/egg-armor [321/377] Linking target egg/egg-openssl [322/377] Linking target egg/egg-dh [323/377] Generating gck/Gck-1.typelib with a custom command [324/377] Linking target gck/libmock-test-module.dylib [325/377] Linking target gck/test-gck-attributes [326/377] Linking target gck/test-gck-module [327/377] Linking target gck/test-gck-slot [328/377] Linking target gck/test-gck-session [329/377] Linking target gck/test-gck-object [330/377] Linking target gck/test-gck-crypto [331/377] Linking target gck/test-gck-uri [332/377] Linking target gck/test-gck-enumerator [333/377] Linking target gck/test-gck-modules [334/377] Generating gcr/Gcr-3.typelib with a custom command [335/377] Linking target gcr/gcr-ssh-askpass [336/377] Linking target gcr/test-util [337/377] Linking target gcr/test-filter-collection [338/377] Linking target gcr/test-secret-exchange [339/377] Linking target gcr/test-simple-certificate [340/377] Linking target gcr/test-certificate [341/377] Linking target gcr/test-certificate-chain [342/377] Linking target gcr/test-subject-public-key [343/377] Linking target gcr/test-fingerprint [344/377] Linking target gcr/test-pkcs11-certificate [345/377] Linking target gcr/test-openpgp [346/377] Linking target gcr/test-openssh [347/377] Linking target gcr/test-secure-memory [348/377] Linking target gcr/test-trust [349/377] Linking target gcr/test-parser [350/377] Linking target gcr/test-record [351/377] Linking target gcr/test-memory-icon [352/377] Linking target gcr/test-gnupg-key [353/377] Linking target gcr/test-gnupg-collection [354/377] Linking target gcr/test-gnupg-process [355/377] Linking target gcr/test-system-prompt [356/377] Linking target gcr/test-ssh-askpass [357/377] Linking target gcr/frob-certificate-request [358/377] Linking target gcr/frob-openpgp [359/377] Linking target gcr/frob-parser [360/377] Compiling gschemas schema/gsettings-compile-schema [361/377] Generating ui/GcrUi-3.typelib with a custom command [362/377] Generating ui/gcr-ui-3.vapi with a custom command [363/377] Linking target ui/gcr-viewer [364/377] Merging translations for ui/gcr-viewer.desktop [365/377] Linking target ui/gcr-prompter [366/377] Merging translations for ui/gcr-prompter.desktop [367/377] Linking target ui/test-frob-certificate [368/377] Linking target ui/test-frob-combo-selector [369/377] Linking target ui/test-frob-gnupg-selector [370/377] Linking target ui/test-frob-import-button [371/377] Linking target ui/test-frob-key [372/377] Linking target ui/test-frob-tree-selector [373/377] Linking target ui/test-frob-prompt [374/377] Linking target ui/test-frob-request [375/377] Linking target ui/test-frob-system-prompt [376/377] Linking target ui/test-frob-unlock [377/377] Linking target ui/test-frob-unlock-options *** Please use pkgtools/verifypc to sanity check dependencies.