=> Building sysutils/odo Started : Friday, 20 APR 2018 at 07:35:58 UTC Platform: 5.3-DEVELOPMENT DragonFly v5.3.0.81.g32506c-DEVELOPMENT #29: Tue Apr 10 08:49:52 PDT 2018 marino@pkgbox64.dragonflybsd.org:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 -------------------------------------------------- -- Environment -------------------------------------------------- UNAME_r=5.0-SYNTH UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=DragonFly 5.0-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/odo XDG_CONFIG_HOME=/construction/sysutils/odo HOME=/construction/sysutils/odo TMPDIR="/tmp" PATH=/construction/sysutils/odo/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 -------------------------------------------------- -- CONFIGURE_ARGS -------------------------------------------------- -------------------------------------------------- -- MAKE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/sysutils/odo XDG_CONFIG_HOME=/construction/sysutils/odo HOME=/construction/sysutils/odo TMPDIR="/tmp" PATH=/construction/sysutils/odo/.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=gcc50 PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" 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/sysutils/odo/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- PORTDOCS="" PORTEXAMPLES="" OSREL=5.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/odo" EXAMPLESDIR="share/examples/odo" DATADIR="share/odo" WWWDIR="www/odo" ETCDIR="etc/odo" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/odo DOCSDIR=/usr/local/share/doc/odo EXAMPLESDIR=/usr/local/share/examples/odo WWWDIR=/usr/local/www/odo ETCDIR=/usr/local/etc/odo -------------------------------------------------- -- /etc/make.conf -------------------------------------------------- SYNTHPROFILE=Release-5.0 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 _SMP_CPUS=8 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500000 OSVERSION=9999999 OSREL=5.0 _OSRELEASE=5.0-SYNTH -------------------------------------------------------------------------------- -- Phase: check-sanity -------------------------------------------------------------------------------- ===> License ISCL accepted by the user -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> odo-0.2.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5.txz Installing pkg-1.10.5... Extracting pkg-1.10.5: .......... done ===> odo-0.2.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of odo-0.2.2 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> License ISCL accepted by the user ===> Fetching all distfiles required by odo-0.2.2 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> License ISCL accepted by the user ===> Fetching all distfiles required by odo-0.2.2 for building => SHA256 Checksum OK for atomicobject-odo-v0.2.2_GH0.tar.gz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> License ISCL accepted by the user ===> Fetching all distfiles required by odo-0.2.2 for building ===> Extracting for odo-0.2.2 => SHA256 Checksum OK for atomicobject-odo-v0.2.2_GH0.tar.gz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for odo-0.2.2 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for odo-0.2.2 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for odo-0.2.2 --- main.o --- cc -pipe -O2 -fno-strict-aliasing -std=c99 -D_POSIX_C_SOURCE=200112L -D_C99_SOURCE -g -Wall -pedantic -Wextra -O3 -c main.c In file included from main.c:32:0: main.c: In function 'format_counter': types.h:21:24: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'counter_t {aka long unsigned int}' [-Wformat=] #define COUNTER_FORMAT "%08llu" ^ main.c:232:55: note: in expansion of macro 'COUNTER_FORMAT' if ((int)sizeof(buf) < snprintf(buf, sizeof(buf), COUNTER_FORMAT, v)) { ^ types.h:21:24: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'counter_t {aka long unsigned int}' [-Wformat=] #define COUNTER_FORMAT "%08llu" ^ main.c:232:55: note: in expansion of macro 'COUNTER_FORMAT' if ((int)sizeof(buf) < snprintf(buf, sizeof(buf), COUNTER_FORMAT, v)) { ^ main.c: In function 'print_as_decimal': types.h:22:31: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'counter_t {aka long unsigned int}' [-Wformat=] #define COUNTER_FORMAT_NO_PAD "%llu" ^ main.c:285:32: note: in expansion of macro 'COUNTER_FORMAT_NO_PAD' snprintf(buf, sizeof(buf), COUNTER_FORMAT_NO_PAD, c); ^ types.h:22:31: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'counter_t {aka long unsigned int}' [-Wformat=] #define COUNTER_FORMAT_NO_PAD "%llu" ^ main.c:285:32: note: in expansion of macro 'COUNTER_FORMAT_NO_PAD' snprintf(buf, sizeof(buf), COUNTER_FORMAT_NO_PAD, c); ^ --- odo --- cc -o odo main.o -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for odo-0.2.2 ===> Generating temporary packing list install -s -m 555 /construction/sysutils/odo/odo-0.2.2/odo /construction/sysutils/odo/stage/usr/local/bin install -m 444 /construction/sysutils/odo/odo-0.2.2/man/odo.1 /construction/sysutils/odo/stage/usr/local/man/man1 ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for odo-0.2.2 file sizes/checksums [5]: . done packing files [5]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Friday, 20 APR 2018 at 07:36:03 UTC Duration: 00:00:04