+ 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/unac-1.7.0/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/unac-1.7.0/work.log ===> Building for unac-1.7.0 --- 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 --- /opt/pkg/bin/bmake all-am --- unaccent.o --- --- unac.lo --- --- config.h --- --- unaccent.o --- source='unaccent.c' object='unaccent.o' libtool=no depfile='.deps/unaccent.Po' tmpdepfile='.deps/unaccent.TPo' depmode=gcc3 /usr/bin/bash ./depcomp gcc -DHAVE_CONFIG_H -I. -I. -I. -DUNAC_VERSION=\"1.7.0\" -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -Wall -Wmissing-declarations -Wmissing-prototypes -c `test -f unaccent.c || echo './'`unaccent.c --- unac.lo --- source='unac.c' object='unac.lo' libtool=yes depfile='.deps/unac.Plo' tmpdepfile='.deps/unac.TPlo' depmode=gcc3 /usr/bin/bash ./depcomp /usr/bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DUNAC_VERSION=\"1.7.0\" -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -Wall -Wmissing-declarations -Wmissing-prototypes -c -o unac.lo `test -f unac.c || echo './'`unac.c --- unaccent.o --- unaccent.c: In function 'main': unaccent.c:99:70: error: passing argument 5 of 'unac_string' from incompatible pointer type [-Wincompatible-pointer-types] 99 | if(unac_string(charset, buffer, strlen(buffer), &unaccented, &unaccented_length) < 0) { | ^~~~~~~~~~~~~~~~~~ | | | int * In file included from unaccent.c:29: unac.h:94:37: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 94 | char** out, size_t* out_length); | ~~~~~~~~^~~~~~~~~~ unaccent.c:109:68: error: passing argument 5 of 'unac_string' from incompatible pointer type [-Wincompatible-pointer-types] 109 | if(unac_string(charset, string, strlen(string), &unaccented, &unaccented_length) < 0) { | ^~~~~~~~~~~~~~~~~~ | | | int * unac.h:94:37: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 94 | char** out, size_t* out_length); | ~~~~~~~~^~~~~~~~~~ *** [unaccent.o] Error code 1 bmake[1]: stopped making "all-am" in /home/pbulk/build/textproc/unac/work/unac-1.7.0 --- unac.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -DUNAC_VERSION=\"1.7.0\" -I/home/pbulk/build/textproc/unac/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -Wmissing-declarations -Wmissing-prototypes -MT unac.lo -MD -MP -MF .deps/unac.TPlo.694430 -c unac.c -fPIC -DPIC -o .libs/unac.o unac.c: In function 'unac_string': unac.c:12822:59: error: passing argument 6 of 'convert' from incompatible pointer type [-Wincompatible-pointer-types] 12822 | if(convert(charset, utf16be(), in, in_length, &utf16, &utf16_length) < 0) { | ^~~~~~~~~~~~~ | | | int * unac.c:12707:41: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 12707 | char** outp, size_t* out_lengthp) | ~~~~~~~~^~~~~~~~~~~ unac.c:12826:63: error: passing argument 4 of 'unac_string_utf16' from incompatible pointer type [-Wincompatible-pointer-types] 12826 | unac_string_utf16(utf16, utf16_length, &utf16_unaccented, &utf16_unaccented_length); | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | int * unac.c:12609:44: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 12609 | char** outp, size_t* out_lengthp) | ~~~~~~~~^~~~~~~~~~~ *** [unac.lo] Error code 1 bmake[1]: stopped making "all-am" in /home/pbulk/build/textproc/unac/work/unac-1.7.0 bmake[1]: 2 errors bmake[1]: stopped making "all-am" in /home/pbulk/build/textproc/unac/work/unac-1.7.0 *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/build/textproc/unac/work/unac-1.7.0 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/textproc/unac/work/unac-1.7.0 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/unac *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/unac