=> 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 radmind-1.14.1nb12
cd libsnet; /usr/bin/make
./libtool --quiet --mode=compile  gcc -c  -Wall -Wmissing-prototypes -I/usr/include -I/usr/include -I. -O2 -mieee -I/usr/include snet.c
snet.c: In function 'snet_open':
snet.c:101:1: warning: type of 'max' defaults to 'int' [-Wimplicit-int]
 snet_open( path, flags, mode, max )
 ^~~~~~~~~
building profiled snet.o
./libtool --quiet --mode=link  gcc -o libsnet.la -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/lib snet.lo -rpath /lib -version-info 0:0:0
building profiled libsnet.la
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -DVERSION=\"`cat ./VERSION`\"  -c ./version.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -D_RADMIND_AUTHLEVEL=0  -D_RADMIND_PATH=\"/var/radmind\"  -D_RADMIND_LOG=LOG_LOCAL7  -D_RADMIND_MAXCONNECTIONS=0  -c ./daemon.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -c ./command.c
./command.c: In function 'f_stor':
./command.c:883:19: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type '__off_t {aka long int}' [-Wformat=]
  syslog( LOG_ERR, "f_stor: len is %" PRIofft "d", len );
                   ^~~~~~~~~~~~~~~~~~
./command.c:883:47: note: format string is defined here
  syslog( LOG_ERR, "f_stor: len is %" PRIofft "d", len );
                                   ~~~~~~~~~~~~^
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -I/usr/include -c argcargv.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -I/usr/include -c code.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -I/usr/include -c cksum.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -I/usr/include -c base64.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -I/usr/include -c mkdirs.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -I/usr/include -c applefile.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -I/usr/include -c connect.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -I/usr/include -c list.c
list.c: In function 'list_insert_case':
list.c:88:20: warning: pointer targets in passing argument 1 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
  if ( pathcasecmp( cur->n_path, path, case_sensitive ) > 0 ) {
                    ^~~
In file included from list.c:15:0:
pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
list.c:88:33: warning: pointer targets in passing argument 2 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
  if ( pathcasecmp( cur->n_path, path, case_sensitive ) > 0 ) {
                                 ^~~~
In file included from list.c:15:0:
pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
list.c: In function 'list_remove':
list.c:171:16: warning: pointer targets in passing argument 1 of 'pathcmp' differ in signedness [-Wpointer-sign]
  if ( pathcmp( cur->n_path, path ) == 0 ) {
                ^~~
In file included from list.c:15:0:
pathcmp.h:8:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcmp( const unsigned char *, const unsigned char * );
     ^~~~~~~
list.c:171:29: warning: pointer targets in passing argument 2 of 'pathcmp' differ in signedness [-Wpointer-sign]
  if ( pathcmp( cur->n_path, path ) == 0 ) {
                             ^~~~
In file included from list.c:15:0:
pathcmp.h:8:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcmp( const unsigned char *, const unsigned char * );
     ^~~~~~~
list.c: In function 'list_check':
list.c:262:16: warning: pointer targets in passing argument 1 of 'pathcmp' differ in signedness [-Wpointer-sign]
  if ( pathcmp( cur->n_path, path ) == 0 ) {
                ^~~
In file included from list.c:15:0:
pathcmp.h:8:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcmp( const unsigned char *, const unsigned char * );
     ^~~~~~~
list.c:262:29: warning: pointer targets in passing argument 2 of 'pathcmp' differ in signedness [-Wpointer-sign]
  if ( pathcmp( cur->n_path, path ) == 0 ) {
                             ^~~~
In file included from list.c:15:0:
pathcmp.h:8:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcmp( const unsigned char *, const unsigned char * );
     ^~~~~~~
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -I/usr/include -c wildcard.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -I/usr/include -c logname.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -I/usr/include -c pathcmp.c
pathcmp.c: In function 'ischildcase':
pathcmp.c:66:25: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
     parentlen = strlen( parent );
                         ^~~~~~
In file included from pathcmp.c:15:0:
/usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'const unsigned char *'
 size_t  strlen(const char *);
         ^~~~~~
pathcmp.c:68:30: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
     if ( parentlen > strlen( child )) {
                              ^~~~~
In file included from pathcmp.c:15:0:
/usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'const unsigned char *'
 size_t  strlen(const char *);
         ^~~~~~
pathcmp.c:76:16: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign]
  rc = strncmp( parent, child, parentlen );
                ^~~~~~
In file included from pathcmp.c:15:0:
/usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'const unsigned char *'
 int  strncmp(const char *, const char *, size_t);
      ^~~~~~~
pathcmp.c:76:24: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign]
  rc = strncmp( parent, child, parentlen );
                        ^~~~~
In file included from pathcmp.c:15:0:
/usr/include/string.h:63:6: note: expected 'const char *' but argument is of type 'const unsigned char *'
 int  strncmp(const char *, const char *, size_t);
      ^~~~~~~
pathcmp.c:78:20: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness [-Wpointer-sign]
  rc = strncasecmp( parent, child, parentlen );
                    ^~~~~~
In file included from /usr/include/string.h:98:0,
                 from pathcmp.c:15:
/usr/include/strings.h:64:6: note: expected 'const char *' but argument is of type 'const unsigned char *'
 int  strncasecmp(const char *, const char *, size_t);
      ^~~~~~~~~~~
pathcmp.c:78:28: warning: pointer targets in passing argument 2 of 'strncasecmp' differ in signedness [-Wpointer-sign]
  rc = strncasecmp( parent, child, parentlen );
                            ^~~~~
In file included from /usr/include/string.h:98:0,
                 from pathcmp.c:15:
/usr/include/strings.h:64:6: note: expected 'const char *' but argument is of type 'const unsigned char *'
 int  strncasecmp(const char *, const char *, size_t);
      ^~~~~~~~~~~
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -D_RADMIND_TLS_CA=\"/var/radmind/cert/ca.pem\"  -D_RADMIND_TLS_CERT=\"/var/radmind/cert/cert.pem\"  -c ./tls.c
./tls.c: In function 'tls_client_start':
./tls.c:359:7: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations]
       sn = (char *) ASN1_STRING_data( gn->d.ia5 );
       ^~
In file included from /usr/include/openssl/e_os2.h:13:0,
                 from /usr/include/openssl/ssl.h:15,
                 from ./tls.c:15:
/usr/include/openssl/asn1.h:554:1: note: declared here
 DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
 ^
./tls.c:394:7: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations]
       sn = (char *) ASN1_STRING_data( gn->d.ia5 );
       ^~
In file included from /usr/include/openssl/e_os2.h:13:0,
                 from /usr/include/openssl/ssl.h:15,
                 from ./tls.c:15:
/usr/include/openssl/asn1.h:554:1: note: declared here
 DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
 ^
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -c ./openssl_compat.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -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  openssl_compat.o -Llibsnet/.libs -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/lib -lsnet -ldns_sd -lssl -lc -lc  -lssl -lcrypto -lpam -lz
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -D_RADMIND_COMMANDFILE=\"/var/radmind/client/command.K\"  -c ./fsdiff.c
./fsdiff.c: In function 'fs_walk':
./fsdiff.c:112:24: warning: pointer targets in passing argument 1 of 'ischildcase' differ in signedness [-Wpointer-sign]
      if ( ischildcase( tran->t_pinfo.pi_name, path, case_sensitive )) {
                        ^~~~
In file included from ./fsdiff.c:22:0:
./pathcmp.h:9:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int ischildcase( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./fsdiff.c:112:47: warning: pointer targets in passing argument 2 of 'ischildcase' differ in signedness [-Wpointer-sign]
      if ( ischildcase( tran->t_pinfo.pi_name, path, case_sensitive )) {
                                               ^~~~
In file included from ./fsdiff.c:22:0:
./pathcmp.h:9:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int ischildcase( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -D_RADMIND_PATH=\"/var/radmind\"  -c ./transcript.c
./transcript.c: In function 'transcript_parse':
./transcript.c:170:23: warning: pointer targets in passing argument 1 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
     if ( pathcasecmp( epath, tran->t_pinfo.pi_name, case_sensitive ) <= 0 ) {
                       ^~~~~
In file included from ./transcript.c:29:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./transcript.c:170:30: warning: pointer targets in passing argument 2 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
     if ( pathcasecmp( epath, tran->t_pinfo.pi_name, case_sensitive ) <= 0 ) {
                              ^~~~
In file included from ./transcript.c:29:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./transcript.c:192:7: warning: pointer targets in passing argument 3 of 'base64_d' differ in signedness [-Wpointer-sign]
       (char *)tran->t_pinfo.pi_afinfo.ai.ai_data );
       ^
In file included from ./transcript.c:24:0:
./base64.h:10:6: note: expected 'unsigned char *' but argument is of type 'char *'
 void base64_d( char *, int, unsigned char * );
      ^~~~~~~~
./transcript.c: In function 't_print':
./transcript.c:442:20: warning: format '%lld' expects argument of type 'long long int', but argument 8 has type 'time_t {aka long int}' [-Wformat=]
  fprintf( outtran, "%c %-37s\t%.4lo %5d %5d %9" PRItimet "d "
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./transcript.c:442:59: note: format string is defined here
  fprintf( outtran, "%c %-37s\t%.4lo %5d %5d %9" PRItimet "d "
                                             ~~~~~~~~~~~~~~^
./transcript.c:442:20: warning: format '%lld' expects argument of type 'long long int', but argument 9 has type '__off_t {aka long int}' [-Wformat=]
  fprintf( outtran, "%c %-37s\t%.4lo %5d %5d %9" PRItimet "d "
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./transcript.c:449:3:
   cur->pi_stat.st_size, cur->pi_cksum_b64 );
   ~~~~~~~~~~~~~~~~~~~~
./transcript.c:443:20: note: format string is defined here
      "%7" PRIofft "d %s\n",
       ~~~~~~~~~~~~~^
./transcript.c: In function 't_compare':
./transcript.c:498:25: warning: pointer targets in passing argument 1 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
      cmp = pathcasecmp( fs->pi_name, tran->t_pinfo.pi_name,
                         ^~
In file included from ./transcript.c:29:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./transcript.c:498:38: warning: pointer targets in passing argument 2 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
      cmp = pathcasecmp( fs->pi_name, tran->t_pinfo.pi_name,
                                      ^~~~
In file included from ./transcript.c:29:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./transcript.c: In function 'transcript_select':
./transcript.c:699:21: warning: pointer targets in passing argument 1 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
   if ( pathcasecmp( next_tran->t_pinfo.pi_name,
                     ^~~~~~~~~
In file included from ./transcript.c:29:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./transcript.c:700:4: warning: pointer targets in passing argument 2 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
    begin_tran->t_pinfo.pi_name, case_sensitive ) < 0 ) {
    ^~~~~~~~~~
In file included from ./transcript.c:29:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./transcript.c:709:24: warning: pointer targets in passing argument 1 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
      if ( pathcasecmp( begin_tran->t_pinfo.pi_name,
                        ^~~~~~~~~~
In file included from ./transcript.c:29:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./transcript.c:710:7: warning: pointer targets in passing argument 2 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
       next_tran->t_pinfo.pi_name, case_sensitive ) == 0 ) {
       ^~~~~~~~~
In file included from ./transcript.c:29:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./transcript.c:739:25: warning: pointer targets in passing argument 1 of 'ischildcase' differ in signedness [-Wpointer-sign]
      if ( !ischildcase( begin_tran->t_pinfo.pi_name, path_prefix,
                         ^~~~~~~~~~
In file included from ./transcript.c:29:0:
./pathcmp.h:9:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int ischildcase( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./transcript.c:739:54: warning: pointer targets in passing argument 2 of 'ischildcase' differ in signedness [-Wpointer-sign]
      if ( !ischildcase( begin_tran->t_pinfo.pi_name, path_prefix,
                                                      ^~~~~~~~~~~
In file included from ./transcript.c:29:0:
./pathcmp.h:9:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int ischildcase( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
At top level:
./transcript.c:912:1: warning: 't_display' defined but not used [-Wunused-function]
 t_display( void )
 ^~~~~~~~~
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -I/usr/include -c llist.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -I/usr/include -c hardlink.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -I/usr/include -c radstat.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -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 openssl_compat.o -Llibsnet/.libs -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/lib -lsnet -ldns_sd -lssl -lc -lc  -lssl -lcrypto -lpam -lz
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -D_RADMIND_PATH=\"/var/radmind\"  -D_RADMIND_HOST=\"radmind\"  -D_RADMIND_AUTHLEVEL=0  -D_RADMIND_COMMANDFILE=\"/var/radmind/client/command.K\"  -c ./ktcheck.c
./ktcheck.c: In function 'cleandirs':
./ktcheck.c:196:20: warning: pointer targets in passing argument 1 of 'ischildcase' differ in signedness [-Wpointer-sign]
       ischildcase( kcur->ll_name, cur->ll_name, case_sensitive)) {
                    ^~~~
In file included from ./ktcheck.c:44:0:
./pathcmp.h:9:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int ischildcase( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./ktcheck.c:196:35: warning: pointer targets in passing argument 2 of 'ischildcase' differ in signedness [-Wpointer-sign]
       ischildcase( kcur->ll_name, cur->ll_name, case_sensitive)) {
                                   ^~~
In file included from ./ktcheck.c:44:0:
./pathcmp.h:9:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int ischildcase( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -I/usr/include -c retr.c
retr.c: In function 'retr':
retr.c:117:28: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type '__off_t {aka long int}' [-Wformat=]
     if ( verbose ) printf( "<<< %" PRIofft "d\n", size );
                            ^~~~~~~
retr.c:117:45: note: format string is defined here
     if ( verbose ) printf( "<<< %" PRIofft "d\n", size );
                                 ~~~~~~~~~~~~^
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -c ./progress.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -c ./report.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -I/usr/include -c rmdirs.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -I/usr/include -c mkprefix.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -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  openssl_compat.o -Llibsnet/.libs -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/lib -lsnet -ldns_sd -lssl -lc -lc  -lssl -lcrypto -lpam -lz
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -D_RADMIND_HOST=\"radmind\"  -D_RADMIND_AUTHLEVEL=0  -c ./lapply.c
./lapply.c: In function 'main':
./lapply.c:561:24: warning: pointer targets in passing argument 1 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
      if ( pathcasecmp( path, prepath, case_sensitive ) <= 0 ) {
                        ^~~~
In file included from ./lapply.c:39:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./lapply.c:561:30: warning: pointer targets in passing argument 2 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
      if ( pathcasecmp( path, prepath, case_sensitive ) <= 0 ) {
                              ^~~~~~~
In file included from ./lapply.c:39:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./lapply.c:616:25: warning: pointer targets in passing argument 1 of 'ischildcase' differ in signedness [-Wpointer-sign]
       if ( ischildcase( path, head->path, case_sensitive )) {
                         ^~~~
In file included from ./lapply.c:39:0:
./pathcmp.h:9:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int ischildcase( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./lapply.c:616:31: warning: pointer targets in passing argument 2 of 'ischildcase' differ in signedness [-Wpointer-sign]
       if ( ischildcase( path, head->path, case_sensitive )) {
                               ^~~~
In file included from ./lapply.c:39:0:
./pathcmp.h:9:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int ischildcase( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./lapply.c:664:25: warning: pointer targets in passing argument 1 of 'ischildcase' differ in signedness [-Wpointer-sign]
       if ( ischildcase( path, head->path, case_sensitive )) {
                         ^~~~
In file included from ./lapply.c:39:0:
./pathcmp.h:9:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int ischildcase( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./lapply.c:664:31: warning: pointer targets in passing argument 2 of 'ischildcase' differ in signedness [-Wpointer-sign]
       if ( ischildcase( path, head->path, case_sensitive )) {
                               ^~~~
In file included from ./lapply.c:39:0:
./pathcmp.h:9:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int ischildcase( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./lapply.c:709:40: warning: pointer targets in passing argument 1 of 'ischildcase' differ in signedness [-Wpointer-sign]
  while ( head != NULL && !ischildcase( path, head->path,
                                        ^~~~
In file included from ./lapply.c:39:0:
./pathcmp.h:9:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int ischildcase( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./lapply.c:709:46: warning: pointer targets in passing argument 2 of 'ischildcase' differ in signedness [-Wpointer-sign]
  while ( head != NULL && !ischildcase( path, head->path,
                                              ^~~~
In file included from ./lapply.c:39:0:
./pathcmp.h:9:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int ischildcase( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -I/usr/include -c update.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -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 openssl_compat.o -Llibsnet/.libs -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/lib -lsnet -ldns_sd -lssl -lc -lc  -lssl -lcrypto -lpam -lz
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -D_RADMIND_PATH=\"/var/radmind\"  -c ./lcksum.c
./lcksum.c: In function 'do_lcksum':
./lcksum.c:318:24: warning: pointer targets in passing argument 1 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
      if ( pathcasecmp( path, prepath, case_sensitive ) <= 0 ) {
                        ^~~~
In file included from ./lcksum.c:26:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./lcksum.c:318:30: warning: pointer targets in passing argument 2 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
      if ( pathcasecmp( path, prepath, case_sensitive ) <= 0 ) {
                              ^~~~~~~
In file included from ./lcksum.c:26:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./lcksum.c:437:21: warning: format '%lld' expects argument of type 'long long int', but argument 8 has type 'time_t {aka long int}' [-Wformat=]
       fprintf( ufs, "%s %-37s %4s %5s %5s %9" PRItimet "d "
                     ^~~~~~~~~~~~~~~~~~~~~~~~~
./lcksum.c:437:57: note: format string is defined here
       fprintf( ufs, "%s %-37s %4s %5s %5s %9" PRItimet "d "
                                           ~~~~~~~~~~~~~~^
./lcksum.c:437:21: warning: format '%lld' expects argument of type 'long long int', but argument 9 has type '__off_t {aka long int}' [-Wformat=]
       fprintf( ufs, "%s %-37s %4s %5s %5s %9" PRItimet "d "
                     ^~~~~~~~~~~~~~~~~~~~~~~~~
./lcksum.c:440:29:
    targv[ 4 ], st.st_mtime, st.st_size, lcksum );
                             ~~~~~~~~~~
./lcksum.c:438:22: note: format string is defined here
        "%7" PRIofft "d %s\n",
         ~~~~~~~~~~~~~^
./lcksum.c:443:21: warning: format '%lld' expects argument of type 'long long int', but argument 9 has type '__off_t {aka long int}' [-Wformat=]
       fprintf( ufs, "%s %-37s %4s %5s %5s %9s "
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./lcksum.c:446:28:
    targv[ 4 ], targv[ 5 ], st.st_size, lcksum );
                            ~~~~~~~~~~
./lcksum.c:444:22: note: format string is defined here
        "%7" PRIofft "d %s\n",
         ~~~~~~~~~~~~~^
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -c ./root.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I. -o lcksum version.o lcksum.o argcargv.o cksum.o base64.o code.o  progress.o pathcmp.o applefile.o connect.o root.o  openssl_compat.o -Llibsnet/.libs -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/lib -lsnet -ldns_sd -lssl -lc -lc  -lssl -lcrypto -lpam -lz
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -D_RADMIND_HOST=\"radmind\"  -D_RADMIND_AUTHLEVEL=0  -c ./lcreate.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -I/usr/include -c stor.c
stor.c: In function 'stor_file':
stor.c:193:28: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type '__off_t {aka long int}' [-Wformat=]
     if ( verbose ) printf( ">>> %" PRIofft "d\n", st.st_size );
                            ^~~~~~~                ~~~~~~~~~~
stor.c:193:45: note: format string is defined here
     if ( verbose ) printf( ">>> %" PRIofft "d\n", st.st_size );
                                 ~~~~~~~~~~~~^
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I. -o lcreate version.o lcreate.o argcargv.o code.o connect.o progress.o  stor.o applefile.o base64.o cksum.o radstat.o tls.o  openssl_compat.o -Llibsnet/.libs -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/lib -lsnet -ldns_sd -lssl -lc -lc  -lssl -lcrypto -lpam -lz
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -D_RADMIND_PATH=\"/var/radmind\"  -c ./lmerge.c
./lmerge.c: In function 'getnextline':
./lmerge.c:152:20: warning: pointer targets in passing argument 1 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
  if ( pathcasecmp( tran->t_filepath, tran->t_prepath,
                    ^~~~
In file included from ./lmerge.c:21:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./lmerge.c:152:38: warning: pointer targets in passing argument 2 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
  if ( pathcasecmp( tran->t_filepath, tran->t_prepath,
                                      ^~~~
In file included from ./lmerge.c:21:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./lmerge.c: In function 'main':
./lmerge.c:492:25: warning: pointer targets in passing argument 1 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
   cmpval = pathcasecmp( trans[ candidate ]->t_filepath,
                         ^~~~~
In file included from ./lmerge.c:21:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./lmerge.c:493:7: warning: pointer targets in passing argument 2 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
       trans[ j ]->t_filepath, case_sensitive );
       ^~~~~
In file included from ./lmerge.c:21:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I. -o lmerge version.o lmerge.o argcargv.o code.o pathcmp.o mkdirs.o  root.o -Llibsnet/.libs -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/lib -lsnet -ldns_sd -lssl -lc -lc  -lssl -lcrypto -lpam -lz
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -D_PATH_GNU_DIFF=\"/usr/bin/diff\"  -D_RADMIND_COMMANDFILE=\"/var/radmind/client/command.K\"  -D_RADMIND_HOST=\"radmind\"  -D_RADMIND_AUTHLEVEL=0  -c ./lfdiff.c
./lfdiff.c: In function 'precedent_transcript':
./lfdiff.c:84:37: warning: pointer targets in passing argument 1 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
         while (( cmp = pathcasecmp( tran->t_pinfo.pi_name, file,
                                     ^~~~
In file included from ./lfdiff.c:36:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./lfdiff.c:84:60: warning: pointer targets in passing argument 2 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
         while (( cmp = pathcasecmp( tran->t_pinfo.pi_name, file,
                                                            ^~~~
In file included from ./lfdiff.c:36:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I. -o lfdiff version.o lfdiff.o argcargv.o connect.o retr.o cksum.o  progress.o base64.o applefile.o code.o tls.o pathcmp.o  transcript.o list.o radstat.o hardlink.o mkprefix.o  wildcard.o openssl_compat.o -Llibsnet/.libs -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/lib -lsnet -ldns_sd -lssl -lc -lc  -lssl -lcrypto -lpam -lz
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -D_RADMIND_HOST=\"radmind\"  -D_RADMIND_AUTHLEVEL=0  -c ./repo.c
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I. -o repo version.o repo.o report.o argcargv.o connect.o code.o tls.o -Llibsnet/.libs -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/lib -lsnet -ldns_sd -lssl -lc -lc  -lssl -lcrypto -lpam -lz
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -D_RADMIND_COMMANDFILE=\"/var/radmind/client/command.K\"  -c ./twhich.c
./twhich.c: In function 'twhich':
./twhich.c:66:30: warning: pointer targets in passing argument 1 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
  while (( cmp = pathcasecmp( tran->t_pinfo.pi_name,
                              ^~~~
In file included from ./twhich.c:19:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./twhich.c:67:3: warning: pointer targets in passing argument 2 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
   pattern, case_sensitive )) < 0 ) {
   ^~~~~~~
In file included from ./twhich.c:19:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char *'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I. -o twhich version.o twhich.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 openssl_compat.o -Llibsnet/.libs -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/lib -lsnet -ldns_sd -lssl -lc -lc  -lssl -lcrypto -lpam -lz
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I.  -c ./lsort.c
./lsort.c: In function 'lsort_cmp':
./lsort.c:56:25: warning: pointer targets in passing argument 1 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
     return( pathcasecmp((*a)->key, (*b)->key, case_sensitive ));
                         ^
In file included from ./lsort.c:14:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char * const'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
./lsort.c:56:36: warning: pointer targets in passing argument 2 of 'pathcasecmp' differ in signedness [-Wpointer-sign]
     return( pathcasecmp((*a)->key, (*b)->key, case_sensitive ));
                                    ^
In file included from ./lsort.c:14:0:
./pathcmp.h:6:5: note: expected 'const unsigned char *' but argument is of type 'char * const'
 int pathcasecmp( const unsigned char *, const unsigned char *,
     ^~~~~~~~~~~
gcc  -Wall -Wmissing-prototypes -O2 -mieee -I/usr/include -I/usr/include -I/usr/include -I./libsnet -I. -o lsort version.o lsort.o pathcmp.o code.o argcargv.o -Llibsnet/.libs -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/lib -lsnet -ldns_sd -lssl -lc -lc  -lssl -lcrypto -lpam -lz
mkdir tmp
mkdir tmp/man
pwd
/tmp/pkgbuild/sysutils/radmind/work.alpha/radmind-1.14.1
for i in fsdiff.1 ktcheck.1 lapply.1 lcksum.1 lcreate.1 lfdiff.1  lmerge.1 twhich.1 rash.1 repo.1 lsort.1 applefile.5 radmind.8; do  sed -e 's@_RADMIND_PATH@/var/radmind@g'   -e 's@_RADMIND_COMMANDFILE@/var/radmind/client/command.K@g'  -e 's@_RADMIND_HOST@radmind@g'  -e 's@_RADMIND_AUTHLEVEL@0@g'  -e 's@_RADMIND_TLS_CA@/var/radmind/cert/ca.pem@g'  -e 's@_RADMIND_TLS_CERT@/var/radmind/cert/cert.pem@g'  -e 's@_RADMIND_MAXCONNECTIONS@0@g'  ./man/$i > tmp/man/$i;  done
mkdir tmp
sed -e 's@_RADMIND_HOST@radmind@g'  -e 's@_RADMIND_AUTHLEVEL@0@g'  -e 's@_RADMIND_PREAPPLY@/var/radmind/preapply@g'  -e 's@_RADMIND_POSTAPPLY@/var/radmind/postapply@g'  -e 's@_RADMIND_MKTEMP@/usr/bin/mktemp@g'  -e 's@_RADMIND_DIR@/var/radmind@g'  -e 's@_RADMIND_MAIL_DOMAIN@@g'  -e 's@_RADMIND_COMMANDFILE@/var/radmind/client/command.K@g'  -e 's@_RADMIND_VERSION@@g'  -e 's@_RADMIND_ECHO_PATH@echo@g'  ./ra.sh > tmp/ra.sh;
=> Creating /tmp/pkgbuild/sysutils/radmind/work.alpha/.rc.d/radmind