+ 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/epeg-0.9.0nb5/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/epeg-0.9.0nb5/work.log ===> Building for epeg-0.9.0nb5 --- ./stamp-h.in --- cd . && autoheader WARNING: 'autoheader' is missing on your system. You should only need it if you modified 'acconfig.h' or 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. --- stamp-h --- cd . && CONFIG_FILES= CONFIG_HEADERS=config.h /usr/bin/bash ./config.status config.status: creating config.h config.status: config.h is unchanged config.status: executing default-1 commands config.status: executing default commands --- config.h --- --- all-recursive-am --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in src --- all-recursive --- Making all in lib --- epeg_main.lo --- --- epeg_memfile.lo --- --- epeg_main.lo --- /usr/bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -c epeg_main.c --- epeg_memfile.lo --- /usr/bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -c epeg_memfile.c --- epeg_main.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/home/pbulk/build/graphics/epeg/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c epeg_main.c -fPIC -DPIC -o .libs/epeg_main.o --- epeg_memfile.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/home/pbulk/build/graphics/epeg/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c epeg_memfile.c -fPIC -DPIC -o .libs/epeg_memfile.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/home/pbulk/build/graphics/epeg/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c epeg_memfile.c -o epeg_memfile.o >/dev/null 2>&1 --- epeg_main.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/home/pbulk/build/graphics/epeg/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c epeg_main.c -o epeg_main.o >/dev/null 2>&1 --- libepeg.la --- /usr/bin/bash ../../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o libepeg.la -rpath /opt/pkg/lib -version-info 9:0:9 epeg_main.lo epeg_memfile.lo -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -ljpeg libtool: link: gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,libepeg.so.0 -o .libs/libepeg.so.0.9.0 .libs/epeg_main.o .libs/epeg_memfile.o -L/home/pbulk/build/graphics/epeg/work/.buildlink/lib -ljpeg -O2 -msave-args -Wl,-rpath -Wl,/opt/pkg/lib -Wl,-rpath -Wl,/opt/pkg/lib libtool: link: (cd ".libs" && rm -f "libepeg.so.0" && ln -s "libepeg.so.0.9.0" "libepeg.so.0") libtool: link: (cd ".libs" && rm -f "libepeg.so" && ln -s "libepeg.so.0.9.0" "libepeg.so") libtool: link: ar cr .libs/libepeg.a epeg_main.o epeg_memfile.o libtool: link: ranlib .libs/libepeg.a libtool: link: ( cd ".libs" && rm -f "libepeg.la" && ln -s "../libepeg.la" "libepeg.la" ) Making all in bin --- epeg_main.o --- gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../lib -I/usr/local/include -I../../src/lib -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -c epeg_main.c epeg_main.c: In function 'main': epeg_main.c:12:9: error: implicit declaration of function 'printf' [-Wimplicit-function-declaration] 12 | printf("Usage: %s input.jpg thumb.jpg\n", argv[0]); | ^~~~~~ epeg_main.c:2:1: note: include '' or provide a declaration of 'printf' 1 | #include "epeg_main.h" +++ |+#include 2 | epeg_main.c:12:9: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch] 12 | printf("Usage: %s input.jpg thumb.jpg\n", argv[0]); | ^~~~~~ epeg_main.c:12:9: note: include '' or provide a declaration of 'printf' epeg_main.c:13:9: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 13 | exit(0); | ^~~~ epeg_main.c:2:1: note: include '' or provide a declaration of 'exit' 1 | #include "epeg_main.h" +++ |+#include 2 | epeg_main.c:13:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 13 | exit(0); | ^~~~ epeg_main.c:13:9: note: include '' or provide a declaration of 'exit' epeg_main.c:18:9: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch] 18 | printf("cannot open %s\n", argv[1]); | ^~~~~~ epeg_main.c:18:9: note: include '' or provide a declaration of 'printf' epeg_main.c:19:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 19 | exit(-1); | ^~~~ epeg_main.c:19:9: note: include '' or provide a declaration of 'exit' epeg_main.c:27:18: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch] 27 | if (com) printf("Comment: %s\n", com); | ^~~~~~ epeg_main.c:27:18: note: include '' or provide a declaration of 'printf' epeg_main.c:31:14: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch] 31 | printf("Thumb Mimetype: %s\n", info.mimetype); | ^~~~~~ epeg_main.c:31:14: note: include '' or provide a declaration of 'printf' epeg_main.c:38:9: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch] 38 | printf("Image size: %ix%i\n", w, h); | ^~~~~~ epeg_main.c:38:9: note: include '' or provide a declaration of 'printf' *** [epeg_main.o] Error code 1 bmake[3]: stopped making "all" in /home/pbulk/build/graphics/epeg/work/epeg-0.9.0/src/bin bmake[3]: 1 error bmake[3]: stopped making "all" in /home/pbulk/build/graphics/epeg/work/epeg-0.9.0/src/bin *** [all-recursive] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/build/graphics/epeg/work/epeg-0.9.0/src bmake[2]: 1 error bmake[2]: stopped making "all" in /home/pbulk/build/graphics/epeg/work/epeg-0.9.0/src *** [all-recursive] Error code 1 bmake[1]: stopped making "all-recursive" in /home/pbulk/build/graphics/epeg/work/epeg-0.9.0 bmake[1]: 1 error bmake[1]: stopped making "all-recursive" in /home/pbulk/build/graphics/epeg/work/epeg-0.9.0 *** [all-recursive-am] Error code 2 bmake: stopped making "all" in /home/pbulk/build/graphics/epeg/work/epeg-0.9.0 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/graphics/epeg/work/epeg-0.9.0 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/epeg *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/epeg