=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/security/libgabe", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for libgabe-1.0nb3 gcc -c -o core.o core.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -Wall -fPIC -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/usr/include/pbc -I/usr/local/include/pbc -DPACKAGE_NAME=\"libgabe\" -DPACKAGE_TARNAME=\"libgabe\" -DPACKAGE_VERSION=\"0.99\" -DPACKAGE_STRING=\"libgabe\ 0.99\" -DPACKAGE_BUGREPORT=\"https://github.com/schanzen/libgabe\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_VPRINTF=1 -DHAVE_DOPRNT=1 -DHAVE_LIBGCRYPT=1 -DHAVE_STRDUP=1 -DHAVE_GMP=1 -DHAVE_PBC=1 gcc -c -o misc.o misc.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -Wall -fPIC -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/usr/include/pbc -I/usr/local/include/pbc -DPACKAGE_NAME=\"libgabe\" -DPACKAGE_TARNAME=\"libgabe\" -DPACKAGE_VERSION=\"0.99\" -DPACKAGE_STRING=\"libgabe\ 0.99\" -DPACKAGE_BUGREPORT=\"https://github.com/schanzen/libgabe\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_VPRINTF=1 -DHAVE_DOPRNT=1 -DHAVE_LIBGCRYPT=1 -DHAVE_STRDUP=1 -DHAVE_GMP=1 -DHAVE_PBC=1 misc.c: In function 'gabe_pub_serialize': misc.c:110:3: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 110 | *data = g_memdup (b->data, b->len); | ^ In file included from /tmp/work/security/libgabe/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/security/libgabe/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/security/libgabe/work/.buildlink/include/glib-2.0/glib.h:56, from misc.c:4: /tmp/work/security/libgabe/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ misc.c: In function 'gabe_pub_unserialize': misc.c:126:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 126 | g_data = g_memdup (data, size); | ^~~~~~ /tmp/work/security/libgabe/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ misc.c: In function 'gabe_msk_serialize': misc.c:159:3: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 159 | *data = g_memdup (b->data, b->len); | ^ /tmp/work/security/libgabe/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ misc.c: In function 'gabe_msk_unserialize': misc.c:178:3: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 178 | g_data = g_memdup (data, size); | ^~~~~~ /tmp/work/security/libgabe/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ misc.c: In function 'gabe_prv_serialize': misc.c:208:3: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 208 | *data = g_memdup (b->data, b->len); | ^ /tmp/work/security/libgabe/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ misc.c: In function 'gabe_prv_unserialize': misc.c:225:3: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 225 | g_data = g_memdup (data, size); | ^~~~~~ /tmp/work/security/libgabe/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ misc.c: In function 'gabe_cph_serialize': misc.c:315:3: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 315 | *data = g_memdup (b->data, b->len); | ^ /tmp/work/security/libgabe/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ misc.c: In function 'gabe_cph_unserialize': misc.c:331:3: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 331 | g_data = g_memdup (data, size); | ^~~~~~ /tmp/work/security/libgabe/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ misc.c: In function 'unserialize_string': /tmp/work/security/libgabe/work/.buildlink/include/glib-2.0/glib/gstring.h:78:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 74 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ misc.c:91:9: note: in expansion of macro 'g_string_free' 91 | g_string_free(s, 0); | ^~~~~~~~~~~~~ rm -f libgabe.a ar rc libgabe.a core.o misc.o *** Please use pkgtools/verifypc to sanity check dependencies.