=> 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 aiccu-20070115nb14
Building  : aiccu - Automatic IPv6 Connectivity Configuration Utility
Copyright : SixXS
Version   : 2007.01.15
gmake[1]: Entering directory '/tmp/pkgbuild/net/aiccu/work.alpha/aiccu_20070115/unix-console'
cc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_NETBSD -DAICCU_TYPE="\"kame\"" -DNEED_IFHEAD -pthread -D_NETBSD_SOURCE -I/usr/include  -c -o main.o main.c
cc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_NETBSD -DAICCU_TYPE="\"kame\"" -DNEED_IFHEAD -pthread -D_NETBSD_SOURCE -I/usr/include  -c -o ../common/tun.o ../common/tun.c
cc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_NETBSD -DAICCU_TYPE="\"kame\"" -DNEED_IFHEAD -pthread -D_NETBSD_SOURCE -I/usr/include  -c -o ../common/aiccu.o ../common/aiccu.c
In file included from ../common/aiccu.c:13:0:
../common/aiccu.h:128:1: warning: padding struct size to alignment boundary [-Wpadded]
 };
 ^
In file included from main.c:13:0:
../common/aiccu.h:128:1: warning: padding struct size to alignment boundary [-Wpadded]
 };
 ^
In file included from ../common/tun.c:14:0:
../common/aiccu.h:128:1: warning: padding struct size to alignment boundary [-Wpadded]
 };
 ^
cc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_NETBSD -DAICCU_TYPE="\"kame\"" -DNEED_IFHEAD -pthread -D_NETBSD_SOURCE -I/usr/include  -c -o ../common/hash_md5.o ../common/hash_md5.c
cc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_NETBSD -DAICCU_TYPE="\"kame\"" -DNEED_IFHEAD -pthread -D_NETBSD_SOURCE -I/usr/include  -c -o ../common/hash_sha1.o ../common/hash_sha1.c
cc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_NETBSD -DAICCU_TYPE="\"kame\"" -DNEED_IFHEAD -pthread -D_NETBSD_SOURCE -I/usr/include  -c -o ../common/common.o ../common/common.c
In file included from ../common/hash_md5.c:23:0:
../common/aiccu.h:128:1: warning: padding struct size to alignment boundary [-Wpadded]
 };
 ^
../common/hash_md5.c: In function 'MD5Final':
../common/hash_md5.c:134:23: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
  memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */
                       ^
In file included from ../common/common.c:22:0:
../common/aiccu.h:128:1: warning: padding struct size to alignment boundary [-Wpadded]
 };
 ^
cc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_NETBSD -DAICCU_TYPE="\"kame\"" -DNEED_IFHEAD -pthread -D_NETBSD_SOURCE -I/usr/include  -c -o ../common/heartbeat.o ../common/heartbeat.c
../common/hash_sha1.c: In function 'SHA1_Transform':
../common/hash_sha1.c:64:10: warning: cast increases required alignment of target type [-Wcast-align]
  block = (BYTE64QUAD16*)buffer;
          ^
In file included from ../common/heartbeat.c:14:0:
../common/aiccu.h:128:1: warning: padding struct size to alignment boundary [-Wpadded]
 };
 ^
../common/heartbeat.c: In function 'heartbeat_getlocalIP':
../common/heartbeat.c:253:35: warning: passing argument 1 of 'heartbeat_socket' from incompatible pointer type [-Wincompatible-pointer-types]
  SOCKET sockfd = heartbeat_socket(&address_changed, 0, "",
                                   ^
../common/heartbeat.c:33:8: note: expected 'uint32_t * {aka unsigned int *}' but argument is of type '_Bool *'
 SOCKET heartbeat_socket(
        ^~~~~~~~~~~~~~~~
cc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_NETBSD -DAICCU_TYPE="\"kame\"" -DNEED_IFHEAD -pthread -D_NETBSD_SOURCE -I/usr/include  -c -o ../common/tic.o ../common/tic.c
cc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_NETBSD -DAICCU_TYPE="\"kame\"" -DNEED_IFHEAD -pthread -D_NETBSD_SOURCE -I/usr/include  -c -o ../common/ayiya.o ../common/ayiya.c
cc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_NETBSD -DAICCU_TYPE="\"kame\"" -DNEED_IFHEAD -pthread -D_NETBSD_SOURCE -I/usr/include  -c -o ../common/aiccu_test.o ../common/aiccu_test.c
In file included from ../common/tic.c:14:0:
../common/aiccu.h:128:1: warning: padding struct size to alignment boundary [-Wpadded]
 };
 ^
In file included from ../common/ayiya.c:13:0:
../common/aiccu.h:128:1: warning: padding struct size to alignment boundary [-Wpadded]
 };
 ^
