=> Building devel/cmunge build started at Tue Oct 4 22:49:52 PDT 2016 port directory: /usr/ports/devel/cmunge 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: lme@FreeBSD.org ident warning: no id keywords in /build/boomdata/data/.m/bleeding-edge-default/ref/../03//usr/ports/devel/cmunge/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=cmunge-1.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 cmunge-1.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/devel/cmunge XDG_CONFIG_HOME=/wrkdirs/devel/cmunge HOME=/wrkdirs/devel/cmunge TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/devel/cmunge XDG_CONFIG_HOME=/wrkdirs/devel/cmunge HOME=/wrkdirs/devel/cmunge 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/cmunge" EXAMPLESDIR="share/examples/cmunge" DATADIR="share/cmunge" WWWDIR="www/cmunge" ETCDIR="etc/cmunge" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/cmunge DOCSDIR=/usr/local/share/doc/cmunge EXAMPLESDIR=/usr/local/share/examples/cmunge WWWDIR=/usr/local/www/cmunge ETCDIR=/usr/local/etc/cmunge --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--- =================================================== =========================================================================== =================================================== ===> cmunge-1.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 ===> cmunge-1.0_2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of cmunge-1.0_2 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by cmunge-1.0_2 for building =========================================================================== =================================================== ===> Fetching all distfiles required by cmunge-1.0_2 for building => SHA256 Checksum OK for cmunge.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by cmunge-1.0_2 for building ===> Extracting for cmunge-1.0_2 => SHA256 Checksum OK for cmunge.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for cmunge-1.0_2 ===> Applying ports patches for cmunge-1.0_2 =========================================================================== =================================================== =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for cmunge-1.0_2 =========================================================================== =================================================== ===> Building for cmunge-1.0_2 --- bin/ctran --- --- bin/proc-incl --- --- bin/ctran --- cc -pipe -O2 -fno-strict-aliasing src/ctran.c -o bin/ctran --- bin/proc-incl --- cc -pipe -O2 -fno-strict-aliasing src/proc-incl.c -o bin/proc-incl --- bin/ctran --- src/ctran.c:462:1: warning: return type defaults to 'int' [-Wimplicit-int] main (argc, argv) ^ src/ctran.c: In function 'main': src/ctran.c:564:47: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration] else if ( ! --argc || **++argv == '-' || ! isdigit (**argv)) { ^ src/ctran.c:650:2: warning: implicit declaration of function 'init_keytab_and_std_nametab' [-Wimplicit-function-declaration] init_keytab_and_std_nametab (); ^ src/ctran.c:651:2: warning: implicit declaration of function 'read_old_dict' [-Wimplicit-function-declaration] read_old_dict (); ^ --- bin/proc-incl --- src/proc-incl.c:60:1: warning: return type defaults to 'int' [-Wimplicit-int] main (argc, argv) ^ --- bin/ctran --- src/ctran.c:712:3: warning: implicit declaration of function 'scan_file' [-Wimplicit-function-declaration] scan_file (ip_file); ^ src/ctran.c:713:3: warning: implicit declaration of function 'assign_wordvals' [-Wimplicit-function-declaration] assign_wordvals (); ^ src/ctran.c:716:3: warning: implicit declaration of function 'translate_file' [-Wimplicit-function-declaration] translate_file (ip_file, op_file); ^ src/ctran.c:722:2: warning: implicit declaration of function 'write_new_dict' [-Wimplicit-function-declaration] write_new_dict (); ^ src/ctran.c: At top level: src/ctran.c:732:1: warning: return type defaults to 'int' [-Wimplicit-int] init_keytab_and_std_nametab () ^ src/ctran.c:759:1: warning: return type defaults to 'int' [-Wimplicit-int] read_old_dict () ^ src/ctran.c: In function 'read_old_dict': src/ctran.c:804:4: warning: implicit declaration of function 'errmsg' [-Wimplicit-function-declaration] errmsg (lineno, "unexpected characters after \'next_val\'", 0); ^ --- bin/proc-incl --- src/proc-incl.c: In function 'main': src/proc-incl.c:229:2: warning: implicit declaration of function 'read_old_dict' [-Wimplicit-function-declaration] read_old_dict (); ^ src/proc-incl.c:230:2: warning: implicit declaration of function 'translate_file' [-Wimplicit-function-declaration] translate_file (); ^ src/proc-incl.c:231:2: warning: implicit declaration of function 'write_new_dict' [-Wimplicit-function-declaration] write_new_dict (); ^ src/proc-incl.c: At top level: src/proc-incl.c:243:1: warning: return type defaults to 'int' [-Wimplicit-int] read_old_dict () ^ --- bin/ctran --- src/ctran.c:883:11: warning: implicit declaration of function 'isalpha' [-Wimplicit-function-declaration] if ( ! (isalpha (*word) || *word == '_')) { ^ --- bin/proc-incl --- src/proc-incl.c: In function 'read_old_dict': src/proc-incl.c:297:3: warning: implicit declaration of function 'install_filename' [-Wimplicit-function-declaration] install_filename (filename, val, processed); ^ src/proc-incl.c: At top level: src/proc-incl.c:306:1: warning: return type defaults to 'int' [-Wimplicit-int] write_new_dict () ^ --- bin/ctran --- src/ctran.c:18:25: warning: implicit declaration of function 'isalnum' [-Wimplicit-function-declaration] #define isidchar(c) (isalnum(c) || c == '_') ^ src/ctran.c:889:10: note: in expansion of macro 'isidchar' while (isidchar (*p)) ^ --- bin/proc-incl --- src/proc-incl.c:328:1: warning: return type defaults to 'int' [-Wimplicit-int] translate_file () ^ --- bin/ctran --- src/ctran.c: At top level: src/ctran.c:938:1: warning: return type defaults to 'int' [-Wimplicit-int] write_new_dict () ^ src/ctran.c:985:1: warning: return type defaults to 'int' [-Wimplicit-int] scan_file (ip_file) ^ src/ctran.c: In function 'scan_file': src/ctran.c:1027:4: warning: implicit declaration of function 'lookup_or_install_word' [-Wimplicit-function-declaration] lookup_or_install_word (buf); ^ src/ctran.c:1075:38: warning: implicit declaration of function 'isxdigit' [-Wimplicit-function-declaration] do c = getc (ip_file); while (isxdigit (c)); ^ --- bin/proc-incl --- src/proc-incl.c: In function 'translate_file': src/proc-incl.c:509:14: warning: implicit declaration of function 'isalnum' [-Wimplicit-function-declaration] } while (isalnum (c) || c == '_' || c == '\\'); ^ --- bin/ctran --- src/ctran.c: At top level: src/ctran.c:1160:1: warning: return type defaults to 'int' [-Wimplicit-int] translate_file (ip_file, op_file) ^ src/ctran.c: In function 'translate_file': src/ctran.c:1243:14: warning: implicit declaration of function 'wordval' [-Wimplicit-function-declaration] if (val = wordval (buf)) { ^ --- bin/proc-incl --- src/proc-incl.c: In function 'find_file': src/proc-incl.c:838:2: warning: implicit declaration of function 'simplify_path' [-Wimplicit-function-declaration] simplify_path (filename); ^ src/proc-incl.c: At top level: src/proc-incl.c:843:1: warning: return type defaults to 'int' [-Wimplicit-int] simplify_path (path) ^ src/proc-incl.c:1051:1: warning: return type defaults to 'int' [-Wimplicit-int] install_filename (filename, val, processed) ^ --- bin/ctran --- src/ctran.c: At top level: src/ctran.c:1556:1: warning: return type defaults to 'int' [-Wimplicit-int] lookup_or_install_word (word) ^ --- bin/proc-incl --- src/proc-incl.c: In function 'file_exists': src/proc-incl.c:1158:11: warning: implicit declaration of function 'access' [-Wimplicit-function-declaration] return (access (filename, 0) == 0); ^ --- bin/ctran --- src/ctran.c:1620:1: warning: return type defaults to 'int' [-Wimplicit-int] assign_wordvals () ^ src/ctran.c:1676:1: warning: return type defaults to 'int' [-Wimplicit-int] errmsg (lineno, msg, word) ^ src/ctran.c: In function 'file_exists': src/ctran.c:1726:11: warning: implicit declaration of function 'access' [-Wimplicit-function-declaration] return (access (filename, 0) == 0); ^ =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for cmunge-1.0_2 ===> Generating temporary packing list install -s -m 555 /wrkdirs/devel/cmunge/cmunger/bin/ctran /wrkdirs/devel/cmunge/stage/usr/local/bin install -s -m 555 /wrkdirs/devel/cmunge/cmunger/bin/proc-incl /wrkdirs/devel/cmunge/stage/usr/local/bin install -m 555 /wrkdirs/devel/cmunge/cmunger/cmunge /wrkdirs/devel/cmunge/stage/usr/local/bin /bin/mkdir -p /wrkdirs/devel/cmunge/stage/usr/local/share/doc/cmunge install -m 0644 /wrkdirs/devel/cmunge/cmunger/README /wrkdirs/devel/cmunge/stage/usr/local/share/doc/cmunge ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for cmunge-1.0_2 file sizes/checksums [4]: . done packing files [4]: . done packing directories [0]: . done =========================================================================== => Cleaning up wrkdir ===> Cleaning for cmunge-1.0_2 build of devel/cmunge ended at Tue Oct 4 22:50:00 PDT 2016 build time: 00:00:08