=> Building net-mgmt/wdiag Started : Friday, 8 MAR 2019 at 04:43:03 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/net-mgmt/wdiag XDG_CONFIG_HOME=/construction/net-mgmt/wdiag HOME=/construction/net-mgmt/wdiag TMPDIR="/tmp" PATH=/construction/net-mgmt/wdiag/.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/net-mgmt/wdiag XDG_CONFIG_HOME=/construction/net-mgmt/wdiag HOME=/construction/net-mgmt/wdiag TMPDIR="/tmp" PATH=/construction/net-mgmt/wdiag/.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/net-mgmt/wdiag/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- OSREL=5.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/wdiag" EXAMPLESDIR="share/examples/wdiag" DATADIR="share/wdiag" WWWDIR="www/wdiag" ETCDIR="etc/wdiag" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/wdiag DOCSDIR=/usr/local/share/doc/wdiag EXAMPLESDIR=/usr/local/share/examples/wdiag WWWDIR=/usr/local/www/wdiag ETCDIR=/usr/local/etc/wdiag -------------------------------------------------- -- /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.28.1 _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 -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> wdiag-0.10.2 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 ===> wdiag-0.10.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of wdiag-0.10.2 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> Fetching all distfiles required by wdiag-0.10.2 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> Fetching all distfiles required by wdiag-0.10.2 for building => SHA256 Checksum OK for wdiag-0.10.2.tgz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> Fetching all distfiles required by wdiag-0.10.2 for building ===> Extracting for wdiag-0.10.2 => SHA256 Checksum OK for wdiag-0.10.2.tgz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for wdiag-0.10.2 ===> Applying ports patches for wdiag-0.10.2 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for wdiag-0.10.2 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for wdiag-0.10.2 --- common.o --- --- conf.o --- --- common.o --- cc -pipe -O2 -fno-strict-aliasing -W -Wall -pedantic common.c -c --- conf.o --- cc -pipe -O2 -fno-strict-aliasing -W -Wall -pedantic conf.c -c conf.c: In function 'decimal_def': conf.c:172:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~ conf.c:174:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' if(dec == 1) ^~ conf.c: In function 'parse_config': conf.c:89:43: warning: '%s' directive writing up to 79 bytes into a region of size 57 [-Wformat-overflow=] sprintf(errmsg, "Could not open config: %s", conf->path); ^~ conf.c:89:3: note: 'sprintf' output between 24 and 103 bytes into a destination of size 80 sprintf(errmsg, "Could not open config: %s", conf->path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ conf.c:121:5: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(conf->laddr, laddr, strlen(laddr)+1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ conf.c:121:33: note: length computed here strncpy(conf->laddr, laddr, strlen(laddr)+1); ^~~~~~~~~~~~~ conf.c:115:5: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(conf->bcast, bcast, strlen(bcast)+1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ conf.c:115:33: note: length computed here strncpy(conf->bcast, bcast, strlen(bcast)+1); ^~~~~~~~~~~~~ --- westell --- --- wstart --- --- wstop --- --- westell --- cc -pipe -O2 -fno-strict-aliasing -W -Wall -pedantic common.o conf.o -o westell westell.c --- wstart --- cc -pipe -O2 -fno-strict-aliasing -W -Wall -pedantic common.o conf.o -o wstart wstart.c --- wstop --- cc -pipe -O2 -fno-strict-aliasing -W -Wall -pedantic common.o conf.o -o wstop wstop.c -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for wdiag-0.10.2 ===> Generating temporary packing list install -s -m 555 westell /construction/net-mgmt/wdiag/stage/usr/local/bin install -s -m 555 wstart /construction/net-mgmt/wdiag/stage/usr/local/bin install -s -m 555 wstop /construction/net-mgmt/wdiag/stage/usr/local/bin install -c -d /construction/net-mgmt/wdiag/stage/usr/local/share/examples/wdiag install -m 0644 ../examples/wdiag.conf /construction/net-mgmt/wdiag/stage/usr/local/share/examples/wdiag ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for wdiag-0.10.2 file sizes/checksums [4]: . done packing files [4]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Friday, 8 MAR 2019 at 04:43:09 UTC Duration: 00:00:05