------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> lft-3.8,2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> lft-3.8,2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lft-3.8,2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> lft-3.8,2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lft-3.8,2 for building => SHA256 Checksum OK for lft-3.8.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> lft-3.8,2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lft-3.8,2 for building ===> Extracting for lft-3.8,2 => SHA256 Checksum OK for lft-3.8.tar.gz. Extracted Memory Use: 1.16M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for lft-3.8,2 ===> Applying ports patches for lft-3.8,2 ===> Cleanly applied ports patch(es) patch-lft__lib.h patch-lft__types.h SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for lft-3.8,2 configure: loading site script /xports/Templates/config.site checking build system type... x86_64-portbld-dragonfly5.9 checking host system type... x86_64-portbld-dragonfly5.9 checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for gethostbyname in -lnsl... no checking for connect in -lsocket... no checking for inet_aton in -lresolv... no checking for sin in -lm... yes checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (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 arpa/inet.h... (cached) yes checking for fcntl.h... (cached) yes checking for limits.h... (cached) yes checking for netdb.h... (cached) yes checking for netinet/in.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking whether cc needs -traditional... no checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking for strftime... (cached) yes checking for bzero... (cached) yes checking for gethostbyaddr... yes checking for gethostbyname... (cached) yes checking for gettimeofday... (cached) yes checking for inet_ntoa... (cached) yes checking for memset... (cached) yes checking for select... (cached) yes checking for setenv... (cached) yes checking for socket... yes checking for strchr... (cached) yes checking for strdup... (cached) yes checking for strstr... (cached) yes checking for pcap_lookupdev in -lpcap... yes checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes checking if we should build universal binaries... no checking if we should gettimeofday for each packet... no configure: creating ./config.status config.status: creating Makefile config.status: creating config/acconfig.h SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for lft-3.8,2 --- lft.o --- --- lft_ifname.o --- --- whois.o --- --- lft_lib.o --- --- lft_icmptrace.o --- --- lft_btcptrace.o --- --- lft_lib.o --- cc -pipe -O2 -fno-strict-aliasing -c lft_lib.c --- lft.o --- cc -pipe -O2 -fno-strict-aliasing -c lft.c --- lft_icmptrace.o --- cc -pipe -O2 -fno-strict-aliasing -c lft_icmptrace.c --- lft_btcptrace.o --- cc -pipe -O2 -fno-strict-aliasing -c lft_btcptrace.c --- lft_ifname.o --- cc -pipe -O2 -fno-strict-aliasing -c lft_ifname.c --- whois.o --- cc -pipe -O2 -fno-strict-aliasing -c whois.c --- lft.o --- In file included from lft_types.h:126, from lft_lib.h:17, from lft.c:23: lft_queue.h:40: warning: "__offsetof" redefined #define __offsetof(type, field) ((size_t)(&((type *)0)->field)) In file included from /usr/include/assert.h:40, from lft_types.h:22, from lft_lib.h:17, from lft.c:23: /usr/include/sys/cdefs.h:323: note: this is the location of the previous definition #define __offsetof(type, field) __builtin_offsetof(type, field) --- lft_icmptrace.o --- In file included from lft_types.h:126, from lft_lib.h:17, from lft_icmptrace.h:4, from lft_icmptrace.c:1: lft_queue.h:40: warning: "__offsetof" redefined #define __offsetof(type, field) ((size_t)(&((type *)0)->field)) In file included from /usr/include/assert.h:40, from lft_types.h:22, from lft_lib.h:17, from lft_icmptrace.h:4, from lft_icmptrace.c:1: /usr/include/sys/cdefs.h:323: note: this is the location of the previous definition #define __offsetof(type, field) __builtin_offsetof(type, field) --- whois.o --- In file included from lft_types.h:126, from lft_lib.h:17, from whois.c:29: lft_queue.h:40: warning: "__offsetof" redefined #define __offsetof(type, field) ((size_t)(&((type *)0)->field)) In file included from /usr/include/assert.h:40, from lft_types.h:22, from lft_lib.h:17, from whois.c:29: /usr/include/sys/cdefs.h:323: note: this is the location of the previous definition #define __offsetof(type, field) __builtin_offsetof(type, field) --- lft_btcptrace.o --- In file included from lft_types.h:126, from lft_lib.h:17, from lft_btcptrace.h:4, from lft_btcptrace.c:1: lft_queue.h:40: warning: "__offsetof" redefined #define __offsetof(type, field) ((size_t)(&((type *)0)->field)) In file included from /usr/include/assert.h:40, from lft_types.h:22, from lft_lib.h:17, from lft_btcptrace.h:4, from lft_btcptrace.c:1: /usr/include/sys/cdefs.h:323: note: this is the location of the previous definition #define __offsetof(type, field) __builtin_offsetof(type, field) --- lft_lib.o --- In file included from lft_types.h:126, from lft_lib.h:17, from lft_lib.c:17: lft_queue.h:40: warning: "__offsetof" redefined #define __offsetof(type, field) ((size_t)(&((type *)0)->field)) In file included from /usr/include/assert.h:40, from lft_types.h:22, from lft_lib.h:17, from lft_lib.c:17: /usr/include/sys/cdefs.h:323: note: this is the location of the previous definition #define __offsetof(type, field) __builtin_offsetof(type, field) --- whois.o --- whois.c: In function 'w_ask.constprop': whois.c:474:3: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(sendbuf, q, q_s+1); ^~~~~~~~~~~~~~~~~~~~~~~~~~ whois.c:466:12: note: length computed here q_s = strlen(q); ^~~~~~~~~ whois.c:470:3: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(sendbuf, q, q_s+1); ^~~~~~~~~~~~~~~~~~~~~~~~~~ whois.c:466:12: note: length computed here q_s = strlen(q); ^~~~~~~~~ --- whob --- cc -pipe -O2 -fno-strict-aliasing -o whob whois.c -DSTANDALONE -lpcap -lm In file included from lft_types.h:126, from lft_lib.h:17, from whois.c:29: lft_queue.h:40: warning: "__offsetof" redefined #define __offsetof(type, field) ((size_t)(&((type *)0)->field)) In file included from /usr/include/assert.h:40, from lft_types.h:22, from lft_lib.h:17, from whois.c:29: /usr/include/sys/cdefs.h:323: note: this is the location of the previous definition #define __offsetof(type, field) __builtin_offsetof(type, field) whois.c: In function 'w_ask.constprop': whois.c:474:3: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(sendbuf, q, q_s+1); ^~~~~~~~~~~~~~~~~~~~~~~~~~ whois.c:466:12: note: length computed here q_s = strlen(q); ^~~~~~~~~ whois.c:470:3: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(sendbuf, q, q_s+1); ^~~~~~~~~~~~~~~~~~~~~~~~~~ whois.c:466:12: note: length computed here q_s = strlen(q); ^~~~~~~~~ --- lft --- cc -pipe -O2 -fno-strict-aliasing -o lft lft.o lft_ifname.o whois.o lft_lib.o lft_icmptrace.o lft_btcptrace.o -lpcap -lm --- whob --- whois.c: In function 'main': whois.c:2629:13: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(hostname,av[optind],strlen(av[optind])); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ whois.c:2625:13: note: length computed here if (strlen(av[optind]) > max_hostname_input) { ^~~~~~~~~~~~~~~~~~ whois.c:2524:21: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(wsess->pw_serv,optarg,strlen(optarg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ whois.c:2508:21: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(wsess->pw_serv, optarg, strlen(optarg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for lft-3.8,2 ===> Generating temporary packing list install -s -m 555 /construction/net/lft/lft-3.8/lft /construction/net/lft/stage/usr/local/sbin install -s -m 555 /construction/net/lft/lft-3.8/whob /construction/net/lft/stage/usr/local/bin install -m 444 /construction/net/lft/lft-3.8/lft.8 /construction/net/lft/stage/usr/local/man/man8 install -m 444 /construction/net/lft/lft-3.8/whob.8 /construction/net/lft/stage/usr/local/man/man8 install -d /construction/net/lft/stage/usr/local/share/doc/lft install -m 0644 /construction/net/lft/lft-3.8/CHANGELOG /construction/net/lft/lft-3.8/README /construction/net/lft/lft-3.8/TODO /construction/net/lft/stage/usr/local/share/doc/lft ====> 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for lft-3.8,2 file sizes/checksums [7]: 0% file sizes/checksums [7]: 100% packing files [7]: 0% packing files [7]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:10