=> Building sysutils/tclsyslog Started : Friday, 20 APR 2018 at 07:47:53 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/tclsyslog XDG_CONFIG_HOME=/construction/sysutils/tclsyslog HOME=/construction/sysutils/tclsyslog TMPDIR="/tmp" PATH=/construction/sysutils/tclsyslog/.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/tclsyslog XDG_CONFIG_HOME=/construction/sysutils/tclsyslog HOME=/construction/sysutils/tclsyslog TMPDIR="/tmp" PATH=/construction/sysutils/tclsyslog/.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/tclsyslog/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- PORTDOCS="" PORTEXAMPLES="" OSREL=5.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/tclsyslog" EXAMPLESDIR="share/examples/tclsyslog" DATADIR="share/tclsyslog" WWWDIR="www/tclsyslog" ETCDIR="etc/tclsyslog" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/tclsyslog DOCSDIR=/usr/local/share/doc/tclsyslog EXAMPLESDIR=/usr/local/share/examples/tclsyslog WWWDIR=/usr/local/www/tclsyslog ETCDIR=/usr/local/etc/tclsyslog -------------------------------------------------- -- /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 -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> tclsyslog-2.1_1 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 ===> tclsyslog-2.1_1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of tclsyslog-2.1_1 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> Fetching all distfiles required by tclsyslog-2.1_1 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> Fetching all distfiles required by tclsyslog-2.1_1 for building => SHA256 Checksum OK for tclsyslog-2.1.tar.gz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> Fetching all distfiles required by tclsyslog-2.1_1 for building ===> Extracting for tclsyslog-2.1_1 => SHA256 Checksum OK for tclsyslog-2.1.tar.gz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for tclsyslog-2.1_1 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- ===> tclsyslog-2.1_1 depends on shared library: libtcl86.so - not found ===> Installing existing package /packages/All/tcl86-8.6.8.txz Installing tcl86-8.6.8... Extracting tcl86-8.6.8: .......... done ===> tclsyslog-2.1_1 depends on shared library: libtcl86.so - found (/usr/local/lib/libtcl86.so) ===> Returning to build of tclsyslog-2.1_1 -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for tclsyslog-2.1_1 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for tclsyslog-2.1_1 --- tclsyslog.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -fPIC -I/usr/local/include/tcl8.6 -DVERSION=\"2.1\" -c tclsyslog.c tclsyslog.c: In function 'Syslog_Log': tclsyslog.c:54:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] info->facility=(int)Tcl_GetHashValue(entry); ^ tclsyslog.c:80:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] tmp |= (int) Tcl_GetHashValue(entry); ^ tclsyslog.c:113:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] priority=(int)Tcl_GetHashValue(entry); ^ In file included from tclsyslog.c:4:0: tclsyslog.c: In function 'AddEntry': tclsyslog.c:184:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Tcl_SetHashValue(entry,(ClientData)value); ^ /usr/local/include/tcl8.6/tcl.h:2577:69: note: in definition of macro 'Tcl_SetHashValue' #define Tcl_SetHashValue(h, value) ((h)->clientData = (ClientData) (value)) ^ tclsyslog.c: In function 'Syslog_Init': tclsyslog.c:202:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] argv0=Tcl_GetVar(interp,"argv0",TCL_GLOBAL_ONLY); ^ --- libsyslog.so.2.1 --- cc -pipe -O2 -fno-strict-aliasing -Wall -fPIC -shared -L/usr/local/lib -o libsyslog.so.2.1 -DUSE_TCL_STUBS -DVERSION=\"2.1\" tclsyslog.o -ltclstub86 --- pkgIndex.tcl --- echo 'package ifneeded Syslog 2.1 [list tclPkgSetup $dir Syslog 2.1 {{libsyslog.so.2.1 load {syslog}}}]' >pkgIndex.tcl -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for tclsyslog-2.1_1 ===> Generating temporary packing list /usr/bin/install -m 755 -d /construction/sysutils/tclsyslog/stage/usr/local/lib/syslog /usr/bin/install -m 755 -c libsyslog.so.2.1 /construction/sysutils/tclsyslog/stage/usr/local/lib/syslog /usr/bin/install -m 644 -c pkgIndex.tcl /construction/sysutils/tclsyslog/stage/usr/local/lib/syslog /usr/bin/install -m 644 -c syslog.n /construction/sysutils/tclsyslog/stage/usr/local/man/mann/syslog.n ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for tclsyslog-2.1_1 file sizes/checksums [3]: . done packing files [3]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Friday, 20 APR 2018 at 07:47:58 UTC Duration: 00:00:04