=> Building sysutils/bksh Started : Saturday, 9 MAR 2019 at 09:14:07 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/sysutils/bksh XDG_CONFIG_HOME=/construction/sysutils/bksh HOME=/construction/sysutils/bksh TMPDIR="/tmp" PATH=/construction/sysutils/bksh/.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/sysutils/bksh XDG_CONFIG_HOME=/construction/sysutils/bksh HOME=/construction/sysutils/bksh TMPDIR="/tmp" PATH=/construction/sysutils/bksh/.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 -D__FreeBSD__=9 -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -D__FreeBSD__=9 -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/sysutils/bksh/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- OSREL=5.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/bksh" EXAMPLESDIR="share/examples/bksh" DATADIR="share/bksh" WWWDIR="www/bksh" ETCDIR="etc/bksh" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/bksh DOCSDIR=/usr/local/share/doc/bksh EXAMPLESDIR=/usr/local/share/examples/bksh WWWDIR=/usr/local/www/bksh ETCDIR=/usr/local/etc/bksh -------------------------------------------------- -- /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 -------------------------------------------------------------------------------- ===> bksh-1.7 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 ===> bksh-1.7 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of bksh-1.7 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> Fetching all distfiles required by bksh-1.7 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> Fetching all distfiles required by bksh-1.7 for building => SHA256 Checksum OK for bksh-1.7.tar.gz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> Fetching all distfiles required by bksh-1.7 for building ===> Extracting for bksh-1.7 ===> Fetching all distfiles required by bksh-1.7 for building => SHA256 Checksum OK for bksh-1.7.tar.gz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for bksh-1.7 ===> Applying ports patches for bksh-1.7 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for bksh-1.7 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for bksh-1.7 --- objwarn --- --- bksh.o --- --- objwarn --- Warning: Object directory not changed from original /construction/sysutils/bksh/bksh-1.7 --- bksh.o --- cc -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -std=gnu99 -c bksh.c bksh.c: In function 'main': bksh.c:211:40: warning: '%s' directive output may be truncated writing likely 10 or more bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(filename, MAXPATHLEN, "%s/%s", ^~ bksh.c:211:36: note: assuming directive output of 10 bytes snprintf(filename, MAXPATHLEN, "%s/%s", ^~~~~~~ bksh.c:211:5: note: 'snprintf' output 2 or more bytes (assuming 1035) into a destination of size 1024 snprintf(filename, MAXPATHLEN, "%s/%s", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ datadir, back_name); ~~~~~~~~~~~~~~~~~~~ bksh.c:220:44: warning: '%s' directive output may be truncated writing likely 10 or more bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(filename, MAXPATHLEN, "%s/%s.%d", ^~ bksh.c:220:40: note: assuming directive output of 10 bytes snprintf(filename, MAXPATHLEN, "%s/%s.%d", ^~~~~~~~~~ bksh.c:220:40: note: directive argument in the range [1, 2147483646] bksh.c:220:9: note: 'snprintf' output 4 or more bytes (assuming 1046) into a destination of size 1024 snprintf(filename, MAXPATHLEN, "%s/%s.%d", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ datadir, back_name, i); ~~~~~~~~~~~~~~~~~~~~~~ bksh.c:228:47: warning: '%s' directive output may be truncated writing likely 10 or more bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(backup_file, MAXPATHLEN, "%s/%s.%d", ^~ bksh.c:228:43: note: assuming directive output of 10 bytes snprintf(backup_file, MAXPATHLEN, "%s/%s.%d", ^~~~~~~~~~ bksh.c:228:43: note: directive argument in the range [0, 2147483646] bksh.c:228:9: note: 'snprintf' output 4 or more bytes (assuming 1046) into a destination of size 1024 snprintf(backup_file, MAXPATHLEN, "%s/%s.%d", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ datadir, back_name, i); ~~~~~~~~~~~~~~~~~~~~~~ bksh.c:230:44: warning: '%s' directive output may be truncated writing likely 10 or more bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(filename, MAXPATHLEN, "%s/%s.%d", ^~ bksh.c:230:40: note: assuming directive output of 10 bytes snprintf(filename, MAXPATHLEN, "%s/%s.%d", ^~~~~~~~~~ bksh.c:230:40: note: directive argument in the range [1, 2147483645] bksh.c:230:9: note: 'snprintf' output 4 or more bytes (assuming 1046) into a destination of size 1024 snprintf(filename, MAXPATHLEN, "%s/%s.%d", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ datadir, back_name, (--i)); ~~~~~~~~~~~~~~~~~~~~~~~~~~ bksh.c:236:47: warning: '%s' directive output may be truncated writing likely 10 or more bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(backup_file, MAXPATHLEN, "%s/%s.%d", ^~ bksh.c:236:43: note: assuming directive output of 10 bytes snprintf(backup_file, MAXPATHLEN, "%s/%s.%d", ^~~~~~~~~~ bksh.c:236:9: note: 'snprintf' output 4 or more bytes (assuming 1037) into a destination of size 1024 snprintf(backup_file, MAXPATHLEN, "%s/%s.%d", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ datadir, back_name, i); ~~~~~~~~~~~~~~~~~~~~~~ bksh.c:238:45: warning: '%s' directive output may be truncated writing likely 10 or more bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(filename, MAXPATHLEN, "%s/%s", ^~ bksh.c:238:41: note: assuming directive output of 10 bytes snprintf(filename, MAXPATHLEN, "%s/%s", ^~~~~~~ bksh.c:238:9: note: 'snprintf' output 2 or more bytes (assuming 1035) into a destination of size 1024 snprintf(filename, MAXPATHLEN, "%s/%s", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ datadir, back_name); ~~~~~~~~~~~~~~~~~~~ --- bksh --- cc -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -Wall -std=gnu99 -o bksh bksh.o -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for bksh-1.7 ===> Generating temporary packing list install -s -o root -g wheel -m 555 bksh /construction/sysutils/bksh/stage/usr/local/bin ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for bksh-1.7 file sizes/checksums [1]: . done packing files [1]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Saturday, 9 MAR 2019 at 09:14:13 UTC Duration: 00:00:06