+ 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/libsrs2-1.0.18/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libsrs2-1.0.18/work.log ===> Building for libsrs2-1.0.18 cd . && autoheader WARNING: 'autoheader' is missing on your system. You should only need it if you modified 'acconfig.h' or 'configure.ac'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. 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 /opt/pkg/bin/bmake all-recursive Making all in libsrs2 gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c srs2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c sha1.c sha1.c: In function 'sha_digest': sha1.c:360:26: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign] 360 | sha_update(&ctx, data, len); | ^~~~ | | | char * sha1.c:243:42: note: expected 'sha_byte *' {aka 'unsigned char *'} but argument is of type 'char *' 243 | sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count) | ~~~~~~~~~~^~~~~~ sha1.c:361:19: warning: pointer targets in passing argument 1 of 'sha_final' differ in signedness [-Wpointer-sign] 361 | sha_final(out, &ctx); | ^~~ | | | char * sha1.c:308:25: note: expected 'unsigned char *' but argument is of type 'char *' 308 | sha_final(unsigned char digest[20], SHA_INFO *sha_info) | ~~~~~~~~~~~~~~^~~~~~~~~~ sha1.c: In function 'srs_hmac_init': sha1.c:386:35: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign] 386 | sha_update(&ctx->sctx, ctx->ipad, SHA_BLOCKSIZE); | ~~~^~~~~~ | | | char * sha1.c:243:42: note: expected 'sha_byte *' {aka 'unsigned char *'} but argument is of type 'char *' 243 | sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count) | ~~~~~~~~~~^~~~~~ sha1.c: In function 'srs_hmac_update': sha1.c:392:32: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign] 392 | sha_update(&ctx->sctx, data, len); | ^~~~ | | | char * sha1.c:243:42: note: expected 'sha_byte *' {aka 'unsigned char *'} but argument is of type 'char *' 243 | sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count) | ~~~~~~~~~~^~~~~~ sha1.c: In function 'srs_hmac_fini': sha1.c:400:19: warning: pointer targets in passing argument 1 of 'sha_final' differ in signedness [-Wpointer-sign] 400 | sha_final(buf, &ctx->sctx); | ^~~ | | | char * sha1.c:308:25: note: expected 'unsigned char *' but argument is of type 'char *' 308 | sha_final(unsigned char digest[20], SHA_INFO *sha_info) | ~~~~~~~~~~~~~~^~~~~~~~~~ sha1.c:402:35: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign] 402 | sha_update(&ctx->sctx, ctx->opad, SHA_BLOCKSIZE); | ~~~^~~~~~ | | | char * sha1.c:243:42: note: expected 'sha_byte *' {aka 'unsigned char *'} but argument is of type 'char *' 243 | sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count) | ~~~~~~~~~~^~~~~~ sha1.c:403:32: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign] 403 | sha_update(&ctx->sctx, buf, SHA_DIGESTSIZE); | ^~~ | | | char * sha1.c:243:42: note: expected 'sha_byte *' {aka 'unsigned char *'} but argument is of type 'char *' 243 | sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count) | ~~~~~~~~~~^~~~~~ sha1.c:404:19: warning: pointer targets in passing argument 1 of 'sha_final' differ in signedness [-Wpointer-sign] 404 | sha_final(out, &ctx->sctx); | ^~~ | | | char * sha1.c:308:25: note: expected 'unsigned char *' but argument is of type 'char *' 308 | sha_final(unsigned char digest[20], SHA_INFO *sha_info) | ~~~~~~~~~~~~~~^~~~~~~~~~ rm -f libsrs2.a ar cru libsrs2.a srs2.o sha1.o ranlib libsrs2.a /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c srs2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c srs2.c -fPIC -DPIC -o .libs/srs2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c srs2.c -o srs2.o >/dev/null 2>&1 /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c sha1.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c sha1.c -fPIC -DPIC -o .libs/sha1.o sha1.c: In function 'sha_digest': sha1.c:360:26: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign] 360 | sha_update(&ctx, data, len); | ^~~~ | | | char * sha1.c:243:42: note: expected 'sha_byte *' {aka 'unsigned char *'} but argument is of type 'char *' 243 | sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count) | ~~~~~~~~~~^~~~~~ sha1.c:361:19: warning: pointer targets in passing argument 1 of 'sha_final' differ in signedness [-Wpointer-sign] 361 | sha_final(out, &ctx); | ^~~ | | | char * sha1.c:308:25: note: expected 'unsigned char *' but argument is of type 'char *' 308 | sha_final(unsigned char digest[20], SHA_INFO *sha_info) | ~~~~~~~~~~~~~~^~~~~~~~~~ sha1.c: In function 'srs_hmac_init': sha1.c:386:35: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign] 386 | sha_update(&ctx->sctx, ctx->ipad, SHA_BLOCKSIZE); | ~~~^~~~~~ | | | char * sha1.c:243:42: note: expected 'sha_byte *' {aka 'unsigned char *'} but argument is of type 'char *' 243 | sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count) | ~~~~~~~~~~^~~~~~ sha1.c: In function 'srs_hmac_update': sha1.c:392:32: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign] 392 | sha_update(&ctx->sctx, data, len); | ^~~~ | | | char * sha1.c:243:42: note: expected 'sha_byte *' {aka 'unsigned char *'} but argument is of type 'char *' 243 | sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count) | ~~~~~~~~~~^~~~~~ sha1.c: In function 'srs_hmac_fini': sha1.c:400:19: warning: pointer targets in passing argument 1 of 'sha_final' differ in signedness [-Wpointer-sign] 400 | sha_final(buf, &ctx->sctx); | ^~~ | | | char * sha1.c:308:25: note: expected 'unsigned char *' but argument is of type 'char *' 308 | sha_final(unsigned char digest[20], SHA_INFO *sha_info) | ~~~~~~~~~~~~~~^~~~~~~~~~ sha1.c:402:35: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign] 402 | sha_update(&ctx->sctx, ctx->opad, SHA_BLOCKSIZE); | ~~~^~~~~~ | | | char * sha1.c:243:42: note: expected 'sha_byte *' {aka 'unsigned char *'} but argument is of type 'char *' 243 | sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count) | ~~~~~~~~~~^~~~~~ sha1.c:403:32: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign] 403 | sha_update(&ctx->sctx, buf, SHA_DIGESTSIZE); | ^~~ | | | char * sha1.c:243:42: note: expected 'sha_byte *' {aka 'unsigned char *'} but argument is of type 'char *' 243 | sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count) | ~~~~~~~~~~^~~~~~ sha1.c:404:19: warning: pointer targets in passing argument 1 of 'sha_final' differ in signedness [-Wpointer-sign] 404 | sha_final(out, &ctx->sctx); | ^~~ | | | char * sha1.c:308:25: note: expected 'unsigned char *' but argument is of type 'char *' 308 | sha_final(unsigned char digest[20], SHA_INFO *sha_info) | ~~~~~~~~~~~~~~^~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c sha1.c -o sha1.o >/dev/null 2>&1 /usr/bin/bash ../libtool --mode=link gcc -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wl,-R/opt/pkg/lib -o libsrs2.la -rpath /opt/pkg/lib -version-info 0:0:0 srs2.lo sha1.lo -lresolv -lsocket -lnsl libtool: link: gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,libsrs2.so.0 -o .libs/libsrs2.so.0.0.0 .libs/srs2.o .libs/sha1.o -lresolv -lsocket -lnsl -O2 -msave-args -Wl,-rpath -Wl,/opt/pkg/lib libtool: link: (cd ".libs" && rm -f "libsrs2.so.0" && ln -s "libsrs2.so.0.0.0" "libsrs2.so.0") libtool: link: (cd ".libs" && rm -f "libsrs2.so" && ln -s "libsrs2.so.0.0.0" "libsrs2.so") libtool: link: ar cr .libs/libsrs2.a srs2.o sha1.o libtool: link: ranlib .libs/libsrs2.a libtool: link: ( cd ".libs" && rm -f "libsrs2.la" && ln -s "../libsrs2.la" "libsrs2.la" ) Making all in tools gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c srs.c srs.c: In function 'main': srs.c:307:27: error: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 307 | char **addrs = alloca(argc * sizeof(char *)); | ^~~~~~ srs.c:307:27: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] *** Error code 1 Stop. bmake[2]: stopped making "all" in /home/pbulk/build/mail/libsrs2/work/libsrs2-1.0.18/tools *** Error code 1 Stop. bmake[1]: stopped making "all-recursive" in /home/pbulk/build/mail/libsrs2/work/libsrs2-1.0.18 *** Error code 1 Stop. bmake: stopped making "all" in /home/pbulk/build/mail/libsrs2/work/libsrs2-1.0.18 *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/mail/libsrs2 *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/mail/libsrs2