=> Building emulators/vpcs Started : Thursday, 7 MAR 2019 at 06:44:44 UTC Platform: 5.5-DEVELOPMENT DragonFly v5.5.0.192.g15ae7f0-DEVELOPMENT #34: Tue Feb 19 09:07:07 PST 2019 root@pkgbox64.dragonflybsd.org:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 -------------------------------------------------- -- Environment -------------------------------------------------- UNAME_r=5.5-SYNTH UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=DragonFly 5.5-SYNTH UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 TERM=dumb PKG_CACHEDIR=/var/cache/pkg8 PKG_DBDIR=/var/db/pkg8 PORTSDIR=/xports LANG=C HOME=/root USER=root -------------------------------------------------- -- Options -------------------------------------------------- -------------------------------------------------- -- CONFIGURE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/emulators/vpcs XDG_CONFIG_HOME=/construction/emulators/vpcs HOME=/construction/emulators/vpcs TMPDIR="/tmp" PATH=/construction/emulators/vpcs/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 -------------------------------------------------- -- CONFIGURE_ARGS -------------------------------------------------- -------------------------------------------------- -- MAKE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/emulators/vpcs XDG_CONFIG_HOME=/construction/emulators/vpcs HOME=/construction/emulators/vpcs TMPDIR="/tmp" PATH=/construction/emulators/vpcs/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" -------------------------------------------------- -- MAKE_ARGS -------------------------------------------------- DESTDIR=/construction/emulators/vpcs/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- OSREL=5.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/vpcs" EXAMPLESDIR="share/examples/vpcs" DATADIR="share/vpcs" WWWDIR="www/vpcs" ETCDIR="etc/vpcs" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/vpcs DOCSDIR=/usr/local/share/doc/vpcs EXAMPLESDIR=/usr/local/share/examples/vpcs WWWDIR=/usr/local/www/vpcs ETCDIR=/usr/local/etc/vpcs -------------------------------------------------- -- /etc/make.conf -------------------------------------------------- SYNTHPROFILE=Release-BE USE_PACKAGE_DEPENDS_ONLY=yes PACKAGE_BUILDING=yes BATCH=yes PKG_CREATE_VERBOSE=yes PORTSDIR=/xports DISTDIR=/distfiles WRKDIRPREFIX=/construction PORT_DBDIR=/options PACKAGES=/packages MAKE_JOBS_NUMBER_LIMIT=5 LICENSES_ACCEPTED= NONE HAVE_COMPAT_IA32_KERN= CONFIGURE_MAX_CMD_LEN=262144 _PERL5_FROM_BIN=5.26.2 _ALTCCVERSION_921dbbb2=none _OBJC_ALTCCVERSION_921dbbb2=none _SMP_CPUS=8 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500500 OSVERSION=9999999 OSREL=5.5 _OSRELEASE=5.5-SYNTH PYTHONBASE=/usr/local _PKG_CHECKED=1 -------------------------------------------------------------------------------- -- Phase: check-sanity -------------------------------------------------------------------------------- ===> License BSD2CLAUSE accepted by the user -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> vpcs-0.8 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_5.txz Installing pkg-1.10.5_5... Extracting pkg-1.10.5_5: .......... done ===> vpcs-0.8 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of vpcs-0.8 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by vpcs-0.8 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by vpcs-0.8 for building => SHA256 Checksum OK for vpcs-0.8-src.tbz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by vpcs-0.8 for building ===> Extracting for vpcs-0.8 ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by vpcs-0.8 for building => SHA256 Checksum OK for vpcs-0.8-src.tbz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for vpcs-0.8 ===> Applying dragonfly patches for vpcs-0.8 /usr/bin/sed -i.bak -e 's@CC=clang@CC=cc@g' /construction/emulators/vpcs/vpcs-0.8/src/Makefile.fbsd -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for vpcs-0.8 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for vpcs-0.8 cd /construction/emulators/vpcs/vpcs-0.8/src && /usr/bin/make -f Makefile.fbsd cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c vpcs.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c daemon.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c readline.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c packets.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c utils.c utils.c: In function 'getkv': utils.c:45:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy(buf, str, strlen(str)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c queue.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c command.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c dev.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c dhcp.c dhcp.c: In function 'dhcp4_discover': dhcp.c:83:2: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy((char *)(dh->options + i), pc->xname, k); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dhcp.c:81:6: note: length computed here k = strlen(pc->xname); ^~~~~~~~~~~~~~~~~ dhcp.c: In function 'dhcp4_request': dhcp.c:193:2: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy((char *)(dh->options + i), pc->xname, k); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dhcp.c:191:6: note: length computed here k = strlen(pc->xname); ^~~~~~~~~~~~~~~~~ dhcp.c: In function 'dhcp4_release': dhcp.c:294:2: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy((char *)(dh->options + i), pc->xname, k); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dhcp.c:292:6: note: length computed here k = strlen(pc->xname); ^~~~~~~~~~~~~~~~~ cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c command6.c command6.c: In function 'ip6Info': command6.c:898:20: warning: '%s' directive writing up to 46 bytes into a region of size 44 [-Wformat-overflow=] sprintf(buf, "ip %s/%d", tmp, vpc[id].ip6.cidr); ^~ ~~~ command6.c:898:3: note: 'sprintf' output between 6 and 62 bytes into a destination of size 47 sprintf(buf, "ip %s/%d", tmp, vpc[id].ip6.cidr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c packets6.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c ip.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c tcp.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c inet6.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c dns.c dns.c: In function 'hostresolv': dns.c:54:8: warning: variable 'pdn' set but not used [-Wunused-but-set-variable] char *pdn = NULL; ^~~ dns.c: In function 'appenddomain': dns.c:141:25: warning: argument to 'sizeof' in 'snprintf' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] snprintf(dname, sizeof(dname), "%s", name); ^ dns.c:145:24: warning: argument to 'sizeof' in 'snprintf' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] snprintf(dname, sizeof(dname), "%s.%s", name, dn); ^ dns.c: In function 'dns4': dns.c:151:17: warning: variable 'in' set but not used [-Wunused-but-set-variable] struct in_addr in; ^~ dns.c: In function 'hostresolv': dns.c:145:37: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size 7 [-Wformat-truncation=] snprintf(dname, sizeof(dname), "%s.%s", name, dn); ^~ dns.c:145:2: note: 'snprintf' output 2 or more bytes (assuming 65) into a destination of size 8 snprintf(dname, sizeof(dname), "%s.%s", name, dn); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dns.c:159:16: warning: 'cb.dip' may be used uninitialized in this function [-Wmaybe-uninitialized] if (sameNet(cb.dip, pc->ip4.ip, pc->ip4.cidr)) ~~^~~~ cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c remote.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c help.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c dump.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c relay.c relay.c: In function 'run_relay': relay.c:92:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (port > 1024 && port < 65534) ^~ relay.c:94:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (relay_fd) { ^~ cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c hv.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c frag.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c frag6.c cc vpcs.o daemon.o readline.o packets.o utils.o queue.o command.o dev.o dhcp.o command6.o packets6.o ip.o tcp.o inet6.o dns.o remote.o help.o dump.o relay.o hv.o frag.o frag6.o -o vpcs -lpthread -lutil -static -s -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for vpcs-0.8 ===> Generating temporary packing list install -s -m 555 /construction/emulators/vpcs/vpcs-0.8/src/vpcs /construction/emulators/vpcs/stage/usr/local/bin install -m 444 /construction/emulators/vpcs/vpcs-0.8/man/vpcs.1 /construction/emulators/vpcs/stage/usr/local/man/man1 ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for vpcs-0.8 file sizes/checksums [5]: . done packing files [5]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Thursday, 7 MAR 2019 at 06:45:06 UTC Duration: 00:00:21