=> 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 xaric-0.13.6nb4
cat ./fset.c | sed -n -e "/\*--start--\*/,/\*--end--\*/ { s/^[^\"]*\"\([^\"]*\).*$/\1_FSET,/; s/\/\*[^*]*\*\///; p; }" > fset_gen.h
cat ./vars.c | sed -n -e "/\*--start--\*/,/\*--end--\*/ { s/^[^\"]*\"\([^\"]*\).*$/\1_VAR,/; s/\/\*[^*]*\*\///; p; }" > vars_gen.h
/usr/pkg/bin/gmake  all-am
gmake[1]: Entering directory '/tmp/pkgbuild/chat/xaric/work.alpha/xaric-0.13.6'
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-alist.o -MD -MP -MF .deps/xaric-alist.Tpo -c -o xaric-alist.o `test -f 'alist.c' || echo './'`alist.c
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-cmd_modes.o -MD -MP -MF .deps/xaric-cmd_modes.Tpo -c -o xaric-cmd_modes.o `test -f 'cmd_modes.c' || echo './'`cmd_modes.c
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-ctcp.o -MD -MP -MF .deps/xaric-ctcp.Tpo -c -o xaric-ctcp.o `test -f 'ctcp.c' || echo './'`ctcp.c
cmd_modes.c: In function 'userhost_ban':
cmd_modes.c:238:11: warning: variable 'temp' set but not used [-Wunused-but-set-variable]
     char *temp;
           ^~~~
mv -f .deps/xaric-alist.Tpo .deps/xaric-alist.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-dcc.o -MD -MP -MF .deps/xaric-dcc.Tpo -c -o xaric-dcc.o `test -f 'dcc.c' || echo './'`dcc.c
mv -f .deps/xaric-ctcp.Tpo .deps/xaric-ctcp.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-exec.o -MD -MP -MF .deps/xaric-exec.Tpo -c -o xaric-exec.o `test -f 'exec.c' || echo './'`exec.c
dcc.c: In function 'dcc_getfile':
dcc.c:851:11: warning: variable 'argument' set but not used [-Wunused-but-set-variable]
     char *argument = NULL;
           ^~~~~~~~
dcc.c: In function 'register_dcc_offer':
dcc.c:971:10: warning: variable 'packets' set but not used [-Wunused-but-set-variable]
     long packets = 0;
          ^~~~~~~
dcc.c: In function 'process_incoming_file':
dcc.c:1428:17: warning: variable 'type' set but not used [-Wunused-but-set-variable]
     const char *type;
                 ^~~~
mv -f .deps/xaric-cmd_modes.Tpo .deps/xaric-cmd_modes.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-expr.o -MD -MP -MF .deps/xaric-expr.Tpo -c -o xaric-expr.o `test -f 'expr.c' || echo './'`expr.c
expr.c: In function 'alias_special_char':
expr.c:389:7: warning: variable 'function_call' set but not used [-Wunused-but-set-variable]
   int function_call = 0;
       ^~~~~~~~~~~~~
mv -f .deps/xaric-exec.Tpo .deps/xaric-exec.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-flood.o -MD -MP -MF .deps/xaric-flood.Tpo -c -o xaric-flood.o `test -f 'flood.c' || echo './'`flood.c
mv -f .deps/xaric-expr.Tpo .deps/xaric-expr.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-fset.o -MD -MP -MF .deps/xaric-fset.Tpo -c -o xaric-fset.o `test -f 'fset.c' || echo './'`fset.c
In file included from /usr/include/stdio.h:597:0,
                 from irc.h:24,
                 from dcc.c:21:
dcc.c: In function 'dcc_list':
dcc.c:1619:25: warning: '%ld' directive writing between 1 and 17 bytes into a region of size 9 [-Wformat-overflow=]
      sprintf(completed, "%ldK", (unsigned long) (Client->bytes_sent ? Client->bytes_sent : Client->bytes_read) / 1024);
                         ^
