=> Building devel/libublio Started : Wednesday, 6 MAR 2019 at 07:06:29 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 -------------------------------------------------- ===> The following configuration options are available for libublio-20070103_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings -------------------------------------------------- -- CONFIGURE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/devel/libublio XDG_CONFIG_HOME=/construction/devel/libublio HOME=/construction/devel/libublio TMPDIR="/tmp" PATH=/construction/devel/libublio/.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 -------------------------------------------------- SRCCONF=/dev/null XDG_DATA_HOME=/construction/devel/libublio XDG_CONFIG_HOME=/construction/devel/libublio HOME=/construction/devel/libublio TMPDIR="/tmp" PATH=/construction/devel/libublio/.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/devel/libublio/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- PROFLIB="@comment " PORTDOCS="" OSREL=5.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/libublio" EXAMPLESDIR="share/examples/libublio" DATADIR="share/libublio" WWWDIR="www/libublio" ETCDIR="etc/libublio" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local PORTVERSION=20070103 PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/libublio DOCSDIR=/usr/local/share/doc/libublio EXAMPLESDIR=/usr/local/share/examples/libublio WWWDIR=/usr/local/www/libublio ETCDIR=/usr/local/etc/libublio -------------------------------------------------- -- /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 -------------------------------------------------------------------------------- ===> libublio-20070103_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 ===> libublio-20070103_2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of libublio-20070103_2 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by libublio-20070103_2 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by libublio-20070103_2 for building => SHA256 Checksum OK for libublio-20070103.tar.gz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by libublio-20070103_2 for building ===> Extracting for libublio-20070103_2 ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by libublio-20070103_2 for building => SHA256 Checksum OK for libublio-20070103.tar.gz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for libublio-20070103_2 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for libublio-20070103_2 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for libublio-20070103_2 --- objwarn --- --- ublio.So --- --- ublio.o --- --- objwarn --- Warning: Object directory not changed from original /construction/devel/libublio/libublio-20070103 --- ublio.So --- cc -fpic -DPIC -pipe -O2 -fno-strict-aliasing -std=gnu99 -c ublio.c -o ublio.So ublio.c:57: warning: "MIN" redefined #define MIN(a, b) ((a) < (b) ? (a) : (b)) In file included from /usr/include/sys/uio.h:39, from ublio.c:30: /usr/include/sys/param.h:334: note: this is the location of the previous definition #define MIN(a,b) (((a)<(b))?(a):(b)) ublio.c:58: warning: "MAX" redefined #define MAX(a, b) ((a) < (b) ? (b) : (a)) In file included from /usr/include/sys/uio.h:39, from ublio.c:30: /usr/include/sys/param.h:335: note: this is the location of the previous definition #define MAX(a,b) (((a)>(b))?(a):(b)) --- ublio.o --- cc -pipe -O2 -fno-strict-aliasing -std=gnu99 -c ublio.c -o ublio.o ublio.c:57: warning: "MIN" redefined #define MIN(a, b) ((a) < (b) ? (a) : (b)) In file included from /usr/include/sys/uio.h:39, from ublio.c:30: /usr/include/sys/param.h:334: note: this is the location of the previous definition #define MIN(a,b) (((a)<(b))?(a):(b)) ublio.c:58: warning: "MAX" redefined #define MAX(a, b) ((a) < (b) ? (b) : (a)) In file included from /usr/include/sys/uio.h:39, from ublio.c:30: /usr/include/sys/param.h:335: note: this is the location of the previous definition #define MAX(a,b) (((a)>(b))?(a):(b)) --- libublio.a --- building static ublio library rm -f libublio.a ar cq libublio.a `lorder ublio.o | tsort -q` ranlib libublio.a --- libublio.so.1 --- building shared library libublio.so.1 rm -f libublio.so.1 libublio.so ln -fs libublio.so.1 libublio.so cc -shared -Wl,-x -o libublio.so.1 -Wl,-soname,libublio.so.1 `lorder ublio.So | tsort -q` -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for libublio-20070103_2 ===> Environment: .MAKE.LEVEL.ENV=MAKELEVEL ARCH=x86_64 CCVER=gcc80 DFLYVERSION=500500 HOME=/root HOST_CCVER=gcc80 LANG=C LC_ALL=C MAKEFLAGS= .MAKE.LEVEL.ENV=MAKELEVEL ARCH=x86_64 DFLYVERSION=500500 OPSYS=DragonFly OSREL=5.5 OSVERSION=9999999 WORLD_VERSION=500500 _OSRELEASE=5.5-SYNTH _PKG_CHECKED=1 _SMP_CPUS=8 MAKELEVEL=2 NO_DEPENDS=yes OLDPWD=/xports/devel/libublio OPSYS=DragonFly OSREL=5.5 OSVERSION=9999999 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CACHEDIR=/var/cache/pkg8 PKG_DBDIR=/var/db/pkg8 PORTSDIR=/xports PWD=/xports/devel/libublio SSL_NO_VERIFY_PEER=1 TERM=dumb UNAME_m=x86_64 UNAME_p=x86_64 UNAME_r=5.5-SYNTH UNAME_s=DragonFly UNAME_v=DragonFly 5.5-SYNTH USER=root WORLD_VERSION=500500 _OSRELEASE=5.5-SYNTH _PKG_CHECKED=1 _SMP_CPUS=8 ===> Makefiles used: ===> Generating temporary packing list install -C -o root -g wheel -m 444 libublio.a /construction/devel/libublio/stage/usr/local/lib install -s -o root -g wheel -m 444 libublio.so.1 /construction/devel/libublio/stage/usr/local/lib ln -fs libublio.so.1 /construction/devel/libublio/stage/usr/local/lib/libublio.so install -C -o root -g wheel -m 444 ublio.h /construction/devel/libublio/stage/usr/local/include install -m 0644 /construction/devel/libublio/libublio-20070103/README /construction/devel/libublio/stage/usr/local/share/doc/libublio install -m 0644 /construction/devel/libublio/libublio.pc /construction/devel/libublio/stage/usr/local/libdata/pkgconfig/ ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for libublio-20070103_2 file sizes/checksums [9]: . done packing files [9]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Wednesday, 6 MAR 2019 at 07:06:35 UTC Duration: 00:00:06