=> 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 --- --- 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 --- extra.o --- distcc[12620] ERROR: nonblocking connect to 192.168.1.1:3748 failed: Connection refused distcc[12620] Warning: failed to distribute extra.c to 192.168.1.1:3748, running locally instead --- mcrypt.o --- distcc[14530] (dcc_build_somewhere) Warning: failed to distribute, running locally instead --- extra.o --- In file included from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mincludes.h:34, from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mhash.h:6, from ./defines.h:8, from extra.c:24: /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | In file included from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mincludes.h:34, from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mhash.h:6, from ./defines.h:8, from extra.c:24: /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | In file included from ./defines.h:4, from extra.c:24: ../config.h:223: note: this is the location of the previous definition 223 | #define VERSION "2.6.8" | --- mcrypt.o --- In file included from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mincludes.h:34, from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mhash.h:6, from ./defines.h:8, from mcrypt.c:25: /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | In file included from ./defines.h:4, from mcrypt.c:25: ../config.h:223: note: this is the location of the previous definition 223 | #define VERSION "2.6.8" | --- extra.o --- In file included from ./defines.h:4, from extra.c:24: ../config.h:223: note: this is the location of the previous definition 223 | #define VERSION "2.6.8" | In file included from /usr/include/ctype.h:100, from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mincludes.h:46, from /tmp/pkgbuild/security/mcrypt/work.sparc/.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]); | ^ --- mcrypt.o --- mcrypt.c: In function 'check_hash_algo': --- extra.o --- extra.c: In function 'write_file_head': --- mcrypt.o --- 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 --- 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); | ^ --- mcrypt.o --- mcrypt.c: In function 'main': --- extra.o --- extra.c: In function 'test_file_headers': --- mcrypt.o --- 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 --- extra.c:640:9: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] 640 | if ( !(!x & 0x80) && bare_flag == FALSE) { | ^~ In file included from extra.c:24: extra.c: In function 'show_stats2': --- mcrypt.o --- At top level: --- extra.o --- extra.c:721:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 721 | fprintf(stderr, _("%lu hours"), time / 3600); | ^~~~~~~~~~~ ./defines.h:59:29: note: in definition of macro '_' 59 | # define _(String) gettext (String) | ^~~~~~ --- mcrypt.o --- mcrypt.c:44:13: warning: 'rcsid' defined but not used [-Wunused-variable] 44 | static char rcsid[] = | ^~~~~ --- extra.o --- extra.c:721:28: note: format string is defined here 721 | fprintf(stderr, _("%lu hours"), time / 3600); | ~~^ | | | long unsigned int | %llu In file included from extra.c:24: extra.c:728:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 728 | fprintf(stderr, _("%lu minutes"), (time / 60) - (time / 3600)); | ^~~~~~~~~~~~~ ./defines.h:59:29: note: in definition of macro '_' 59 | # define _(String) gettext (String) | ^~~~~~ extra.c:728:28: note: format string is defined here 728 | fprintf(stderr, _("%lu minutes"), (time / 60) - (time / 3600)); | ~~^ | | | long unsigned int | %llu In file included from extra.c:24: extra.c:735:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 735 | fprintf(stderr, _("%lu seconds"), time - ((time / 60) + (time / 3600))); | ^~~~~~~~~~~~~ ./defines.h:59:29: note: in definition of macro '_' 59 | # define _(String) gettext (String) | ^~~~~~ extra.c:735:28: note: format string is defined here 735 | fprintf(stderr, _("%lu seconds"), time - ((time / 60) + (time / 3600))); | ~~^ | | | long unsigned int | %llu In file included from extra.c:24: extra.c:742:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 742 | fprintf(stderr, _("%lu milliseconds"), millitm); | ^~~~~~~~~~~~~~~~~~ ./defines.h:59:29: note: in definition of macro '_' 59 | # define _(String) gettext (String) | ^~~~~~ extra.c:742:28: note: format string is defined here 742 | fprintf(stderr, _("%lu milliseconds"), millitm); | ~~^ | | | long unsigned int | %llu At top level: extra.c:45:13: warning: 'rcsid' defined but not used [-Wunused-variable] 45 | static char rcsid[] = | ^~~~~ mv -f .deps/extra.Tpo .deps/extra.Po --- 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 distcc[27293] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mincludes.h:34, from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mhash.h:6, from ./defines.h:8, from keys.c:22: /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | In file included from ./defines.h:4, from keys.c:22: ../config.h:223: note: this is the location of the previous definition 223 | #define VERSION "2.6.8" | --- mcrypt.o --- mv -f .deps/mcrypt.Tpo .deps/mcrypt.Po --- 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 --- 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 $"; | ^~~~~ --- random.o --- distcc[16304] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mincludes.h:34, from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mhash.h:6, from ./defines.h:8, from random.c:22: /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | In file included from ./defines.h:4, from random.c:22: ../config.h:223: note: this is the location of the previous definition 223 | #define VERSION "2.6.8" | --- keys.o --- mv -f .deps/keys.Tpo .deps/keys.Po --- 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 distcc[28202] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mincludes.h:34, from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mhash.h:6, from ./defines.h:8, from rndunix.c:52: /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | --- 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 $"; | ^~~~~ --- rndunix.o --- In file included from ./defines.h:4, from rndunix.c:52: ../config.h:223: note: this is the location of the previous definition 223 | #define VERSION "2.6.8" | --- random.o --- mv -f .deps/random.Tpo .deps/random.Po --- 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 distcc[11896] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mincludes.h:34, from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mhash.h:6, from ./defines.h:8, from xmalloc.c:20: /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | In file included from ./defines.h:4, from xmalloc.c:20: ../config.h:223: note: this is the location of the previous definition 223 | #define VERSION "2.6.8" | --- rndunix.o --- mv -f .deps/rndunix.Tpo .deps/rndunix.Po --- 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 distcc[27901] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mincludes.h:34, from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mhash.h:6, from ./defines.h:8, from functions.c:24: /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | In file included from ./defines.h:4, from functions.c:24: ../config.h:223: note: this is the location of the previous definition 223 | #define VERSION "2.6.8" | --- 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 $"; | ^~~~~ mv -f .deps/xmalloc.Tpo .deps/xmalloc.Po --- 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 distcc[18249] (dcc_build_somewhere) Warning: failed to distribute, running locally instead --- functions.o --- mv -f .deps/functions.Tpo .deps/functions.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 distcc[21122] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mincludes.h:34, from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mhash.h:6, from ./defines.h:8, from bits.c:22: /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | In file included from ./defines.h:4, from bits.c:22: ../config.h:223: note: this is the location of the previous definition 223 | #define VERSION "2.6.8" | --- errors.o --- mv -f .deps/errors.Tpo .deps/errors.Po --- 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 distcc[11070] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mincludes.h:34, from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mhash.h:6, from ./defines.h:8, from openpgp.c:21: /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | In file included from ./defines.h:4, from openpgp.c:21: ../config.h:223: note: this is the location of the previous definition 223 | #define VERSION "2.6.8" | openpgp.c: In function 'pgp_encrypt_wrap': --- bits.o --- mv -f .deps/bits.Tpo .deps/bits.Po --- 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 distcc[11318] (dcc_build_somewhere) Warning: failed to distribute, running locally instead 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 $"; | ^~~~~ --- 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); | ~~~~~~~~~~~~~~^~~ --- rndwin32.o --- mv -f .deps/rndwin32.Tpo .deps/rndwin32.Po --- 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 distcc[20528] (dcc_build_somewhere) Warning: failed to distribute, running locally instead --- openpgp.o --- 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); | ~~~~~~~~~~~~~~^~~ mv -f .deps/openpgp.Tpo .deps/openpgp.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 distcc[24899] (dcc_build_somewhere) Warning: failed to distribute, running locally instead --- environ.o --- In file included from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mincludes.h:34, from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mhash.h:6, from ./defines.h:8, from environ.c:22: /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | In file included from ./defines.h:4, from environ.c:22: ../config.h:223: note: this is the location of the previous definition 223 | #define VERSION "2.6.8" | --- getpass.o --- In file included from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mincludes.h:34, from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mhash.h:6, from ./defines.h:8, from getpass.c:42: /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | In file included from ./defines.h:4, from getpass.c:42: ../config.h:223: note: this is the location of the previous definition 223 | #define VERSION "2.6.8" | --- 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 $"; | ^~~~~ --- environ.o --- mv -f .deps/environ.Tpo .deps/environ.Po --- 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 distcc[6574] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mincludes.h:34, from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mhash.h:6, from ./defines.h:8, from ufc_crypt.c:25: /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | In file included from ./defines.h:4, from ufc_crypt.c:25: ../config.h:223: note: this is the location of the previous definition 223 | #define VERSION "2.6.8" | In file included from /usr/include/ctype.h:100, from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mincludes.h:46, from /tmp/pkgbuild/security/mcrypt/work.sparc/.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]!='/') | ^ --- getpass.o --- mv -f .deps/getpass.Tpo .deps/getpass.Po --- 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 distcc[4558] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mincludes.h:34, from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mhash.h:6, from ./defines.h:8, from popen.c:23: /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | In file included from ./defines.h:4, from popen.c:23: ../config.h:223: note: this is the location of the previous definition 223 | #define VERSION "2.6.8" | mv -f .deps/popen.Tpo .deps/popen.Po --- 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 distcc[28361] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mincludes.h:34, from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mhash.h:6, from ./defines.h:8, from classic.c:21: /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | In file included from ./defines.h:4, from classic.c:21: ../config.h:223: note: this is the location of the previous definition 223 | #define VERSION "2.6.8" | 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); | ^ --- ufc_crypt.o --- mv -f .deps/ufc_crypt.Tpo .deps/ufc_crypt.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 distcc[13902] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mincludes.h:34, from /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mhash.h:6, from ./defines.h:8, from rfc2440.c:18: /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined 210 | #define VERSION "0.9.9" | In file included from ./defines.h:4, from rfc2440.c:18: ../config.h:223: note: this is the location of the previous definition 223 | #define VERSION "2.6.8" | 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 /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mhash.h:10, from ./defines.h:8, from rfc2440.c:18: /tmp/pkgbuild/security/mcrypt/work.sparc/.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 /tmp/pkgbuild/security/mcrypt/work.sparc/.buildlink/include/mhash.h:10, from ./defines.h:8, from rfc2440.c:18: /tmp/pkgbuild/security/mcrypt/work.sparc/.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) | ~~~~~~~~^~~~~~~ --- classic.o --- mv -f .deps/classic.Tpo .deps/classic.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 /tmp/pkgbuild/security/mcrypt/work.sparc/mcrypt-2.6.8/src --- rfc2440.o --- mv -f .deps/rfc2440.Tpo .deps/rfc2440.Po 1 error make[2]: stopped in /tmp/pkgbuild/security/mcrypt/work.sparc/mcrypt-2.6.8/src make[1]: stopped in /tmp/pkgbuild/security/mcrypt/work.sparc/mcrypt-2.6.8 *** [all] Error code 2 make: stopped in /tmp/pkgbuild/security/mcrypt/work.sparc/mcrypt-2.6.8 1 error make: stopped in /tmp/pkgbuild/security/mcrypt/work.sparc/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