=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for radmind-1.14.1nb6 cd libsnet; /usr/pkg/bin/bmake ./libtool --quiet --mode=compile cc -c -Wall -Wmissing-prototypes -I/usr/include -I. -O2 -march=i586 -I/usr/include snet.c building profiled snet.o ./libtool --quiet --mode=link cc -o libsnet.la -L/usr/lib -Wl,-R/usr/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/include -I./libsnet -I. -DVERSION=\"`cat ./VERSION`\" -c ./version.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/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/include -I./libsnet -I. -c ./command.c ./command.c:1510: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/include -I./libsnet -I. -I/usr/include -c argcargv.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -I/usr/include -c code.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -I/usr/include -c cksum.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -I/usr/include -c base64.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -I/usr/include -c mkdirs.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -I/usr/include -c applefile.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -I/usr/include -c connect.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -I/usr/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/include -I./libsnet -I. -I/usr/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/include -I./libsnet -I. -I/usr/include -c logname.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -I/usr/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/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/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 -Wl,-R/usr/pkg/lib -lsnet -lcrypto -lssl -lc -lc -lz cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -D_RADMIND_COMMANDFILE=\"/usr/pkg/var/radmind/client/command.K\" -c ./fsdiff.c ./fsdiff.c:112:24: warning: passing 'char [1024]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( ischildcase( tran->t_pinfo.pi_name, path, case_sensitive )) { ^~~~~~~~~~~~~~~~~~~~~ ./pathcmp.h:9:39: note: passing argument to parameter here int ischildcase( const unsigned char *, const unsigned char *, ^ ./fsdiff.c:112:47: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( ischildcase( tran->t_pinfo.pi_name, path, case_sensitive )) { ^~~~ ./pathcmp.h:9:62: note: passing argument to parameter here int ischildcase( const unsigned char *, const unsigned char *, ^ 2 warnings generated. cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -D_RADMIND_PATH=\"/usr/pkg/var/radmind\" -c ./transcript.c ./transcript.c:167:23: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( pathcasecmp( epath, tran->t_pinfo.pi_name, case_sensitive ) <= 0 ) { ^~~~~ ./pathcmp.h:6:39: note: passing argument to parameter here int pathcasecmp( const unsigned char *, const unsigned char *, ^ ./transcript.c:167:30: warning: passing 'char [1024]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( pathcasecmp( epath, tran->t_pinfo.pi_name, case_sensitive ) <= 0 ) { ^~~~~~~~~~~~~~~~~~~~~ ./pathcmp.h:6:62: note: passing argument to parameter here int pathcasecmp( const unsigned char *, const unsigned char *, ^ ./transcript.c:189:7: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] (char *)tran->t_pinfo.pi_afinfo.ai.ai_data ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base64.h:10:45: note: passing argument to parameter here void base64_d( char *, int, unsigned char * ); ^ ./transcript.c:495:25: warning: passing 'char [1024]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] cmp = pathcasecmp( fs->pi_name, tran->t_pinfo.pi_name, ^~~~~~~~~~~ ./pathcmp.h:6:39: note: passing argument to parameter here int pathcasecmp( const unsigned char *, const unsigned char *, ^ ./transcript.c:495:38: warning: passing 'char [1024]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] cmp = pathcasecmp( fs->pi_name, tran->t_pinfo.pi_name, ^~~~~~~~~~~~~~~~~~~~~ ./pathcmp.h:6:62: note: passing argument to parameter here int pathcasecmp( const unsigned char *, const unsigned char *, ^ ./transcript.c:696:21: warning: passing 'char [1024]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( pathcasecmp( next_tran->t_pinfo.pi_name, ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./pathcmp.h:6:39: note: passing argument to parameter here int pathcasecmp( const unsigned char *, const unsigned char *, ^ ./transcript.c:697:4: warning: passing 'char [1024]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] begin_tran->t_pinfo.pi_name, case_sensitive ) < 0 ) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./pathcmp.h:6:62: note: passing argument to parameter here int pathcasecmp( const unsigned char *, const unsigned char *, ^ ./transcript.c:706:24: warning: passing 'char [1024]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( pathcasecmp( begin_tran->t_pinfo.pi_name, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./pathcmp.h:6:39: note: passing argument to parameter here int pathcasecmp( const unsigned char *, const unsigned char *, ^ ./transcript.c:707:7: warning: passing 'char [1024]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] next_tran->t_pinfo.pi_name, case_sensitive ) == 0 ) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./pathcmp.h:6:62: note: passing argument to parameter here int pathcasecmp( const unsigned char *, const unsigned char *, ^ ./transcript.c:736:25: warning: passing 'char [1024]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( !ischildcase( begin_tran->t_pinfo.pi_name, path_prefix, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./pathcmp.h:9:39: note: passing argument to parameter here int ischildcase( const unsigned char *, const unsigned char *, ^ ./transcript.c:736:54: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( !ischildcase( begin_tran->t_pinfo.pi_name, path_prefix, ^~~~~~~~~~~ ./pathcmp.h:9:62: note: passing argument to parameter here int ischildcase( const unsigned char *, const unsigned char *, ^ ./transcript.c:909:1: warning: unused function 't_display' [-Wunused-function] t_display( void ) ^ 12 warnings generated. cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -I/usr/include -c llist.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -I/usr/include -c hardlink.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -I/usr/include -c radstat.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -o fsdiff version.o fsdiff.o argcargv.o transcript.o llist.o code.o hardlink.o cksum.o base64.o pathcmp.o radstat.o applefile.o list.o wildcard.o -Llibsnet/.libs -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -lsnet -lcrypto -lssl -lc -lc -lz cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -D_RADMIND_PATH=\"/usr/pkg/var/radmind\" -D_RADMIND_HOST=\"radmind\" -D_RADMIND_AUTHLEVEL=0 -D_RADMIND_COMMANDFILE=\"/usr/pkg/var/radmind/client/command.K\" -c ./ktcheck.c ./ktcheck.c:196:20: warning: passing 'char [1024]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] ischildcase( kcur->ll_name, cur->ll_name, case_sensitive)) { ^~~~~~~~~~~~~ ./pathcmp.h:9:39: note: passing argument to parameter here int ischildcase( const unsigned char *, const unsigned char *, ^ ./ktcheck.c:196:35: warning: passing 'char [1024]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] ischildcase( kcur->ll_name, cur->ll_name, case_sensitive)) { ^~~~~~~~~~~~ ./pathcmp.h:9:62: note: passing argument to parameter here int ischildcase( const unsigned char *, const unsigned char *, ^ 2 warnings generated. cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -I/usr/include -c retr.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -c ./progress.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -c ./report.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -I/usr/include -c rmdirs.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -I/usr/include -c mkprefix.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -o ktcheck version.o ktcheck.o argcargv.o retr.o base64.o code.o cksum.o list.o llist.o connect.o applefile.o tls.o pathcmp.o progress.o mkdirs.o report.o rmdirs.o mkprefix.o -Llibsnet/.libs -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -lsnet -lcrypto -lssl -lc -lc -lz cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -D_RADMIND_HOST=\"radmind\" -D_RADMIND_AUTHLEVEL=0 -c ./lapply.c ./lapply.c:561:24: warning: passing 'char [2048]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( pathcasecmp( path, prepath, case_sensitive ) <= 0 ) { ^~~~ ./pathcmp.h:6:39: note: passing argument to parameter here int pathcasecmp( const unsigned char *, const unsigned char *, ^ ./lapply.c:561:30: warning: passing 'char [1024]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( pathcasecmp( path, prepath, case_sensitive ) <= 0 ) { ^~~~~~~ ./pathcmp.h:6:62: note: passing argument to parameter here int pathcasecmp( const unsigned char *, const unsigned char *, ^ ./lapply.c:616:25: warning: passing 'char [2048]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( ischildcase( path, head->path, case_sensitive )) { ^~~~ ./pathcmp.h:9:39: note: passing argument to parameter here int ischildcase( const unsigned char *, const unsigned char *, ^ ./lapply.c:616:31: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( ischildcase( path, head->path, case_sensitive )) { ^~~~~~~~~~ ./pathcmp.h:9:62: note: passing argument to parameter here int ischildcase( const unsigned char *, const unsigned char *, ^ ./lapply.c:664:25: warning: passing 'char [2048]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( ischildcase( path, head->path, case_sensitive )) { ^~~~ ./pathcmp.h:9:39: note: passing argument to parameter here int ischildcase( const unsigned char *, const unsigned char *, ^ ./lapply.c:664:31: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] if ( ischildcase( path, head->path, case_sensitive )) { ^~~~~~~~~~ ./pathcmp.h:9:62: note: passing argument to parameter here int ischildcase( const unsigned char *, const unsigned char *, ^ ./lapply.c:709:40: warning: passing 'char [2048]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] while ( head != NULL && !ischildcase( path, head->path, ^~~~ ./pathcmp.h:9:39: note: passing argument to parameter here int ischildcase( const unsigned char *, const unsigned char *, ^ ./lapply.c:709:46: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] while ( head != NULL && !ischildcase( path, head->path, ^~~~~~~~~~ ./pathcmp.h:9:62: note: passing argument to parameter here int ischildcase( const unsigned char *, const unsigned char *, ^ 8 warnings generated. cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -I/usr/include -c update.c cc -Wall -Wmissing-prototypes -O2 -march=i586 -I/usr/include -I/usr/include -I./libsnet -I. -o lapply version.o lapply.o argcargv.o code.o base64.o retr.o radstat.o update.o cksum.o connect.o pathcmp.o progress.o applefile.o report.o tls.o mkprefix.o -Llibsnet/.libs -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -lsnet -lcrypto -lssl -lc -lc -lz lapply.o: In function `main': ./lapply.c:(.text+0xd05): undefined reference to `chflags' 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[1]: stopped in /usr/pkgsrc/sysutils/radmind *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/sysutils/radmind