+ 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/dcraw-9.28.0nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/dcraw-9.28.0nb1/work.log ===> Building for dcraw-9.28.0nb1 set -e; cd /home/pbulk/build/graphics/dcraw/work/dcraw; gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DLOCALEDIR=\"/opt/pkg/lib/locale\" -DNO_JASPER -I/opt/pkg/include dcraw.c -o dcraw -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -lintl -liconv -lm -ljpeg -llcms2 -lintl -liconv; for l in ca cs da de eo es fr hu it ja nl pl pt ro ru sv zh_CN zh_TW; do msgfmt -o dcraw_${l}.mo dcraw_${l}.po; done; dcraw.c: In function 'getreal': dcraw.c:49:15: error: implicit declaration of function 'getc_unlocked' [-Wimplicit-function-declaration] 49 | #define fgetc getc_unlocked | ^~~~~~~~~~~~~ dcraw.c:357:24: note: in expansion of macro 'fgetc' 357 | u.c[i ^ rev] = fgetc(ifp); | ^~~~~ dcraw.c: In function 'read_shorts': dcraw.c:367:11: error: passing argument 1 of 'swab' from incompatible pointer type [-Wincompatible-pointer-types] 367 | swab (pixel, pixel, count*2); | ^~~~~ | | | short unsigned int * In file included from dcraw.c:40: /usr/include/stdlib.h:186:18: note: expected 'const char *' but argument is of type 'short unsigned int *' 186 | extern void swab(const char *, char *, ssize_t); | ^~~~~~~~~~~~ dcraw.c:367:18: error: passing argument 2 of 'swab' from incompatible pointer type [-Wincompatible-pointer-types] 367 | swab (pixel, pixel, count*2); | ^~~~~ | | | short unsigned int * /usr/include/stdlib.h:186:32: note: expected 'char *' but argument is of type 'short unsigned int *' 186 | extern void swab(const char *, char *, ssize_t); | ^~~~~~ dcraw.c: In function 'write_ppm_tiff': dcraw.c:10079:13: error: passing argument 1 of 'swab' from incompatible pointer type [-Wincompatible-pointer-types] 10079 | swab (ppm2, ppm2, width*colors*2); | ^~~~ | | | short unsigned int * /usr/include/stdlib.h:186:18: note: expected 'const char *' but argument is of type 'short unsigned int *' 186 | extern void swab(const char *, char *, ssize_t); | ^~~~~~~~~~~~ dcraw.c:10079:19: error: passing argument 2 of 'swab' from incompatible pointer type [-Wincompatible-pointer-types] 10079 | swab (ppm2, ppm2, width*colors*2); | ^~~~ | | | short unsigned int * /usr/include/stdlib.h:186:32: note: expected 'char *' but argument is of type 'short unsigned int *' 186 | extern void swab(const char *, char *, ssize_t); | ^~~~~~ *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/dcraw *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/dcraw