=> Building sysutils/rclean Started : Thursday, 12 APR 2018 at 06:56:29 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.2-SYNTH UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=DragonFly 5.2-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/rclean XDG_CONFIG_HOME=/construction/sysutils/rclean HOME=/construction/sysutils/rclean TMPDIR="/tmp" PATH=/construction/sysutils/rclean/.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/rclean XDG_CONFIG_HOME=/construction/sysutils/rclean HOME=/construction/sysutils/rclean TMPDIR="/tmp" PATH=/construction/sysutils/rclean/.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/rclean/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- PORTDOCS="" PORTEXAMPLES="" OSREL=5.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/rclean" EXAMPLESDIR="share/examples/rclean" DATADIR="share/rclean" WWWDIR="www/rclean" ETCDIR="etc/rclean" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/rclean DOCSDIR=/usr/local/share/doc/rclean EXAMPLESDIR=/usr/local/share/examples/rclean WWWDIR=/usr/local/www/rclean ETCDIR=/usr/local/etc/rclean -------------------------------------------------- -- /etc/make.conf -------------------------------------------------- SYNTHPROFILE=Release-5.2 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=500200 OSVERSION=9999999 OSREL=5.2 _OSRELEASE=5.2-SYNTH -------------------------------------------------------------------------------- -- Phase: check-sanity -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> rclean-1.14 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 ===> rclean-1.14 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of rclean-1.14 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> Fetching all distfiles required by rclean-1.14 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> Fetching all distfiles required by rclean-1.14 for building => SHA256 Checksum OK for rclean-1.14.tar.bz2. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> Fetching all distfiles required by rclean-1.14 for building ===> Extracting for rclean-1.14 => SHA256 Checksum OK for rclean-1.14.tar.bz2. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for rclean-1.14 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for rclean-1.14 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for rclean-1.14 rclean.c: In function 'element_new': rclean.c:188:14: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] u->key = strcpy(malloc_chk(sizeof(char) * (strlen(key) + 1)), key); ^ rclean.c:188:14: warning: incompatible implicit declaration of built-in function 'strcpy' rclean.c:188:14: note: include '' or provide a declaration of 'strcpy' rclean.c:188:48: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] u->key = strcpy(malloc_chk(sizeof(char) * (strlen(key) + 1)), key); ^ rclean.c:188:48: warning: incompatible implicit declaration of built-in function 'strlen' rclean.c:188:48: note: include '' or provide a declaration of 'strlen' rclean.c: In function 'element_find': rclean.c:221:20: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] while((el) && (strcmp(el->key, key) != 0)) ^ rclean.c: In function 'element_change': rclean.c:268:28: warning: incompatible implicit declaration of built-in function 'strcpy' exceptions[i].previous = strcpy(malloc_chk(sizeof(char) * (strlen(key) + 1)), key); ^ rclean.c:268:28: note: include '' or provide a declaration of 'strcpy' rclean.c:268:62: warning: incompatible implicit declaration of built-in function 'strlen' exceptions[i].previous = strcpy(malloc_chk(sizeof(char) * (strlen(key) + 1)), key); ^ rclean.c:268:62: note: include '' or provide a declaration of 'strlen' rclean.c:284:17: warning: incompatible implicit declaration of built-in function 'strcpy' el->value = strcpy(malloc_chk(sizeof(char) * (strlen(value) + 1)), value); ^ rclean.c:284:17: note: include '' or provide a declaration of 'strcpy' rclean.c:284:51: warning: incompatible implicit declaration of built-in function 'strlen' el->value = strcpy(malloc_chk(sizeof(char) * (strlen(value) + 1)), value); ^ rclean.c:284:51: note: include '' or provide a declaration of 'strlen' rclean.c: In function 'main': rclean.c:365:17: warning: implicit declaration of function 'getopt' [-Wimplicit-function-declaration] while ((i = getopt(ac, av, "d:c:w:anfeh?")) != -1) ^ rclean.c:439:18: warning: incompatible implicit declaration of built-in function 'strlen' tabs = 52 - strlen(el->key) - strlen(el->value); ^ rclean.c:439:18: note: include '' or provide a declaration of 'strlen' -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for rclean-1.14 ===> Generating temporary packing list install -s -m 555 /construction/sysutils/rclean/rclean-1.14/rclean /construction/sysutils/rclean/stage/usr/local/bin ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for rclean-1.14 file sizes/checksums [1]: . done packing files [1]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Thursday, 12 APR 2018 at 06:56:34 UTC Duration: 00:00:04