=> Building security/portsentry Started : Thursday, 19 APR 2018 at 06:53:00 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 -------------------------------------------------- ===> The following configuration options are available for portsentry-1.2_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings -------------------------------------------------- -- CONFIGURE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/security/portsentry XDG_CONFIG_HOME=/construction/security/portsentry HOME=/construction/security/portsentry TMPDIR="/tmp" PATH=/construction/security/portsentry/.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/security/portsentry XDG_CONFIG_HOME=/construction/security/portsentry HOME=/construction/security/portsentry TMPDIR="/tmp" PATH=/construction/security/portsentry/.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 -DPREFIX=\"/usr/local" -O2 -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" LIBS="" CXX="c++" CXXFLAGS=" -pipe -DPREFIX="/usr/local" -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 -------------------------------------------------- CC="cc" CFLAGS="-pipe -DPREFIX=\"/usr/local" -O2 -fno-strict-aliasing" DESTDIR=/construction/security/portsentry/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- PORTDOCS="" PORTEXAMPLES="" OSREL=5.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/portsentry" EXAMPLESDIR="share/examples/portsentry" DATADIR="share/portsentry" WWWDIR="www/portsentry" ETCDIR="etc/portsentry" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/portsentry DOCSDIR=/usr/local/share/doc/portsentry EXAMPLESDIR=/usr/local/share/examples/portsentry WWWDIR=/usr/local/www/portsentry ETCDIR=/usr/local/etc/portsentry -------------------------------------------------- -- /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 -------------------------------------------------------------------------------- ===> portsentry-1.2_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 ===> portsentry-1.2_1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of portsentry-1.2_1 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> Fetching all distfiles required by portsentry-1.2_1 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> Fetching all distfiles required by portsentry-1.2_1 for building => SHA256 Checksum OK for portsentry-1.2.tar.gz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> Fetching all distfiles required by portsentry-1.2_1 for building ===> Extracting for portsentry-1.2_1 => SHA256 Checksum OK for portsentry-1.2.tar.gz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for portsentry-1.2_1 ===> Applying ports patches for portsentry-1.2_1 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for portsentry-1.2_1 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for portsentry-1.2_1 --- freebsd --- SYSTYPE=freebsd Making cc -pipe -DPREFIX="/usr/local" -O2 -fno-strict-aliasing -DBSD44 -o ./portsentry ./portsentry.c ./portsentry_io.c ./portsentry_util.c ./portsentry_io.c: In function 'ConfigTokenRetrieve': ./portsentry_io.c:321:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((strstr (buffer, token) != (char) NULL) && ^ ./portsentry_io.c:321:36: warning: comparison between pointer and integer if ((strstr (buffer, token) != (char) NULL) && ^ ./portsentry_io.c:324:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (strstr (buffer, "\"") == (char) NULL) ^ ./portsentry_io.c:324:31: warning: comparison between pointer and integer if (strstr (buffer, "\"") == (char) NULL) ^ ./portsentry_io.c: In function 'IsBlocked': ./portsentry_io.c:670:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if((ipOffset = strstr(buffer, target)) != (char) NULL) ^ ./portsentry_io.c:670:41: warning: comparison between pointer and integer if((ipOffset = strstr(buffer, target)) != (char) NULL) ^ ./portsentry_io.c: In function 'SubstString': ./portsentry_io.c:727:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (strstr (target, find) == (char) NULL) ^ ./portsentry_io.c:727:30: warning: comparison between pointer and integer if (strstr (target, find) == (char) NULL) ^ -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for portsentry-1.2_1 ===> Generating temporary packing list install -m 0644 /construction/security/portsentry/portsentry_beta/portsentry.conf /construction/security/portsentry/stage/usr/local/etc/portsentry.conf.sample install -m 0644 /construction/security/portsentry/portsentry_beta/portsentry.ignore /construction/security/portsentry/stage/usr/local/etc/portsentry.ignore.sample install -s -m 555 /construction/security/portsentry/portsentry_beta/portsentry /construction/security/portsentry/stage/usr/local/bin install -m 555 /construction/security/portsentry/portsentry.sh /construction/security/portsentry/stage/usr/local/etc/rc.d/ install -m 0644 /construction/security/portsentry/portsentry_beta/README.install /construction/security/portsentry/portsentry_beta/README.methods /construction/security/portsentry/portsentry_beta/README.stealth /construction/security/portsentry/stage/usr/local/share/doc/portsentry ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for portsentry-1.2_1 file sizes/checksums [7]: . done packing files [7]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Thursday, 19 APR 2018 at 06:53:06 UTC Duration: 00:00:05