------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gmake-4.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/openssl-1.1.1d,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> n2n-2.4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> n2n-2.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by n2n-2.4 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> n2n-2.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by n2n-2.4 for building => SHA256 Checksum OK for ntop-n2n-2.4_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> n2n-2.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by n2n-2.4 for building ===> Extracting for n2n-2.4 ===> n2n-2.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by n2n-2.4 for building => SHA256 Checksum OK for ntop-n2n-2.4_GH0.tar.gz. Extracted Memory Use: 2.28M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for n2n-2.4 ===> Applying ports patches for n2n-2.4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> n2n-2.4 depends on executable: gmake - found ===> n2n-2.4 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> n2n-2.4 depends on executable: gmake - found ===> n2n-2.4 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Configuring for n2n-2.4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for n2n-2.4 gmake[2]: Entering directory '/construction/security/n2n/n2n-2.4' cc -pipe -I/usr/local/include -L/usr/local/lib -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -DN2N_HAVE_AES -c n2n.c cc -pipe -I/usr/local/include -L/usr/local/lib -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -DN2N_HAVE_AES -c n2n_keyfile.c cc -pipe -I/usr/local/include -L/usr/local/lib -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -DN2N_HAVE_AES -c wire.c cc -pipe -I/usr/local/include -L/usr/local/lib -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -DN2N_HAVE_AES -c minilzo.c cc -pipe -I/usr/local/include -L/usr/local/lib -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -DN2N_HAVE_AES -c twofish.c cc -pipe -I/usr/local/include -L/usr/local/lib -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -DN2N_HAVE_AES -c edge_utils.c cc -pipe -I/usr/local/include -L/usr/local/lib -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -DN2N_HAVE_AES -c transform_null.c cc -pipe -I/usr/local/include -L/usr/local/lib -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -DN2N_HAVE_AES -c transform_tf.c cc -pipe -I/usr/local/include -L/usr/local/lib -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -DN2N_HAVE_AES -c transform_aes.c cc -pipe -I/usr/local/include -L/usr/local/lib -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -DN2N_HAVE_AES -c tuntap_freebsd.c cc -pipe -I/usr/local/include -L/usr/local/lib -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -DN2N_HAVE_AES -c tuntap_netbsd.c n2n.c: In function 'traceEvent': n2n.c:116:56: warning: '%s' directive output may be truncated writing up to 2047 bytes into a region of size between 594 and 634 [-Wformat-truncation=] snprintf(out_buf, sizeof(out_buf), "%s [%s:%d] %s%s", theDate, file, line, extra_msg, buf); ^~ ~~~ n2n.c:116:7: note: 'snprintf' output 7 or more bytes (assuming 2094) into a destination of size 640 snprintf(out_buf, sizeof(out_buf), "%s [%s:%d] %s%s", theDate, file, line, extra_msg, buf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ n2n.c:113:45: warning: '%s' directive output may be truncated writing up to 2047 bytes into a region of size between 631 and 640 [-Wformat-truncation=] snprintf(out_buf, sizeof(out_buf), "%s%s", extra_msg, buf); ^~ ~~~ n2n.c:113:7: note: 'snprintf' output between 1 and 2057 bytes into a destination of size 640 snprintf(out_buf, sizeof(out_buf), "%s%s", extra_msg, buf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -I/usr/local/include -L/usr/local/lib -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -DN2N_HAVE_AES -c tuntap_linux.c cc -pipe -I/usr/local/include -L/usr/local/lib -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -DN2N_HAVE_AES -c tuntap_osx.c cc -pipe -I/usr/local/include -L/usr/local/lib -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -DN2N_HAVE_AES -DN2N_VERSION='"2.4"' -DN2N_OSNAME='"x86_64"' -c version.c gzip -c edge.8 > edge.8.gz gzip -c supernode.1 > supernode.1.gz gzip -c n2n.7 > n2n.7.gz ar rcs libn2n.a n2n.o n2n_keyfile.o wire.o minilzo.o twofish.o edge_utils.o transform_null.o transform_tf.o transform_aes.o tuntap_freebsd.o tuntap_netbsd.o tuntap_linux.o tuntap_osx.o version.o cc -pipe -I/usr/local/include -L/usr/local/lib -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -DN2N_HAVE_AES edge.c libn2n.a -lcrypto -o edge cc -pipe -I/usr/local/include -L/usr/local/lib -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -DN2N_HAVE_AES sn.c libn2n.a -o supernode cc -pipe -I/usr/local/include -L/usr/local/lib -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -DN2N_HAVE_AES example_edge_embed.c libn2n.a -lcrypto -o example_edge_embed cc -pipe -I/usr/local/include -L/usr/local/lib -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -DN2N_HAVE_AES benchmark.c libn2n.a -o benchmark edge.c: In function 'setOption': edge.c:314:7: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(ec->netmask, optargument, N2N_NETMASK_STR_SIZE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ edge.c:241:7: warning: 'strncpy' specified bound 18 equals destination size [-Wstringop-truncation] strncpy(ec->device_mac,optargument,N2N_MACNAMSIZ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ edge.c:206:7: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy((char *)eee->community_name, optargument, N2N_COMMUNITY_SIZE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'scan_address.constprop', inlined from 'setOption' at edge.c:197:7: edge.c:102:7: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(ip_addr, s, addr_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gmake[2]: Leaving directory '/construction/security/n2n/n2n-2.4' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> n2n-2.4 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for n2n-2.4 ===> n2n-2.4 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Generating temporary packing list install -s -m 555 /construction/security/n2n/n2n-2.4/edge /construction/security/n2n/stage/usr/local/sbin install -s -m 555 /construction/security/n2n/n2n-2.4/supernode /construction/security/n2n/stage/usr/local/sbin install -m 444 /construction/security/n2n/n2n-2.4/edge.8 /construction/security/n2n/stage/usr/local/man/man8 install -m 444 /construction/security/n2n/n2n-2.4/supernode.1 /construction/security/n2n/stage/usr/local/man/man1 install -m 444 /construction/security/n2n/n2n-2.4/n2n.7 /construction/security/n2n/stage/usr/local/man/man7 ====> 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 n2n-2.4 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:05