dcc.c:1619:25: note: directive argument in the range [0, 18014398509481983]
dcc.c:1619:6: note: '__builtin___sprintf_chk' output between 3 and 19 bytes into a destination of size 9
      sprintf(completed, "%ldK", (unsigned long) (Client->bytes_sent ? Client->bytes_sent : Client->bytes_read) / 1024);
      ^
mv -f .deps/xaric-flood.Tpo .deps/xaric-flood.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-functions.o -MD -MP -MF .deps/xaric-functions.Tpo -c -o xaric-functions.o `test -f 'functions.c' || echo './'`functions.c
mv -f .deps/xaric-fset.Tpo .deps/xaric-fset.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-funny.o -MD -MP -MF .deps/xaric-funny.Tpo -c -o xaric-funny.o `test -f 'funny.c' || echo './'`funny.c
mv -f .deps/xaric-dcc.Tpo .deps/xaric-dcc.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-hash.o -MD -MP -MF .deps/xaric-hash.Tpo -c -o xaric-hash.o `test -f 'hash.c' || echo './'`hash.c
mv -f .deps/xaric-funny.Tpo .deps/xaric-funny.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-history.o -MD -MP -MF .deps/xaric-history.Tpo -c -o xaric-history.o `test -f 'history.c' || echo './'`history.c
mv -f .deps/xaric-functions.Tpo .deps/xaric-functions.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-hook.o -MD -MP -MF .deps/xaric-hook.Tpo -c -o xaric-hook.o `test -f 'hook.c' || echo './'`hook.c
mv -f .deps/xaric-hash.Tpo .deps/xaric-hash.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-iflist.o -MD -MP -MF .deps/xaric-iflist.Tpo -c -o xaric-iflist.o `test -f 'iflist.c' || echo './'`iflist.c
In file included from /usr/include/stdio.h:597:0,
                 from irc.h:24,
                 from hook.c:15:
hook.c: In function 'do_hook':
hook.c:363:15: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
  sprintf(foo, "%3.3u", -which);
               ^
hook.c:363:2: note: '__builtin___sprintf_chk' output between 4 and 11 bytes into a destination of size 10
  sprintf(foo, "%3.3u", -which);
  ^
mv -f .deps/xaric-history.Tpo .deps/xaric-history.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-ignore.o -MD -MP -MF .deps/xaric-ignore.Tpo -c -o xaric-ignore.o `test -f 'ignore.c' || echo './'`ignore.c
mv -f .deps/xaric-iflist.Tpo .deps/xaric-iflist.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-input.o -MD -MP -MF .deps/xaric-input.Tpo -c -o xaric-input.o `test -f 'input.c' || echo './'`input.c
mv -f .deps/xaric-hook.Tpo .deps/xaric-hook.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-irc.o -MD -MP -MF .deps/xaric-irc.Tpo -c -o xaric-irc.o `test -f 'irc.c' || echo './'`irc.c
input.c: In function 'input_delete_to_previous_space':
input.c:494:10: warning: variable 'c' set but not used [-Wunused-but-set-variable]
     char c;
          ^
irc.c: In function 'io':
irc.c:622:58: warning: variable 'right_away' set but not used [-Wunused-but-set-variable]
     static struct timeval cursor_timeout, clock_timeout, right_away, timer, *timeptr = NULL;
                                                          ^~~~~~~~~~
mv -f .deps/xaric-ignore.Tpo .deps/xaric-ignore.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-ircaux.o -MD -MP -MF .deps/xaric-ircaux.Tpo -c -o xaric-ircaux.o `test -f 'ircaux.c' || echo './'`ircaux.c
mv -f .deps/xaric-irc.Tpo .deps/xaric-irc.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-signals.o -MD -MP -MF .deps/xaric-signals.Tpo -c -o xaric-signals.o `test -f 'signals.c' || echo './'`signals.c
mv -f .deps/xaric-signals.Tpo .deps/xaric-signals.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-keys.o -MD -MP -MF .deps/xaric-keys.Tpo -c -o xaric-keys.o `test -f 'keys.c' || echo './'`keys.c
mv -f .deps/xaric-input.Tpo .deps/xaric-input.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-lastlog.o -MD -MP -MF .deps/xaric-lastlog.Tpo -c -o xaric-lastlog.o `test -f 'lastlog.c' || echo './'`lastlog.c
keys.c: In function 'new_key':
keys.c:467:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  new_free((char **) &(keys[map][chr]));
  ^~~~~~~~
