=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for mcrypt-2.6.8nb4 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in doc Making all in src --- extra.o --- --- mcrypt.o --- --- keys.o --- --- random.o --- --- rndunix.o --- --- xmalloc.o --- --- functions.o --- --- errors.o --- --- extra.o --- gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -Wall -MT extra.o -MD -MP -MF .deps/extra.Tpo -c -o extra.o extra.c --- mcrypt.o --- gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -Wall -MT mcrypt.o -MD -MP -MF .deps/mcrypt.Tpo -c -o mcrypt.o mcrypt.c --- keys.o --- gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -Wall -MT keys.o -MD -MP -MF .deps/keys.Tpo -c -o keys.o keys.c --- random.o --- gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -Wall -MT random.o -MD -MP -MF .deps/random.Tpo -c -o random.o random.c --- rndunix.o --- gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -Wall -MT rndunix.o -MD -MP -MF .deps/rndunix.Tpo -c -o rndunix.o rndunix.c --- xmalloc.o --- gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -Wall -MT xmalloc.o -MD -MP -MF .deps/xmalloc.Tpo -c -o xmalloc.o xmalloc.c --- errors.o --- gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -Wall -MT errors.o -MD -MP -MF .deps/errors.Tpo -c -o errors.o errors.c --- functions.o --- gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -Wall -MT functions.o -MD -MP -MF .deps/functions.Tpo -c -o functions.o functions.c --- mcrypt.o --- mcrypt.c: In function 'check_hash_algo': mcrypt.c:111:9: warning: pointer targets in assignment from 'uint8_t *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 111 | y = mhash_get_hash_name(i); | ^ --- extra.o --- In file included from /usr/include/ctype.h:100, from /pbulk/work/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:46, from /pbulk/work/security/mcrypt/work/.buildlink/include/mhash.h:6, from ./defines.h:8, from extra.c:24: extra.c: In function 'mcrypt_tolow': extra.c:303:23: warning: array subscript has type 'char' [-Wchar-subscripts] 303 | str[i] = tolower(str[i]); | ^ extra.c: In function 'write_file_head': extra.c:370:6: warning: pointer targets in assignment from 'uint8_t *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 370 | buf = mhash_get_hash_name(hash_algorithm); | ^ extra.c: In function 'test_file_headers': extra.c:640:9: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] 640 | if ( !(!x & 0x80) && bare_flag == FALSE) { | ^~ --- mcrypt.o --- mcrypt.c: In function 'main': mcrypt.c:189:43: warning: variable 'used_algo' set but not used [-Wunused-but-set-variable] 189 | int x, y, i, file_count = 0, keys = 0, used_algo = FALSE; | ^~~~~~~~~ --- extra.o --- At top level: extra.c:45:13: warning: 'rcsid' defined but not used [-Wunused-variable] 45 | static char rcsid[] = | ^~~~~ --- mcrypt.o --- At top level: mcrypt.c:44:13: warning: 'rcsid' defined but not used [-Wunused-variable] 44 | static char rcsid[] = | ^~~~~ --- errors.o --- mv -f .deps/errors.Tpo .deps/errors.Po --- bits.o --- gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -Wall -MT bits.o -MD -MP -MF .deps/bits.Tpo -c -o bits.o bits.c --- keys.o --- keys.c:29:13: warning: 'rcsid' defined but not used [-Wunused-variable] 29 | static char rcsid[] = "$Id: keys.c,v 1.2 2007/11/07 17:10:20 nmav Exp $"; | ^~~~~ --- functions.o --- mv -f .deps/functions.Tpo .deps/functions.Po --- openpgp.o --- --- rndunix.o --- mv -f .deps/rndunix.Tpo .deps/rndunix.Po --- random.o --- random.c:27:13: warning: 'rcsid' defined but not used [-Wunused-variable] 27 | static char rcsid[] = "$Id: random.c,v 1.2 2007/11/07 17:10:22 nmav Exp $"; | ^~~~~ --- rndwin32.o --- --- openpgp.o --- gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -Wall -MT openpgp.o -MD -MP -MF .deps/openpgp.Tpo -c -o openpgp.o openpgp.c --- rndwin32.o --- gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -Wall -MT rndwin32.o -MD -MP -MF .deps/rndwin32.Tpo -c -o rndwin32.o rndwin32.c --- keys.o --- mv -f .deps/keys.Tpo .deps/keys.Po --- xmalloc.o --- xmalloc.c:23:13: warning: 'rcsid' defined but not used [-Wunused-variable] 23 | static char rcsid[] = "$Id: xmalloc.c,v 1.2 2007/11/07 17:10:23 nmav Exp $"; | ^~~~~ --- environ.o --- --- rndwin32.o --- rndwin32.c:18:13: warning: 'rcsid' defined but not used [-Wunused-variable] 18 | static char rcsid[] = "$Id: rndwin32.c,v 1.3 2007/11/07 17:14:58 nmav Exp $"; | ^~~~~ --- environ.o --- gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -Wall -MT environ.o -MD -MP -MF .deps/environ.Tpo -c -o environ.o environ.c --- random.o --- mv -f .deps/random.Tpo .deps/random.Po --- getpass.o --- gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -Wall -MT getpass.o -MD -MP -MF .deps/getpass.Tpo -c -o getpass.o getpass.c --- rndwin32.o --- mv -f .deps/rndwin32.Tpo .deps/rndwin32.Po --- extra.o --- mv -f .deps/extra.Tpo .deps/extra.Po --- ufc_crypt.o --- --- popen.o --- --- ufc_crypt.o --- gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -Wall -MT ufc_crypt.o -MD -MP -MF .deps/ufc_crypt.Tpo -c -o ufc_crypt.o ufc_crypt.c --- popen.o --- gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -Wall -MT popen.o -MD -MP -MF .deps/popen.Tpo -c -o popen.o popen.c --- xmalloc.o --- mv -f .deps/xmalloc.Tpo .deps/xmalloc.Po --- classic.o --- --- openpgp.o --- openpgp.c: In function 'pgp_encrypt_wrap': --- classic.o --- gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -Wall -MT classic.o -MD -MP -MF .deps/classic.Tpo -c -o classic.o classic.c --- openpgp.o --- openpgp.c:40:49: warning: pointer targets in passing argument 2 of 'get_password' differ in signedness [-Wpointer-sign] 40 | if (pass==NULL) _pass = get_password( ENCRYPT, &len); | ^~~~ | | | int * In file included from openpgp.c:24: ./extra.h:10:46: note: expected 'unsigned int *' but argument is of type 'int *' 10 | char * get_password( int mode, unsigned int *len); | ~~~~~~~~~~~~~~^~~ openpgp.c: In function 'pgp_decrypt_wrap': openpgp.c:62:49: warning: pointer targets in passing argument 2 of 'get_password' differ in signedness [-Wpointer-sign] 62 | if (pass==NULL) _pass = get_password( DECRYPT, &len); | ^~~~ | | | int * In file included from openpgp.c:24: ./extra.h:10:46: note: expected 'unsigned int *' but argument is of type 'int *' 10 | char * get_password( int mode, unsigned int *len); | ~~~~~~~~~~~~~~^~~ --- mcrypt.o --- mv -f .deps/mcrypt.Tpo .deps/mcrypt.Po --- rfc2440.o --- gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -Wall -MT rfc2440.o -MD -MP -MF .deps/rfc2440.Tpo -c -o rfc2440.o rfc2440.c --- bits.o --- mv -f .deps/bits.Tpo .deps/bits.Po --- gaaout.c --- gaa -o gaaout.c -i gaa.h mcrypt.gaa sh: gaa: not found *** [gaaout.c] Error code 127 make[2]: stopped in /pbulk/work/security/mcrypt/work/mcrypt-2.6.8/src --- openpgp.o --- mv -f .deps/openpgp.Tpo .deps/openpgp.Po --- ufc_crypt.o --- In file included from /usr/include/ctype.h:100, from /pbulk/work/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:46, from /pbulk/work/security/mcrypt/work/.buildlink/include/mhash.h:6, from ./defines.h:8, from ufc_crypt.c:25: ufc_crypt.c: In function 'gen_crypt': ufc_crypt.c:730:20: warning: array subscript has type 'char' [-Wchar-subscripts] 730 | if ( isalpha(csalt[0])==0 && isdigit(csalt[0])==0 && csalt[0]!='.' && csalt[0]!='/') { | ^ ufc_crypt.c:730:44: warning: array subscript has type 'char' [-Wchar-subscripts] 730 | if ( isalpha(csalt[0])==0 && isdigit(csalt[0])==0 && csalt[0]!='.' && csalt[0]!='/') { | ^ ufc_crypt.c:733:20: warning: array subscript has type 'char' [-Wchar-subscripts] 733 | if ( isalpha(csalt[1])==0 && isdigit(csalt[1])==0 && csalt[1]!='.' && csalt[1]!='/') | ^ ufc_crypt.c:733:44: warning: array subscript has type 'char' [-Wchar-subscripts] 733 | if ( isalpha(csalt[1])==0 && isdigit(csalt[1])==0 && csalt[1]!='.' && csalt[1]!='/') | ^ --- environ.o --- environ.c:28:13: warning: 'rcsid' defined but not used [-Wunused-variable] 28 | static char rcsid[] = "$Id: environ.c,v 1.2 2007/11/07 17:10:19 nmav Exp $"; | ^~~~~ --- getpass.o --- getpass.c: In function 'readpass': getpass.c:106:5: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 106 | ap = asterix; | ^ At top level: getpass.c:31:13: warning: 'rcsid' defined but not used [-Wunused-variable] 31 | static char rcsid[] = "$Id: getpass.c,v 1.1.1.1 2003/09/08 17:25:49 imipak Exp $"; | ^~~~~ --- classic.o --- classic.c: In function 'decrypt_general': classic.c:940:11: warning: pointer targets in assignment from 'uint8_t *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 940 | command = mhash_get_hash_name(hash_algorithm); | ^ classic.c: In function 'print_hashlist': classic.c:1056:12: warning: pointer targets in assignment from 'uint8_t *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 1056 | tmpc = mhash_get_hash_name(tmpi); | ^ --- environ.o --- mv -f .deps/environ.Tpo .deps/environ.Po --- popen.o --- mv -f .deps/popen.Tpo .deps/popen.Po --- rfc2440.o --- rfc2440.c: In function 'dek_load': rfc2440.c:570:21: warning: pointer targets in passing argument 5 of 'mhash_keygen_ext' differ in signedness [-Wpointer-sign] 570 | DIM (d->key), pass, strlen(pass)); | ^~~~ | | | char * In file included from /pbulk/work/security/mcrypt/work/.buildlink/include/mhash.h:10, from ./defines.h:8, from rfc2440.c:18: /pbulk/work/security/mcrypt/work/.buildlink/include/mutils/mhash.h:107:24: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 107 | mutils_word8 *password, mutils_word32 passwordlen); rfc2440.c: In function 'dek_create': rfc2440.c:621:21: warning: pointer targets in passing argument 5 of 'mhash_keygen_ext' differ in signedness [-Wpointer-sign] 621 | DIM (d->key), pass, strlen(pass)); | ^~~~ | | | char * In file included from /pbulk/work/security/mcrypt/work/.buildlink/include/mhash.h:10, from ./defines.h:8, from rfc2440.c:18: /pbulk/work/security/mcrypt/work/.buildlink/include/mutils/mhash.h:107:24: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 107 | mutils_word8 *password, mutils_word32 passwordlen); rfc2440.c: In function 'symkey_enc_decode': rfc2440.c:639:27: warning: pointer targets in passing argument 2 of 'header_decode' differ in signedness [-Wpointer-sign] 639 | header_decode(dat->d, &tag, &headlen, &offset, NULL); | ^~~~ | | | int * rfc2440.c:430:41: note: expected 'uint32 *' {aka 'unsigned int *'} but argument is of type 'int *' 430 | header_decode(const uchar *buf, uint32 *tag, uint32 *len, | ~~~~~~~~^~~ rfc2440.c:639:33: warning: pointer targets in passing argument 3 of 'header_decode' differ in signedness [-Wpointer-sign] 639 | header_decode(dat->d, &tag, &headlen, &offset, NULL); | ^~~~~~~~ | | | int * rfc2440.c:430:54: note: expected 'uint32 *' {aka 'unsigned int *'} but argument is of type 'int *' 430 | header_decode(const uchar *buf, uint32 *tag, uint32 *len, | ~~~~~~~~^~~ rfc2440.c:639:43: warning: pointer targets in passing argument 4 of 'header_decode' differ in signedness [-Wpointer-sign] 639 | header_decode(dat->d, &tag, &headlen, &offset, NULL); | ^~~~~~~ | | | int * rfc2440.c:431:16: note: expected 'uint32 *' {aka 'unsigned int *'} but argument is of type 'int *' 431 | uint32 *headlen, PACKET *pkt) | ~~~~~~~~^~~~~~~ --- getpass.o --- mv -f .deps/getpass.Tpo .deps/getpass.Po --- ufc_crypt.o --- mv -f .deps/ufc_crypt.Tpo .deps/ufc_crypt.Po --- classic.o --- mv -f .deps/classic.Tpo .deps/classic.Po --- rfc2440.o --- mv -f .deps/rfc2440.Tpo .deps/rfc2440.Po 1 error make[2]: stopped in /pbulk/work/security/mcrypt/work/mcrypt-2.6.8/src make[1]: stopped in /pbulk/work/security/mcrypt/work/mcrypt-2.6.8 *** [all] Error code 2 make: stopped in /pbulk/work/security/mcrypt/work/mcrypt-2.6.8 1 error make: stopped in /pbulk/work/security/mcrypt/work/mcrypt-2.6.8 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/security/mcrypt *** Error code 1 Stop. make: stopped in /usr/pkgsrc/security/mcrypt