+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/mcrypt-2.6.8nb4/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/mcrypt-2.6.8nb4/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for mcrypt-2.6.8nb4 --- all --- /usr/pkg/bin/bmake all-recursive --- all-recursive --- Making all in doc Making all in src --- extra.o --- --- mcrypt.o --- --- extra.o --- cc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -pipe -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 --- cc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -pipe -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 --- In file included from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34, from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mhash.h:6, from ./defines.h:8, from extra.c:24: /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined #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 #define VERSION "2.6.8" --- mcrypt.o --- In file included from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34, from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mhash.h:6, from ./defines.h:8, from mcrypt.c:25: /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined #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 #define VERSION "2.6.8" --- extra.o --- 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] 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] if ( !(!x & 0x80) && bare_flag == FALSE) { ^~ extra.c: In function 'read_until_null': extra.c:161:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&pointer[i], 1, 1, fstream); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ extra.c: In function 'check_file_head': extra.c:182:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(buf, 1, 3, fstream); ^~~~~~~~~~~~~~~~~~~~~~~~~ extra.c:183:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&flags, 1, 1, fstream); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ extra.c:229:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&keylen, sizeof(short int), 1, fstream); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ extra.c:243:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sflag, 1, 1, fstream); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ extra.c:250:6: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(tmp_buf, 1, *salt_size, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fstream); ~~~~~~~~ extra.c: In function 'read_iv': extra.c:292:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(IV, 1, ivsize, fstream); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: extra.c:45:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = ^~~~~ --- 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] y = mhash_get_hash_name(i); ^ mcrypt.c: In function 'main': mcrypt.c:189:43: warning: variable 'used_algo' set but not used [-Wunused-but-set-variable] int x, y, i, file_count = 0, keys = 0, used_algo = FALSE; ^~~~~~~~~ At top level: mcrypt.c:44:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = ^~~~~ --- extra.o --- mv -f .deps/extra.Tpo .deps/extra.Po --- keys.o --- cc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -pipe -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 In file included from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34, from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mhash.h:6, from ./defines.h:8, from keys.c:22: /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined #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 #define VERSION "2.6.8" keys.c:29:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: keys.c,v 1.2 2007/11/07 17:10:20 nmav Exp $"; ^~~~~ mv -f .deps/keys.Tpo .deps/keys.Po --- random.o --- cc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -pipe -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 --- mcrypt.o --- mv -f .deps/mcrypt.Tpo .deps/mcrypt.Po --- random.o --- In file included from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34, from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mhash.h:6, from ./defines.h:8, from random.c:22: /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined #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 #define VERSION "2.6.8" --- rndunix.o --- cc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -pipe -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 In file included from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34, from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mhash.h:6, from ./defines.h:8, from rndunix.c:52: /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined #define VERSION "0.9.9" In file included from ./defines.h:4, from rndunix.c:52: ../config.h:223: note: this is the location of the previous definition #define VERSION "2.6.8" --- random.o --- random.c:27:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: random.c,v 1.2 2007/11/07 17:10:22 nmav Exp $"; ^~~~~ mv -f .deps/random.Tpo .deps/random.Po --- xmalloc.o --- cc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -pipe -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 --- rndunix.o --- mv -f .deps/rndunix.Tpo .deps/rndunix.Po --- functions.o --- --- xmalloc.o --- In file included from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34, from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mhash.h:6, from ./defines.h:8, from xmalloc.c:20: /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined #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 #define VERSION "2.6.8" --- functions.o --- cc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -pipe -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 In file included from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34, from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mhash.h:6, from ./defines.h:8, from functions.c:24: /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined #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 #define VERSION "2.6.8" --- xmalloc.o --- xmalloc.c:23:13: warning: 'rcsid' defined but not used [-Wunused-variable] 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 --- cc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -pipe -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 --- mv -f .deps/functions.Tpo .deps/functions.Po --- bits.o --- cc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -pipe -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 --- errors.o --- mv -f .deps/errors.Tpo .deps/errors.Po --- openpgp.o --- --- bits.o --- In file included from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34, from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mhash.h:6, from ./defines.h:8, from bits.c:22: /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined #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 #define VERSION "2.6.8" --- openpgp.o --- cc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -pipe -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 In file included from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34, from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mhash.h:6, from ./defines.h:8, from openpgp.c:21: /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined #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 #define VERSION "2.6.8" --- bits.o --- mv -f .deps/bits.Tpo .deps/bits.Po --- rndwin32.o --- cc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -pipe -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 --- openpgp.o --- openpgp.c: In function 'pgp_encrypt_wrap': openpgp.c:40:49: warning: pointer targets in passing argument 2 of 'get_password' differ in signedness [-Wpointer-sign] if (pass==NULL) _pass = get_password( ENCRYPT, &len); ^~~~ In file included from openpgp.c:24: ./extra.h:10:8: note: expected 'unsigned int *' but argument is of type 'int *' 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] if (pass==NULL) _pass = get_password( DECRYPT, &len); ^~~~ In file included from openpgp.c:24: ./extra.h:10:8: note: expected 'unsigned int *' but argument is of type 'int *' char * get_password( int mode, unsigned int *len); ^~~~~~~~~~~~ --- rndwin32.o --- rndwin32.c:18:13: warning: 'rcsid' defined but not used [-Wunused-variable] static char rcsid[] = "$Id: rndwin32.c,v 1.3 2007/11/07 17:14:58 nmav Exp $"; ^~~~~ mv -f .deps/rndwin32.Tpo .deps/rndwin32.Po --- environ.o --- cc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -pipe -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 --- openpgp.o --- mv -f .deps/openpgp.Tpo .deps/openpgp.Po --- getpass.o --- cc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -pipe -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 --- environ.o --- In file included from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34, from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mhash.h:6, from ./defines.h:8, from environ.c:22: /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined #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 #define VERSION "2.6.8" --- getpass.o --- In file included from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34, from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mhash.h:6, from ./defines.h:8, from getpass.c:42: /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined #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 #define VERSION "2.6.8" --- environ.o --- environ.c:28:13: warning: 'rcsid' defined but not used [-Wunused-variable] 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] ap = asterix; ^ At top level: getpass.c:31:13: warning: 'rcsid' defined but not used [-Wunused-variable] 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 --- cc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -pipe -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 In file included from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34, from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mhash.h:6, from ./defines.h:8, from ufc_crypt.c:25: /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined #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 #define VERSION "2.6.8" --- getpass.o --- mv -f .deps/getpass.Tpo .deps/getpass.Po --- popen.o --- cc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -pipe -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 In file included from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34, from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mhash.h:6, from ./defines.h:8, from popen.c:23: /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined #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 #define VERSION "2.6.8" mv -f .deps/popen.Tpo .deps/popen.Po --- classic.o --- cc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -pipe -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 In file included from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34, from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mhash.h:6, from ./defines.h:8, from classic.c:21: /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined #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 #define VERSION "2.6.8" --- ufc_crypt.o --- mv -f .deps/ufc_crypt.Tpo .deps/ufc_crypt.Po --- rfc2440.o --- cc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/include -I/usr/pkg/include -pipe -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 --- 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] 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] tmpc = mhash_get_hash_name(tmpi); ^ --- rfc2440.o --- In file included from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34, from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mhash.h:6, from ./defines.h:8, from rfc2440.c:18: /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210: warning: "VERSION" redefined #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 #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] DIM (d->key), pass, strlen(pass)); ^~~~ In file included from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mhash.h:10, from ./defines.h:8, from rfc2440.c:18: /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mhash.h:105:14: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' mutils_error mhash_keygen_ext(keygenid algorithm, KEYGEN data, ^~~~~~~~~~~~~~~~ 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] DIM (d->key), pass, strlen(pass)); ^~~~ In file included from /home/pbulk/build/security/mcrypt/work/.buildlink/include/mhash.h:10, from ./defines.h:8, from rfc2440.c:18: /home/pbulk/build/security/mcrypt/work/.buildlink/include/mutils/mhash.h:105:14: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'char *' mutils_error mhash_keygen_ext(keygenid algorithm, KEYGEN data, ^~~~~~~~~~~~~~~~ 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] header_decode(dat->d, &tag, &headlen, &offset, NULL); ^~~~ rfc2440.c:430:1: note: expected 'uint32 *' {aka 'unsigned int *'} but argument is of type 'int *' 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] header_decode(dat->d, &tag, &headlen, &offset, NULL); ^~~~~~~~ rfc2440.c:430:1: note: expected 'uint32 *' {aka 'unsigned int *'} but argument is of type 'int *' 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] header_decode(dat->d, &tag, &headlen, &offset, NULL); ^~~~~~~ rfc2440.c:430:1: note: expected 'uint32 *' {aka 'unsigned int *'} but argument is of type 'int *' header_decode(const uchar *buf, uint32 *tag, uint32 *len, ^~~~~~~~~~~~~ rfc2440.c: In function 'file_to_buf': rfc2440.c:127:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(buf, 1, len, fp); ^~~~~~~~~~~~~~~~~~~~~~ --- classic.o --- mv -f .deps/classic.Tpo .deps/classic.Po --- gaaout.c --- gaa -o gaaout.c -i gaa.h mcrypt.gaa sh: line 2: gaa: command not found *** [gaaout.c] Error code 127 bmake[2]: stopped in /home/pbulk/build/security/mcrypt/work/mcrypt-2.6.8/src --- rfc2440.o --- mv -f .deps/rfc2440.Tpo .deps/rfc2440.Po 1 error bmake[2]: stopped in /home/pbulk/build/security/mcrypt/work/mcrypt-2.6.8/src *** [all-recursive] Error code 1 bmake[1]: stopped in /home/pbulk/build/security/mcrypt/work/mcrypt-2.6.8 1 error bmake[1]: stopped in /home/pbulk/build/security/mcrypt/work/mcrypt-2.6.8 *** [all] Error code 2 bmake: stopped in /home/pbulk/build/security/mcrypt/work/mcrypt-2.6.8 1 error bmake: stopped in /home/pbulk/build/security/mcrypt/work/mcrypt-2.6.8 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/security/mcrypt *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/security/mcrypt