------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> knocker-0.7.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> knocker-0.7.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by knocker-0.7.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> knocker-0.7.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by knocker-0.7.1 for building => SHA256 Checksum OK for knocker-0.7.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> knocker-0.7.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by knocker-0.7.1 for building ===> Extracting for knocker-0.7.1 => SHA256 Checksum OK for knocker-0.7.1.tar.gz. Extracted Memory Use: 0.43M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for knocker-0.7.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for knocker-0.7.1 configure: warning: x86_64-portbld-dragonfly5.9: invalid host type loading site script /xports/Templates/config.site creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking for gcc... cc checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C... 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 how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for string.h... (cached) yes checking for errno.h... (cached) yes checking for signal.h... (cached) yes checking for netdb.h... (cached) yes checking for netinet/in.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/wait.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for linux/kd.h... no checking for gettimeofday... (cached) yes checking for pause... yes checking for usleep... (cached) yes checking for nanosleep... yes updating cache ./config.cache creating ./config.status creating Makefile creating docs/Makefile creating src/Makefile creating config.h SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for knocker-0.7.1 --- ./config.h.in --- --- all-recursive-am --- /usr/bin/make all-recursive --- all-recursive --- Making all in src --- knocker_main.o --- --- knocker_core.o --- --- knocker_args.o --- --- knocker_user.o --- --- knocker_conf.o --- --- knocker_output.o --- --- knocker_log.o --- --- knocker_term.o --- --- knocker_time.o --- --- knocker_services.o --- --- knocker_main.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -Wall -c knocker_main.c --- knocker_core.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -Wall -c knocker_core.c --- knocker_args.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -Wall -c knocker_args.c --- knocker_user.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -Wall -c knocker_user.c knocker_user.c: In function 'knocker_user_init': knocker_user.c:85:7: warning: the address of 'knocker_user_is_root' will always evaluate as 'true' [-Waddress] if (knocker_user_is_root) ^~~~~~~~~~~~~~~~~~~~ --- knocker_conf.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -Wall -c knocker_conf.c --- knocker_output.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -Wall -c knocker_output.c --- knocker_log.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -Wall -c knocker_log.c --- knocker_term.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -Wall -c knocker_term.c --- knocker_time.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -Wall -c knocker_time.c --- knocker_services.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -Wall -c knocker_services.c --- knocker_led.o --- --- knocker_term.o --- knocker_term.c: In function 'knocker_term_set_color.part.0': knocker_term.c:138:40: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf (cmd_str, "%c[%d;%d;%dm", 0x1B, attrib, fg + 30, bg + 40); ^~ knocker_term.c:138:33: note: directive argument in the range [-2147483618, 2147483647] sprintf (cmd_str, "%c[%d;%d;%dm", 0x1B, attrib, fg + 30, bg + 40); ^~~~~~~~~~~~~~ knocker_term.c:138:33: note: directive argument in the range [-2147483608, 2147483647] knocker_term.c:138:15: note: 'sprintf' output between 9 and 39 bytes into a destination of size 13 sprintf (cmd_str, "%c[%d;%d;%dm", 0x1B, attrib, fg + 30, bg + 40); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ knocker_term.c:122:40: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf (cmd_str, "%c[%d;%dm", 0x1B, attrib, bg + 40); ^~ knocker_term.c:122:33: note: directive argument in the range [-2147483608, 2147483647] sprintf (cmd_str, "%c[%d;%dm", 0x1B, attrib, bg + 40); ^~~~~~~~~~~ knocker_term.c:122:15: note: 'sprintf' output between 7 and 27 bytes into a destination of size 13 sprintf (cmd_str, "%c[%d;%dm", 0x1B, attrib, bg + 40); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ knocker_term.c:113:40: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf (cmd_str, "%c[%d;%dm", 0x1B, attrib, fg + 30); ^~ knocker_term.c:113:33: note: directive argument in the range [-2147483618, 2147483647] sprintf (cmd_str, "%c[%d;%dm", 0x1B, attrib, fg + 30); ^~~~~~~~~~~ knocker_term.c:113:15: note: 'sprintf' output between 7 and 27 bytes into a destination of size 13 sprintf (cmd_str, "%c[%d;%dm", 0x1B, attrib, fg + 30); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- knocker_led.o --- cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -O2 -fno-strict-aliasing -Wall -c knocker_led.c knocker_led.c:81:13: warning: 'knocker_led_quit' defined but not used [-Wunused-function] static void knocker_led_quit (knocker_led_t * knocker_leds) ^~~~~~~~~~~~~~~~ knocker_led.c:61:12: warning: 'knocker_led_init' defined but not used [-Wunused-function] static int knocker_led_init (knocker_led_t * knocker_leds) ^~~~~~~~~~~~~~~~ --- knocker --- cc -pipe -O2 -fno-strict-aliasing -Wall -o knocker knocker_main.o knocker_core.o knocker_args.o knocker_user.o knocker_conf.o knocker_output.o knocker_log.o knocker_term.o knocker_time.o knocker_services.o knocker_led.o Making all in docs --- ./config.h.in --- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for knocker-0.7.1 ===> Generating temporary packing list Making install in src /bin/sh ../mkinstalldirs /construction/security/knocker/stage/usr/local/bin install -s -m 555 knocker /construction/security/knocker/stage/usr/local/bin/knocker Making install in docs /usr/bin/make install-man1 /bin/sh ../mkinstalldirs /construction/security/knocker/stage/usr/local/man/man1 install -m 0644 ./knocker.1 /construction/security/knocker/stage/usr/local/man/man1/knocker.1 ====> 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 knocker-0.7.1 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:01 TOTAL TIME 00:00:05