keys.c:467:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
keys.c: In function 'clear_bindings':
keys.c:690:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   new_free((char **) &(keys[i][j]));
   ^~~~~~~~
keys.c:690:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
mv -f .deps/xaric-ircaux.Tpo .deps/xaric-ircaux.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-list.o -MD -MP -MF .deps/xaric-list.Tpo -c -o xaric-list.o `test -f 'list.c' || echo './'`list.c
mv -f .deps/xaric-lastlog.Tpo .deps/xaric-lastlog.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-lister.o -MD -MP -MF .deps/xaric-lister.Tpo -c -o xaric-lister.o `test -f 'lister.c' || echo './'`lister.c
mv -f .deps/xaric-list.Tpo .deps/xaric-list.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-log.o -MD -MP -MF .deps/xaric-log.Tpo -c -o xaric-log.o `test -f 'log.c' || echo './'`log.c
mv -f .deps/xaric-keys.Tpo .deps/xaric-keys.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-misc.o -MD -MP -MF .deps/xaric-misc.Tpo -c -o xaric-misc.o `test -f 'misc.c' || echo './'`misc.c
mv -f .deps/xaric-lister.Tpo .deps/xaric-lister.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-names.o -MD -MP -MF .deps/xaric-names.Tpo -c -o xaric-names.o `test -f 'names.c' || echo './'`names.c
mv -f .deps/xaric-log.Tpo .deps/xaric-log.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-network.o -MD -MP -MF .deps/xaric-network.Tpo -c -o xaric-network.o `test -f 'network.c' || echo './'`network.c
names.c: In function 'compress_modes':
names.c:435:14: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses]
   } else if (!add & isopped) {
              ^~~~
names.c:460:14: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses]
   } else if (!add & isvoiced) {
              ^~~~
names.c: In function 'decifer_mode':
names.c:740:9: warning: variable 'its_me' set but not used [-Wunused-but-set-variable]
     int its_me = 0;
         ^~~~~~
names.c:734:9: warning: variable 'splitter' set but not used [-Wunused-but-set-variable]
     int splitter = 0;
         ^~~~~~~~
names.c: In function 'list_channels':
names.c:1126:17: warning: variable 'no' set but not used [-Wunused-but-set-variable]
     int server, no = 1;
                 ^~
mv -f .deps/xaric-misc.Tpo .deps/xaric-misc.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-newio.o -MD -MP -MF .deps/xaric-newio.Tpo -c -o xaric-newio.o `test -f 'newio.c' || echo './'`newio.c
mv -f .deps/xaric-network.Tpo .deps/xaric-network.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-notice.o -MD -MP -MF .deps/xaric-notice.Tpo -c -o xaric-notice.o `test -f 'notice.c' || echo './'`notice.c
notice.c: In function 'parse_server_notice':
notice.c:69:9: warning: variable 'for_' set but not used [-Wunused-but-set-variable]
   char *for_;
         ^~~~
notice.c: In function 'parse_notice':
notice.c:101:23: warning: variable 'nick' set but not used [-Wunused-but-set-variable]
     struct nick_list *nick = NULL;
                       ^~~~
notice.c:98:11: warning: variable 'high' set but not used [-Wunused-but-set-variable]
     char *high, not_from_server = 1;
           ^~~~
mv -f .deps/xaric-newio.Tpo .deps/xaric-newio.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-notify.o -MD -MP -MF .deps/xaric-notify.Tpo -c -o xaric-notify.o `test -f 'notify.c' || echo './'`notify.c
mv -f .deps/xaric-notice.Tpo .deps/xaric-notice.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-numbers.o -MD -MP -MF .deps/xaric-numbers.Tpo -c -o xaric-numbers.o `test -f 'numbers.c' || echo './'`numbers.c
mv -f .deps/xaric-names.Tpo .deps/xaric-names.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-output.o -MD -MP -MF .deps/xaric-output.Tpo -c -o xaric-output.o `test -f 'output.c' || echo './'`output.c
mv -f .deps/xaric-notify.Tpo .deps/xaric-notify.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-parse.o -MD -MP -MF .deps/xaric-parse.Tpo -c -o xaric-parse.o `test -f 'parse.c' || echo './'`parse.c
mv -f .deps/xaric-output.Tpo .deps/xaric-output.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-readlog.o -MD -MP -MF .deps/xaric-readlog.Tpo -c -o xaric-readlog.o `test -f 'readlog.c' || echo './'`readlog.c
readlog.c: In function 'show_log':
readlog.c:119:13: warning: variable 'old_window' set but not used [-Wunused-but-set-variable]
     Window *old_window;
             ^~~~~~~~~~
parse.c: In function 'p_wallops':
parse.c:230:8: warning: variable 'high' set but not used [-Wunused-but-set-variable]
  char *high;
        ^~~~
parse.c: In function 'whoreply':
parse.c:260:21: warning: variable 'chan' set but not used [-Wunused-but-set-variable]
     struct channel *chan = NULL;
                     ^~~~
parse.c: In function 'p_privmsg':
parse.c:352:11: warning: variable 'high' set but not used [-Wunused-but-set-variable]
     char *high;
           ^~~~
parse.c: In function 'p_pong':
parse.c:551:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (in_server_ping && is_server) ;
     ^~
parse.c:552:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     {
     ^
parse.c: In function 'p_channel':
parse.c:598:9: warning: variable 'its_me' set but not used [-Wunused-but-set-variable]
     int its_me = 0;
         ^~~~~~
parse.c: In function 'p_invite':
parse.c:690:11: warning: variable 'high' set but not used [-Wunused-but-set-variable]
     char *high;
           ^~~~
mv -f .deps/xaric-readlog.Tpo .deps/xaric-readlog.Po
mv -f .deps/xaric-numbers.Tpo .deps/xaric-numbers.Po
mv -f .deps/xaric-parse.Tpo .deps/xaric-parse.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-reg.o -MD -MP -MF .deps/xaric-reg.Tpo -c -o xaric-reg.o `test -f 'reg.c' || echo './'`reg.c
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-screen.o -MD -MP -MF .deps/xaric-screen.Tpo -c -o xaric-screen.o `test -f 'screen.c' || echo './'`screen.c
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-server.o -MD -MP -MF .deps/xaric-server.Tpo -c -o xaric-server.o `test -f 'server.c' || echo './'`server.c
mv -f .deps/xaric-reg.Tpo .deps/xaric-reg.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-status.o -MD -MP -MF .deps/xaric-status.Tpo -c -o xaric-status.o `test -f 'status.c' || echo './'`status.c
status.c: In function 'convert_sub_format':
status.c:162:9: warning: variable 'dont_got_it' set but not used [-Wunused-but-set-variable]
     int dont_got_it = 1;
         ^~~~~~~~~~~
mv -f .deps/xaric-screen.Tpo .deps/xaric-screen.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-ircterm.o -MD -MP -MF .deps/xaric-ircterm.Tpo -c -o xaric-ircterm.o `test -f 'ircterm.c' || echo './'`ircterm.c
mv -f .deps/xaric-status.Tpo .deps/xaric-status.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-timer.o -MD -MP -MF .deps/xaric-timer.Tpo -c -o xaric-timer.o `test -f 'timer.c' || echo './'`timer.c
mv -f .deps/xaric-server.Tpo .deps/xaric-server.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-vars.o -MD -MP -MF .deps/xaric-vars.Tpo -c -o xaric-vars.o `test -f 'vars.c' || echo './'`vars.c
timer.c: In function 'cmd_timer':
timer.c:43:9: warning: variable 'repeat' set but not used [-Wunused-but-set-variable]
     int repeat = 0;
         ^~~~~~
mv -f .deps/xaric-ircterm.Tpo .deps/xaric-ircterm.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-whois.o -MD -MP -MF .deps/xaric-whois.Tpo -c -o xaric-whois.o `test -f 'whois.c' || echo './'`whois.c
whois.c: In function 'whois_ignore_msgs':
whois.c:660:14: warning: variable 't' set but not used [-Wunused-but-set-variable]
       time_t t;
              ^
mv -f .deps/xaric-timer.Tpo .deps/xaric-timer.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-whowas.o -MD -MP -MF .deps/xaric-whowas.Tpo -c -o xaric-whowas.o `test -f 'whowas.c' || echo './'`whowas.c
mv -f .deps/xaric-vars.Tpo .deps/xaric-vars.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-window.o -MD -MP -MF .deps/xaric-window.Tpo -c -o xaric-window.o `test -f 'window.c' || echo './'`window.c
mv -f .deps/xaric-whowas.Tpo .deps/xaric-whowas.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-words.o -MD -MP -MF .deps/xaric-words.Tpo -c -o xaric-words.o `test -f 'words.c' || echo './'`words.c
mv -f .deps/xaric-words.Tpo .deps/xaric-words.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-tcommand.o -MD -MP -MF .deps/xaric-tcommand.Tpo -c -o xaric-tcommand.o `test -f 'tcommand.c' || echo './'`tcommand.c
mv -f .deps/xaric-whois.Tpo .deps/xaric-whois.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-ternary.o -MD -MP -MF .deps/xaric-ternary.Tpo -c -o xaric-ternary.o `test -f 'ternary.c' || echo './'`ternary.c
mv -f .deps/xaric-ternary.Tpo .deps/xaric-ternary.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-ncommand.o -MD -MP -MF .deps/xaric-ncommand.Tpo -c -o xaric-ncommand.o `test -f 'ncommand.c' || echo './'`ncommand.c
ncommand.c: In function 'cmd_away':
ncommand.c:153:9: warning: variable 'len' set but not used [-Wunused-but-set-variable]
     int len;
         ^~~
ncommand.c: In function 'cmd_join':
ncommand.c:661:9: warning: variable 'len' set but not used [-Wunused-but-set-variable]
     int len;
         ^~~
ncommand.c: In function 'cmd_userhost':
ncommand.c:1564:6: warning: variable 'len' set but not used [-Wunused-but-set-variable]
  int len;
      ^~~
ncommand.c: In function 'cmd_users':
ncommand.c:1618:24: warning: variable 'rest' set but not used [-Wunused-but-set-variable]
     const char *spec, *rest, *temp1;
                        ^~~~
mv -f .deps/xaric-tcommand.Tpo .deps/xaric-tcommand.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-cmd_help.o -MD -MP -MF .deps/xaric-cmd_help.Tpo -c -o xaric-cmd_help.o `test -f 'cmd_help.c' || echo './'`cmd_help.c
mv -f .deps/xaric-window.Tpo .deps/xaric-window.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-cmd_hostname.o -MD -MP -MF .deps/xaric-cmd_hostname.Tpo -c -o xaric-cmd_hostname.o `test -f 'cmd_hostname.c' || echo './'`cmd_hostname.c
ncommand.c: In function 'userhost_ignore':
ncommand.c:1400:11: warning: argument 1 null where non-null expected [-Wnonnull]
      host = strchr(host, '@');
      ~~~~~^~~~~~~~~~~~~~~~~~~
In file included from irc_std.h:84:0,
                 from irc.h:77,
                 from ncommand.c:31:
/usr/include/string.h:55:7: note: in a call to function 'strchr' declared here
 char *strchr(const char *, int);
       ^~~~~~
mv -f .deps/xaric-cmd_help.Tpo .deps/xaric-cmd_help.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-cmd_who.o -MD -MP -MF .deps/xaric-cmd_who.Tpo -c -o xaric-cmd_who.o `test -f 'cmd_who.c' || echo './'`cmd_who.c
mv -f .deps/xaric-cmd_hostname.Tpo .deps/xaric-cmd_hostname.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-cmd_scan.o -MD -MP -MF .deps/xaric-cmd_scan.Tpo -c -o xaric-cmd_scan.o `test -f 'cmd_scan.c' || echo './'`cmd_scan.c
mv -f .deps/xaric-cmd_who.Tpo .deps/xaric-cmd_who.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-cmd_save.o -MD -MP -MF .deps/xaric-cmd_save.Tpo -c -o xaric-cmd_save.o `test -f 'cmd_save.c' || echo './'`cmd_save.c
mv -f .deps/xaric-ncommand.Tpo .deps/xaric-ncommand.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-cmd_orignick.o -MD -MP -MF .deps/xaric-cmd_orignick.Tpo -c -o xaric-cmd_orignick.o `test -f 'cmd_orignick.c' || echo './'`cmd_orignick.c
mv -f .deps/xaric-cmd_scan.Tpo .deps/xaric-cmd_scan.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-xscandir.o -MD -MP -MF .deps/xaric-xscandir.Tpo -c -o xaric-xscandir.o `test -f 'xscandir.c' || echo './'`xscandir.c
xscandir.c: In function 'xscandir':
xscandir.c:141:57: warning: passing argument 4 of 'scandir' from incompatible pointer type [-Wincompatible-pointer-types]
     cnt = retval = scandir(dir, &list, (void *)dselect, (scan_cmp_func) dcompare);
                                                         ^
In file included from xscandir.c:41:0:
/usr/include/dirent.h:111:5: note: expected 'int (*)(const struct dirent **, const struct dirent **)' but argument is of type 'int (*)(const void *, const void *)'
 int scandir(const char *, struct dirent ***,
     ^~~~~~~
mv -f .deps/xaric-xscandir.Tpo .deps/xaric-xscandir.Po
gcc -DHAVE_CONFIG_H -I.   -I/usr/include -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL -MT xaric-sa.o -MD -MP -MF .deps/xaric-sa.Tpo -c -o xaric-sa.o `test -f 'sa.c' || echo './'`sa.c
mv -f .deps/xaric-cmd_save.Tpo .deps/xaric-cmd_save.Po
sa.c: In function 'sa_addr_u2a':
sa.c:498:9: warning: variable 'bIPv6' set but not used [-Wunused-but-set-variable]
     int bIPv6;
         ^~~~~
mv -f .deps/xaric-cmd_orignick.Tpo .deps/xaric-cmd_orignick.Po
sa.c: In function 'sa_addr_match':
sa.c:885:8: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow]
     if (prefixlen > (nBits + 1))
        ^
mv -f .deps/xaric-sa.Tpo .deps/xaric-sa.Po
gcc -Wall -ggdb3 -O2 -mieee -I/usr/include -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL  -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/lib -o xaric xaric-alist.o xaric-cmd_modes.o xaric-ctcp.o xaric-dcc.o xaric-exec.o xaric-expr.o xaric-flood.o xaric-fset.o xaric-functions.o xaric-funny.o xaric-hash.o xaric-history.o xaric-hook.o xaric-iflist.o xaric-ignore.o xaric-input.o xaric-irc.o xaric-ircaux.o xaric-signals.o xaric-keys.o xaric-lastlog.o xaric-list.o xaric-lister.o xaric-log.o xaric-misc.o xaric-names.o xaric-network.o xaric-newio.o xaric-notice.o xaric-notify.o xaric-numbers.o xaric-output.o xaric-parse.o xaric-readlog.o xaric-reg.o xaric-screen.o xaric-server.o xaric-status.o xaric-ircterm.o xaric-timer.o xaric-vars.o xaric-whois.o xaric-whowas.o xaric-window.o xaric-words.o xaric-tcommand.o xaric-ternary.o xaric-ncommand.o xaric-cmd_help.o xaric-cmd_hostname.o xaric-cmd_who.o xaric-cmd_scan.o xaric-cmd_save.o xaric-cmd_orignick.o xaric-xscandir.o xaric-sa.o   -ltermcap -lpthread  -lgnumalloc -lssl -lcrypto
gmake[1]: Leaving directory '/tmp/pkgbuild/chat/xaric/work.alpha/xaric-0.13.6'