+ 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/libfyaml-0.9/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libfyaml-0.9/work.log ===> Building for libfyaml-0.9 --- .version --- echo 0.9 > .version-t && mv .version-t .version --- all --- /opt/pkg/bin/bmake `test -z @ && echo -s` all-recursive --- all-recursive --- Making all in src --- tool/.dirstamp --- --- tool/.deps/.dirstamp --- --- internal/.dirstamp --- --- internal/.deps/.dirstamp --- --- lib/.dirstamp --- --- lib/.deps/.dirstamp --- --- xxhash/.dirstamp --- --- xxhash/.deps/.dirstamp --- --- util/.dirstamp --- --- util/.deps/.dirstamp --- --- thread/.dirstamp --- --- thread/.deps/.dirstamp --- --- blake3/.dirstamp --- --- blake3/.deps/.dirstamp --- --- internal/fy_b3sum-fy-b3sum.o --- --- internal/fy_thread-fy-thread.o --- /usr/bin/bash /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/build-aux/shave cc gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../include -I../src/valgrind -I../src/lib -I../src/xxhash -I../src/util -I../src/thread -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_REENTRANT -pthreads -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT internal/fy_thread-fy-thread.o -MD -MP -MF internal/.deps/fy_thread-fy-thread.Tpo -c -o internal/fy_thread-fy-thread.o `test -f 'internal/fy-thread.c' || echo './'`internal/fy-thread.c --- internal/fy_b3sum-fy-b3sum.o --- /usr/bin/bash /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/build-aux/shave cc gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../include -I../src/valgrind -I../src/lib -I../src/xxhash -I../src/util -I../src/thread -I../src/blake3 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_REENTRANT -pthreads -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT internal/fy_b3sum-fy-b3sum.o -MD -MP -MF internal/.deps/fy_b3sum-fy-b3sum.Tpo -c -o internal/fy_b3sum-fy-b3sum.o `test -f 'internal/fy-b3sum.c' || echo './'`internal/fy-b3sum.c --- tool/fy_tool-fy-tool.o --- --- internal/fy_thread-fy-thread.o --- CC internal/fy_thread-fy-thread.o --- tool/fy_tool-fy-tool.o --- /usr/bin/bash /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/build-aux/shave cc gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../include -I../src/valgrind -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_REENTRANT -pthreads -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT tool/fy_tool-fy-tool.o -MD -MP -MF tool/.deps/fy_tool-fy-tool.Tpo -c -o tool/fy_tool-fy-tool.o `test -f 'tool/fy-tool.c' || echo './'`tool/fy-tool.c --- xxhash/libfyaml_la-xxhash.lo --- --- internal/fy_b3sum-fy-b3sum.o --- CC internal/fy_b3sum-fy-b3sum.o --- xxhash/libfyaml_la-xxhash.lo --- /usr/bin/bash /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/build-aux/shave-libtool '/usr/bin/bash ../libtool' --tag=CC --mode=compile /usr/bin/bash /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/build-aux/shave cc gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../include -I../src/lib -I../src/xxhash -I../src/util -I../src/thread -I../src/blake3 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_REENTRANT -pthreads -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT xxhash/libfyaml_la-xxhash.lo -MD -MP -MF xxhash/.deps/libfyaml_la-xxhash.Tpo -c -o xxhash/libfyaml_la-xxhash.lo `test -f 'xxhash/xxhash.c' || echo './'`xxhash/xxhash.c --- tool/fy_tool-fy-tool.o --- CC tool/fy_tool-fy-tool.o --- internal/fy_b3sum-fy-b3sum.o --- internal/fy-b3sum.c: In function 'do_hash_file': internal/fy-b3sum.c:161:24: error: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 161 | line = alloca(line_sz + 1); | ^~~~~~ internal/fy-b3sum.c:161:24: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] --- internal/fy_thread-fy-thread.o --- internal/fy-thread.c: In function 'test_worker_threads': internal/fy-thread.c:83:19: error: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 83 | threads = alloca(count * sizeof(*threads)); | ^~~~~~ --- tool/fy_tool-fy-tool.o --- In file included from tool/fy-tool.c:24: ../src/valgrind/fy-valgrind.h: In function 'fy_valgrind_check': --- internal/fy_thread-fy-thread.o --- internal/fy-thread.c:83:19: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] --- tool/fy_tool-fy-tool.o --- ../src/valgrind/fy-valgrind.h:109:27: error: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 109 | va_argv = alloca(sizeof(*va_argv) * (va_argc + 1)); | ^~~~~~ ../src/valgrind/fy-valgrind.h:109:27: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] --- internal/fy_thread-fy-thread.o --- internal/fy-thread.c: In function 'test_thread_join': internal/fy-thread.c:154:16: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 154 | args = alloca(count * sizeof(*args)); | ^~~~~~ internal/fy-thread.c: In function 'test_thread_latency': internal/fy-thread.c:223:19: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 223 | threads = alloca(count * sizeof(*threads)); | ^~~~~~ internal/fy-thread.c: In function 'test_thread_join_steal': internal/fy-thread.c:337:16: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 337 | args = alloca(count * sizeof(*args)); | ^~~~~~ --- internal/fy_b3sum-fy-b3sum.o --- *** [internal/fy_b3sum-fy-b3sum.o] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/src --- tool/fy_tool-fy-tool.o --- tool/fy-tool.c: In function 'apply_flags_option': tool/fy-tool.c:488:24: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 488 | targ = alloca(len + 1); | ^~~~~~ In file included from tool/fy-tool.c:22: tool/fy-tool.c: In function 'compose_process_event': ../include/libfyaml.h:97:34: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 97 | __stra = alloca(__len + 1); \ | ^~~~~~ ../include/libfyaml.h:7389:9: note: in expansion of macro 'FY_ALLOCA_COPY_FREE' 7389 | FY_ALLOCA_COPY_FREE(fy_path_get_text((_fypp)), FY_NT) | ^~~~~~~~~~~~~~~~~~~ tool/fy-tool.c:1426:33: note: in expansion of macro 'fy_path_get_text_alloca' 1426 | fy_path_get_text_alloca(path)); | ^~~~~~~~~~~~~~~~~~~~~~~ --- internal/fy_thread-fy-thread.o --- *** [internal/fy_thread-fy-thread.o] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/src --- tool/fy_tool-fy-tool.o --- tool/fy-tool.c: In function 'do_b3sum_hash_file': tool/fy-tool.c:1637:24: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 1637 | line = alloca(line_sz + 1); | ^~~~~~ tool/fy-tool.c: In function 'main': tool/fy-tool.c:2001:31: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 2001 | tmp = alloca(strlen(cfg.search_path) + 1 + strlen(optarg) + 1); | ^~~~~~ *** [tool/fy_tool-fy-tool.o] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/src --- xxhash/libfyaml_la-xxhash.lo --- CC xxhash/xxhash.o mv -f xxhash/.deps/libfyaml_la-xxhash.Tpo xxhash/.deps/libfyaml_la-xxhash.Plo bmake[2]: 3 errors bmake[2]: stopped making "all" in /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/src bmake[1]: stopped making "all-recursive" in /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9 bmake: stopped making "all" in /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libfyaml *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libfyaml