+ 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/libcrack-2.7nb2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libcrack-2.7nb2/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for libcrack-2.7nb2 ( cd cracklib && /opt/pkg/bin/bmake && exit $? ) /home/pbulk/build/security/libcrack/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../cracklib -DIN_CRACKLIB fascist.c -c -o fascist.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I../cracklib -DIN_CRACKLIB fascist.c -c -fPIC -DPIC -o .libs/fascist.o fascist.c: In function 'GTry': fascist.c:431:11: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 431 | len = strlen(password); | ^~~~~~ fascist.c:14:1: note: include '' or provide a declaration of 'strlen' 13 | #include +++ |+#include 14 | fascist.c:431:11: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 431 | len = strlen(password); | ^~~~~~ fascist.c:431:11: note: include '' or provide a declaration of 'strlen' fascist.c:444:14: error: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 444 | if (!strncmp(mp, rawtext, len)) | ^~~~~~~ fascist.c:444:14: note: include '' or provide a declaration of 'strncmp' fascist.c:444:35: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 444 | if (!strncmp(mp, rawtext, len)) | ^~~ : note: built-in 'strncmp' declared here fascist.c:453:44: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 453 | if (!strncmp(Reverse(mp), rawtext, len)) | ^~~ : note: built-in 'strncmp' declared here fascist.c:470:36: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 470 | if (!strncmp(mp, password, len)) | ^~~ : note: built-in 'strncmp' declared here fascist.c: In function 'FascistGecos': fascist.c:502:5: error: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] 502 | strncpy(tbuffer, pwp->pw_name, STRINGSIZE); | ^~~~~~~ fascist.c:502:5: note: include '' or provide a declaration of 'strncpy' fascist.c:502:5: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] fascist.c:502:5: note: include '' or provide a declaration of 'strncpy' fascist.c:513:5: error: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] 513 | strcpy(gbuffer, Lowercase(tbuffer)); | ^~~~~~ fascist.c:513:5: note: include '' or provide a declaration of 'strcpy' fascist.c:513:5: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch] fascist.c:513:5: note: include '' or provide a declaration of 'strcpy' fascist.c:576:17: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 576 | if (strlen(uwords[i]) + strlen(uwords[j]) < STRINGSIZE) | ^~~~~~ fascist.c:576:17: note: include '' or provide a declaration of 'strlen' fascist.c:579:17: error: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] 579 | strcat(longbuffer, uwords[j]); | ^~~~~~ fascist.c:579:17: note: include '' or provide a declaration of 'strcat' fascist.c:579:17: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] fascist.c:579:17: note: include '' or provide a declaration of 'strcat' fascist.c:595:17: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 595 | if (strlen(uwords[j]) < STRINGSIZE - 1) | ^~~~~~ fascist.c:595:17: note: include '' or provide a declaration of 'strlen' fascist.c:599:17: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] 599 | strcat(longbuffer, uwords[j]); | ^~~~~~ fascist.c:599:17: note: include '' or provide a declaration of 'strcat' fascist.c:607:17: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 607 | if (strlen(uwords[i]) < STRINGSIZE - 1) | ^~~~~~ fascist.c:607:17: note: include '' or provide a declaration of 'strlen' fascist.c:611:17: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] 611 | strcat(longbuffer, uwords[i]); | ^~~~~~ fascist.c:611:17: note: include '' or provide a declaration of 'strcat' fascist.c: In function 'FascistLook': fascist.c:640:5: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 640 | strncpy(rpassword, instring, TRUNCSTRINGSIZE); | ^~~~~~~ fascist.c:640:5: note: include '' or provide a declaration of 'strncpy' fascist.c:644:9: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 644 | if (strlen(password) < 4) | ^~~~~~ fascist.c:644:9: note: include '' or provide a declaration of 'strlen' fascist.c:649:9: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 649 | if (strlen(password) < MINLEN) | ^~~~~~ fascist.c:649:9: note: include '' or provide a declaration of 'strlen' fascist.c:659:14: error: implicit declaration of function 'strchr' [-Wimplicit-function-declaration] 659 | if (!strchr(junk, password[i])) | ^~~~~~ fascist.c:659:14: note: include '' or provide a declaration of 'strchr' fascist.c:659:14: warning: incompatible implicit declaration of built-in function 'strchr' [-Wbuiltin-declaration-mismatch] fascist.c:659:14: note: include '' or provide a declaration of 'strchr' fascist.c:666:9: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 666 | if (strlen(junk) < MINDIFF) | ^~~~~~ fascist.c:666:9: note: include '' or provide a declaration of 'strlen' fascist.c:671:5: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch] 671 | strcpy(password, Lowercase(password)); | ^~~~~~ fascist.c:671:5: note: include '' or provide a declaration of 'strcpy' fascist.c:673:5: error: implicit declaration of function 'Trim' [-Wimplicit-function-declaration] 673 | Trim(password); | ^~~~ fascist.c:701:9: error: implicit declaration of function 'PMatch' [-Wimplicit-function-declaration] 701 | if (PMatch("aadddddda", password)) /* smirk */ | ^~~~~~ fascist.c:706:38: error: implicit declaration of function 'getuid'; did you mean 'getpwuid'? [-Wimplicit-function-declaration] 706 | if (ptr = FascistGecos(password, getuid())) | ^~~~~~ | getpwuid fascist.c:728:13: error: implicit declaration of function 'FindPW' [-Wimplicit-function-declaration] 728 | if (FindPW(pwp, a) != notfound) | ^~~~~~ fascist.c: In function 'FascistCheck': fascist.c:770:5: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 770 | strncpy(pwtrunced, password, TRUNCSTRINGSIZE); | ^~~~~~~ fascist.c:770:5: note: include '' or provide a declaration of 'strncpy' In file included from fascist.c:11: packer.h:12:25: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 12 | #define STRINGSIZE 1024 | ^~~~ fascist.c:776:40: note: in expansion of macro 'STRINGSIZE' 776 | if (pwp && strncmp(lastpath, path, STRINGSIZE)) | ^~~~~~~~~~ : note: built-in 'strncmp' declared here fascist.c:778:9: error: implicit declaration of function 'PWClose'; did you mean 'pclose'? [-Wimplicit-function-declaration] 778 | PWClose(pwp); | ^~~~~~~ | pclose fascist.c:787:13: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 787 | exit(-1); | ^~~~ fascist.c:14:1: note: include '' or provide a declaration of 'exit' 13 | #include +++ |+#include 14 | fascist.c:787:13: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 787 | exit(-1); | ^~~~ fascist.c:787:13: note: include '' or provide a declaration of 'exit' *** Error code 1 Stop. bmake[1]: stopped making "all" in /home/pbulk/build/security/libcrack/work/cracklib,2.7/cracklib *** Error code 1 Stop. bmake: stopped making "all" in /home/pbulk/build/security/libcrack/work/cracklib,2.7 *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/libcrack *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/libcrack