=> Building sysutils/highlnk build started at Wed Oct 5 19:51:37 PDT 2016 port directory: /usr/ports/sysutils/highlnk 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: ehaupt@FreeBSD.org ident warning: no id keywords in /build/boomdata/data/.m/bleeding-edge-default/ref/../04//usr/ports/sysutils/highlnk/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=highlnk-0.2 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 highlnk-0.2: 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/highlnk XDG_CONFIG_HOME=/wrkdirs/sysutils/highlnk HOME=/wrkdirs/sysutils/highlnk TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/sysutils/highlnk XDG_CONFIG_HOME=/wrkdirs/sysutils/highlnk HOME=/wrkdirs/sysutils/highlnk 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/highlnk" EXAMPLESDIR="share/examples/highlnk" DATADIR="share/highlnk" WWWDIR="www/highlnk" ETCDIR="etc/highlnk" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/highlnk DOCSDIR=/usr/local/share/doc/highlnk EXAMPLESDIR=/usr/local/share/examples/highlnk WWWDIR=/usr/local/www/highlnk ETCDIR=/usr/local/etc/highlnk --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--- =================================================== ===> License GPLv2 accepted by the user =========================================================================== =================================================== ===> highlnk-0.2 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 ===> highlnk-0.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of highlnk-0.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by highlnk-0.2 for building =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by highlnk-0.2 for building => SHA256 Checksum OK for highlnk-0.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by highlnk-0.2 for building ===> Extracting for highlnk-0.2 => SHA256 Checksum OK for highlnk-0.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for highlnk-0.2 =========================================================================== =================================================== =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for highlnk-0.2 =========================================================================== =================================================== ===> Building for highlnk-0.2 --- highlnk.o --- --- md5.o --- --- finder.o --- --- highlnk.o --- cc -pipe -O2 -fno-strict-aliasing -c highlnk.c -DVERSION=\"0.2\" -o highlnk.o --- md5.o --- cc -pipe -O2 -fno-strict-aliasing -c md5.c -o md5.o --- finder.o --- cc -pipe -O2 -fno-strict-aliasing -c finder.c -o finder.o finder.c: In function 'findFiles': finder.c:34:14: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if( 0 == strcmp( e->d_name, "..") || 0 == strcmp( e->d_name, ".")) ^ finder.c:37:16: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] n = (char*)malloc( strlen( path) + strlen( e->d_name) + 2); ^ finder.c:37:16: warning: incompatible implicit declaration of built-in function 'malloc' finder.c:37:16: note: include '' or provide a declaration of 'malloc' finder.c:37:24: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] n = (char*)malloc( strlen( path) + strlen( e->d_name) + 2); ^ finder.c:37:24: warning: incompatible implicit declaration of built-in function 'strlen' finder.c:37:24: note: include '' or provide a declaration of 'strlen' finder.c:38:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy( n, path); ^ finder.c:38:5: warning: incompatible implicit declaration of built-in function 'strcpy' finder.c:38:5: note: include '' or provide a declaration of 'strcpy' finder.c:39:5: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] strcat( n, "/"); ^ finder.c:39:5: warning: incompatible implicit declaration of built-in function 'strcat' finder.c:39:5: note: include '' or provide a declaration of 'strcat' finder.c:49:5: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free( n); ^ finder.c:49:5: warning: incompatible implicit declaration of built-in function 'free' finder.c:49:5: note: include '' or provide a declaration of 'free' --- highlnk.o --- highlnk.c: In function 'main': highlnk.c:34:92: warning: implicit declaration of function 'basename' [-Wimplicit-function-declaration] fprintf( stdout, "\n %s %s -- Copyright (c) 2004 Thomas Perl \n\n", basename( argv[0]), VERSION); ^ highlnk.c:44:3: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy( target_directory, argv[1], PATH_MAX); ^ highlnk.c:44:3: warning: incompatible implicit declaration of built-in function 'strncpy' highlnk.c:44:3: note: include '' or provide a declaration of 'strncpy' highlnk.c:45:24: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if( target_directory[strlen( target_directory)-1] == '/') ^ highlnk.c:45:24: warning: incompatible implicit declaration of built-in function 'strlen' highlnk.c:45:24: note: include '' or provide a declaration of 'strlen' highlnk.c:81:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy( target_path, target_directory); ^ highlnk.c:81:5: warning: incompatible implicit declaration of built-in function 'strcpy' highlnk.c:81:5: note: include '' or provide a declaration of 'strcpy' highlnk.c:82:5: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] strcat( target_path, dspos->dirname); ^ highlnk.c:82:5: warning: incompatible implicit declaration of built-in function 'strcat' highlnk.c:82:5: note: include '' or provide a declaration of 'strcat' highlnk.c:114:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy( source_path, working_directory); ^ highlnk.c:114:5: note: include '' or provide a declaration of 'strcpy' highlnk.c:115:5: warning: incompatible implicit declaration of built-in function 'strcat' strcat( source_path, fspos->filename); ^ highlnk.c:115:5: note: include '' or provide a declaration of 'strcat' highlnk.c: In function 'process_data': highlnk.c:161:31: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] nds = (struct dir_source*)malloc( sizeof( struct dir_source)); ^ highlnk.c:161:31: warning: incompatible implicit declaration of built-in function 'malloc' highlnk.c:161:31: note: include '' or provide a declaration of 'malloc' highlnk.c:162:35: warning: incompatible implicit declaration of built-in function 'strlen' nds->dirname = (char*)malloc( strlen( (char*)(fn+strlen( working_directory)))+1); ^ highlnk.c:162:35: note: include '' or provide a declaration of 'strlen' highlnk.c:163:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy( nds->dirname, (char*)(fn+strlen( working_directory))); ^ highlnk.c:163:5: note: include '' or provide a declaration of 'strcpy' highlnk.c:192:34: warning: incompatible implicit declaration of built-in function 'malloc' nfs = (struct file_source*)malloc( sizeof( struct file_source)); ^ highlnk.c:192:34: note: include '' or provide a declaration of 'malloc' highlnk.c:193:38: warning: incompatible implicit declaration of built-in function 'strlen' nfs->filename = (char*)malloc( strlen( (char*)(fn+strlen( working_directory)))+1); ^ highlnk.c:193:38: note: include '' or provide a declaration of 'strlen' highlnk.c:194:7: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy( nfs->filename, (char*)(fn+strlen(working_directory))); ^ highlnk.c:194:7: note: include '' or provide a declaration of 'strcpy' highlnk.c:196:7: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy( nfs->digest, digest, sizeof( uint8) * 16); ^ highlnk.c:196:7: warning: incompatible implicit declaration of built-in function 'memcpy' highlnk.c:196:7: note: include '' or provide a declaration of 'memcpy' highlnk.c:222:32: warning: incompatible implicit declaration of built-in function 'malloc' nft = (struct file_target*)malloc( sizeof( struct file_target)); ^ highlnk.c:222:32: note: include '' or provide a declaration of 'malloc' highlnk.c:223:36: warning: incompatible implicit declaration of built-in function 'strlen' nft->filename = (char*)malloc( strlen( (char*)(fn+strlen( working_directory)))+1); ^ highlnk.c:223:36: note: include '' or provide a declaration of 'strlen' highlnk.c:224:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy( nft->filename, (char*)(fn+strlen(working_directory))); ^ highlnk.c:224:5: note: include '' or provide a declaration of 'strcpy' highlnk.c: In function 'free_dir_source': highlnk.c:258:5: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free( pos->dirname); ^ highlnk.c:258:5: warning: incompatible implicit declaration of built-in function 'free' highlnk.c:258:5: note: include '' or provide a declaration of 'free' highlnk.c: In function 'free_file_source': highlnk.c:274:5: warning: incompatible implicit declaration of built-in function 'free' free( pos->filename); ^ highlnk.c:274:5: note: include '' or provide a declaration of 'free' highlnk.c: In function 'free_file_target': highlnk.c:292:5: warning: incompatible implicit declaration of built-in function 'free' free( pos->filename); ^ highlnk.c:292:5: note: include '' or provide a declaration of 'free' highlnk.c: In function 'find_file_source': highlnk.c:304:9: warning: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration] if( memcmp( pos->digest, digest, sizeof( uint8) * 16) == 0) ^ --- md5.o --- md5.c: In function 'md5_update': md5.c:219:9: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy( (void *) (ctx->buffer + left), ^ md5.c:219:9: warning: incompatible implicit declaration of built-in function 'memcpy' md5.c:219:9: note: include '' or provide a declaration of 'memcpy' md5.c:236:9: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy( (void *) (ctx->buffer + left), ^ md5.c:236:9: note: include '' or provide a declaration of 'memcpy' --- highlnk --- cc -pipe -O2 -fno-strict-aliasing highlnk.o md5.o finder.o -o highlnk =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for highlnk-0.2 ===> Generating temporary packing list install -s -m 555 /wrkdirs/sysutils/highlnk/highlnk-0.2/highlnk /wrkdirs/sysutils/highlnk/stage/usr/local/bin install -m 444 /wrkdirs/sysutils/highlnk/highlnk-0.2/highlnk.1 /wrkdirs/sysutils/highlnk/stage/usr/local/man/man1 install -m 0644 /wrkdirs/sysutils/highlnk/highlnk-0.2/README /wrkdirs/sysutils/highlnk/stage/usr/local/share/doc/highlnk ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for highlnk-0.2 file sizes/checksums [6]: . done packing files [6]: . done packing directories [0]: . done =========================================================================== => Cleaning up wrkdir ===> Cleaning for highlnk-0.2 build of sysutils/highlnk ended at Wed Oct 5 19:51:42 PDT 2016 build time: 00:00:05