+ 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/libmcrypt-2.5.8/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libmcrypt-2.5.8/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for libmcrypt-2.5.8 --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in modules --- all-recursive --- Making all in algorithms --- 3-way.lo --- --- cast-128.lo --- --- gost.lo --- --- rijndael-128.lo --- --- 3-way.lo --- if /usr/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT 3-way.lo -MD -MP -MF ".deps/3-way.Tpo" -c -o 3-way.lo 3-way.c; then mv -f ".deps/3-way.Tpo" ".deps/3-way.Plo"; else rm -f ".deps/3-way.Tpo"; exit 1; fi --- cast-128.lo --- if /usr/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT cast-128.lo -MD -MP -MF ".deps/cast-128.Tpo" -c -o cast-128.lo cast-128.c; then mv -f ".deps/cast-128.Tpo" ".deps/cast-128.Plo"; else rm -f ".deps/cast-128.Tpo"; exit 1; fi --- gost.lo --- if /usr/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT gost.lo -MD -MP -MF ".deps/gost.Tpo" -c -o gost.lo gost.c; then mv -f ".deps/gost.Tpo" ".deps/gost.Plo"; else rm -f ".deps/gost.Tpo"; exit 1; fi --- rijndael-128.lo --- if /usr/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT rijndael-128.lo -MD -MP -MF ".deps/rijndael-128.Tpo" -c -o rijndael-128.lo rijndael-128.c; then mv -f ".deps/rijndael-128.Tpo" ".deps/rijndael-128.Plo"; else rm -f ".deps/rijndael-128.Tpo"; exit 1; fi --- 3-way.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT 3-way.lo -MD -MP -MF .deps/3-way.Tpo -c 3-way.c -fPIC -DPIC -o .libs/3-way.o --- rijndael-128.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT rijndael-128.lo -MD -MP -MF .deps/rijndael-128.Tpo -c rijndael-128.c -fPIC -DPIC -o .libs/rijndael-128.o --- gost.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT gost.lo -MD -MP -MF .deps/gost.Tpo -c gost.c -fPIC -DPIC -o .libs/gost.o --- cast-128.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT cast-128.lo -MD -MP -MF .deps/cast-128.Tpo -c cast-128.c -fPIC -DPIC -o .libs/cast-128.o --- 3-way.lo --- 3-way.c:72:6: warning: conflicting types for built-in function 'gamma'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 72 | void gamma(word32 * a) | ^~~~~ 3-way.c: In function 'threeway_LTX__mcrypt_self_test': 3-way.c:294:19: error: implicit declaration of function 'calloc' [-Wimplicit-function-declaration] 294 | keyword = calloc(1, _mcrypt_get_key_size()); | ^~~~~~ 3-way.c:18:1: note: include '' or provide a declaration of 'calloc' 17 | #include "3-way.h" +++ |+#include 18 | 3-way.c:294:19: warning: incompatible implicit declaration of built-in function 'calloc' [-Wbuiltin-declaration-mismatch] 294 | keyword = calloc(1, _mcrypt_get_key_size()); | ^~~~~~ 3-way.c:294:19: note: include '' or provide a declaration of 'calloc' 3-way.c:305:15: error: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 305 | key = malloc(_mcrypt_get_size()); | ^~~~~~ 3-way.c:305:15: note: include '' or provide a declaration of 'malloc' 3-way.c:305:15: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 3-way.c:305:15: note: include '' or provide a declaration of 'malloc' 3-way.c:312:9: error: implicit declaration of function 'free' [-Wimplicit-function-declaration] 312 | free(keyword); | ^~~~ 3-way.c:312:9: note: include '' or provide a declaration of 'free' 3-way.c:312:9: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 3-way.c:312:9: note: include '' or provide a declaration of 'free' 3-way.c:317:17: error: implicit declaration of function 'sprintf' [-Wimplicit-function-declaration] 317 | sprintf(&((char *) cipher_tmp)[2 * j], "%.2x", | ^~~~~~~ 3-way.c:18:1: note: include '' or provide a declaration of 'sprintf' 17 | #include "3-way.h" +++ |+#include 18 | 3-way.c:317:17: warning: incompatible implicit declaration of built-in function 'sprintf' [-Wbuiltin-declaration-mismatch] 317 | sprintf(&((char *) cipher_tmp)[2 * j], "%.2x", | ^~~~~~~ 3-way.c:317:17: note: include '' or provide a declaration of 'sprintf' 3-way.c:322:17: error: implicit declaration of function 'printf' [-Wimplicit-function-declaration] 322 | printf("failed compatibility\n"); | ^~~~~~ 3-way.c:322:17: note: include '' or provide a declaration of 'printf' 3-way.c:322:17: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch] 3-way.c:322:17: note: include '' or provide a declaration of 'printf' 3-way.c:332:17: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch] 332 | printf("failed internally\n"); | ^~~~~~ 3-way.c:332:17: note: include '' or provide a declaration of 'printf' --- gost.lo --- gost.c: In function 'gost_LTX__mcrypt_self_test': gost.c:364:19: error: implicit declaration of function 'calloc' [-Wimplicit-function-declaration] 364 | keyword = calloc(1, _mcrypt_get_key_size()); | ^~~~~~ gost.c:43:1: note: include '' or provide a declaration of 'calloc' 42 | #include +++ |+#include 43 | gost.c:364:19: warning: incompatible implicit declaration of built-in function 'calloc' [-Wbuiltin-declaration-mismatch] 364 | keyword = calloc(1, _mcrypt_get_key_size()); | ^~~~~~ gost.c:364:19: note: include '' or provide a declaration of 'calloc' gost.c:375:15: error: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 375 | key = malloc(_mcrypt_get_size()); | ^~~~~~ gost.c:375:15: note: include '' or provide a declaration of 'malloc' gost.c:375:15: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] gost.c:375:15: note: include '' or provide a declaration of 'malloc' gost.c:377:17: error: implicit declaration of function 'free' [-Wimplicit-function-declaration] 377 | free(keyword); | ^~~~ gost.c:377:17: note: include '' or provide a declaration of 'free' gost.c:377:17: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] gost.c:377:17: note: include '' or provide a declaration of 'free' gost.c:384:9: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 384 | free(keyword); | ^~~~ gost.c:384:9: note: include '' or provide a declaration of 'free' gost.c:389:17: error: implicit declaration of function 'sprintf' [-Wimplicit-function-declaration] 389 | sprintf(&((char *) cipher_tmp)[2 * j], "%.2x", | ^~~~~~~ gost.c:43:1: note: include '' or provide a declaration of 'sprintf' 42 | #include +++ |+#include 43 | gost.c:389:17: warning: incompatible implicit declaration of built-in function 'sprintf' [-Wbuiltin-declaration-mismatch] 389 | sprintf(&((char *) cipher_tmp)[2 * j], "%.2x", | ^~~~~~~ gost.c:389:17: note: include '' or provide a declaration of 'sprintf' gost.c:394:17: error: implicit declaration of function 'printf' [-Wimplicit-function-declaration] 394 | printf("failed compatibility\n"); | ^~~~~~ gost.c:394:17: note: include '' or provide a declaration of 'printf' gost.c:394:17: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch] gost.c:394:17: note: include '' or provide a declaration of 'printf' gost.c:404:17: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch] 404 | printf("failed internally\n"); | ^~~~~~ gost.c:404:17: note: include '' or provide a declaration of 'printf' --- rijndael-128.lo --- rijndael-128.c: In function 'rijndael_128_LTX__mcrypt_self_test': rijndael-128.c:446:19: error: implicit declaration of function 'calloc' [-Wimplicit-function-declaration] 446 | keyword = calloc(1, keysize); | ^~~~~~ rijndael-128.c:28:1: note: include '' or provide a declaration of 'calloc' 27 | #include "rijndael.h" +++ |+#include 28 | rijndael-128.c:446:19: warning: incompatible implicit declaration of built-in function 'calloc' [-Wbuiltin-declaration-mismatch] 446 | keyword = calloc(1, keysize); | ^~~~~~ rijndael-128.c:446:19: note: include '' or provide a declaration of 'calloc' rijndael-128.c:459:15: error: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 459 | key = malloc(_mcrypt_get_size()); | ^~~~~~ rijndael-128.c:459:15: note: include '' or provide a declaration of 'malloc' rijndael-128.c:459:15: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] rijndael-128.c:459:15: note: include '' or provide a declaration of 'malloc' rijndael-128.c:461:17: error: implicit declaration of function 'free' [-Wimplicit-function-declaration] 461 | free(keyword); | ^~~~ rijndael-128.c:461:17: note: include '' or provide a declaration of 'free' rijndael-128.c:461:17: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] rijndael-128.c:461:17: note: include '' or provide a declaration of 'free' rijndael-128.c:468:9: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 468 | free(keyword); | ^~~~ rijndael-128.c:468:9: note: include '' or provide a declaration of 'free' rijndael-128.c:473:17: error: implicit declaration of function 'sprintf' [-Wimplicit-function-declaration] 473 | sprintf(&((char *) cipher_tmp)[2 * j], "%.2x", | ^~~~~~~ rijndael-128.c:28:1: note: include '' or provide a declaration of 'sprintf' 27 | #include "rijndael.h" +++ |+#include 28 | rijndael-128.c:473:17: warning: incompatible implicit declaration of built-in function 'sprintf' [-Wbuiltin-declaration-mismatch] 473 | sprintf(&((char *) cipher_tmp)[2 * j], "%.2x", | ^~~~~~~ rijndael-128.c:473:17: note: include '' or provide a declaration of 'sprintf' rijndael-128.c:478:17: error: implicit declaration of function 'printf' [-Wimplicit-function-declaration] 478 | printf("failed compatibility\n"); | ^~~~~~ rijndael-128.c:478:17: note: include '' or provide a declaration of 'printf' rijndael-128.c:478:17: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch] rijndael-128.c:478:17: note: include '' or provide a declaration of 'printf' rijndael-128.c:488:17: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch] 488 | printf("failed internally\n"); | ^~~~~~ rijndael-128.c:488:17: note: include '' or provide a declaration of 'printf' --- cast-128.lo --- cast-128.c: In function 'cast_128_LTX__mcrypt_self_test': cast-128.c:344:19: error: implicit declaration of function 'calloc' [-Wimplicit-function-declaration] 344 | keyword = calloc(1, _mcrypt_get_key_size()); | ^~~~~~ cast-128.c:39:1: note: include '' or provide a declaration of 'calloc' 38 | #include "cast-128_sboxes.h" +++ |+#include 39 | cast-128.c:344:19: warning: incompatible implicit declaration of built-in function 'calloc' [-Wbuiltin-declaration-mismatch] 344 | keyword = calloc(1, _mcrypt_get_key_size()); | ^~~~~~ cast-128.c:344:19: note: include '' or provide a declaration of 'calloc' cast-128.c:355:15: error: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 355 | key = malloc(_mcrypt_get_size()); | ^~~~~~ cast-128.c:355:15: note: include '' or provide a declaration of 'malloc' cast-128.c:355:15: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] cast-128.c:355:15: note: include '' or provide a declaration of 'malloc' cast-128.c:362:9: error: implicit declaration of function 'free' [-Wimplicit-function-declaration] 362 | free(keyword); | ^~~~ cast-128.c:362:9: note: include '' or provide a declaration of 'free' cast-128.c:362:9: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] cast-128.c:362:9: note: include '' or provide a declaration of 'free' cast-128.c:366:17: error: implicit declaration of function 'sprintf' [-Wimplicit-function-declaration] 366 | sprintf(&((char *) cipher_tmp)[2 * j], "%.2x", | ^~~~~~~ cast-128.c:39:1: note: include '' or provide a declaration of 'sprintf' 38 | #include "cast-128_sboxes.h" +++ |+#include 39 | cast-128.c:366:17: warning: incompatible implicit declaration of built-in function 'sprintf' [-Wbuiltin-declaration-mismatch] 366 | sprintf(&((char *) cipher_tmp)[2 * j], "%.2x", | ^~~~~~~ cast-128.c:366:17: note: include '' or provide a declaration of 'sprintf' cast-128.c:371:17: error: implicit declaration of function 'printf' [-Wimplicit-function-declaration] 371 | printf("failed compatibility\n"); | ^~~~~~ cast-128.c:371:17: note: include '' or provide a declaration of 'printf' cast-128.c:371:17: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch] cast-128.c:371:17: note: include '' or provide a declaration of 'printf' cast-128.c:381:17: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch] 381 | printf("failed internally\n"); | ^~~~~~ cast-128.c:381:17: note: include '' or provide a declaration of 'printf' --- 3-way.lo --- *** [3-way.lo] Error code 1 bmake[3]: stopped making "all" in /home/pbulk/build/security/libmcrypt/work/libmcrypt-2.5.8/modules/algorithms --- gost.lo --- *** [gost.lo] Error code 1 bmake[3]: stopped making "all" in /home/pbulk/build/security/libmcrypt/work/libmcrypt-2.5.8/modules/algorithms --- rijndael-128.lo --- *** [rijndael-128.lo] Error code 1 bmake[3]: stopped making "all" in /home/pbulk/build/security/libmcrypt/work/libmcrypt-2.5.8/modules/algorithms --- cast-128.lo --- *** [cast-128.lo] Error code 1 bmake[3]: stopped making "all" in /home/pbulk/build/security/libmcrypt/work/libmcrypt-2.5.8/modules/algorithms bmake[3]: 4 errors bmake[3]: stopped making "all" in /home/pbulk/build/security/libmcrypt/work/libmcrypt-2.5.8/modules/algorithms *** [all-recursive] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/build/security/libmcrypt/work/libmcrypt-2.5.8/modules bmake[2]: 1 error bmake[2]: stopped making "all" in /home/pbulk/build/security/libmcrypt/work/libmcrypt-2.5.8/modules *** [all-recursive] Error code 1 bmake[1]: stopped making "all-recursive" in /home/pbulk/build/security/libmcrypt/work/libmcrypt-2.5.8 bmake[1]: 1 error bmake[1]: stopped making "all-recursive" in /home/pbulk/build/security/libmcrypt/work/libmcrypt-2.5.8 *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/build/security/libmcrypt/work/libmcrypt-2.5.8 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/security/libmcrypt/work/libmcrypt-2.5.8 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/libmcrypt *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/libmcrypt