=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for mcrypt-2.6.8nb4 --- config.h --- --- all --- /usr/pkg/bin/bmake all-recursive --- all-recursive --- Making all in doc Making all in src --- extra.o --- --- mcrypt.o --- --- keys.o --- --- extra.o --- clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -Wall -MT extra.o -MD -MP -MF .deps/extra.Tpo -c -o extra.o extra.c --- mcrypt.o --- clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -Wall -MT mcrypt.o -MD -MP -MF .deps/mcrypt.Tpo -c -o mcrypt.o mcrypt.c --- keys.o --- clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -Wall -MT keys.o -MD -MP -MF .deps/keys.Tpo -c -o keys.o keys.c --- extra.o --- In file included from extra.c:24: In file included from ./defines.h:8: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mhash.h:6: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34: /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210:9: warning: 'VERSION' macro redefined [-Wmacro-redefined] #define VERSION "0.9.9" ^ ../config.h:223:9: note: previous definition is here #define VERSION "2.6.8" ^ --- mcrypt.o --- In file included from mcrypt.c:25: In file included from ./defines.h:8: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mhash.h:6: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34: /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210:9: warning: 'VERSION' macro redefined [-Wmacro-redefined] #define VERSION "0.9.9" ^ ../config.h:223:9: note: previous definition is here #define VERSION "2.6.8" ^ --- keys.o --- In file included from keys.c:22: In file included from ./defines.h:8: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mhash.h:6: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34: /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210:9: warning: 'VERSION' macro redefined [-Wmacro-redefined] #define VERSION "0.9.9" ^ ../config.h:223:9: note: previous definition is here #define VERSION "2.6.8" ^ --- extra.o --- extra.c:78:6: warning: comparison of array 'ztmp' equal to a null pointer is always false [-Wtautological-pointer-compare] if (ztmp==NULL) return NULL; ^~~~ ~~~~ --- mcrypt.o --- mcrypt.c:111:9: warning: assigning to 'char *' from 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] y = mhash_get_hash_name(i); ^ ~~~~~~~~~~~~~~~~~~~~~~ --- keys.o --- keys.c:29:13: warning: unused variable 'rcsid' [-Wunused-variable] static char rcsid[] = "$Id: keys.c,v 1.2 2007/11/07 17:10:20 nmav Exp $"; ^ 2 warnings generated. --- extra.o --- extra.c:370:6: warning: assigning to 'char *' from 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] buf = mhash_get_hash_name(hash_algorithm); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ extra.c:640:9: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses] if ( !(!x & 0x80) && bare_flag == FALSE) { ^ ~ extra.c:640:9: note: add parentheses after the '!' to evaluate the bitwise operator first if ( !(!x & 0x80) && bare_flag == FALSE) { ^ ( ) extra.c:640:9: note: add parentheses around left hand side expression to silence this warning if ( !(!x & 0x80) && bare_flag == FALSE) { ^ ( ) extra.c:45:13: warning: unused variable 'rcsid' [-Wunused-variable] static char rcsid[] = ^ --- mcrypt.o --- mcrypt.c:44:13: warning: unused variable 'rcsid' [-Wunused-variable] static char rcsid[] = ^ --- keys.o --- mv -f .deps/keys.Tpo .deps/keys.Po --- random.o --- clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -Wall -MT random.o -MD -MP -MF .deps/random.Tpo -c -o random.o random.c In file included from random.c:22: In file included from ./defines.h:8: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mhash.h:6: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34: /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210:9: warning: 'VERSION' macro redefined [-Wmacro-redefined] #define VERSION "0.9.9" ^ ../config.h:223:9: note: previous definition is here #define VERSION "2.6.8" ^ --- extra.o --- 5 warnings generated. mv -f .deps/extra.Tpo .deps/extra.Po --- rndunix.o --- --- random.o --- random.c:27:13: warning: unused variable 'rcsid' [-Wunused-variable] static char rcsid[] = "$Id: random.c,v 1.2 2007/11/07 17:10:22 nmav Exp $"; ^ 2 warnings generated. mv -f .deps/random.Tpo .deps/random.Po --- mcrypt.o --- 3 warnings generated. mv -f .deps/mcrypt.Tpo .deps/mcrypt.Po --- xmalloc.o --- --- rndunix.o --- clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -Wall -MT rndunix.o -MD -MP -MF .deps/rndunix.Tpo -c -o rndunix.o rndunix.c --- functions.o --- --- xmalloc.o --- clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -Wall -MT xmalloc.o -MD -MP -MF .deps/xmalloc.Tpo -c -o xmalloc.o xmalloc.c --- functions.o --- clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -Wall -MT functions.o -MD -MP -MF .deps/functions.Tpo -c -o functions.o functions.c --- rndunix.o --- In file included from rndunix.c:52: In file included from ./defines.h:8: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mhash.h:6: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34: /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210:9: warning: 'VERSION' macro redefined [-Wmacro-redefined] #define VERSION "0.9.9" ^ ../config.h:223:9: note: previous definition is here #define VERSION "2.6.8" ^ --- xmalloc.o --- In file included from xmalloc.c:20: In file included from ./defines.h:8: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mhash.h:6: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34: /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210:9: warning: 'VERSION' macro redefined [-Wmacro-redefined] #define VERSION "0.9.9" ^ ../config.h:223:9: note: previous definition is here #define VERSION "2.6.8" ^ --- functions.o --- In file included from functions.c:24: --- rndunix.o --- 1 warning generated. mv -f .deps/rndunix.Tpo .deps/rndunix.Po --- xmalloc.o --- xmalloc.c:23:13: warning: unused variable 'rcsid' [-Wunused-variable] static char rcsid[] = "$Id: xmalloc.c,v 1.2 2007/11/07 17:10:23 nmav Exp $"; ^ --- functions.o --- In file included from ./defines.h:8: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mhash.h:6: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34: /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210:9: warning: 'VERSION' macro redefined [-Wmacro-redefined] #define VERSION "0.9.9" ^ ../config.h:223:9: note: previous definition is here #define VERSION "2.6.8" ^ --- errors.o --- --- functions.o --- 1 warning generated. mv -f .deps/functions.Tpo .deps/functions.Po --- xmalloc.o --- 2 warnings generated. mv -f .deps/xmalloc.Tpo .deps/xmalloc.Po --- errors.o --- clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -Wall -MT errors.o -MD -MP -MF .deps/errors.Tpo -c -o errors.o errors.c --- bits.o --- --- openpgp.o --- --- bits.o --- clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -Wall -MT bits.o -MD -MP -MF .deps/bits.Tpo -c -o bits.o bits.c --- openpgp.o --- clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -Wall -MT openpgp.o -MD -MP -MF .deps/openpgp.Tpo -c -o openpgp.o openpgp.c --- errors.o --- mv -f .deps/errors.Tpo .deps/errors.Po --- rndwin32.o --- --- bits.o --- In file included from bits.c:22: In file included from ./defines.h:8: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mhash.h:6: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34: /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210:9: warning: 'VERSION' macro redefined [-Wmacro-redefined] #define VERSION "0.9.9" ^ ../config.h:223:9: note: previous definition is here #define VERSION "2.6.8" ^ --- rndwin32.o --- clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -Wall -MT rndwin32.o -MD -MP -MF .deps/rndwin32.Tpo -c -o rndwin32.o rndwin32.c --- bits.o --- 1 warning generated. --- openpgp.o --- In file included from openpgp.c:21: In file included from ./defines.h:8: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mhash.h:6: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34: /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210:9: warning: 'VERSION' macro redefined [-Wmacro-redefined] #define VERSION "0.9.9" ^ ../config.h:223:9: note: previous definition is here #define VERSION "2.6.8" ^ --- bits.o --- mv -f .deps/bits.Tpo .deps/bits.Po --- environ.o --- --- rndwin32.o --- rndwin32.c:18:13: warning: unused variable 'rcsid' [-Wunused-variable] static char rcsid[] = "$Id: rndwin32.c,v 1.3 2007/11/07 17:14:58 nmav Exp $"; ^ 1 warning generated. mv -f .deps/rndwin32.Tpo .deps/rndwin32.Po --- openpgp.o --- openpgp.c:40:49: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] if (pass==NULL) _pass = get_password( ENCRYPT, &len); ^~~~ ./extra.h:10:46: note: passing argument to parameter 'len' here char * get_password( int mode, unsigned int *len); ^ openpgp.c:62:49: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] if (pass==NULL) _pass = get_password( DECRYPT, &len); ^~~~ ./extra.h:10:46: note: passing argument to parameter 'len' here char * get_password( int mode, unsigned int *len); ^ --- getpass.o --- --- environ.o --- clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -Wall -MT environ.o -MD -MP -MF .deps/environ.Tpo -c -o environ.o environ.c --- getpass.o --- clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -Wall -MT getpass.o -MD -MP -MF .deps/getpass.Tpo -c -o getpass.o getpass.c --- openpgp.o --- 3 warnings generated. mv -f .deps/openpgp.Tpo .deps/openpgp.Po --- ufc_crypt.o --- --- environ.o --- In file included from environ.c:22: In file included from ./defines.h:8: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mhash.h:6: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34: /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210:9: warning: 'VERSION' macro redefined [-Wmacro-redefined] #define VERSION "0.9.9" ^ ../config.h:223:9: note: previous definition is here #define VERSION "2.6.8" ^ --- ufc_crypt.o --- clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/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 --- getpass.o --- In file included from getpass.c:42: --- environ.o --- environ.c:28:13: warning: unused variable 'rcsid' [-Wunused-variable] static char rcsid[] = "$Id: environ.c,v 1.2 2007/11/07 17:10:19 nmav Exp $"; ^ --- getpass.o --- In file included from ./defines.h:8: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mhash.h:6: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34: /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210:9: warning: 'VERSION' macro redefined [-Wmacro-redefined] #define VERSION "0.9.9" ^ ../config.h:223:9: note: previous definition is here #define VERSION "2.6.8" ^ --- environ.o --- 2 warnings generated. --- getpass.o --- getpass.c:100:6: warning: comparison of array 'input' equal to a null pointer is always false [-Wtautological-pointer-compare] if (input==NULL) return NULL; ^~~~~ ~~~~ getpass.c:106:5: warning: assigning to 'unsigned char *' from 'char [514]' converts between pointers to integer types with different sign [-Wpointer-sign] ap = asterix; ^ ~~~~~~~ --- ufc_crypt.o --- In file included from ufc_crypt.c:25: In file included from ./defines.h:8: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mhash.h:6: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34: /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210:9: warning: 'VERSION' macro redefined [-Wmacro-redefined] #define VERSION "0.9.9" ^ ../config.h:223:9: note: previous definition is here #define VERSION "2.6.8" ^ --- environ.o --- mv -f .deps/environ.Tpo .deps/environ.Po --- popen.o --- --- getpass.o --- getpass.c:31:13: warning: unused variable 'rcsid' [-Wunused-variable] static char rcsid[] = "$Id: getpass.c,v 1.1.1.1 2003/09/08 17:25:49 imipak Exp $"; ^ --- popen.o --- clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -Wall -MT popen.o -MD -MP -MF .deps/popen.Tpo -c -o popen.o popen.c --- getpass.o --- 4 warnings generated. mv -f .deps/getpass.Tpo .deps/getpass.Po --- popen.o --- In file included from popen.c:23: In file included from ./defines.h:8: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mhash.h:6: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34: /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210:9: warning: 'VERSION' macro redefined [-Wmacro-redefined] #define VERSION "0.9.9" ^ ../config.h:223:9: note: previous definition is here #define VERSION "2.6.8" ^ --- classic.o --- clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -Wall -MT classic.o -MD -MP -MF .deps/classic.Tpo -c -o classic.o classic.c --- ufc_crypt.o --- 1 warning generated. mv -f .deps/ufc_crypt.Tpo .deps/ufc_crypt.Po --- popen.o --- 1 warning generated. mv -f .deps/popen.Tpo .deps/popen.Po --- rfc2440.o --- --- gaaout.o --- --- rfc2440.o --- clang -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -Wall -MT rfc2440.o -MD -MP -MF .deps/rfc2440.Tpo -c -o rfc2440.o rfc2440.c --- classic.o --- In file included from classic.c:21: In file included from ./defines.h:8: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mhash.h:6: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34: /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210:9: warning: 'VERSION' macro redefined [-Wmacro-redefined] #define VERSION "0.9.9" ^ ../config.h:223:9: note: previous definition is here #define VERSION "2.6.8" ^ --- gaaout.o --- clang -o gaaout.o -c gaaout.c -DLOCALEDIR=\"/usr/pkg/share/locale\" -I../intl -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -Wall -I/usr/pkg/include -I/usr/include -I. -I.. --- rfc2440.o --- In file included from rfc2440.c:18: In file included from ./defines.h:8: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mhash.h:6: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34: /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210:9: warning: 'VERSION' macro redefined [-Wmacro-redefined] #define VERSION "0.9.9" ^ ../config.h:223:9: note: previous definition is here #define VERSION "2.6.8" ^ --- classic.o --- classic.c:940:11: warning: assigning to 'char *' from 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] command = mhash_get_hash_name(hash_algorithm); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- gaaout.o --- In file included from mcrypt.gaa:3: In file included from ./defines.h:8: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mhash.h:6: In file included from /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mincludes.h:34: /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mhash_config.h:210:9: warning: 'VERSION' macro redefined [-Wmacro-redefined] #define VERSION "0.9.9" ^ ../config.h:223:9: note: previous definition is here #define VERSION "2.6.8" ^ --- rfc2440.o --- In file included from rfc2440.c:29: /usr/include/malloc.h:3:2: error: " has been replaced by " #error " has been replaced by " ^ rfc2440.c:570:21: warning: passing 'char *' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] DIM (d->key), pass, strlen(pass)); ^~~~ /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mhash.h:107:24: note: passing argument to parameter 'password' here mutils_word8 *password, mutils_word32 passwordlen); ^ rfc2440.c:621:21: warning: passing 'char *' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] DIM (d->key), pass, strlen(pass)); ^~~~ --- classic.o --- classic.c:1056:12: warning: assigning to 'char *' from 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] tmpc = mhash_get_hash_name(tmpi); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ --- gaaout.o --- gaa.skel:510:2: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] GAA_INCOMP("gp"); ^~~~~~~~~~~~~~~~ gaa.skel:291:32: note: expanded from macro 'GAA_INCOMP' j = gaa_get_option_num(str + i, GAA_LETTER_OPTION); \ ~~~~^~~ gaa.skel:510:2: note: use array indexing to silence this warning gaa.skel:291:32: note: expanded from macro 'GAA_INCOMP' j = gaa_get_option_num(str + i, GAA_LETTER_OPTION); \ ^ gaa.skel:511:2: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] GAA_INCOMP("gz"); ^~~~~~~~~~~~~~~~ gaa.skel:291:32: note: expanded from macro 'GAA_INCOMP' j = gaa_get_option_num(str + i, GAA_LETTER_OPTION); \ ~~~~^~~ gaa.skel:511:2: note: use array indexing to silence this warning gaa.skel:291:32: note: expanded from macro 'GAA_INCOMP' --- rfc2440.o --- /var/pkgsrc/work/security/mcrypt/work/.buildlink/include/mutils/mhash.h:107:24: note: passing argument to parameter 'password' here mutils_word8 *password, mutils_word32 passwordlen); ^ rfc2440.c:639:27: warning: passing 'int *' to parameter of type 'uint32 *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] header_decode(dat->d, &tag, &headlen, &offset, NULL); ^~~~ rfc2440.c:430:41: note: passing argument to parameter 'tag' here header_decode(const uchar *buf, uint32 *tag, uint32 *len, ^ rfc2440.c:639:33: warning: passing 'int *' to parameter of type 'uint32 *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] header_decode(dat->d, &tag, &headlen, &offset, NULL); ^~~~~~~~ --- gaaout.o --- j = gaa_get_option_num(str + i, GAA_LETTER_OPTION); \ ^ gaa.skel:512:2: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] GAA_INCOMP("bg"); ^~~~~~~~~~~~~~~~ gaa.skel:291:32: note: expanded from macro 'GAA_INCOMP' j = gaa_get_option_num(str + i, GAA_LETTER_OPTION); \ ~~~~^~~ gaa.skel:512:2: note: use array indexing to silence this warning gaa.skel:291:32: note: expanded from macro 'GAA_INCOMP' j = gaa_get_option_num(str + i, GAA_LETTER_OPTION); \ ^ gaa.skel:513:2: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] GAA_INCOMP("mg"); ^~~~~~~~~~~~~~~~ gaa.skel:291:32: note: expanded from macro 'GAA_INCOMP' j = gaa_get_option_num(str + i, GAA_LETTER_OPTION); \ ~~~~^~~ gaa.skel:513:2: note: use array indexing to silence this warning --- rfc2440.o --- rfc2440.c:430:54: note: passing argument to parameter 'len' here header_decode(const uchar *buf, uint32 *tag, uint32 *len, ^ rfc2440.c:639:43: warning: passing 'int *' to parameter of type 'uint32 *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] header_decode(dat->d, &tag, &headlen, &offset, NULL); ^~~~~~~ rfc2440.c:431:16: note: passing argument to parameter 'headlen' here uint32 *headlen, PACKET *pkt) ^ --- gaaout.o --- gaa.skel:291:32: note: expanded from macro 'GAA_INCOMP' j = gaa_get_option_num(str + i, GAA_LETTER_OPTION); \ ^ gaa.skel:514:2: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] GAA_INCOMP("zp"); ^~~~~~~~~~~~~~~~ gaa.skel:291:32: note: expanded from macro 'GAA_INCOMP' j = gaa_get_option_num(str + i, GAA_LETTER_OPTION); \ ~~~~^~~ gaa.skel:514:2: note: use array indexing to silence this warning gaa.skel:291:32: note: expanded from macro 'GAA_INCOMP' j = gaa_get_option_num(str + i, GAA_LETTER_OPTION); \ ^ gaa.skel:515:2: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] GAA_INCOMP("Vq"); ^~~~~~~~~~~~~~~~ gaa.skel:291:32: note: expanded from macro 'GAA_INCOMP' j = gaa_get_option_num(str + i, GAA_LETTER_OPTION); \ ~~~~^~~ gaa.skel:515:2: note: use array indexing to silence this warning gaa.skel:291:32: note: expanded from macro 'GAA_INCOMP' j = gaa_get_option_num(str + i, GAA_LETTER_OPTION); \ ^ gaa.skel:516:2: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] GAA_INCOMP("kf"); ^~~~~~~~~~~~~~~~ gaa.skel:291:32: note: expanded from macro 'GAA_INCOMP' j = gaa_get_option_num(str + i, GAA_LETTER_OPTION); \ ~~~~^~~ gaa.skel:516:2: note: use array indexing to silence this warning gaa.skel:291:32: note: expanded from macro 'GAA_INCOMP' j = gaa_get_option_num(str + i, GAA_LETTER_OPTION); \ ^ --- rfc2440.o --- 6 warnings and 1 error generated. *** [rfc2440.o] Error code 1 bmake[2]: stopped in /var/pkgsrc/work/security/mcrypt/work/mcrypt-2.6.8/src --- gaaout.o --- gaa.skel:325:13: warning: unused function 'gaa_getchar' [-Wunused-function] static char gaa_getchar(char *arg) ^ gaa.skel:339:14: warning: unused function 'gaa_getfloat' [-Wunused-function] static float gaa_getfloat(char *arg) ^ --- classic.o --- 3 warnings generated. mv -f .deps/classic.Tpo .deps/classic.Po --- gaaout.o --- 10 warnings generated. 1 error bmake[2]: stopped in /var/pkgsrc/work/security/mcrypt/work/mcrypt-2.6.8/src *** [all-recursive] Error code 1 bmake[1]: stopped in /var/pkgsrc/work/security/mcrypt/work/mcrypt-2.6.8 1 error bmake[1]: stopped in /var/pkgsrc/work/security/mcrypt/work/mcrypt-2.6.8 *** [all] Error code 2 bmake: stopped in /var/pkgsrc/work/security/mcrypt/work/mcrypt-2.6.8 1 error bmake: stopped in /var/pkgsrc/work/security/mcrypt/work/mcrypt-2.6.8 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/security/mcrypt *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/security/mcrypt