+ 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/libxenserver-6.2.0nb29/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libxenserver-6.2.0nb29/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for libxenserver-6.2.0nb29 gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Iinclude -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/opt/pkg/include -W -Wall -Wmissing-prototypes -std=c99 -fPIC -I/opt/pkg/include -c -o src/xen_after_apply_guidance.o src/xen_after_apply_guidance.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Iinclude -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/opt/pkg/include -W -Wall -Wmissing-prototypes -std=c99 -fPIC -I/opt/pkg/include -c -o src/xen_api_failure.o src/xen_api_failure.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Iinclude -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/opt/pkg/include -W -Wall -Wmissing-prototypes -std=c99 -fPIC -I/opt/pkg/include -c -o src/xen_auth.o src/xen_auth.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Iinclude -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/opt/pkg/include -W -Wall -Wmissing-prototypes -std=c99 -fPIC -I/opt/pkg/include -c -o src/xen_blob.o src/xen_blob.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Iinclude -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/opt/pkg/include -W -Wall -Wmissing-prototypes -std=c99 -fPIC -I/opt/pkg/include -c -o src/xen_blob_xen_blob_record_map.o src/xen_blob_xen_blob_record_map.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Iinclude -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/opt/pkg/include -W -Wall -Wmissing-prototypes -std=c99 -fPIC -I/opt/pkg/include -c -o src/xen_bond.o src/xen_bond.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Iinclude -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/opt/pkg/include -W -Wall -Wmissing-prototypes -std=c99 -fPIC -I/opt/pkg/include -c -o src/xen_bond_mode.o src/xen_bond_mode.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Iinclude -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/opt/pkg/include -W -Wall -Wmissing-prototypes -std=c99 -fPIC -I/opt/pkg/include -c -o src/xen_bond_xen_bond_record_map.o src/xen_bond_xen_bond_record_map.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Iinclude -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/opt/pkg/include -W -Wall -Wmissing-prototypes -std=c99 -fPIC -I/opt/pkg/include -c -o src/xen_cls.o src/xen_cls.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Iinclude -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/opt/pkg/include -W -Wall -Wmissing-prototypes -std=c99 -fPIC -I/opt/pkg/include -c -o src/xen_common.o src/xen_common.c src/xen_common.c: In function 'parse_into': src/xen_common.c:1036:13: warning: implicit declaration of function 'strptime'; did you mean 'strftime'? [-Wimplicit-function-declaration] 1036 | strptime((char *)string, "%Y%m%dT%H:%M:%S", &tm); | ^~~~~~~~ | strftime src/xen_common.c: In function 'make_body_add_type': src/xen_common.c:1517:39: error: expected ')' before 'PRId64' 1517 | snprintf(buf, sizeof(buf), "%"PRId64, v->u.int_val); | ~ ^~~~~~ | ) src/xen_common.c:58:1: note: 'PRId64' is defined in header '<inttypes.h>'; did you forget to '#include <inttypes.h>'? 57 | #include "xen/api/xen_string_string_string_map_map.h" +++ |+#include <inttypes.h> 58 | src/xen_common.c:1517:37: warning: spurious trailing '%' in format [-Wformat=] 1517 | snprintf(buf, sizeof(buf), "%"PRId64, v->u.int_val); | ^ src/xen_common.c: In function 'get_val_as_string': src/xen_common.c:1814:39: error: expected ')' before 'PRId64' 1814 | snprintf(buf, str_len, "%"PRId64, val); | ~ ^~~~~~ | ) src/xen_common.c:1814:39: note: 'PRId64' is defined in header '<inttypes.h>'; did you forget to '#include <inttypes.h>'? 1814 | snprintf(buf, str_len, "%"PRId64, val); | ^~~~~~ src/xen_common.c:1814:37: warning: spurious trailing '%' in format [-Wformat=] 1814 | snprintf(buf, str_len, "%"PRId64, val); | ^ src/xen_common.c:1813:21: warning: unused variable 'val' [-Wunused-variable] 1813 | int64_t val = *(int64_t *)value; | ^~~ gmake: *** [<builtin>: src/xen_common.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/libxenserver *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/libxenserver