====>> Building databases/gdbm build started at Thu Jan 21 13:09:25 PST 2016 port directory: /usr/ports/databases/gdbm building for: FreeBSD poudriere.brainhoard.com 11.0-CURRENT FreeBSD 11.0-CURRENT r293801 arm maintained by: johans@FreeBSD.org Makefile ident: $FreeBSD: head/databases/gdbm/Makefile 362656 2014-07-23 10:28:03Z tijl $ Poudriere version: 3.2-pre Host OSVERSION: 1100093 Jail OSVERSION: 1100093 ---Begin Environment--- SHELL=/bin/csh UNAME_p=armv6 UNAME_m=arm ABI_FILE=/usr/lib/crt1.o UNAME_v=FreeBSD 11.0-CURRENT r293801 UNAME_r=11.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 OPSYS=FreeBSD ARCH=armv6 LINUX_OSRELEASE=2.6.32 SAVED_TERM=screen QEMU_EMULATING=1 MASTERMNT=/usr/local/poudriere/data/.m/11_0-CURRENT-armv6-HEAD/ref FORCE_PACKAGE=yes PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin _JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ POUDRIERE_BUILD_TYPE=bulk PKGNAME=gdbm-1.11_2 OSREL=11.0 _OSRELEASE=11.0-CURRENT PYTHONBASE=/usr/local OLDPWD=/ _SMP_CPUS=2 PWD=/usr/local/poudriere/data/.m/11_0-CURRENT-armv6-HEAD/ref/.p/pool MASTERNAME=11_0-CURRENT-armv6-HEAD SCRIPTPREFIX=/usr/local/share/poudriere _JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun USER=root HOME=/root POUDRIERE_VERSION=3.2-pre SCRIPTPATH=/usr/local/share/poudriere/bulk.sh CONFIGURE_MAX_CMD_LEN=262144 LIBEXECPREFIX=/usr/local/libexec/poudriere LOCALBASE=/usr/local PACKAGE_BUILDING=yes _JAVA_OS_LIST_REGEXP=native\|linux OSVERSION=1100093 ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for gdbm-1.11_2: COMPAT=off: Enable dbm/ndbm compatibility NLS=on: Native Language Support ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --disable-libgdbm-compat --enable-nls --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/databases/gdbm/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/gdbm/work HOME=/wrkdirs/usr/ports/databases/gdbm/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/databases/gdbm/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/gdbm/work HOME=/wrkdirs/usr/ports/databases/gdbm/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="/nxb-bin/usr/bin/cc" CFLAGS="-O2 -pipe -mfloat-abi=softfp -fno-strict-aliasing" CPP="/nxb-bin/usr/bin/cpp" CPPFLAGS="" LDFLAGS="" LIBS="" CXX="/nxb-bin/usr/bin/c++" CXXFLAGS="-O2 -pipe -mfloat-abi=softfp -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-- COMPAT="@comment " NO_COMPAT="" NLS="" NO_NLS="@comment " OSREL=11.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/gdbm" EXAMPLESDIR="share/examples/gdbm" DATADIR="share/gdbm" WWWDIR="www/gdbm" ETCDIR="etc/gdbm" --End PLIST_SUB-- --SUB_LIST-- COMPAT="@comment " NO_COMPAT="" NLS="" NO_NLS="@comment " PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/gdbm DOCSDIR=/usr/local/share/doc/gdbm EXAMPLESDIR=/usr/local/share/examples/gdbm WWWDIR=/usr/local/www/gdbm ETCDIR=/usr/local/etc/gdbm --End SUB_LIST-- ---Begin make.conf--- MACHINE=arm MACHINE_ARCH=armv6 ARCH=${MACHINE_ARCH} .sinclude "/etc/make.nxb.conf" USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### # Poudriere Configuration make.conf # Update SVN= /usr/local/bin/svn SVN_UPDATE= YES # Performance #CPUTYPE?= core-avx-i # GCC 4.8 #CPUTYPE?= cortexa #COMPILER_TYPE?= clang # TARGET=amd64 TARGET_ARCH=amd64 CFLAGS.amd64+= CXXFLAGS.amd64+= # TARGET=arm TARGET_ARCH=armv6 CFLAGS.armv6+= #-mfloat-abi=softfp #-mfpu=vfpv3-d16 #-march=armv7-a CXXFLAGS.armv6+= #-mfloat-abi=softfp #-mfpu=vfpv3-d16 #-march=armv7-a # TARGET=arm TARGET_ARCH=armv6hf CFLAGS.armv6hf+= -mfloat-abi=hard -mfpu=vfpv3-d16 #-march=armv7-a CFLAGS.armv6hf+= -mfloat-abi=hard -mfpu=vfpv3-d16 #-march=armv7-a # Default Versions DEFAULT_VERSIONS= python=2.7 python2=2.7 python3=3.4 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- ---Begin make.nxb.conf--- CC=/nxb-bin/usr/bin/cc CPP=/nxb-bin/usr/bin/cpp CXX=/nxb-bin/usr/bin/c++ AS=/nxb-bin/usr/bin/as NM=/nxb-bin/usr/bin/nm LD=/nxb-bin/usr/bin/ld OBJCOPY=/nxb-bin/usr/bin/objcopy SIZE=/nxb-bin/usr/bin/size STRIPBIN=/nxb-bin/usr/bin/strip SED=/nxb-bin/usr/bin/sed READELF=/nxb-bin/usr/bin/readelf RANLIB=/nxb-bin/usr/bin/ranlib YACC=/nxb-bin/usr/bin/yacc NM=/nxb-bin/usr/bin/nm MAKE=/nxb-bin/usr/bin/make STRINGS=/nxb-bin/usr/bin/strings AWK=/nxb-bin/usr/bin/awk FLEX=/nxb-bin/usr/bin/flex _MAKE_JOBS=-j1 ---End make.nxb.conf--- =================================================== ===> License GPLv3 accepted by the user =========================================================================== =================================================== ===> gdbm-1.11_2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.6.2.txz [poudriere.brainhoard.com] Installing pkg-1.6.2... [poudriere.brainhoard.com] Extracting pkg-1.6.2: .......... done Message from pkg-1.6.2: If you are upgrading from the old package format, first run: # pkg2ng ===> gdbm-1.11_2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of gdbm-1.11_2 =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by gdbm-1.11_2 for building =========================================================================== =================================================== ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by gdbm-1.11_2 for building => SHA256 Checksum OK for gdbm-1.11.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by gdbm-1.11_2 for building ===> Extracting for gdbm-1.11_2 => SHA256 Checksum OK for gdbm-1.11.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for gdbm-1.11_2 =========================================================================== =================================================== ===> gdbm-1.11_2 depends on executable: msgfmt - not found ===> Installing existing package /packages/All/gettext-tools-0.19.6.txz [poudriere.brainhoard.com] Installing gettext-tools-0.19.6... [poudriere.brainhoard.com] `-- Installing expat-2.1.0_3... [poudriere.brainhoard.com] `-- Extracting expat-2.1.0_3: .......... done [poudriere.brainhoard.com] `-- Installing indexinfo-0.2.4... [poudriere.brainhoard.com] `-- Extracting indexinfo-0.2.4: .... done [poudriere.brainhoard.com] `-- Installing gettext-runtime-0.19.6... [poudriere.brainhoard.com] `-- Extracting gettext-runtime-0.19.6: .......... done [poudriere.brainhoard.com] Extracting gettext-tools-0.19.6: .......... done ===> gdbm-1.11_2 depends on executable: msgfmt - found ===> Returning to build of gdbm-1.11_2 =========================================================================== =================================================== ===> gdbm-1.11_2 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) =========================================================================== =================================================== ===> Configuring for gdbm-1.11_2 ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/databases/gdbm/work/gdbm-1.11/build-aux/config.rpath configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for gcc... /nxb-bin/usr/bin/cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nxb-bin/usr/bin/cc accepts -g... yes checking for /nxb-bin/usr/bin/cc option to accept ISO C89... none needed checking whether /nxb-bin/usr/bin/cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /nxb-bin/usr/bin/cc... gcc3 checking how to run the C preprocessor... /nxb-bin/usr/bin/cpp checking build system type... armv6-portbld-freebsd11.0 checking host system type... armv6-portbld-freebsd11.0 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by /nxb-bin/usr/bin/cc... /nxb-bin/usr/bin/ld checking if the linker (/nxb-bin/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert armv6-portbld-freebsd11.0 file names to armv6-portbld-freebsd11.0 format... func_convert_file_noop checking how to convert armv6-portbld-freebsd11.0 file names to toolchain format... func_convert_file_noop checking for /nxb-bin/usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm output from /nxb-bin/usr/bin/cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if /nxb-bin/usr/bin/cc supports -fno-rtti -fno-exceptions... yes checking for /nxb-bin/usr/bin/cc option to produce PIC... -fPIC -DPIC checking if /nxb-bin/usr/bin/cc PIC flag -fPIC -DPIC works... yes checking if /nxb-bin/usr/bin/cc static flag -static works... yes checking if /nxb-bin/usr/bin/cc supports -c -o file.o... yes checking if /nxb-bin/usr/bin/cc supports -c -o file.o... (cached) yes checking whether the /nxb-bin/usr/bin/cc linker (/nxb-bin/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd11.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for bison... no checking for byacc... byacc checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for an ANSI C-conforming const... yes checking for unsigned long long int... (cached) yes checking whether NLS is requested... yes checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for ld used by GCC... /nxb-bin/usr/bin/ld checking if the linker (/nxb-bin/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... no checking for iconv... yes checking for working iconv... yes checking for GNU gettext in libintl... yes checking whether to use NLS... yes checking where the gettext function comes from... external libintl checking how to link with libintl... /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib checking for sys/file.h... (cached) yes checking sys/termios.h usability... yes checking sys/termios.h presence... yes checking for sys/termios.h... yes checking for string.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for getopt.h... (cached) yes checking for main in -ldbm... no checking for main in -lndbm... no checking for rename... (cached) yes checking for ftruncate... yes checking for flock... yes checking for lockf... yes checking for fsync... (cached) yes checking for setlocale... (cached) yes checking for getopt_long... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for msync... yes checking for off_t... (cached) yes checking size of off_t... 8 checking for struct stat.st_blksize... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating tests/Makefile config.status: creating tests/atlocal config.status: creating po/Makefile.in config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/gdbm.h config.status: creating doc/Makefile config.status: creating compat/Makefile config.status: creating export/Makefile config.status: creating autoconf.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing tests/atconfig commands =========================================================================== =================================================== ===> Building for gdbm-1.11_2 /nxb-bin/usr/bin/make all-recursive Making all in po Making all in src make[3]: make[3]: don't know how to make ./libgdbmapp.a. Stop make[3]: stopped in /wrkdirs/usr/ports/databases/gdbm/work/gdbm-1.11/src *** [all-recursive] Error code 1 make[2]: stopped in /wrkdirs/usr/ports/databases/gdbm/work/gdbm-1.11 1 error make[2]: stopped in /wrkdirs/usr/ports/databases/gdbm/work/gdbm-1.11 *** [all] Error code 2 make[1]: stopped in /wrkdirs/usr/ports/databases/gdbm/work/gdbm-1.11 1 error make[1]: stopped in /wrkdirs/usr/ports/databases/gdbm/work/gdbm-1.11 *** Error code 1 Stop. make: stopped in /usr/ports/databases/gdbm ====>> Cleaning up wrkdir ===> Cleaning for gdbm-1.11_2 ====>> Warning: Leftover processes: USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND build of databases/gdbm ended at Thu Jan 21 13:09:53 PST 2016 build time: 00:00:28 !!! build failure encountered !!!