------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=5.9 UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=unknown UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 LANG=C HOME=/root USER=root TERM=dumb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: showconfig ------------------------------------------------------------------------------- ===> The following configuration options are available for bonnie-2.0.6_1: STATIC=off: Build static executables and/or libraries ===> Use 'make config' to modify these settings SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/benchmarks/bonnie XDG_CONFIG_HOME=/construction/benchmarks/bonnie HOME=/construction/benchmarks/bonnie TMPDIR="/tmp" PATH=/construction/benchmarks/bonnie/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/benchmarks/bonnie XDG_CONFIG_HOME=/construction/benchmarks/bonnie HOME=/construction/benchmarks/bonnie TMPDIR="/tmp" PATH=/construction/benchmarks/bonnie/.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" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ARGS ------------------------------------------------------------------------------- -e CFLAGS="-pipe -O2 -fno-strict-aliasing " DESTDIR=/construction/benchmarks/bonnie/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- OSREL=5.9 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/bonnie" EXAMPLESDIR="share/examples/bonnie" DATADIR="share/bonnie" WWWDIR="www/bonnie" ETCDIR="etc/bonnie" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/bonnie DOCSDIR=/usr/local/share/doc/bonnie EXAMPLESDIR=/usr/local/share/examples/bonnie WWWDIR=/usr/local/www/bonnie ETCDIR=/usr/local/etc/bonnie SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_SUFX=.txz DEVELOPER=1 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500908 OSVERSION=9999999 OSREL=5.9 _OSRELEASE=5.9-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=10 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> bonnie-2.0.6_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> bonnie-2.0.6_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by bonnie-2.0.6_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> bonnie-2.0.6_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by bonnie-2.0.6_1 for building => SHA256 Checksum OK for bonnie.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> bonnie-2.0.6_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by bonnie-2.0.6_1 for building ===> Extracting for bonnie-2.0.6_1 => SHA256 Checksum OK for bonnie.tar.gz. Extracted Memory Use: 0.03M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for bonnie-2.0.6_1 ===> Applying ports patches for bonnie-2.0.6_1 from /xports/benchmarks/bonnie/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for bonnie-2.0.6_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for bonnie-2.0.6_1 --- bsd --- Options are "make bsd" and "make SysV" - the default is "bsd". If you get messages about missing functions, try "make SysV." make Bonnie --- Bonnie --- cc -pipe -O2 -fno-strict-aliasing Bonnie.c -o Bonnie Bonnie.c: In function 'main': Bonnie.c:126:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (strcmp(argv[next], "-d") == 0) ^~~~~~ Bonnie.c:372:9: warning: implicit declaration of function 'wait'; did you mean 'main'? [-Wimplicit-function-declaration] if (wait(&child) == -1) ^~~~ main Bonnie.c: In function 'io_error': Bonnie.c:542:67: warning: implicit declaration of function 'strerror'; did you mean 'io_error'? [-Wimplicit-function-declaration] sprintf(buf, "\nBonnie: drastic I/O error (%s): %s", message, strerror(errno)); ^~~~~~~~ io_error SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for bonnie-2.0.6_1 ===> Generating temporary packing list install -s -m 555 /construction/benchmarks/bonnie/bonnie-2.0.6_1/Bonnie /construction/benchmarks/bonnie/stage/usr/local/bin/bonnie install -m 444 /xports/benchmarks/bonnie/files/bonnie.1 /construction/benchmarks/bonnie/stage/usr/local/man/man1 ====> 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: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for bonnie-2.0.6_1 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:02