=> Building misc/brs build started at Wed Oct 5 02:52:27 PDT 2016 port directory: /usr/ports/misc/brs 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: user@unknown.nu ident warning: no id keywords in /build/boomdata/data/.m/bleeding-edge-default/ref/../09//usr/ports/misc/brs/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=brs-4.03 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--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/misc/brs XDG_CONFIG_HOME=/wrkdirs/misc/brs HOME=/wrkdirs/misc/brs TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/misc/brs XDG_CONFIG_HOME=/wrkdirs/misc/brs HOME=/wrkdirs/misc/brs 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 -Wno-error=return-type -O2 -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" LIBS="" CXX="c++" CXXFLAGS=" -pipe -Wno-error=return-type -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/brs" EXAMPLESDIR="share/examples/brs" DATADIR="share/brs" WWWDIR="www/brs" ETCDIR="etc/brs" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/brs DOCSDIR=/usr/local/share/doc/brs EXAMPLESDIR=/usr/local/share/examples/brs WWWDIR=/usr/local/www/brs ETCDIR=/usr/local/etc/brs --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--- =================================================== =========================================================================== =================================================== ===> brs-4.03 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 ===> brs-4.03 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of brs-4.03 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by brs-4.03 for building =========================================================================== =================================================== ===> Fetching all distfiles required by brs-4.03 for building => SHA256 Checksum OK for brs/bible.data.tar.bz2. => SHA256 Checksum OK for brs/bible.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by brs-4.03 for building ===> Extracting for brs-4.03 => SHA256 Checksum OK for brs/bible.data.tar.bz2. => SHA256 Checksum OK for brs/bible.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for brs-4.03 ===> Applying ports patches for brs-4.03 /usr/bin/sed -i.bak 's=%%PREFIX%%=/usr/local=g' /wrkdirs/misc/brs/brs-4.03/brl.c /wrkdirs/misc/brs/brs-4.03/bible.1 /usr/bin/sed -i.bak '/chown.*/d' /wrkdirs/misc/brs/brs-4.03/Makefile =========================================================================== =================================================== =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for brs-4.03 =========================================================================== =================================================== ===> Building for brs-4.03 --- bible.o --- --- brl-index.o --- --- brl.o --- --- bible-index.o --- --- tsl.o --- --- brl-index.o --- cc -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c brl-index.c --- bible.o --- cc -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c bible.c bible.c: In function 'do_concordance': bible.c:254:14: warning: implicit declaration of function 'tsl_scan_concordance' [-Wimplicit-function-declaration] if ((cnt=tsl_scan_concordance( word, buf, inrange_start, inrange_end )) == 0) { ^ bible.c: At top level: bible.c:270:1: warning: return type defaults to 'int' [-Wimplicit-int] cmd_ANDconcordance( word ) ^ bible.c: In function 'cmd_ANDconcordance': bible.c:293:2: warning: 'return' with no value, in function returning non-void return; ^ bible.c:297:2: warning: 'return' with no value, in function returning non-void return; ^ bible.c:300:52: warning: 'return' with no value, in function returning non-void if ((cnt = do_concordance( word, sbuf )) == 0) return; ^ bible.c:322:2: warning: implicit declaration of function 'cmd_list' [-Wimplicit-function-declaration] cmd_list(); ^ bible.c: At top level: --- brl.o --- cc -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c brl.c brl.c: In function 'get_book': brl.c:360:7: warning: implicit declaration of function 'tsl_error' [-Wimplicit-function-declaration] tsl_error( FALSE, BADBOOK, *s ); ^ brl.c:567:6: warning: implicit declaration of function 'brl_close' [-Wimplicit-function-declaration] brl_close(); ^ brl.c:568:6: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit( 0 ); ^ brl.c:568:6: warning: incompatible implicit declaration of built-in function 'exit' brl.c:568:6: note: include '' or provide a declaration of 'exit' brl.c: In function 'brl_printverse': brl.c:1012:7: warning: implicit declaration of function 'tsl_gettext' [-Wimplicit-function-declaration] len=tsl_gettext( vn++, 1, vb1, VBSIZE ); ^ brl.c:1043:14: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] while (strlen(srcp) > (lwidth-indent)) { ^ --- util.o --- --- bible.o --- bible.c:327:1: warning: return type defaults to 'int' [-Wimplicit-int] cmd_ORconcordance( word ) ^ bible.c: In function 'cmd_ORconcordance': bible.c:350:2: warning: 'return' with no value, in function returning non-void return; ^ bible.c:353:52: warning: 'return' with no value, in function returning non-void if ((cnt = do_concordance( word, sbuf )) == 0) return; ^ bible.c: At top level: bible.c:391:1: warning: return type defaults to 'int' [-Wimplicit-int] cmd_concordance( word ) ^ bible.c: In function 'cmd_concordance': bible.c:408:2: warning: 'return' with no value, in function returning non-void return; ^ bible.c: At top level: bible.c:420:1: warning: return type defaults to 'int' [-Wimplicit-int] cmd_help() ^ bible.c:446:1: warning: return type defaults to 'int' [-Wimplicit-int] cmd_inrange( range ) ^ bible.c: In function 'cmd_inrange': --- brl.o --- brl.c:1043:14: warning: incompatible implicit declaration of built-in function 'strlen' brl.c:1043:14: note: include '' or provide a declaration of 'strlen' brl.c:1062:4: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(dstp, srcp, len); ^ brl.c:1062:4: warning: incompatible implicit declaration of built-in function 'strncpy' brl.c:1062:4: note: include '' or provide a declaration of 'strncpy' brl.c:1068:7: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(dstp, srcp); ^ brl.c:1068:7: warning: incompatible implicit declaration of built-in function 'strcpy' brl.c:1068:7: note: include '' or provide a declaration of 'strcpy' brl.c:1073:7: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(dstp, srcp); ^ brl.c:1073:7: note: include '' or provide a declaration of 'strcpy' --- bible.o --- bible.c:473:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (strcmp(range, "all") == 0) { ^ bible.c:476:2: warning: 'return' with no value, in function returning non-void return; ^ bible.c: At top level: bible.c:515:1: warning: return type defaults to 'int' [-Wimplicit-int] cmd_list() ^ bible.c: In function 'cmd_list': bible.c:539:2: warning: 'return' with no value, in function returning non-void return; ^ bible.c:543:12: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] lcnt = strlen(lbuf); ^ bible.c:543:12: warning: incompatible implicit declaration of built-in function 'strlen' bible.c:543:12: note: include '' or provide a declaration of 'strlen' bible.c:556:6: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] strcat( lbuf, " " ); ^ bible.c:556:6: warning: incompatible implicit declaration of built-in function 'strcat' --- brl.o --- brl.c:1084:6: warning: implicit declaration of function 'tsl_printtext' [-Wimplicit-function-declaration] tsl_printtext( vref, vcount ); ^ brl.c: At top level: brl.c:1124:1: warning: return type defaults to 'int' [-Wimplicit-int] brl_init( dfname, dfpath, memlimit ) ^ brl.c: In function 'brl_init': brl.c:1150:5: warning: implicit declaration of function 'tsl_init' [-Wimplicit-function-declaration] tsl_init( dfname, dfpath, memlimit ); ^ brl.c: At top level: brl.c:1160:1: warning: return type defaults to 'int' [-Wimplicit-int] brl_close() ^ brl.c: In function 'brl_close': brl.c:1172:5: warning: implicit declaration of function 'tsl_close' [-Wimplicit-function-declaration] tsl_close(); ^ --- bible.o --- bible.c:556:6: note: include '' or provide a declaration of 'strcat' bible.c:559:2: warning: incompatible implicit declaration of built-in function 'strcat' strcat( lbuf, vref ); ^ bible.c:559:2: note: include '' or provide a declaration of 'strcat' bible.c: At top level: bible.c:571:1: warning: return type defaults to 'int' [-Wimplicit-int] cmd_pretty_print(verbose) ^ bible.c:616:1: warning: return type defaults to 'int' [-Wimplicit-int] cmd_view() ^ bible.c: In function 'cmd_view': bible.c:635:2: warning: 'return' with no value, in function returning non-void return; ^ bible.c: At top level: bible.c:650:1: warning: return type defaults to 'int' [-Wimplicit-int] cmd_write( fname ) ^ bible.c:688:1: warning: return type defaults to 'int' [-Wimplicit-int] do_command( cmd ) ^ bible.c: In function 'do_command': bible.c:735:12: warning: incompatible implicit declaration of built-in function 'strlen' p = cmd + strlen(w) +1; ^ bible.c:735:12: note: include '' or provide a declaration of 'strlen' bible.c:743:12: warning: incompatible implicit declaration of built-in function 'strlen' p = cmd + strlen(w) +1; ^ bible.c:743:12: note: include '' or provide a declaration of 'strlen' bible.c:753:12: warning: incompatible implicit declaration of built-in function 'strlen' p = cmd + strlen(w) +1; ^ bible.c:753:12: note: include '' or provide a declaration of 'strlen' bible.c:777:2: warning: implicit declaration of function 'brl_close' [-Wimplicit-function-declaration] brl_close(); ^ bible.c: At top level: bible.c:788:1: warning: return type defaults to 'int' [-Wimplicit-int] user_input( cmd ) ^ bible.c:835:1: warning: return type defaults to 'int' [-Wimplicit-int] prompter() ^ bible.c:859:1: warning: return type defaults to 'int' [-Wimplicit-int] usage() ^ bible.c:890:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ bible.c: In function 'main': bible.c:988:3: warning: implicit declaration of function 'brl_init' [-Wimplicit-function-declaration] brl_init( dfname, dfpath, mem_limit ); /* Initialize Bible Retrieval Lib */ ^ --- bible-index.o --- cc -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c bible-index.c --- tsl.o --- cc -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c tsl.c --- util.o --- cc -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c util.c --- tsl.o --- tsl.c:122:7: warning: conflicting types for built-in function 'malloc' char *malloc(); ^ tsl.c:158:1: warning: return type defaults to 'int' [-Wimplicit-int] tsl_error( int fatal, ... ) ^ tsl.c: In function 'tsl_error': tsl.c:186:16: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] if (fatal) exit(-1); ^ tsl.c:186:16: warning: incompatible implicit declaration of built-in function 'exit' tsl.c:186:16: note: include '' or provide a declaration of 'exit' tsl.c: In function 'tsl_scan_concordance': tsl.c:243:15: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] while ((n=strcmp(word, target)) < 0) { ^ tsl.c: In function 'tsl_gettext': tsl.c:367:12: warning: implicit declaration of function 'tsl_textread' [-Wimplicit-function-declaration] return tsl_textread( vstart, vsize, vb ); ^ tsl.c: At top level: tsl.c:400:1: warning: return type defaults to 'int' [-Wimplicit-int] tsl_textread( start, vsize, vb ) ^ tsl.c: In function 'tsl_textread': tsl.c:530:10: warning: implicit declaration of function 'cmp_decompress' [-Wimplicit-function-declaration] if (cmp_decompress( tsl_cmpbuffer, uncbuf, cmpwsize ) != tsl_wsize) { ^ tsl.c:533:7: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(uncbuf); ^ tsl.c:533:7: warning: incompatible implicit declaration of built-in function 'free' tsl.c:533:7: note: include '' or provide a declaration of 'free' tsl.c:551:6: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy( vb, cp, size ); ^ tsl.c:551:6: warning: incompatible implicit declaration of built-in function 'memcpy' tsl.c:551:6: note: include '' or provide a declaration of 'memcpy' tsl.c: At top level: tsl.c:565:1: warning: return type defaults to 'int' [-Wimplicit-int] tsl_init(dfname, path, memlimit) ^ tsl.c: In function 'tsl_init': tsl.c:655:5: warning: implicit declaration of function 'cmp_init' [-Wimplicit-function-declaration] cmp_init(); /* Initialize decompression */ ^ tsl.c:658:5: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy( cfname, dfname, STRSZ ); ^ tsl.c:658:5: warning: incompatible implicit declaration of built-in function 'strncpy' tsl.c:658:5: note: include '' or provide a declaration of 'strncpy' tsl.c:659:5: warning: implicit declaration of function 'strncat' [-Wimplicit-function-declaration] strncat( cfname, ".conc", STRSZ ); ^ tsl.c:659:5: warning: incompatible implicit declaration of built-in function 'strncat' tsl.c:659:5: note: include '' or provide a declaration of 'strncat' tsl.c: At top level: tsl.c:699:1: warning: return type defaults to 'int' [-Wimplicit-int] tsl_close() ^ tsl.c: In function 'tsl_close': tsl.c:723:6: warning: incompatible implicit declaration of built-in function 'free' free(bufp->bufferp); /* free the buffer */ ^ tsl.c:723:6: note: include '' or provide a declaration of 'free' tsl.c:724:2: warning: incompatible implicit declaration of built-in function 'free' free(bufp); /* free the buffer rec */ ^ tsl.c:724:2: note: include '' or provide a declaration of 'free' tsl.c:727:29: warning: incompatible implicit declaration of built-in function 'free' if (tsl_wtable != NULL) free(tsl_wtable); ^ tsl.c:727:29: note: include '' or provide a declaration of 'free' tsl.c:728:32: warning: incompatible implicit declaration of built-in function 'free' if (tsl_cmpbuffer != NULL) free(tsl_cmpbuffer); ^ tsl.c:728:32: note: include '' or provide a declaration of 'free' --- compresslib.o --- cc -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c compresslib.c compresslib.c:279:1: warning: return type defaults to 'int' [-Wimplicit-int] cmp_init( ) ^ compresslib.c:348:1: warning: return type defaults to 'int' [-Wimplicit-int] cmp_checkheader(inb) ^ compresslib.c:372:1: warning: return type defaults to 'int' [-Wimplicit-int] cmp_decompress( inb, outb, insize ) ^ compresslib.c: In function 'getcode': compresslib.c:552:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(buf, *inbp, size); ^ compresslib.c:552:2: warning: incompatible implicit declaration of built-in function 'memcpy' compresslib.c:552:2: note: include '' or provide a declaration of 'memcpy' --- bible --- Linking bible ... done =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for brs-4.03 ===> Generating temporary packing list Installing bible in /usr/local/bin Installing bible.data and bible.data.conc in /usr/local/share/brs Installing bible.1 in /usr/local/man/man1 ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for brs-4.03 file sizes/checksums [4]: . done packing files [4]: . done packing directories [0]: . done =========================================================================== => Cleaning up wrkdir ===> Cleaning for brs-4.03 build of misc/brs ended at Wed Oct 5 02:52:38 PDT 2016 build time: 00:00:11