=> Building devel/cweb build started at Tue Oct 4 05:20:25 PDT 2016 port directory: /usr/ports/devel/cweb 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: gerald@FreeBSD.org ident warning: no id keywords in /build/boomdata/data/.m/bleeding-edge-default/ref/../05//usr/ports/devel/cweb/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=cweb-3.64a.a 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 cweb-3.64a.a: 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/devel/cweb XDG_CONFIG_HOME=/wrkdirs/devel/cweb HOME=/wrkdirs/devel/cweb TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/devel/cweb XDG_CONFIG_HOME=/wrkdirs/devel/cweb HOME=/wrkdirs/devel/cweb 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/cweb" EXAMPLESDIR="share/examples/cweb" DATADIR="share/cweb" WWWDIR="www/cweb" ETCDIR="etc/cweb" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/cweb DOCSDIR=/usr/local/share/doc/cweb EXAMPLESDIR=/usr/local/share/examples/cweb WWWDIR=/usr/local/www/cweb ETCDIR=/usr/local/etc/cweb --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--- =================================================== =========================================================================== =================================================== ===> cweb-3.64a.a 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 ===> cweb-3.64a.a depends on file: /usr/local/sbin/pkg - found ===> Returning to build of cweb-3.64a.a =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by cweb-3.64a.a for building =========================================================================== =================================================== ===> Fetching all distfiles required by cweb-3.64a.a for building => SHA256 Checksum OK for cweb-3.64aa.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by cweb-3.64a.a for building ===> Extracting for cweb-3.64a.a => SHA256 Checksum OK for cweb-3.64aa.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for cweb-3.64a.a ===> Applying ports patches for cweb-3.64a.a =========================================================================== =================================================== =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for cweb-3.64a.a =========================================================================== =================================================== ===> Building for cweb-3.64a.a --- ctangle.o --- --- common.o --- --- ctangle.o --- cc -pipe -O2 -fno-strict-aliasing -c ctangle.c --- common.o --- cc -pipe -O2 -fno-strict-aliasing -DCWEBINPUTS=\"/usr/local/share/cweb\" -c common.c --- ctangle.o --- ./common.h:123:8: warning: type defaults to 'int' in declaration of 'history' [-Wimplicit-int] extern history; /* indicates how bad this run was */ ^ ./common.h:124:8: warning: type defaults to 'int' in declaration of 'err_print' [-Wimplicit-int] extern err_print(); /* print error message and context */ ^ ./common.h:125:8: warning: type defaults to 'int' in declaration of 'wrap_up' [-Wimplicit-int] extern wrap_up(); /* indicate |history| and exit */ ^ ./common.h:138:8: warning: type defaults to 'int' in declaration of 'include_depth' [-Wimplicit-int] extern include_depth; /* current level of nesting */ ^ ./common.h:148:8: warning: type defaults to 'int' in declaration of 'line' [-Wimplicit-int] extern line[]; /* number of current line in the stacked files */ ^ ./common.h:149:8: warning: type defaults to 'int' in declaration of 'change_line' [-Wimplicit-int] extern change_line; /* number of current line in change file */ ^ ./common.h:153:8: warning: type defaults to 'int' in declaration of 'reset_input' [-Wimplicit-int] extern reset_input(); /* initialize to read the web file and change file */ ^ ./common.h:154:8: warning: type defaults to 'int' in declaration of 'get_line' [-Wimplicit-int] extern get_line(); /* inputs the next line */ ^ ./common.h:155:8: warning: type defaults to 'int' in declaration of 'check_complete' [-Wimplicit-int] extern check_complete(); /* checks that all changes were picked up */ ^ ./ctangle.w:78:12: warning: conflicting types for built-in function 'strlen' extern int strlen(); /* length of string */ ^ --- common.o --- common.w:1412:12: warning: conflicting types for built-in function 'strlen' extern int strlen(); /* length of string */ ^ --- ctangle --- cc -o ctangle ctangle.o common.o --- cweave.c --- ./ctangle cweave This is CTANGLE (Version 3.64) *1*16*29*37*58*77*88*96*103*174*185*205*225*250 Writing the output file (cweave.c):.....500.....1000.....1500.....2000.....2500.....3000.....3500 Done. (No errors were found.) --- cweave.o --- cc -pipe -O2 -fno-strict-aliasing -c cweave.c common.h:123:8: warning: type defaults to 'int' in declaration of 'history' [-Wimplicit-int] extern history; /* indicates how bad this run was */ ^ common.h:124:8: warning: type defaults to 'int' in declaration of 'err_print' [-Wimplicit-int] extern err_print(); /* print error message and context */ ^ common.h:125:8: warning: type defaults to 'int' in declaration of 'wrap_up' [-Wimplicit-int] extern wrap_up(); /* indicate |history| and exit */ ^ common.h:138:8: warning: type defaults to 'int' in declaration of 'include_depth' [-Wimplicit-int] extern include_depth; /* current level of nesting */ ^ common.h:148:8: warning: type defaults to 'int' in declaration of 'line' [-Wimplicit-int] extern line[]; /* number of current line in the stacked files */ ^ common.h:149:8: warning: type defaults to 'int' in declaration of 'change_line' [-Wimplicit-int] extern change_line; /* number of current line in change file */ ^ common.h:153:8: warning: type defaults to 'int' in declaration of 'reset_input' [-Wimplicit-int] extern reset_input(); /* initialize to read the web file and change file */ ^ common.h:154:8: warning: type defaults to 'int' in declaration of 'get_line' [-Wimplicit-int] extern get_line(); /* inputs the next line */ ^ common.h:155:8: warning: type defaults to 'int' in declaration of 'check_complete' [-Wimplicit-int] extern check_complete(); /* checks that all changes were picked up */ ^ cweave.w:83:12: warning: conflicting types for built-in function 'strlen' extern int strlen(); /* length of string */ ^ --- cweave --- cc -o cweave cweave.o common.o =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for cweb-3.64a.a ===> Generating temporary packing list install -s -m 555 /wrkdirs/devel/cweb/cweb-3.64a.a/ctangle /wrkdirs/devel/cweb/stage/usr/local/bin install -s -m 555 /wrkdirs/devel/cweb/cweb-3.64a.a/cweave /wrkdirs/devel/cweb/stage/usr/local/bin install -m 444 /wrkdirs/devel/cweb/cweb-3.64a.a/cweb.1 /wrkdirs/devel/cweb/stage/usr/local/man/man1 install -m 0644 /wrkdirs/devel/cweb/cweb-3.64a.a/c++lib.w /wrkdirs/devel/cweb/stage/usr/local/share/cweb install -m 0644 /wrkdirs/devel/cweb/cweb-3.64a.a/cweb.el /wrkdirs/devel/cweb/stage/usr/local/share/emacs/site-lisp install -m 0644 /wrkdirs/devel/cweb/cweb-3.64a.a/cwebmac.tex /wrkdirs/devel/cweb/stage/usr/local/share/texmf/tex/generic/misc install -m 0644 /wrkdirs/devel/cweb/cweb-3.64a.a/cwebman.tex /wrkdirs/devel/cweb/stage/usr/local/share/doc/cweb ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for cweb-3.64a.a file sizes/checksums [7]: . done packing files [7]: . done packing directories [0]: . done =========================================================================== => Cleaning up wrkdir ===> Cleaning for cweb-3.64a.a build of devel/cweb ended at Tue Oct 4 05:20:44 PDT 2016 build time: 00:00:19