------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/gmake-4.3.txz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> wuzzah-0.53 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> wuzzah-0.53 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wuzzah-0.53 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> wuzzah-0.53 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wuzzah-0.53 for building => SHA256 Checksum OK for wuzzah-0.53.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> wuzzah-0.53 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wuzzah-0.53 for building ===> Extracting for wuzzah-0.53 => SHA256 Checksum OK for wuzzah-0.53.tar.gz. Extracted Memory Use: 0.48M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for wuzzah-0.53 ===> Applying dragonfly patches for wuzzah-0.53 ===> Cleanly applied dragonfly patch(es) patch-common.h SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> wuzzah-0.53 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> wuzzah-0.53 depends on package: gmake>=4.3 - found ===> Configuring for wuzzah-0.53 configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether gmake sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... missing checking for working automake-1.4... missing checking for working autoheader... missing checking for working makeinfo... missing checking whether to enable maintainer-specific portions of Makefiles... no checking for gawk... (cached) /usr/bin/awk checking for gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for ranlib... ranlib checking for library containing gethostbyname... none required checking for library containing inet_ntoa... none required checking how to run the C preprocessor... cpp checking for egrep... grep -E checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for utmpx.h... (cached) yes checking for libgen.h... (cached) yes checking for time.h... (cached) yes checking for fcntl.h... (cached) yes checking for paths.h... (cached) yes checking libintl.h usability... no checking libintl.h presence... no checking for libintl.h... no checking for errno.h... (cached) yes checking for sys/types.h... (cached) yes checking for pwd.h... (cached) yes checking for getopt.h... (cached) yes checking utmp.h usability... no checking utmp.h presence... no checking for utmp.h... no checking for netdb.h... (cached) yes checking for sys/socket.h... (cached) yes checking for netinet/in.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for an ANSI C-conforming const... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for pid_t... (cached) yes checking for struct utmpx.ut_user... yes checking for struct utmpx.ut_type... yes checking for struct utmpx.ut_host... yes checking for struct utmpx.ut_syslen... no checking for struct utmp.ut_user... no checking for struct utmp.ut_type... no checking for struct utmp.ut_host... no checking for struct utmp.ut_syslen... no checking for struct passwd.pw_name... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for unistd.h... (cached) yes checking for vfork.h... (cached) no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for memset... (cached) yes checking for strcspn... (cached) yes checking for strerror... (cached) yes checking for strdup... (cached) yes checking for basename... (cached) yes checking for gethostbyname... (cached) yes checking for inet_ntoa... (cached) yes checking for memchr... (cached) yes checking for strspn... yes checking for setpwent... yes checking for getpwent... yes checking for endpwent... yes checking for setutxent... yes checking for getutxent... yes checking for endutxent... yes checking for getopt_long... yes configure: creating ./config.status config.status: creating Makefile config.status: creating getopt/Makefile config.status: creating hashtable/Makefile config.status: creating man/Makefile config.status: creating utmpx/Makefile config.status: creating config.h config.status: executing default-1 commands SUCCEEDED 00:00:09 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for wuzzah-0.53 gmake[1]: Entering directory '/construction/sysutils/wuzzah/wuzzah-0.53' gmake all-recursive gmake[2]: Entering directory '/construction/sysutils/wuzzah/wuzzah-0.53' Making all in getopt gmake[3]: Entering directory '/construction/sysutils/wuzzah/wuzzah-0.53/getopt' cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c getopt.c cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c getopt1.c getopt.c: In function '_getopt_internal': getopt.c:577:30: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (optind != argc && !strcmp (argv[optind], "--")) ^~~~~~ getopt.c:653:7: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if (!strncmp (p->name, nextchar, nameend - nextchar)) ^~~~~~~ getopt.c:656:21: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] == (unsigned int) strlen (p->name)) ^~~~~~ getopt.c:656:21: warning: incompatible implicit declaration of built-in function 'strlen' getopt.c:656:21: note: include '' or provide a declaration of 'strlen' getopt.c:111:1: +#include getopt.c:656:21: == (unsigned int) strlen (p->name)) ^~~~~~ getopt.c:680:16: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:680:16: note: include '' or provide a declaration of 'strlen' getopt.c:710:17: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:710:17: note: include '' or provide a declaration of 'strlen' getopt.c:726:17: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:726:17: note: include '' or provide a declaration of 'strlen' getopt.c:731:16: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:731:16: note: include '' or provide a declaration of 'strlen' getopt.c:842:51: warning: incompatible implicit declaration of built-in function 'strlen' if ((unsigned int) (nameend - nextchar) == strlen (p->name)) ^~~~~~ getopt.c:842:51: note: include '' or provide a declaration of 'strlen' getopt.c:865:18: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:865:18: note: include '' or provide a declaration of 'strlen' getopt.c:885:19: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:885:19: note: include '' or provide a declaration of 'strlen' getopt.c:899:19: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:899:19: note: include '' or provide a declaration of 'strlen' getopt.c:903:18: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:903:18: note: include '' or provide a declaration of 'strlen' rm -f libgetopt.a ar cru libgetopt.a getopt.o getopt1.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') ranlib libgetopt.a gmake[3]: Leaving directory '/construction/sysutils/wuzzah/wuzzah-0.53/getopt' Making all in hashtable gmake[3]: Entering directory '/construction/sysutils/wuzzah/wuzzah-0.53/hashtable' cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -c hashtable.c rm -f libhashtable.a ar cru libhashtable.a hashtable.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') ranlib libhashtable.a gmake[3]: Leaving directory '/construction/sysutils/wuzzah/wuzzah-0.53/hashtable' Making all in man gmake[3]: Entering directory '/construction/sysutils/wuzzah/wuzzah-0.53/man' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/construction/sysutils/wuzzah/wuzzah-0.53/man' gmake[3]: Entering directory '/construction/sysutils/wuzzah/wuzzah-0.53' cc -DHAVE_CONFIG_H -I. -I. -I. -Ihashtable -pipe -O2 -fno-strict-aliasing -c write.c cc -DHAVE_CONFIG_H -I. -I. -I. -Ihashtable -pipe -O2 -fno-strict-aliasing -c wuzzah.c cc -DHAVE_CONFIG_H -I. -I. -I. -Ihashtable -pipe -O2 -fno-strict-aliasing -c event.c cc -DHAVE_CONFIG_H -I. -I. -I. -Ihashtable -pipe -O2 -fno-strict-aliasing -c buddies.c wuzzah.c: In function 'process_args': wuzzah.c:149:3: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] strncat(conf->infile, "/", 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'wri_can_write', inlined from 'wri_do_write' at write.c:23:6: write.c:8:2: warning: 'strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncat(totalpath, path, strlen(path)+1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ write.c: In function 'wri_do_write': write.c:8:27: note: length computed here strncat(totalpath, path, strlen(path)+1); ^~~~~~~~~~~~ wuzzah.c: In function 'wuzzah_whoami': wuzzah.c:281:3: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(g_config.whoami, pwd->pw_name, (strlen(pwd->pw_name)+1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wuzzah.c:281:43: note: length computed here strncpy(g_config.whoami, pwd->pw_name, (strlen(pwd->pw_name)+1)); ^~~~~~~~~~~~~~~~~~~~ wuzzah.c: In function 'wuzzah_add_extrabuddies': wuzzah.c:297:4: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(buf, head, strlen(head)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wuzzah.c: In function 'process_args': wuzzah.c:150:3: warning: 'strncat' specified bound 7 equals source length [-Wstringop-overflow=] strncat(conf->infile, g_default_infile, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ strlen(g_default_infile)); ~~~~~~~~~~~~~~~~~~~~~~~~~ wuzzah.c:148:3: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(conf->infile, homedir, strlen(homedir)+1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wuzzah.c:148:34: note: length computed here strncpy(conf->infile, homedir, strlen(homedir)+1); ^~~~~~~~~~~~~~~ cc -pipe -O2 -fno-strict-aliasing -o wuzzah wuzzah.o buddies.o write.o event.o hashtable/libhashtable.a gmake[3]: Leaving directory '/construction/sysutils/wuzzah/wuzzah-0.53' gmake[2]: Leaving directory '/construction/sysutils/wuzzah/wuzzah-0.53' gmake[1]: Leaving directory '/construction/sysutils/wuzzah/wuzzah-0.53' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for wuzzah-0.53 ===> Generating temporary packing list install -s -m 555 /construction/sysutils/wuzzah/wuzzah-0.53/wuzzah /construction/sysutils/wuzzah/stage/usr/local/bin install -m 444 /construction/sysutils/wuzzah/wuzzah-0.53/man/wuzzah.1 /construction/sysutils/wuzzah/stage/usr/local/man/man1 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for wuzzah-0.53 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:12