=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for radmind-1.14.1nb4 cd libsnet; /usr/pkg/bin/bmake ./libtool --quiet --mode=compile cc -c -Wall -Wmissing-prototypes -I/usr/include -I/usr/pkg/include -I. -O2 -march=i586 -I/usr/include -I/usr/pkg/include snet.c building profiled snet.o ./libtool --quiet --mode=link cc -o libsnet.la -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib snet.lo -rpath /lib -version-info 0:0:0 building profiled libsnet.la cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I./libsnet -I. -DVERSION=\"`cat ./VERSION`\" -c ./version.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I./libsnet -I. -D_RADMIND_AUTHLEVEL=0 -D_RADMIND_PATH=\"/usr/pkg/var/radmind\" -D_RADMIND_LOG=LOG_LOCAL7 -D_RADMIND_MAXCONNECTIONS=0 -c ./daemon.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I./libsnet -I. -c ./command.c ./command.c:1506:11: warning: array subscript is of type 'char' [-Wchar-subscripts] *p = tolower( *p ); ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ 1 warning generated. cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I./libsnet -I. -I/usr/include -I/usr/pkg/include -c argcargv.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I./libsnet -I. -I/usr/include -I/usr/pkg/include -c code.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I./libsnet -I. -I/usr/include -I/usr/pkg/include -c cksum.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I./libsnet -I. -I/usr/include -I/usr/pkg/include -c base64.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I./libsnet -I. -I/usr/include -I/usr/pkg/include -c mkdirs.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I./libsnet -I. -I/usr/include -I/usr/pkg/include -c applefile.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I./libsnet -I. -I/usr/include -I/usr/pkg/include -c connect.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I./libsnet -I. -I/usr/include -I/usr/pkg/include -c list.c list.c:88:20: warning: passing 'char [1024]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( pathcasecmp( cur->n_path, path, case_sensitive ) > 0 ) { ^~~~~~~~~~~ ./pathcmp.h:6:39: note: passing argument to parameter here int pathcasecmp( const unsigned char *, const unsigned char *, ^ list.c:88:33: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( pathcasecmp( cur->n_path, path, case_sensitive ) > 0 ) { ^~~~ ./pathcmp.h:6:62: note: passing argument to parameter here int pathcasecmp( const unsigned char *, const unsigned char *, ^ list.c:171:16: warning: passing 'char [1024]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( pathcmp( cur->n_path, path ) == 0 ) { ^~~~~~~~~~~ ./pathcmp.h:8:35: note: passing argument to parameter here int pathcmp( const unsigned char *, const unsigned char * ); ^ list.c:171:29: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( pathcmp( cur->n_path, path ) == 0 ) { ^~~~ ./pathcmp.h:8:59: note: passing argument to parameter here int pathcmp( const unsigned char *, const unsigned char * ); ^ list.c:262:16: warning: passing 'char [1024]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( pathcmp( cur->n_path, path ) == 0 ) { ^~~~~~~~~~~ ./pathcmp.h:8:35: note: passing argument to parameter here int pathcmp( const unsigned char *, const unsigned char * ); ^ list.c:262:29: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( pathcmp( cur->n_path, path ) == 0 ) { ^~~~ ./pathcmp.h:8:59: note: passing argument to parameter here int pathcmp( const unsigned char *, const unsigned char * ); ^ 6 warnings generated. cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I./libsnet -I. -I/usr/include -I/usr/pkg/include -c wildcard.c wildcard.c:79:12: warning: array subscript is of type 'char' [-Wchar-subscripts] if ( tolower(*wild) != tolower(*p) ) break; ^~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ wildcard.c:79:30: warning: array subscript is of type 'char' [-Wchar-subscripts] if ( tolower(*wild) != tolower(*p) ) break; ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ wildcard.c:118:9: warning: array subscript is of type 'char' [-Wchar-subscripts] if ( tolower( wild[ i ] ) != tolower( p[ i ] )) break; ^~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ wildcard.c:118:33: warning: array subscript is of type 'char' [-Wchar-subscripts] if ( tolower( wild[ i ] ) != tolower( p[ i ] )) break; ^~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ wildcard.c:133:8: warning: array subscript is of type 'char' [-Wchar-subscripts] if ( tolower(*wild) != tolower(*p) ) return( 0 ); ^~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ wildcard.c:133:26: warning: array subscript is of type 'char' [-Wchar-subscripts] if ( tolower(*wild) != tolower(*p) ) return( 0 ); ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ 6 warnings generated. cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I./libsnet -I. -I/usr/include -I/usr/pkg/include -c logname.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I./libsnet -I. -I/usr/include -I/usr/pkg/include -c pathcmp.c pathcmp.c:66:25: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] parentlen = strlen( parent ); ^~~~~~ /usr/include/string.h:61:28: note: passing argument to parameter here size_t strlen(const char *); ^ pathcmp.c:68:30: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( parentlen > strlen( child )) { ^~~~~ /usr/include/string.h:61:28: note: passing argument to parameter here size_t strlen(const char *); ^ pathcmp.c:76:16: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] rc = strncmp( parent, child, parentlen ); ^~~~~~ /usr/include/string.h:63:26: note: passing argument to parameter here int strncmp(const char *, const char *, size_t); ^ pathcmp.c:76:24: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] rc = strncmp( parent, child, parentlen ); ^~~~~ /usr/include/string.h:63:40: note: passing argument to parameter here int strncmp(const char *, const char *, size_t); ^ pathcmp.c:78:20: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] rc = strncasecmp( parent, child, parentlen ); ^~~~~~ /usr/include/strings.h:64:30: note: passing argument to parameter here int strncasecmp(const char *, const char *, size_t); ^ pathcmp.c:78:28: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] rc = strncasecmp( parent, child, parentlen ); ^~~~~ /usr/include/strings.h:64:44: note: passing argument to parameter here int strncasecmp(const char *, const char *, size_t); ^ 6 warnings generated. cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I./libsnet -I. -D_RADMIND_TLS_CA=\"/usr/pkg/var/radmind/cert/ca.pem\" -D_RADMIND_TLS_CERT=\"/usr/pkg/var/radmind/cert/cert.pem\" -c ./tls.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I./libsnet -I. -o radmind version.o daemon.o command.o argcargv.o code.o cksum.o base64.o mkdirs.o applefile.o connect.o list.o wildcard.o logname.o pathcmp.o tls.o -Llibsnet/.libs -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lsnet -lcrypto -lssl -lc -lc -lz daemon.o: In function `main': ./daemon.c:(.text+0x9e3): undefined reference to `__wait350' clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/sysutils/radmind/work/radmind-1.14.1 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/sysutils/radmind *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/sysutils/radmind