+ 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/p5-Text-Unaccent-1.08nb17/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/p5-Text-Unaccent-1.08nb17/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for p5-Text-Unaccent-1.08nb17 --- blib/lib/Text/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/Text/Unaccent/.exists --- --- blib/arch/auto/Text/Unaccent/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- subdirs --- --- dynamic --- --- Unaccent.c --- "/opt/pkg/bin/perl" "/opt/pkg/lib/perl5/5.42.0/ExtUtils/xsubpp" -typemap '/opt/pkg/lib/perl5/5.42.0/ExtUtils/typemap' Unaccent.xs > Unaccent.xsc --- Unaccent.bs --- Running Mkbootstrap for Unaccent () --- unac.o --- gcc -c -I. -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/usr/include -fwrapv -fno-strict-aliasing -I/usr/local/include -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I/opt/pkg/include -I/usr/include -DVERSION=\"1.08\" -DXS_VERSION=\"1.08\" -fPIC "-I/opt/pkg/lib/perl5/5.42.0/x86_64-solaris-thread-multi-64/CORE" -DHAVE_CONFIG_H unac.c --- Unaccent.bs --- chmod 644 "Unaccent.bs" --- pm_to_blib --- --- blib/arch/auto/Text/Unaccent/Unaccent.bs --- "/opt/pkg/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Unaccent.bs blib/arch/auto/Text/Unaccent/Unaccent.bs 644 --- blibdirs --- --- config --- --- pm_to_blib --- cp Unaccent.pm blib/lib/Text/Unaccent.pm --- unac.o --- unac.c: In function 'convert': --- Unaccent.c --- mv Unaccent.xsc Unaccent.c --- Unaccent.o --- --- unac.o --- unac.c:13800:18: error: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types] 13800 | if(iconv(cd, (ICONV_CONST char **) &in, &in_length, &out, &out_remain) == (size_t)-1) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ | | | char ** In file included from unac.c:41: /home/pbulk/build/textproc/p5-Text-Unaccent/work/.buildlink/include/iconv.h:82:48: note: expected 'const char **' but argument is of type 'char **' 82 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft); | ~~~~~~~~~~~~~~^~~~~ unac.c:13825:24: error: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types] 13825 | if(iconv(cd, (ICONV_CONST char **) &tmp, &tmp_length, &out, &out_remain) == (size_t)-1) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char ** /home/pbulk/build/textproc/p5-Text-Unaccent/work/.buildlink/include/iconv.h:82:48: note: expected 'const char **' but argument is of type 'char **' 82 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft); | ~~~~~~~~~~~~~~^~~~~ unac.c: In function 'unac_string': unac.c:13888:59: error: passing argument 6 of 'convert' from incompatible pointer type [-Wincompatible-pointer-types] 13888 | if(convert(charset, utf16be(), in, in_length, &utf16, &utf16_length) < 0) { | ^~~~~~~~~~~~~ | | | int * unac.c:13773:41: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 13773 | char** outp, size_t* out_lengthp) | ~~~~~~~~^~~~~~~~~~~ unac.c:13892:63: error: passing argument 4 of 'unac_string_utf16' from incompatible pointer type [-Wincompatible-pointer-types] 13892 | unac_string_utf16(utf16, utf16_length, &utf16_unaccented, &utf16_unaccented_length); | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | int * unac.c:13673:44: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 13673 | char** outp, size_t* out_lengthp) | ~~~~~~~~^~~~~~~~~~~ --- Unaccent.o --- gcc -c -I. -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/usr/include -fwrapv -fno-strict-aliasing -I/usr/local/include -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I/opt/pkg/include -I/usr/include -DVERSION=\"1.08\" -DXS_VERSION=\"1.08\" -fPIC "-I/opt/pkg/lib/perl5/5.42.0/x86_64-solaris-thread-multi-64/CORE" -DHAVE_CONFIG_H Unaccent.c --- unac.o --- *** [unac.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/textproc/p5-Text-Unaccent/work/Text-Unaccent-1.08 --- Unaccent.o --- Unaccent.xs: In function 'XS_Text__Unaccent_unac_string': Unaccent.xs:71:41: error: passing argument 5 of 'unac_string' from incompatible pointer type [-Wincompatible-pointer-types] 71 | &buffer, &buffer_length) == 0) { | ^~~~~~~~~~~~~~ | | | int * In file included from Unaccent.xs:35: unac.h:96:37: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 96 | char** out, size_t* out_length); | ~~~~~~~~^~~~~~~~~~ Unaccent.xs: In function 'XS_Text__Unaccent_unac_string_utf16': Unaccent.xs:88:47: error: passing argument 4 of 'unac_string_utf16' from incompatible pointer type [-Wincompatible-pointer-types] 88 | &buffer, &buffer_length) == 0) { | ^~~~~~~~~~~~~~ | | | int * unac.h:79:37: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 79 | char** out, size_t* out_length); | ~~~~~~~~^~~~~~~~~~ Unaccent.xs: In function 'XS_Text__Unaccent_unac_debug': Unaccent.xs:109:17: error: implicit declaration of function 'unac_debug_callback' [-Wimplicit-function-declaration] 109 | unac_debug_callback(in, unac_debug_print, NULL); | ^~~~~~~~~~~~~~~~~~~ *** [Unaccent.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/textproc/p5-Text-Unaccent/work/Text-Unaccent-1.08 bmake: 2 errors bmake: stopped making "all" in /home/pbulk/build/textproc/p5-Text-Unaccent/work/Text-Unaccent-1.08 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/p5-Text-Unaccent *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/p5-Text-Unaccent