../common/ayiya.c: In function 'ayiya_log':
../common/ayiya.c:69:17: warning: the address of 'clientservice' will always evaluate as 'true' [-Waddress]
   clientservice ? clientservice : "");
                 ^
../common/ayiya.c: In function 'ayiya_reader':
../common/ayiya.c:84:25: warning: cast increases required alignment of target type [-Wcast-align]
  struct pseudo_ayh *s = (struct pseudo_ayh *)buf, s2;
                         ^
../common/ayiya.c: In function 'ayiya_writer':
../common/ayiya.c:159:25: warning: cast increases required alignment of target type [-Wcast-align]
  struct pseudo_ayh *s = (struct pseudo_ayh *)buf;
                         ^
../common/ayiya.c: In function 'ayiya':
../common/ayiya.c:377:29: warning: cast increases required alignment of target type [-Wcast-align]
   memcpy(&ayiya_ipv4_pop, &((struct sockaddr_in *)res->ai_addr)->sin_addr, 4);
                             ^
../common/ayiya.c:402:31: warning: cast increases required alignment of target type [-Wcast-align]
   memcpy(&ayiya_ipv6_local, &((struct sockaddr_in6 *)res->ai_addr)->sin6_addr, 16);
                               ^
../common/ayiya.c:427:29: warning: cast increases required alignment of target type [-Wcast-align]
   memcpy(&ayiya_ipv6_pop, &((struct sockaddr_in6 *)res->ai_addr)->sin6_addr, 16);
                             ^
cc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_NETBSD -DAICCU_TYPE="\"kame\"" -DNEED_IFHEAD -pthread -D_NETBSD_SOURCE -I/usr/include  -c -o ../common/resolver.o ../common/resolver.c
In file included from ../common/aiccu_test.c:13:0:
../common/aiccu.h:128:1: warning: padding struct size to alignment boundary [-Wpadded]
 };
 ^
cc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_NETBSD -DAICCU_TYPE="\"kame\"" -DNEED_IFHEAD -pthread -D_NETBSD_SOURCE -I/usr/include  -c -o ../common/aiccu_kame.o ../common/aiccu_kame.c
../common/resolver.c: In function 'getrrs':
../common/resolver.c:33:21: warning: cast increases required alignment of target type [-Wcast-align]
  HEADER   *header = (HEADER *)answer;
                     ^
../common/resolver.c:39:12: warning: variable 'ttl' set but not used [-Wunused-but-set-variable]
  uint32_t  ttl = 0;
            ^~~
../common/resolver.c:38:22: warning: variable 'class' set but not used [-Wunused-but-set-variable]
  uint16_t  type = 0, class = 0;
                      ^~~~~
In file included from ../common/aiccu_kame.c:13:0:
../common/aiccu.h:128:1: warning: padding struct size to alignment boundary [-Wpadded]
 };
 ^
cc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_NETBSD -DAICCU_TYPE="\"kame\"" -DNEED_IFHEAD -pthread -D_NETBSD_SOURCE -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o aiccu main.o ../common/tun.o ../common/aiccu.o ../common/hash_md5.o ../common/hash_sha1.o ../common/common.o ../common/heartbeat.o ../common/tic.o ../common/ayiya.o ../common/aiccu_test.o ../common/resolver.o ../common/aiccu_kame.o
gmake[1]: Leaving directory '/tmp/pkgbuild/net/aiccu/work.alpha/aiccu_20070115/unix-console'
Building done
=> Creating /tmp/pkgbuild/net/aiccu/work.alpha/.rc.d/aiccu