=> Building sysutils/filetype build started at Wed Oct 5 17:12:51 PDT 2016 port directory: /usr/ports/sysutils/filetype building for: DragonFly pkgbox64.dragonflybsd.org 4.7-DEVELOPMENT DragonFly v4.7.0.78.g7d868-DEVELOPMENT #7: Mon Aug 1 22:25:32 PDT 2016 root@pkgbox64.dragonflybsd.org:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 maintained by: ismail.yenigul@endersys.com.tr ident warning: no id keywords in /build/boomdata/data/.m/bleeding-edge-default/ref/../04//usr/ports/sysutils/filetype/Makefile Makefile ident: Poudriere version: 3.1-pre Host OSVERSION: 400700 Jail OSVERSION: 400702 !!! Jail is newer than host. (Jail: 400702, Host: 400700) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- STATUS=1 SAVED_TERM=screen MASTERMNT=/build/boomdata/data/.m/bleeding-edge-default/ref PATH=/usr/local/libexec/poudriere:/sbin:/bin:/usr/sbin:/usr/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/pkg/xorg/bin:/usr/X11R6/bin:/root/bin:/sbin:/usr/sbin POUDRIERE_BUILD_TYPE=bulk PKGNAME=filetype-0.1.3 OLDPWD=/root/boom PWD=/build/boomdata/data/.m/bleeding-edge-default/ref/.p/pool MASTERNAME=bleeding-edge-default TERM=cons25 USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for filetype-0.1.3: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/sysutils/filetype XDG_CONFIG_HOME=/wrkdirs/sysutils/filetype HOME=/wrkdirs/sysutils/filetype TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/sysutils/filetype XDG_CONFIG_HOME=/wrkdirs/sysutils/filetype HOME=/wrkdirs/sysutils/filetype TMPDIR="/tmp" 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 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=4.7 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/filetype" EXAMPLESDIR="share/examples/filetype" DATADIR="share/filetype" WWWDIR="www/filetype" ETCDIR="etc/filetype" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/filetype DOCSDIR=/usr/local/share/doc/filetype EXAMPLESDIR=/usr/local/share/examples/filetype WWWDIR=/usr/local/www/filetype ETCDIR=/usr/local/etc/filetype --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs NO_BACKUP=yes USE_PACKAGE_DEPENDS=yes PKG_CREATE_VERBOSE=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORT_DBDIR=/options PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles MAKE_JOBS_NUMBER=5 ---End make.conf--- =================================================== =========================================================================== =================================================== ===> filetype-0.1.3 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.8.7_3.txz Installing pkg-1.8.7_3... Extracting pkg-1.8.7_3: .......... done ===> filetype-0.1.3 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of filetype-0.1.3 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by filetype-0.1.3 for building =========================================================================== =================================================== ===> Fetching all distfiles required by filetype-0.1.3 for building => SHA256 Checksum OK for filetype-0.1.3.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by filetype-0.1.3 for building ===> Extracting for filetype-0.1.3 => SHA256 Checksum OK for filetype-0.1.3.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for filetype-0.1.3 ===> Applying ports patches for filetype-0.1.3 =========================================================================== =================================================== =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for filetype-0.1.3 =========================================================================== =================================================== ===> Building for filetype-0.1.3 --- pldstr.o --- --- logger.o --- --- libfiletype.o --- --- filetype-compile.o --- --- filetype.o --- --- pldstr.o --- cc -Wall -g -c pldstr.c --- logger.o --- cc -Wall -g -c logger.c --- libfiletype.o --- cc -Wall -g -c libfiletype.c --- filetype.o --- cc -Wall -g -c filetype.c --- filetype-compile.o --- cc -Wall -g -c filetype-compile.c --- pldstr.o --- pldstr.c: In function 'PLD_strstr': pldstr.c:41:16: warning: pointer targets in passing argument 1 of 'PLD_strlower' differ in signedness [-Wpointer-sign] PLD_strlower(hs); ^ In file included from pldstr.c:11:0: pldstr.h:34:5: note: expected 'unsigned char *' but argument is of type 'char *' int PLD_strlower( unsigned char *convertme ); ^ pldstr.c:43:16: warning: pointer targets in passing argument 1 of 'PLD_strlower' differ in signedness [-Wpointer-sign] PLD_strlower(ne); ^ In file included from pldstr.c:11:0: pldstr.h:34:5: note: expected 'unsigned char *' but argument is of type 'char *' int PLD_strlower( unsigned char *convertme ); ^ --- filetype-compile.o --- filetype-compile.c: In function 'main': filetype-compile.c:33:37: warning: variable 'bname' set but not used [-Wunused-but-set-variable] char *input_fname, *output_fname, *bname; ^ --- libfiletype.o --- libfiletype.c: In function 'FILETYPE_import_list': libfiletype.c:924:18: warning: pointer targets in passing argument 1 of 'PLD_strncpy' differ in signedness [-Wpointer-sign] PLD_strncpy(atest->testfor, sp, _FILETYPE_TT_STRLEN_MAX+1); ^ In file included from libfiletype.c:13:0: pldstr.h:29:7: note: expected 'char *' but argument is of type 'unsigned char *' char *PLD_strncpy( char *dst, const char *src, size_t len ); ^ libfiletype.c:968:14: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] testfor = atest->testfor; ^ libfiletype.c: In function 'FILETYPE_is_filetype': libfiletype.c:1510:15: warning: pointer targets in passing argument 1 of 'PLD_strlower' differ in signedness [-Wpointer-sign] PLD_strlower(textbuffer); ^ In file included from libfiletype.c:13:0: pldstr.h:34:5: note: expected 'unsigned char *' but argument is of type 'char *' int PLD_strlower( unsigned char *convertme ); ^ libfiletype.c: In function 'FILETYPE_get_filetype': libfiletype.c:1729:15: warning: pointer targets in passing argument 1 of 'PLD_strlower' differ in signedness [-Wpointer-sign] PLD_strlower(textbuffer); ^ In file included from libfiletype.c:13:0: pldstr.h:34:5: note: expected 'unsigned char *' but argument is of type 'char *' int PLD_strlower( unsigned char *convertme ); ^ --- filetype-compile --- --- filetype --- --- filetype-compile --- cc -Wall -g pldstr.o logger.o libfiletype.o filetype-compile.o -o filetype-compile --- filetype --- cc -Wall -g pldstr.o logger.o libfiletype.o filetype.o -o filetype =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for filetype-0.1.3 ===> Generating temporary packing list install -s -m 555 /wrkdirs/sysutils/filetype/filetype-0.1.3/filetype /wrkdirs/sysutils/filetype/stage/usr/local/bin install -m 0644 /wrkdirs/sysutils/filetype/filetype-0.1.3/filetype.1 /wrkdirs/sysutils/filetype/stage/usr/local/man/man1 install -m 0644 /wrkdirs/sysutils/filetype/filetype-0.1.3/filetype-compile.1 /wrkdirs/sysutils/filetype/stage/usr/local/man/man1 /bin/mkdir -p /wrkdirs/sysutils/filetype/stage/usr/local/share/doc/filetype install -m 0644 /wrkdirs/sysutils/filetype/filetype-0.1.3/README /wrkdirs/sysutils/filetype/filetype-0.1.3/CHANGELOG /wrkdirs/sysutils/filetype/filetype-0.1.3/CONTRIBUTORS /wrkdirs/sysutils/filetype/filetype-0.1.3/INSTALL /wrkdirs/sysutils/filetype/filetype-0.1.3/LICENSE /wrkdirs/sysutils/filetype/filetype-0.1.3/TODO /wrkdirs/sysutils/filetype/stage/usr/local/share/doc/filetype ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for filetype-0.1.3 file sizes/checksums [9]: . done packing files [9]: . done packing directories [0]: . done =========================================================================== => Cleaning up wrkdir ===> Cleaning for filetype-0.1.3 build of sysutils/filetype ended at Wed Oct 5 17:12:56 PDT 2016 build time: 00:00:05