+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libgabe-1.0nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libgabe-1.0nb1/work.log ===> Building for libgabe-1.0nb1 gcc -c -o core.o core.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -Wall -fPIC -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/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/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -Wall -fPIC -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/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 In file included from /home/pbulk/build/security/libgabe/work/.buildlink/include/gcrypt.h:31, from core.c:9: /home/pbulk/build/security/libgabe/work/.buildlink/include/gpg-error.h:1725:33: error: unknown type name 'estream_t' 1725 | estream_t stream, unsigned int flags); | ^~~~~~~~~ /home/pbulk/build/security/libgabe/work/.buildlink/include/gpg-error.h:1728:51: error: unknown type name 'estream_t' 1728 | gpg_err_code_t gpgrt_nvc_write (gpgrt_nvc_t cont, estream_t stream); | ^~~~~~~~~ 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 /home/pbulk/build/security/libgabe/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /home/pbulk/build/security/libgabe/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/security/libgabe/work/.buildlink/include/glib-2.0/glib.h:56, from misc.c:4: /home/pbulk/build/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); | ^~~~~~ /home/pbulk/build/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); | ^ /home/pbulk/build/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); | ^~~~~~ /home/pbulk/build/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); | ^ /home/pbulk/build/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); | ^~~~~~ /home/pbulk/build/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); | ^ /home/pbulk/build/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); | ^~~~~~ /home/pbulk/build/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': /home/pbulk/build/security/libgabe/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ misc.c:91:9: note: in expansion of macro 'g_string_free' 91 | g_string_free(s, 0); | ^~~~~~~~~~~~~ gmake: *** [Makefile:33: core.o] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/libgabe *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/libgabe