====>> Building databases/ldb build started at Sat Oct 29 00:32:50 BST 2016 port directory: /usr/ports/databases/ldb building for: FreeBSD 110armv6-system-job-03 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 arm maintained by: timur@FreeBSD.org Makefile ident: $FreeBSD: head/databases/ldb/Makefile 413162 2016-04-12 22:40:36Z timur $ Poudriere version: 3.1.14 Host OSVERSION: 1100122 Jail OSVERSION: 1100122 ---Begin Environment--- OSVERSION=1100122 _JAVA_OS_LIST_REGEXP=native\|linux PACKAGE_BUILDING=yes LOCALBASE=/usr/local LIBEXECPREFIX=/usr/local/libexec/poudriere CONFIGURE_MAX_CMD_LEN=262144 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIERE_VERSION=3.1.14 HOME=/root USER=root _JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun SCRIPTPREFIX=/usr/local/share/poudriere MASTERNAME=110armv6-system PWD=/space/poudriere/poudriere_data/.m/110armv6-system/ref/.p/pool _SMP_CPUS=4 OLDPWD=/ PYTHONBASE=/usr/local _OSRELEASE=11.0-RELEASE-p1 OSREL=11.0 PKGNAME=ldb-1.1.26 POUDRIERE_BUILD_TYPE=bulk _JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin FORCE_PACKAGE=yes UID=0 QEMU_EMULATING=1 MASTERMNT=/space/poudriere/poudriere_data/.m/110armv6-system/ref SAVED_TERM=screen ARCH=armv6 OPSYS=FreeBSD STATUS=1 MAIL=/var/mail/root BLOCKSIZE=K UNAME_r=11.0-RELEASE-p1 UNAME_v=FreeBSD 11.0-RELEASE-p1 ABI_FILE=/usr/lib/crt1.o UNAME_m=arm UNAME_p=armv6 SHELL=/bin/csh ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for ldb-1.1.26: MANPAGES=off: Build and install manpages (requires textproc/docbook-xsl) ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --mandir=/usr/local/man --infodir=/usr/local/info/ --disable-rpath --without-gettext --bundled-libraries=!talloc,!tevent,!tdb,!popt --with-modulesdir=/usr/local/lib/shared-modules --with-privatelibdir=/usr/local/lib/ldb --prefix=/usr/local -j1 --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PKG_CONFIG=pkgconf PYTHON="/usr/local/bin/python2.7" XSLTPROC="true" NOCOLOR=yes XDG_DATA_HOME=/wrkdirs/usr/ports/databases/ldb/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/ldb/work HOME=/wrkdirs/usr/ports/databases/ldb/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- NOCOLOR=yes XDG_DATA_HOME=/wrkdirs/usr/ports/databases/ldb/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/ldb/work HOME=/wrkdirs/usr/ports/databases/ldb/work TMPDIR="/tmp" NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" LIBS="" CXX="c++" CXXFLAGS="-O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -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-- PKGCONFIGDIR=libdata/pkgconfig PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd11 PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_VER=2.7 PYTHON_VERSION=python2.7 OSREL=11.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="@comment " PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/ldb" EXAMPLESDIR="share/examples/ldb" DATADIR="share/ldb" WWWDIR="www/ldb" ETCDIR="etc/ldb" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/ldb DOCSDIR=/usr/local/share/doc/ldb EXAMPLESDIR=/usr/local/share/examples/ldb WWWDIR=/usr/local/www/ldb ETCDIR=/usr/local/etc/ldb --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/110armv6-make.conf #### #.for port in net/samba43 devel/gamin databases/ldb ftp/curl devel/cmake multimedia/ffmpeg audio/musicpd #. if ${.CURDIR:M*${port}} NO_CROSSBUILDING= yes #. endif #.endfor .ifndef NO_CROSSBUILDING CC= /usr/armv6-freebsd/usr/bin/cc CPP= /usr/armv6-freebsd/usr/bin/cpp CXX= /usr/armv6-freebsd/usr/bin/c++ AS= /usr/armv6-freebsd/usr/bin/as NM= /usr/armv6-freebsd/usr/bin/nm #RANLIB= /usr/armv6-freebsd/usr/bin/gnu-ranlib RANLIB= /usr/armv6-freebsd/usr/bin/ranlib LD= /usr/armv6-freebsd/usr/bin/ld OBJCOPY=/usr/armv6-freebsd/usr/bin/objcopy #SIZE= /usr/obj/build/hostsrc/home/src/tmp/usr/bin/size SIZE= /usr/armv6-freebsd/usr/bin/size STRIPBIN=/usr/armv6-freebsd/usr/bin/strip .endif # ndef NO_CROSSBUILDING CONF_CFLAGS=-march=armv7a OPTIONS_UNSET= NLS DOCS GNUTLS OPTIONS_SET= OPENSSL DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== ===> License GPLv3 accepted by the user =========================================================================== =================================================== ===> ldb-1.1.26 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.9.1.txz [110armv6-system-job-03] Installing pkg-1.9.1... [110armv6-system-job-03] Extracting pkg-1.9.1: .......... done ===> ldb-1.1.26 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of ldb-1.1.26 =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by ldb-1.1.26 for building =========================================================================== =================================================== ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by ldb-1.1.26 for building => SHA256 Checksum OK for ldb-1.1.26.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by ldb-1.1.26 for building ===> Extracting for ldb-1.1.26 => SHA256 Checksum OK for ldb-1.1.26.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for ldb-1.1.26 ===> Applying FreeBSD patches for ldb-1.1.26 =========================================================================== =================================================== ===> ldb-1.1.26 depends on package: talloc>=2.1.5 - not found ===> Installing existing package /packages/All/talloc-2.1.6.txz [110armv6-system-job-03] Installing talloc-2.1.6... [110armv6-system-job-03] `-- Installing python27-2.7.12... [110armv6-system-job-03] | `-- Installing libffi-3.2.1... [110armv6-system-job-03] | | `-- Installing indexinfo-0.2.6... [110armv6-system-job-03] | | `-- Extracting indexinfo-0.2.6: .... done [110armv6-system-job-03] | `-- Extracting libffi-3.2.1: .......... done [110armv6-system-job-03] | `-- Installing readline-6.3.8... [110armv6-system-job-03] | `-- Extracting readline-6.3.8: .......... done [110armv6-system-job-03] `-- Extracting python27-2.7.12: .......... done [110armv6-system-job-03] `-- Installing python2-2_3... [110armv6-system-job-03] `-- Extracting python2-2_3: ...... done [110armv6-system-job-03] Extracting talloc-2.1.6: .......... done Message from python27-2.7.12: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter =========================================================================== ===> ldb-1.1.26 depends on package: talloc>=2.1.5 - found ===> Returning to build of ldb-1.1.26 ===> ldb-1.1.26 depends on package: tevent>=0.9.27 - not found ===> Installing existing package /packages/All/tevent-0.9.28.txz [110armv6-system-job-03] Installing tevent-0.9.28... [110armv6-system-job-03] Extracting tevent-0.9.28: .......... done ===> ldb-1.1.26 depends on package: tevent>=0.9.27 - found ===> Returning to build of ldb-1.1.26 ===> ldb-1.1.26 depends on package: tdb>=1.3.8,1 - not found ===> Installing existing package /packages/All/tdb-1.3.9,1.txz [110armv6-system-job-03] Installing tdb-1.3.9,1... [110armv6-system-job-03] Extracting tdb-1.3.9,1: .......... done ===> ldb-1.1.26 depends on package: tdb>=1.3.8,1 - found ===> Returning to build of ldb-1.1.26 ===> ldb-1.1.26 depends on package: popt>=0 - not found ===> Installing existing package /packages/All/popt-1.16_1.txz [110armv6-system-job-03] Installing popt-1.16_1... [110armv6-system-job-03] Extracting popt-1.16_1: ....... done ===> ldb-1.1.26 depends on package: popt>=0 - found ===> Returning to build of ldb-1.1.26 ===> ldb-1.1.26 depends on package: pkgconf>=0.9.10 - not found ===> Installing existing package /packages/All/pkgconf-1.0.2.txz [110armv6-system-job-03] Installing pkgconf-1.0.2... [110armv6-system-job-03] Extracting pkgconf-1.0.2: .......... done ===> ldb-1.1.26 depends on package: pkgconf>=0.9.10 - found ===> Returning to build of ldb-1.1.26 ===> ldb-1.1.26 depends on file: /usr/local/bin/python2.7 - found ===> ldb-1.1.26 depends on executable: python2 - found =========================================================================== =================================================== ===> ldb-1.1.26 depends on shared library: libldap-2.4.so.2 - not found ===> Installing existing package /packages/All/openldap-client-2.4.44.txz [110armv6-system-job-03] Installing openldap-client-2.4.44... [110armv6-system-job-03] Extracting openldap-client-2.4.44: .......... done Message from openldap-client-2.4.44: ************************************************************ The OpenLDAP client package has been successfully installed. Edit /usr/local/etc/openldap/ldap.conf to change the system-wide client defaults. Try `man ldap.conf' and visit the OpenLDAP FAQ-O-Matic at http://www.OpenLDAP.org/faq/index.cgi?file=3 for more information. ************************************************************ ===> ldb-1.1.26 depends on shared library: libldap-2.4.so.2 - found (/usr/local/lib/libldap-2.4.so.2) ===> Returning to build of ldb-1.1.26 =========================================================================== =================================================== ===> Configuring for ldb-1.1.26 Checking for program gcc or cc : cc Checking for program ar : /usr/bin/ar Checking for program ranlib : /usr/bin/ranlib Checking for gcc : ok Checking for program git : not found Check for -MD : yes Checking for program gdb : /usr/bin/gdb Checking build system : FreeBSD 110armv6-system-job-03 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 arm Checking for header sys/utsname.h : yes Checking uname sysname type : FreeBSD Checking uname machine type : arm Checking uname release type : 11.0-RELEASE-p1 Checking uname version type : FreeBSD 11.0-RELEASE-p1 Checking for header stdio.h : yes Checking simple C program : ok Checking compiler accepts ['-Werror'] : yes Checking linker accepts ['-Wl,-rpath,.'] : yes Checking for rpath library support : ok Checking for -Wl,--version-script support : ok Checking compiler accepts ['-fvisibility=hidden', '-Werror'] : yes Checking for HAVE_VISIBILITY_ATTR : ok Checking for library constructor support : ok Checking for library destructor support : ok Checking compiler accepts -fPIC : yes Checking for inline : inline Checking for pkg-config version >= 0.0.0 : yes Checking compiler accepts [''] : yes Checking for header sys/types.h : yes Checking for header sys/stat.h : yes Checking for header stdlib.h : yes Checking for header stddef.h : yes Checking for header memory.h : yes Checking for header string.h : yes Checking for header strings.h : yes Checking for header inttypes.h : yes Checking for header stdint.h : yes Checking for header unistd.h : yes Checking for header minix/config.h : no Checking for header ctype.h : yes Checking for header standards.h : no Checking for header stdbool.h : yes Checking for header stdarg.h : yes Checking for header vararg.h : no Checking for header limits.h : yes Checking for header assert.h : yes Checking getconf LFS_CFLAGS : getconf: no such configuration parameter `LFS_CFLAGS' not found Checking for large file support without additional flags : ok Checking for header sys/time.h : yes Checking for header time.h : yes Checking for header endian.h : no Checking for header sys/endian.h : yes Checking for HAVE_LITTLE_ENDIAN : ok Checking for HAVE_BIG_ENDIAN : not found Checking for header signal.h : yes Checking if signal handlers return int : not found Checking for variable __FUNCTION__ : ok Checking for va_copy : ok Checking for HAVE__VA_ARGS__MACRO : ok Checking for header linux/types.h : no Checking for header crypt.h : no Checking for header locale.h : yes Checking for header acl/libacl.h : no Checking for header compat.h : no Checking for header attr/xattr.h : no Checking for header dustat.h : no Checking for header fcntl.h : yes Checking for header fnmatch.h : yes Checking for header glob.h : yes Checking for header history.h : no Checking for header krb5.h : yes Checking for header langinfo.h : yes Checking for header libaio.h : no Checking for header ndir.h : no Checking for header pwd.h : yes Checking for header shadow.h : no Checking for header sys/acl.h : yes Checking for header sys/attributes.h : no Checking for header attr/attributes.h : no Checking for header sys/capability.h : yes Checking for header sys/dir.h : yes Checking for header sys/epoll.h : no Checking for header port.h : no Checking for header sys/fcntl.h : yes Checking for header sys/filio.h : yes Checking for header sys/filsys.h : no Checking for header sys/fs/s5param.h : no Checking for header sys/fs/vx/quota.h : no Checking for header sys/id.h : no Checking for header sys/ioctl.h : yes Checking for header sys/ipc.h : yes Checking for header sys/mman.h : yes Checking for header sys/mode.h : no Checking for header sys/ndir.h : no Checking for header sys/priv.h : yes Checking for header sys/resource.h : yes Checking for header sys/security.h : no Checking for header sys/shm.h : yes Checking for header sys/statfs.h : no Checking for header sys/statvfs.h : yes Checking for header sys/termio.h : no Checking for header sys/vfs.h : no Checking for header sys/xattr.h : no Checking for header termio.h : no Checking for header termios.h : yes Checking for header sys/file.h : yes Checking for header sys/ucontext.h : yes Checking for header sys/wait.h : yes Checking for declaration of malloc : ok Checking for header grp.h : yes Checking for header sys/select.h : yes Checking for header setjmp.h : yes Checking for header utime.h : yes Checking for header sys/syslog.h : yes Checking for header syslog.h : yes Checking for header sys/mount.h : yes Checking for header mntent.h : no Checking for header stropts.h : no Checking for header unix.h : no Checking for header sys/param.h : yes Checking for header sys/socket.h : yes Checking for header netinet/in.h : yes Checking for header netdb.h : yes Checking for header arpa/inet.h : yes Checking for header netinet/in_systm.h : yes Checking for header netinet/ip.h : yes Checking for header netinet/tcp.h : yes Checking for header netinet/in_ip.h : no Checking for header sys/sockio.h : yes Checking for header sys/un.h : yes Checking for header sys/uio.h : yes Checking for header ifaddrs.h : yes Checking for header direct.h : no Checking for header dirent.h : yes Checking for header windows.h : no Checking for header winsock2.h : no Checking for header ws2tcpip.h : no Checking for header errno.h : yes Checking for header getopt.h : yes Checking for header iconv.h : yes Checking for header nss.h : yes Checking for header sasl/sasl.h : no Checking for inotify_init : not found Checking for library inotify : not found Checking for inotify_init : not found Checking for header security/pam_appl.h : yes Checking for header zlib.h : yes Checking for header asm/unistd.h : no Checking for header aio.h : yes Checking for header sys/unistd.h : yes Checking for header rpc/rpc.h : yes Checking for header rpc/nettype.h : yes Checking for header alloca.h : no Checking for header float.h : yes Checking for header rpcsvc/nis.h : yes Checking for header rpcsvc/ypclnt.h : yes Checking for header sys/sysctl.h : yes Checking for header sys/fileio.h : no Checking for header sys/filesys.h : no Checking for header sys/dustat.h : no Checking for header sys/sysmacros.h : no Checking for header xfs/libxfs.h : no Checking for header netgroup.h : no Checking for header rpcsvc/yp_prot.h : no Checking for HAVE_RPCSVC_YP_PROT_H : ok Checking for header valgrind.h : no Checking for header valgrind/valgrind.h : no Checking for header valgrind/memcheck.h : no Checking for header nss_common.h : no Checking for header nsswitch.h : yes Checking for header ns_api.h : no Checking for header sys/extattr.h : yes Checking for header sys/ea.h : no Checking for header sys/proplist.h : no Checking for header sys/cdefs.h : yes Checking for header utmp.h : no Checking for header utmpx.h : yes Checking for header lastlog.h : no Checking for header syscall.h : no Checking for header sys/syscall.h : yes Checking for header sys/atomic.h : no Checking for header libgen.h : yes Checking for header sys/prctl.h : no Checking for prctl syscall : not found Checking for O_DIRECT flag to open(2) : ok Checking for long long : ok Checking for intptr_t : ok Checking for uintptr_t : ok Checking for ptrdiff_t : ok Checking for comparison_fn_t : not found Checking for _Bool : ok Checking for bool : ok Checking for int8_t : ok Checking for uint8_t : ok Checking for int16_t : ok Checking for uint16_t : ok Checking for int32_t : ok Checking for uint32_t : ok Checking for int64_t : ok Checking for uint64_t : ok Checking for size_t : ok Checking for ssize_t : ok Checking for ino_t : ok Checking for loff_t : not found Checking for offset_t : not found Checking for volatile int : ok Checking for uint_t : not found Checking for blksize_t : ok Checking for blkcnt_t : ok Checking if size of bool == 1 : ok Checking if size of char == 1 : ok Checking if size of int == 1 : not found Checking if size of int == 2 : not found Checking if size of int == 4 : ok Checking if size of long long == 1 : not found Checking if size of long long == 2 : not found Checking if size of long long == 4 : not found Checking if size of long long == 8 : ok Checking if size of long == 1 : not found Checking if size of long == 2 : not found Checking if size of long == 4 : ok Checking if size of short == 1 : not found Checking if size of short == 2 : ok Checking if size of size_t == 1 : not found Checking if size of size_t == 2 : not found Checking if size of size_t == 4 : ok Checking if size of ssize_t == 1 : not found Checking if size of ssize_t == 2 : not found Checking if size of ssize_t == 4 : ok Checking if size of int8_t == 1 : ok Checking if size of uint8_t == 1 : ok Checking if size of int16_t == 1 : not found Checking if size of int16_t == 2 : ok Checking if size of uint16_t == 1 : not found Checking if size of uint16_t == 2 : ok Checking if size of int32_t == 1 : not found Checking if size of int32_t == 2 : not found Checking if size of int32_t == 4 : ok Checking if size of uint32_t == 1 : not found Checking if size of uint32_t == 2 : not found Checking if size of uint32_t == 4 : ok Checking if size of int64_t == 1 : not found Checking if size of int64_t == 2 : not found Checking if size of int64_t == 4 : not found Checking if size of int64_t == 8 : ok Checking if size of uint64_t == 1 : not found Checking if size of uint64_t == 2 : not found Checking if size of uint64_t == 4 : not found Checking if size of uint64_t == 8 : ok Checking if size of void* == 1 : not found Checking if size of void* == 2 : not found Checking if size of void* == 4 : ok Checking if size of off_t == 1 : not found Checking if size of off_t == 2 : not found Checking if size of off_t == 4 : not found Checking if size of off_t == 8 : ok Checking if size of dev_t == 1 : not found Checking if size of dev_t == 2 : not found Checking if size of dev_t == 4 : ok Checking if size of ino_t == 1 : not found Checking if size of ino_t == 2 : not found Checking if size of ino_t == 4 : ok Checking if size of time_t == 1 : not found Checking if size of time_t == 2 : not found Checking if size of time_t == 4 : not found Checking if size of time_t == 8 : ok Checking for socklen_t : ok Checking for struct ifaddrs : ok Checking for struct addrinfo : ok Checking for struct sockaddr : ok Checking for HAVE_STRUCT_SOCKADDR_IN6 : ok Checking for struct sockaddr_storage : ok Checking for sa_family_t : ok Checking for sig_atomic_t : ok Checking for sigsetmask : ok Checking for siggetmask : not found Checking for sigprocmask : ok Checking for sigblock : ok Checking for sigaction : ok Checking for sigset : ok Checking for inet_ntoa : ok Checking for inet_aton : ok Checking for inet_ntop : ok Checking for inet_pton : ok Checking for connect : ok Checking for gethostbyname : ok Checking for getaddrinfo : ok Checking for getnameinfo : ok Checking for freeaddrinfo : ok Checking for gai_strerror : ok Checking for socketpair : ok Checking for variable IPV6_V6ONLY : ok Checking for HAVE_IPV6 : ok Checking whether we have ucontext_t : ok Checking for __sync_fetch_and_add compiler builtin : not found Checking for atomic_add_32 compiler builtin : not found Checking for strdup : ok Checking for memmem : ok Checking for printf : ok Checking for memset : ok Checking for memcpy : ok Checking for memmove : ok Checking for strcpy : ok Checking for strncpy : ok Checking for bzero : ok Checking for shl_load : not found Checking for shl_unload : not found Checking for shl_findsym : not found Checking for pipe : ok Checking for strftime : ok Checking for srandom : ok Checking for random : ok Checking for srand : ok Checking for rand : ok Checking for usleep : ok Checking for setbuffer : ok Checking for lstat : ok Checking for getpgrp : ok Checking for utime : ok Checking for utimes : ok Checking for setuid : ok Checking for seteuid : ok Checking for setreuid : ok Checking for setresuid : ok Checking for setgid : ok Checking for setegid : ok Checking for setregid : ok Checking for setresgid : ok Checking for chroot : ok Checking for strerror : ok Checking for vsyslog : ok Checking for setlinebuf : ok Checking for mktime : ok Checking for ftruncate : ok Checking for chsize : not found Checking for rename : ok Checking for waitpid : ok Checking for wait4 : ok Checking for initgroups : ok Checking for pread : ok Checking for pwrite : ok Checking for strndup : ok Checking for strcasestr : ok Checking for strsep : ok Checking for strtok_r : ok Checking for mkdtemp : ok Checking for dup2 : ok Checking for dprintf : ok Checking for vdprintf : ok Checking for isatty : ok Checking for chown : ok Checking for lchown : ok Checking for link : ok Checking for readlink : ok Checking for symlink : ok Checking for realpath : ok Checking for snprintf : ok Checking for vsnprintf : ok Checking for asprintf : ok Checking for vasprintf : ok Checking for setenv : ok Checking for unsetenv : ok Checking for strnlen : ok Checking for strtoull : ok Checking for __strtoull : not found Checking for strtouq : ok Checking for strtoll : ok Checking for __strtoll : not found Checking for strtoq : ok Checking for memalign : not found Checking for posix_memalign : ok Checking for prctl : not found Checking for dirname : ok Checking for basename : ok Checking for strlcpy : ok Checking for strlcat : ok Checking for getpeereid : ok Checking for library setproctitle : not found Checking for setproctitle : ok Checking whether we can use SO_PEERCRED to get socket credentials : not found Checking correct behavior of strtoll : ok Checking for if_nametoindex : ok Checking for strerror_r : ok Checking for getdirentries : ok Checking for getdents : ok Checking for syslog : ok Checking for gai_strerror : ok Checking for get_current_dir_name : not found Checking for timegm : ok Checking for getifaddrs : ok Checking for freeifaddrs : ok Checking for mmap : ok Checking for setgroups : ok Checking for syscall : ok Checking for setsid : ok Checking for getgrent_r : ok Checking for getgrgid_r : ok Checking for getgrnam_r : ok Checking for getgrouplist : ok Checking for getpagesize : ok Checking for getpwent_r : ok Checking for getpwnam_r : ok Checking for getpwuid_r : ok Checking for epoll_create : not found Checking for port_create : not found Checking for fgetxattr : not found Checking for flistea : not found Checking for flistxattr : not found Checking for fremovexattr : not found Checking for fsetxattr : not found Checking for getxattr : not found Checking for listxattr : not found Checking for removexattr : not found Checking for setxattr : not found Checking for library attr : not found Checking for fgetxattr : not found Checking for flistea : not found Checking for flistxattr : not found Checking for fremovexattr : not found Checking for fsetxattr : not found Checking for getxattr : not found Checking for listxattr : not found Checking for removexattr : not found Checking for setxattr : not found Checking for attr_get : not found Checking for attr_getf : not found Checking for attr_list : not found Checking for attr_listf : not found Checking for attropen : not found Checking for attr_remove : not found Checking for attr_removef : not found Checking for attr_set : not found Checking for attr_setf : not found Checking for extattr_delete_fd : ok Checking for extattr_delete_file : ok Checking for extattr_get_fd : ok Checking for extattr_get_file : ok Checking for extattr_list_fd : ok Checking for extattr_list_file : ok Checking for extattr_set_fd : ok Checking for extattr_set_file : ok Checking for fgetea : not found Checking for fremoveea : not found Checking for fsetea : not found Checking for getea : not found Checking for listea : not found Checking for removeea : not found Checking for setea : not found Checking for library attr : not found Checking for attr_get : not found Checking for attr_getf : not found Checking for attr_list : not found Checking for attr_listf : not found Checking for attropen : not found Checking for attr_remove : not found Checking for attr_removef : not found Checking for attr_set : not found Checking for attr_setf : not found Checking for fgetea : not found Checking for fremoveea : not found Checking for fsetea : not found Checking for getea : not found Checking for listea : not found Checking for removeea : not found Checking for setea : not found Checking whether xattr interface takes additional options : not found Checking for dlopen : ok Checking for dlsym : ok Checking for dlerror : ok Checking for dlclose : ok Checking for declaration of dlopen : ok Checking C prototype for dlopen : not found Checking for fdatasync : not found Checking for library rt : yes Checking for fdatasync : not found Checking for clock_gettime : ok Checking whether the clock_gettime clock ID CLOCK_MONOTONIC is available : ok Checking whether the clock_gettime clock ID CLOCK_PROCESS_CPUTIME_ID is available : ok Checking whether the clock_gettime clock ID CLOCK_REALTIME is available : ok Checking for struct timespec : ok Checking for header net/if.h : yes Checking for header arpa/nameser.h : yes Checking for header resolv.h : yes Checking for res_search : ok Checking for pthread_create : not found Checking for library pthread : yes Checking for pthread_create : ok Checking for pthread_attr_init : ok Checking for pthread_mutexattr_setrobust : ok Checking for declaration of PTHREAD_MUTEX_ROBUST : ok Checking for pthread_mutex_consistent : ok Checking for crypt : not found Checking for library crypt : yes Checking for crypt : ok Checking for header readline.h : no Checking for header readline/readline.h : yes Checking for header readline/history.h : yes Checking for variable rl_event_hook : ok Checking for declaration of snprintf : ok Checking for declaration of vsnprintf : ok Checking for declaration of asprintf : ok Checking for declaration of vasprintf : ok Checking for declaration of errno : ok Checking for declaration of EWOULDBLOCK : ok Checking for declaration of environ : not found Checking for declaration of environ (as enum) : not found Checking for declaration of getgrent_r : ok Checking for declaration of getpwent_r : ok Checking for declaration of pread : ok Checking for declaration of pwrite : ok Checking for declaration of setenv : ok Checking for declaration of setresgid : ok Checking for declaration of setresuid : ok Checking for header poll.h : yes Checking for poll : ok Checking for strptime : ok Checking for declaration of strptime : ok Checking for working strptime : not found Checking for declaration of gettimeofday : ok Checking C prototype for gettimeofday : ok Checking C prototype for gettimeofday : not found Checking for C99 vsnprintf : ok Checking for HAVE_SHARED_MMAP : ok Checking for HAVE_MREMAP : not found Checking for HAVE_INCOHERENT_MMAP : not found Checking for HAVE_IMMEDIATE_STRUCTURES : ok Checking for HAVE_MKDIR_MODE : ok Checking for member st_mtim.tv_nsec in struct stat : ok Checking for member st_rdev in struct stat : ok Checking for member st_rdev in struct stat : ok Checking for member ss_family in struct sockaddr_storage : ok Checking for member __ss_family in struct sockaddr_storage : not found Checking for member sa_len in struct sockaddr : ok Checking for member sin_len in struct sockaddr_in : ok Checking for HAVE_UNIXSOCKET : ok Checking for HAVE_SECURE_MKSTEMP : ok Checking for HAVE_IFACE_GETIFADDRS : ok Checking for getpwnam_r : ok Checking for getpwuid_r : ok Checking for getpwent_r : ok Checking for declaration of getpwent_r : ok Checking C prototype for getpwent_r : not found Checking for declaration of getgrent_r : ok Checking C prototype for getgrent_r : not found Checking C prototype for getpwent_r : not found Checking C prototype for getgrent_r : not found Checking for getgrouplist : ok Checking for system tdb >= 1.3.8 : yes Checking for program xsltproc : true Checking for stylesheet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl : ok Checking for program python : /usr/local/bin/python2.7 Checking for program python : /usr/local/bin/python2.7 Checking for program python : not found Checking for Python version >= 2.4.2 : ok 2.7.12 Checking for Python version >= 2.4.2 : ok 2.7.12 Checking for library python2.7 : yes Checking for program python2.7-config : /usr/local/bin/python2.7-config Checking for custom code : yes Checking linker accepts -Wl,-no-undefined : yes Checking linker accepts ['-undefined', 'dynamic_lookup'] : yes Checking for system talloc >= 2.1.5 : yes Checking for system pytalloc-util >= 2.1.5 : yes Checking for stylesheet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl : ok Checking for Python version >= 2.4.2 : ok 2.7.12 Checking for python headers : using cache Checking for header sys/auxv.h : no Checking for getauxval : not found Checking linker accepts -Wl,-no-undefined : yes Checking for system tevent >= 0.9.27 : yes Checking for epoll_create : not found Checking value of NSIG : 32 Checking value of _NSIG : not found Checking value of SIGRTMAX : 126 Checking value of SIGRTMIN : 65 Checking for program python : /usr/local/bin/python2.7 Checking for Python version >= 2.4.2 : ok 2.7.12 Checking for python headers : using cache Checking linker accepts -Wl,-no-undefined : yes Checking for system popt : yes Checking for header popt.h : yes Checking for library popt : yes Checking for poptGetContext : ok Checking for program python : /usr/local/bin/python2.7 Checking for program xsltproc : true Checking for Python version >= 2.4.2 : ok 2.7.12 Checking for python headers : using cache Checking for stylesheet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl : ok Checking for library lber : yes Checking for library ldap : yes Checking for ber_flush : ok Checking for ldap_open : ok Checking for ldap_initialize : ok Checking linker accepts -Wl,-no-undefined : yes Checking if toolchain accepts -fstack-protector : yes Checking linker accepts -Wl,-no-undefined : yes 'configure' finished successfully (25m30.114s) =========================================================================== =================================================== ===> Building for ldb-1.1.26 /bin/mkdir -p /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/man install -m 444 /usr/ports/databases/ldb/files/`basename man/man1/ldbadd.1.gz .gz` /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/man install -m 444 /usr/ports/databases/ldb/files/`basename man/man1/ldbdel.1.gz .gz` /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/man install -m 444 /usr/ports/databases/ldb/files/`basename man/man1/ldbedit.1.gz .gz` /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/man install -m 444 /usr/ports/databases/ldb/files/`basename man/man1/ldbmodify.1.gz .gz` /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/man install -m 444 /usr/ports/databases/ldb/files/`basename man/man1/ldbrename.1.gz .gz` /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/man install -m 444 /usr/ports/databases/ldb/files/`basename man/man1/ldbsearch.1.gz .gz` /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/man install -m 444 /usr/ports/databases/ldb/files/`basename man/man3/ldb.3.gz .gz` /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/man Waf: Entering directory `/wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin' symlink: _ldb_text.py -> python/_ldb_text.py Checking project rules ... Project rules pass [ 1/87] Generating pyldb-util.vscript [ 2/87] Generating ldb.vscript [ 3/87] Generating ldb-cmdline.vscript [ 4/87] Compiling lib/replace/replace.c 23:59:40 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_replace_MODULES=NULL -DSTATIC_replace_MODULES_PROTO=extern void __replace_dummy_module_proto(void) -MD -Idefault/lib/replace -I../lib/replace -Idefault -I.. -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../lib/replace/replace.c -c -o default/lib/replace/replace_2.o [ 5/87] Compiling lib/replace/strptime.c 23:59:43 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_replace_MODULES=NULL -DSTATIC_replace_MODULES_PROTO=extern void __replace_dummy_module_proto(void) -MD -Idefault/lib/replace -I../lib/replace -Idefault -I.. -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../lib/replace/strptime.c -c -o default/lib/replace/strptime_2.o [ 6/87] Compiling lib/replace/cwrap.c 23:59:53 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_replace_MODULES=NULL -DSTATIC_replace_MODULES_PROTO=extern void __replace_dummy_module_proto(void) -MD -Idefault/lib/replace -I../lib/replace -Idefault -I.. -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../lib/replace/cwrap.c -c -o default/lib/replace/cwrap_2.o [ 7/87] Compiling lib/replace/xattr.c 23:59:55 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_replace_MODULES=NULL -DSTATIC_replace_MODULES_PROTO=extern void __replace_dummy_module_proto(void) -MD -Idefault/lib/replace -I../lib/replace -Idefault -I.. -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../lib/replace/xattr.c -c -o default/lib/replace/xattr_2.o [ 8/87] Generating PKGCONFIG_pyldb-util.pc [ 9/87] Generating PKGCONFIG_ldb.pc [10/87] Generating ldb_version.h 23:59:59 runner echo "#define LDB_VERSION \"1.1.26\"" > default/include/ldb_version.h [11/87] Compiling lib/replace/replace.c 23:59:59 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -D_SAMBA_HOSTCC_ -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_LIBREPLACE_HOSTCC_MODULES=NULL -DSTATIC_LIBREPLACE_HOSTCC_MODULES_PROTO=extern void __LIBREPLACE_HOSTCC_dummy_module_proto(void) -MD -Idefault/lib/replace -I../lib/replace -Idefault -I.. -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../lib/replace/replace.c -c -o default/lib/replace/replace_1.o [12/87] Compiling lib/replace/strptime.c 00:00:02 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -D_SAMBA_HOSTCC_ -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_LIBREPLACE_HOSTCC_MODULES=NULL -DSTATIC_LIBREPLACE_HOSTCC_MODULES_PROTO=extern void __LIBREPLACE_HOSTCC_dummy_module_proto(void) -MD -Idefault/lib/replace -I../lib/replace -Idefault -I.. -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../lib/replace/strptime.c -c -o default/lib/replace/strptime_1.o [13/87] Compiling lib/replace/test/testsuite.c 00:00:13 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_replace_test_MODULES=NULL -DSTATIC_replace_test_MODULES_PROTO=extern void __replace_test_dummy_module_proto(void) -MD -Idefault/lib/replace -I../lib/replace -Idefault -I.. -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../lib/replace/test/testsuite.c -c -o default/lib/replace/test/testsuite_3.o [14/87] Compiling lib/replace/test/strptime.c 00:00:51 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_replace_test_MODULES=NULL -DSTATIC_replace_test_MODULES_PROTO=extern void __replace_test_dummy_module_proto(void) -MD -Idefault/lib/replace -I../lib/replace -Idefault -I.. -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../lib/replace/test/strptime.c -c -o default/lib/replace/test/strptime_3.o [15/87] Compiling lib/replace/test/os2_delete.c 00:00:54 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_replace_test_MODULES=NULL -DSTATIC_replace_test_MODULES_PROTO=extern void __replace_test_dummy_module_proto(void) -MD -Idefault/lib/replace -I../lib/replace -Idefault -I.. -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../lib/replace/test/os2_delete.c -c -o default/lib/replace/test/os2_delete_3.o [16/87] Compiling lib/replace/test/getifaddrs.c 00:00:57 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_replace_test_MODULES=NULL -DSTATIC_replace_test_MODULES_PROTO=extern void __replace_test_dummy_module_proto(void) -MD -Idefault/lib/replace -I../lib/replace -Idefault -I.. -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../lib/replace/test/getifaddrs.c -c -o default/lib/replace/test/getifaddrs_3.o [17/87] Compiling ldb_ldap/ldb_ldap.c 00:01:00 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -Dldb_ldap_init=ldb_init_module -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_ldap_MODULES=NULL -DSTATIC_ldb_ldap_MODULES_PROTO=extern void __ldb_ldap_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../ldb_ldap/ldb_ldap.c -c -o default/ldb_ldap/ldb_ldap_1.o [18/87] Compiling common/ldb_modules.c 00:01:08 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_MODULES=NULL -DSTATIC_ldb_MODULES_PROTO=extern void __ldb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault/include -I../include -Idefault -I.. -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../common/ldb_modules.c -c -o default/common/ldb_modules_9.o [19/87] Compiling common/ldb_ldif.c 00:01:17 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_MODULES=NULL -DSTATIC_ldb_MODULES_PROTO=extern void __ldb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault/include -I../include -Idefault -I.. -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../common/ldb_ldif.c -c -o default/common/ldb_ldif_9.o [20/87] Compiling common/ldb_parse.c 00:01:27 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_MODULES=NULL -DSTATIC_ldb_MODULES_PROTO=extern void __ldb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault/include -I../include -Idefault -I.. -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../common/ldb_parse.c -c -o default/common/ldb_parse_9.o [21/87] Compiling common/ldb_msg.c 00:01:35 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_MODULES=NULL -DSTATIC_ldb_MODULES_PROTO=extern void __ldb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault/include -I../include -Idefault -I.. -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../common/ldb_msg.c -c -o default/common/ldb_msg_9.o [22/87] Compiling common/ldb_utf8.c 00:01:47 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_MODULES=NULL -DSTATIC_ldb_MODULES_PROTO=extern void __ldb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault/include -I../include -Idefault -I.. -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../common/ldb_utf8.c -c -o default/common/ldb_utf8_9.o [23/87] Compiling common/ldb_debug.c 00:01:51 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_MODULES=NULL -DSTATIC_ldb_MODULES_PROTO=extern void __ldb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault/include -I../include -Idefault -I.. -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../common/ldb_debug.c -c -o default/common/ldb_debug_9.o [24/87] Compiling common/ldb_dn.c 00:01:54 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_MODULES=NULL -DSTATIC_ldb_MODULES_PROTO=extern void __ldb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault/include -I../include -Idefault -I.. -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../common/ldb_dn.c -c -o default/common/ldb_dn_9.o [25/87] Compiling common/ldb_match.c 00:02:09 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_MODULES=NULL -DSTATIC_ldb_MODULES_PROTO=extern void __ldb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault/include -I../include -Idefault -I.. -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../common/ldb_match.c -c -o default/common/ldb_match_9.o [26/87] Compiling common/ldb_options.c 00:02:16 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_MODULES=NULL -DSTATIC_ldb_MODULES_PROTO=extern void __ldb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault/include -I../include -Idefault -I.. -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../common/ldb_options.c -c -o default/common/ldb_options_9.o [27/87] Compiling common/ldb_pack.c 00:02:19 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_MODULES=NULL -DSTATIC_ldb_MODULES_PROTO=extern void __ldb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault/include -I../include -Idefault -I.. -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../common/ldb_pack.c -c -o default/common/ldb_pack_9.o [28/87] Compiling common/ldb_attributes.c 00:02:24 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_MODULES=NULL -DSTATIC_ldb_MODULES_PROTO=extern void __ldb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault/include -I../include -Idefault -I.. -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../common/ldb_attributes.c -c -o default/common/ldb_attributes_9.o [29/87] Compiling common/attrib_handlers.c 00:02:29 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_MODULES=NULL -DSTATIC_ldb_MODULES_PROTO=extern void __ldb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault/include -I../include -Idefault -I.. -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../common/attrib_handlers.c -c -o default/common/attrib_handlers_9.o [30/87] Compiling common/ldb_controls.c 00:02:35 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_MODULES=NULL -DSTATIC_ldb_MODULES_PROTO=extern void __ldb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault/include -I../include -Idefault -I.. -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../common/ldb_controls.c -c -o default/common/ldb_controls_9.o [31/87] Compiling common/qsort.c 00:02:47 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_MODULES=NULL -DSTATIC_ldb_MODULES_PROTO=extern void __ldb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault/include -I../include -Idefault -I.. -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../common/qsort.c -c -o default/common/qsort_9.o [32/87] Compiling ldb_map/ldb_map.c 00:02:51 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_MODULES=NULL -DSTATIC_ldb_MODULES_PROTO=extern void __ldb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault/include -I../include -Idefault -I.. -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../ldb_map/ldb_map.c -c -o default/ldb_map/ldb_map_9.o [33/87] Compiling ldb_map/ldb_map_inbound.c 00:03:00 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_MODULES=NULL -DSTATIC_ldb_MODULES_PROTO=extern void __ldb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault/include -I../include -Idefault -I.. -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../ldb_map/ldb_map_inbound.c -c -o default/ldb_map/ldb_map_inbound_9.o [34/87] Compiling ldb_map/ldb_map_outbound.c 00:03:10 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_MODULES=NULL -DSTATIC_ldb_MODULES_PROTO=extern void __ldb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault/include -I../include -Idefault -I.. -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../ldb_map/ldb_map_outbound.c -c -o default/ldb_map/ldb_map_outbound_9.o [35/87] Compiling common/ldb.c 00:03:19 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -DLDB_MODULESDIR="/wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/modules/ldb" -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_LIBLDB_MAIN_MODULES=NULL -DSTATIC_LIBLDB_MAIN_MODULES_PROTO=extern void __LIBLDB_MAIN_dummy_module_proto(void) -MD -Idefault -I.. -Idefault/include -I../include -Idefault -I.. -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../common/ldb.c -c -o default/common/ldb_31.o ../common/ldb.c:120:3: warning: 'tevent_loop_allow_nesting' is deprecated [-Wdeprecated-declarations] tevent_loop_allow_nesting(ev_ctx); ^ /usr/local/include/tevent.h:1761:6: note: 'tevent_loop_allow_nesting' has been explicitly marked deprecated here void tevent_loop_allow_nesting(struct tevent_context *ev) _DEPRECATED_; ^ 1 warning generated. [36/87] Compiling pyldb_util.c 00:03:37 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -MD -fno-strict-aliasing -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -I/usr/local/include/python2.7 -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../pyldb_util.c -c -o default/pyldb_util_3.o [37/87] Compiling pyldb.c 00:03:41 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -DPACKAGE_VERSION="1.1.26" -DPY_SSIZE_T_CLEAN=1 -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_pyldb_MODULES=NULL -DSTATIC_pyldb_MODULES_PROTO=extern void __pyldb_dummy_module_proto(void) -MD -fno-strict-aliasing -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -I/usr/local/include/python2.7 -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../pyldb.c -c -o default/pyldb_7.o [38/87] Compiling modules/paged_results.c 00:04:05 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -Dldb_paged_results_init=ldb_init_module -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_paged_results_MODULES=NULL -DSTATIC_ldb_paged_results_MODULES_PROTO=extern void __ldb_paged_results_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../modules/paged_results.c -c -o default/modules/paged_results_15.o [39/87] Compiling modules/asq.c 00:04:09 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -Dldb_asq_init=ldb_init_module -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_asq_MODULES=NULL -DSTATIC_ldb_asq_MODULES_PROTO=extern void __ldb_asq_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../modules/asq.c -c -o default/modules/asq_17.o [40/87] Compiling modules/sort.c 00:04:14 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -Dldb_server_sort_init=ldb_init_module -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_server_sort_MODULES=NULL -DSTATIC_ldb_server_sort_MODULES_PROTO=extern void __ldb_server_sort_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../modules/sort.c -c -o default/modules/sort_19.o [41/87] Compiling modules/paged_searches.c 00:04:18 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -Dldb_paged_searches_init=ldb_init_module -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_paged_searches_MODULES=NULL -DSTATIC_ldb_paged_searches_MODULES_PROTO=extern void __ldb_paged_searches_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../modules/paged_searches.c -c -o default/modules/paged_searches_21.o [42/87] Compiling modules/rdn_name.c 00:04:23 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -Dldb_rdn_name_init=ldb_init_module -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_rdn_name_MODULES=NULL -DSTATIC_ldb_rdn_name_MODULES_PROTO=extern void __ldb_rdn_name_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../modules/rdn_name.c -c -o default/modules/rdn_name_23.o [43/87] Compiling tests/sample_module.c 00:04:27 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -Dldb_sample_init=ldb_init_module -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_sample_MODULES=NULL -DSTATIC_ldb_sample_MODULES_PROTO=extern void __ldb_sample_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../tests/sample_module.c -c -o default/tests/sample_module_25.o [44/87] Compiling modules/skel.c 00:04:30 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -Dldb_skel_init=ldb_init_module -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_skel_MODULES=NULL -DSTATIC_ldb_skel_MODULES_PROTO=extern void __ldb_skel_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../modules/skel.c -c -o default/modules/skel_27.o [45/87] Compiling ldb_tdb/ldb_tdb.c 00:04:33 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -Dldb_tdb_init=ldb_init_module -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_tdb_MODULES=NULL -DSTATIC_ldb_tdb_MODULES_PROTO=extern void __ldb_tdb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../ldb_tdb/ldb_tdb.c -c -o default/ldb_tdb/ldb_tdb_29.o [46/87] Compiling ldb_tdb/ldb_search.c 00:04:43 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -Dldb_tdb_init=ldb_init_module -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_tdb_MODULES=NULL -DSTATIC_ldb_tdb_MODULES_PROTO=extern void __ldb_tdb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../ldb_tdb/ldb_search.c -c -o default/ldb_tdb/ldb_search_29.o [47/87] Compiling ldb_tdb/ldb_index.c 00:04:49 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -Dldb_tdb_init=ldb_init_module -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_tdb_MODULES=NULL -DSTATIC_ldb_tdb_MODULES_PROTO=extern void __ldb_tdb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../ldb_tdb/ldb_index.c -c -o default/ldb_tdb/ldb_index_29.o [48/87] Compiling ldb_tdb/ldb_cache.c 00:05:00 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -Dldb_tdb_init=ldb_init_module -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_tdb_MODULES=NULL -DSTATIC_ldb_tdb_MODULES_PROTO=extern void __ldb_tdb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../ldb_tdb/ldb_cache.c -c -o default/ldb_tdb/ldb_cache_29.o [49/87] Compiling ldb_tdb/ldb_tdb_wrap.c 00:05:05 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -Dldb_tdb_init=ldb_init_module -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_tdb_MODULES=NULL -DSTATIC_ldb_tdb_MODULES_PROTO=extern void __ldb_tdb_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../ldb_tdb/ldb_tdb_wrap.c -c -o default/ldb_tdb/ldb_tdb_wrap_29.o [50/87] Compiling tools/ldbadd.c 00:05:09 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldbadd_MODULES=NULL -DSTATIC_ldbadd_MODULES_PROTO=extern void __ldbadd_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../tools/ldbadd.c -c -o default/tools/ldbadd_32.o [51/87] Compiling tools/ldbutil.c 00:05:13 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_cmdline_MODULES=NULL -DSTATIC_ldb_cmdline_MODULES_PROTO=extern void __ldb_cmdline_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../tools/ldbutil.c -c -o default/tools/ldbutil_54.o [52/87] Compiling tools/cmdline.c 00:05:16 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldb_cmdline_MODULES=NULL -DSTATIC_ldb_cmdline_MODULES_PROTO=extern void __ldb_cmdline_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../tools/cmdline.c -c -o default/tools/cmdline_54.o [53/87] Compiling tools/ldbsearch.c 00:05:22 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldbsearch_MODULES=NULL -DSTATIC_ldbsearch_MODULES_PROTO=extern void __ldbsearch_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../tools/ldbsearch.c -c -o default/tools/ldbsearch_35.o [54/87] Compiling tools/ldbdel.c 00:05:27 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldbdel_MODULES=NULL -DSTATIC_ldbdel_MODULES_PROTO=extern void __ldbdel_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../tools/ldbdel.c -c -o default/tools/ldbdel_38.o [55/87] Compiling tools/ldbmodify.c 00:05:31 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldbmodify_MODULES=NULL -DSTATIC_ldbmodify_MODULES_PROTO=extern void __ldbmodify_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../tools/ldbmodify.c -c -o default/tools/ldbmodify_41.o [56/87] Compiling tools/ldbedit.c 00:05:35 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldbedit_MODULES=NULL -DSTATIC_ldbedit_MODULES_PROTO=extern void __ldbedit_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../tools/ldbedit.c -c -o default/tools/ldbedit_44.o [57/87] Compiling tools/ldbrename.c 00:05:41 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldbrename_MODULES=NULL -DSTATIC_ldbrename_MODULES_PROTO=extern void __ldbrename_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../tools/ldbrename.c -c -o default/tools/ldbrename_47.o [58/87] Compiling tools/ldbtest.c 00:05:43 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldbtest_MODULES=NULL -DSTATIC_ldbtest_MODULES_PROTO=extern void __ldbtest_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../tools/ldbtest.c -c -o default/tools/ldbtest_50.o [59/87] Compiling tools/ldbdump.c 00:05:50 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_ldbdump_MODULES=NULL -DSTATIC_ldbdump_MODULES_PROTO=extern void __ldbdump_dummy_module_proto(void) -MD -Idefault -I.. -Idefault -I.. -Idefault/include -I../include -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../tools/ldbdump.c -c -o default/tools/ldbdump_52.o [60/87] Linking default/libldb.so 00:05:55 runner cc default/common/ldb_modules_9.o default/common/ldb_ldif_9.o default/common/ldb_parse_9.o default/common/ldb_msg_9.o default/common/ldb_utf8_9.o default/common/ldb_debug_9.o default/common/ldb_dn_9.o default/common/ldb_match_9.o default/common/ldb_options_9.o default/common/ldb_pack_9.o default/common/ldb_attributes_9.o default/common/attrib_handlers_9.o default/common/ldb_controls_9.o default/common/qsort_9.o default/ldb_map/ldb_map_9.o default/ldb_map/ldb_map_inbound_9.o default/ldb_map/ldb_map_outbound_9.o default/common/ldb_31.o default/lib/replace/replace_2.o default/lib/replace/strptime_2.o default/lib/replace/cwrap_2.o default/lib/replace/xattr_2.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb.so -lpthread -Wl,-no-undefined -fstack-protector -shared -Wl,--version-script=/wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldb.vscript -Wl,-h,libldb.so.1 -L/usr/local/lib -Wl,-Bdynamic -lrt -ltdb -ltevent -ltalloc -lcrypt [61/87] Linking default/libpyldb-util.so 00:05:55 runner cc default/pyldb_util_3.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libpyldb-util.so -lpthread -Wl,-no-undefined -fstack-protector -shared -Wl,--version-script=/wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/pyldb-util.vscript -Wl,-h,libpyldb-util.so.1 -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc -lm -lutil -lpython2.7 [62/87] Linking default/pyldb.so 00:05:56 runner cc default/pyldb_7.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/pyldb.so -lpthread -fstack-protector -undefined dynamic_lookup -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lpyldb-util -lldb -lm -lutil -lpython2.7 -lrt -ltdb -lcrypt -ltevent -ltalloc cc: warning: argument unused during compilation: '-undefined dynamic_lookup' [63/87] Linking default/libldb_module_paged_results.so 00:05:57 runner cc default/modules/paged_results_15.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb_module_paged_results.so -lpthread -Wl,-no-undefined -fstack-protector -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc [64/87] Linking default/libldb_module_asq.so 00:05:58 runner cc default/modules/asq_17.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb_module_asq.so -lpthread -Wl,-no-undefined -fstack-protector -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc [65/87] Linking default/libldb_module_server_sort.so 00:05:58 runner cc default/modules/sort_19.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb_module_server_sort.so -lpthread -Wl,-no-undefined -fstack-protector -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc [66/87] Linking default/libldb_module_paged_searches.so 00:05:59 runner cc default/modules/paged_searches_21.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb_module_paged_searches.so -lpthread -Wl,-no-undefined -fstack-protector -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc [67/87] Linking default/libldb_module_rdn_name.so 00:06:00 runner cc default/modules/rdn_name_23.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb_module_rdn_name.so -lpthread -Wl,-no-undefined -fstack-protector -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc [68/87] Linking default/libldb_module_sample.so 00:06:00 runner cc default/tests/sample_module_25.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb_module_sample.so -lpthread -Wl,-no-undefined -fstack-protector -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc [69/87] Linking default/libldb_module_skel.so 00:06:01 runner cc default/modules/skel_27.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb_module_skel.so -lpthread -Wl,-no-undefined -fstack-protector -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc [70/87] Linking default/libldb_module_tdb.so 00:06:02 runner cc default/ldb_tdb/ldb_tdb_29.o default/ldb_tdb/ldb_search_29.o default/ldb_tdb/ldb_index_29.o default/ldb_tdb/ldb_cache_29.o default/ldb_tdb/ldb_tdb_wrap_29.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb_module_tdb.so -lpthread -Wl,-no-undefined -fstack-protector -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -lrt -ltdb -ltevent -ltalloc [71/87] Linking default/libldb-cmdline.so 00:06:02 runner cc default/tools/ldbutil_54.o default/tools/cmdline_54.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb-cmdline.so -lpthread -Wl,-no-undefined -fstack-protector -shared -Wl,--version-script=/wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldb-cmdline.vscript -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc -lpopt [72/87] Linking default/ldbsearch 00:06:03 runner cc default/tools/ldbsearch_35.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldbsearch -lpthread -Wl,-no-undefined -fstack-protector -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lldb-cmdline -lcrypt -ltdb -lrt -ltevent -ltalloc -lpopt [73/87] Linking default/ldbdel 00:06:04 runner cc default/tools/ldbdel_38.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldbdel -lpthread -Wl,-no-undefined -fstack-protector -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lldb-cmdline -lcrypt -ltdb -lrt -ltevent -ltalloc -lpopt [74/87] Linking default/ldbmodify 00:06:04 runner cc default/tools/ldbmodify_41.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldbmodify -lpthread -Wl,-no-undefined -fstack-protector -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lldb-cmdline -lcrypt -ltdb -lrt -ltevent -ltalloc -lpopt [75/87] Linking default/ldbedit 00:06:05 runner cc default/tools/ldbedit_44.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldbedit -lpthread -Wl,-no-undefined -fstack-protector -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lldb-cmdline -lcrypt -ltdb -lrt -ltevent -ltalloc -lpopt [76/87] Linking default/ldbrename 00:06:06 runner cc default/tools/ldbrename_47.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldbrename -lpthread -Wl,-no-undefined -fstack-protector -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lldb-cmdline -lcrypt -ltdb -lrt -ltevent -ltalloc -lpopt [77/87] Linking default/ldbtest 00:06:07 runner cc default/tools/ldbtest_50.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldbtest -lpthread -Wl,-no-undefined -fstack-protector -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lldb-cmdline -lcrypt -ltdb -lrt -ltevent -ltalloc -lpopt [78/87] Linking default/ldbdump 00:06:07 runner cc default/tools/ldbdump_52.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldbdump -lpthread -Wl,-no-undefined -fstack-protector -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lldb-cmdline -lcrypt -ltdb -lrt -ltevent -ltalloc -lpopt [79/87] Linking default/libldb_module_ldap.so 00:06:08 runner cc default/ldb_ldap/ldb_ldap_1.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb_module_ldap.so -lpthread -Wl,-no-undefined -fstack-protector -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc -llber -lldap [80/87] Linking default/ldbadd 00:06:09 runner cc default/tools/ldbadd_32.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldbadd -lpthread -Wl,-no-undefined -fstack-protector -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lldb-cmdline -lcrypt -ltdb -lrt -ltevent -ltalloc -lpopt [81/87] Generating man/ldb.3 00:06:09 runner true --xinclude -o default/man/ldb.3 --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl ../man/ldb.3.xml [82/87] Generating man/ldbadd.1 00:06:09 runner true --xinclude -o default/man/ldbadd.1 --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl ../man/ldbadd.1.xml [83/87] Generating man/ldbsearch.1 00:06:10 runner true --xinclude -o default/man/ldbsearch.1 --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl ../man/ldbsearch.1.xml [84/87] Generating man/ldbdel.1 00:06:10 runner true --xinclude -o default/man/ldbdel.1 --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl ../man/ldbdel.1.xml [85/87] Generating man/ldbmodify.1 00:06:10 runner true --xinclude -o default/man/ldbmodify.1 --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl ../man/ldbmodify.1.xml [86/87] Generating man/ldbedit.1 00:06:10 runner true --xinclude -o default/man/ldbedit.1 --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl ../man/ldbedit.1.xml [87/87] Generating man/ldbrename.1 00:06:10 runner true --xinclude -o default/man/ldbrename.1 --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl ../man/ldbrename.1.xml Waf: Leaving directory `/wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin' 'build' finished successfully (6m36.244s) =========================================================================== =================================================== ===> ldb-1.1.26 depends on package: talloc>=2.1.5 - found ===> ldb-1.1.26 depends on package: tevent>=0.9.27 - found ===> ldb-1.1.26 depends on package: tdb>=1.3.8,1 - found ===> ldb-1.1.26 depends on package: popt>=0 - found ===> ldb-1.1.26 depends on file: /usr/local/bin/python2.7 - found ===> ldb-1.1.26 depends on executable: python2 - found =========================================================================== =================================================== ===> Staging for ldb-1.1.26 ===> Generating temporary packing list Waf: Entering directory `/wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin' Checking project rules ... Project rules pass * installing bin/default/pyldb-util.pc as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/libdata/pkgconfig/pyldb-util.pc * installing bin/default/ldb.pc as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/libdata/pkgconfig/ldb.pc * installing _ldb_text.py as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/lib/python2.7/site-packages/_ldb_text.py [35/87] Compiling common/ldb.c 00:06:27 runner cc -O -pipe -fno-color-diagnostics -DLDAP_DEPRECATED -fno-strict-aliasing -DLDB_MODULESDIR="/usr/local/lib/shared-modules/ldb" -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -fstack-protector -DSTATIC_LIBLDB_MAIN_MODULES=NULL -DSTATIC_LIBLDB_MAIN_MODULES_PROTO=extern void __LIBLDB_MAIN_dummy_module_proto(void) -MD -Idefault -I.. -Idefault/include -I../include -Idefault -I.. -Idefault/lib/replace -I../lib/replace -I/usr/local/include -D_GNU_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -DHAVE_CONFIG_H=1 ../common/ldb.c -c -o default/common/ldb_31.o ../common/ldb.c:120:3: warning: 'tevent_loop_allow_nesting' is deprecated [-Wdeprecated-declarations] tevent_loop_allow_nesting(ev_ctx); ^ /usr/local/include/tevent.h:1761:6: note: 'tevent_loop_allow_nesting' has been explicitly marked deprecated here void tevent_loop_allow_nesting(struct tevent_context *ev) _DEPRECATED_; ^ 1 warning generated. [60/87] Linking default/libldb.so 00:06:39 runner cc default/common/ldb_modules_9.o default/common/ldb_ldif_9.o default/common/ldb_parse_9.o default/common/ldb_msg_9.o default/common/ldb_utf8_9.o default/common/ldb_debug_9.o default/common/ldb_dn_9.o default/common/ldb_match_9.o default/common/ldb_options_9.o default/common/ldb_pack_9.o default/common/ldb_attributes_9.o default/common/attrib_handlers_9.o default/common/ldb_controls_9.o default/common/qsort_9.o default/ldb_map/ldb_map_9.o default/ldb_map/ldb_map_inbound_9.o default/ldb_map/ldb_map_outbound_9.o default/common/ldb_31.o default/lib/replace/replace_2.o default/lib/replace/strptime_2.o default/lib/replace/cwrap_2.o default/lib/replace/xattr_2.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb.so -lpthread -Wl,-no-undefined -fstack-protector -Wl,-h,libldb.so.1 -shared -Wl,--version-script=/wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldb.vscript -L/usr/local/lib -Wl,-Bdynamic -lrt -ltdb -ltevent -ltalloc -lcrypt [61/87] Linking default/libldb_module_skel.so [62/87] Linking default/libldb_module_rdn_name.so [63/87] Linking default/libldb_module_server_sort.so 00:06:40 runner cc default/modules/skel_27.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb_module_skel.so -lpthread -Wl,-no-undefined -fstack-protector -Wl,-h,skel.so -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc 00:06:40 runner cc default/modules/rdn_name_23.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb_module_rdn_name.so -lpthread -Wl,-no-undefined -fstack-protector -Wl,-h,rdn_name.so -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc 00:06:40 runner cc default/modules/sort_19.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb_module_server_sort.so -lpthread -Wl,-no-undefined -fstack-protector -Wl,-h,server_sort.so -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc [64/87] Linking default/libldb_module_asq.so 00:06:40 runner cc default/modules/asq_17.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb_module_asq.so -lpthread -Wl,-no-undefined -fstack-protector -Wl,-h,asq.so -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc [65/87] Linking default/libpyldb-util.so 00:06:41 runner cc default/pyldb_util_3.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libpyldb-util.so -lpthread -Wl,-no-undefined -fstack-protector -Wl,-h,libpyldb-util.so.1 -shared -Wl,--version-script=/wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/pyldb-util.vscript -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc -lm -lutil -lpython2.7 [66/87] Linking default/libldb_module_ldap.so [67/87] Linking default/libldb_module_paged_results.so [68/87] Linking default/libldb_module_paged_searches.so 00:06:42 runner cc default/ldb_ldap/ldb_ldap_1.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb_module_ldap.so -lpthread -Wl,-no-undefined -fstack-protector -Wl,-h,ldap.so -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc -llber -lldap 00:06:42 runner cc default/modules/paged_searches_21.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb_module_paged_searches.so -lpthread -Wl,-no-undefined -fstack-protector -Wl,-h,paged_searches.so -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc 00:06:42 runner cc default/modules/paged_results_15.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb_module_paged_results.so -lpthread -Wl,-no-undefined -fstack-protector -Wl,-h,paged_results.so -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc [69/87] Linking default/libldb_module_sample.so 00:06:42 runner cc default/tests/sample_module_25.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb_module_sample.so -lpthread -Wl,-no-undefined -fstack-protector -Wl,-h,sample.so -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc [70/87] Linking default/libldb_module_tdb.so 00:06:43 runner cc default/ldb_tdb/ldb_tdb_29.o default/ldb_tdb/ldb_search_29.o default/ldb_tdb/ldb_index_29.o default/ldb_tdb/ldb_cache_29.o default/ldb_tdb/ldb_tdb_wrap_29.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb_module_tdb.so -lpthread -Wl,-no-undefined -fstack-protector -Wl,-h,tdb.so -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -lrt -ltdb -ltevent -ltalloc [71/87] Linking default/libldb-cmdline.so 00:06:43 runner cc default/tools/ldbutil_54.o default/tools/cmdline_54.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/libldb-cmdline.so -lpthread -Wl,-no-undefined -fstack-protector -Wl,-h,libldb-cmdline.so -shared -Wl,--version-script=/wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldb-cmdline.vscript -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lcrypt -ltdb -lrt -ltevent -ltalloc -lpopt [72/87] Linking default/pyldb.so 00:06:43 runner cc default/pyldb_7.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/pyldb.so -lpthread -fstack-protector -undefined dynamic_lookup -Wl,-h,ldb.so -shared -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lpyldb-util -lldb -lm -lutil -lpython2.7 -lrt -ltdb -lcrypt -ltevent -ltalloc cc: warning: argument unused during compilation: '-undefined dynamic_lookup' [73/87] Linking default/ldbsearch.inst 00:06:44 runner cc default/tools/ldbsearch_35.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldbsearch.inst -lpthread -Wl,-no-undefined -fstack-protector -Wl,-rpath,/usr/local/lib/ldb -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lldb-cmdline -lcrypt -ltdb -lrt -ltevent -ltalloc -lpopt [74/87] Linking default/ldbdel.inst 00:06:44 runner cc default/tools/ldbdel_38.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldbdel.inst -lpthread -Wl,-no-undefined -fstack-protector -Wl,-rpath,/usr/local/lib/ldb -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lldb-cmdline -lcrypt -ltdb -lrt -ltevent -ltalloc -lpopt [75/87] Linking default/ldbtest.inst 00:06:44 runner cc default/tools/ldbtest_50.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldbtest.inst -lpthread -Wl,-no-undefined -fstack-protector -Wl,-rpath,/usr/local/lib/ldb -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lldb-cmdline -lcrypt -ltdb -lrt -ltevent -ltalloc -lpopt [76/87] Linking default/ldbdump.inst 00:06:44 runner cc default/tools/ldbdump_52.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldbdump.inst -lpthread -Wl,-no-undefined -fstack-protector -Wl,-rpath,/usr/local/lib/ldb -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lldb-cmdline -lcrypt -ltdb -lrt -ltevent -ltalloc -lpopt [77/87] Linking default/ldbrename.inst [78/87] Linking default/ldbedit.inst 00:06:45 runner cc default/tools/ldbrename_47.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldbrename.inst -lpthread -Wl,-no-undefined -fstack-protector -Wl,-rpath,/usr/local/lib/ldb -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lldb-cmdline -lcrypt -ltdb -lrt -ltevent -ltalloc -lpopt 00:06:45 runner cc default/tools/ldbedit_44.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldbedit.inst -lpthread -Wl,-no-undefined -fstack-protector -Wl,-rpath,/usr/local/lib/ldb -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lldb-cmdline -lcrypt -ltdb -lrt -ltevent -ltalloc -lpopt [79/87] Linking default/ldbmodify.inst 00:06:45 runner cc default/tools/ldbmodify_41.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldbmodify.inst -lpthread -Wl,-no-undefined -fstack-protector -Wl,-rpath,/usr/local/lib/ldb -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lldb-cmdline -lcrypt -ltdb -lrt -ltevent -ltalloc -lpopt [80/87] Linking default/ldbadd.inst 00:06:45 runner cc default/tools/ldbadd_32.o -o /wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin/default/ldbadd.inst -lpthread -Wl,-no-undefined -fstack-protector -Wl,-rpath,/usr/local/lib/ldb -Ldefault -L/usr/local/lib -Wl,-Bdynamic -lldb -lldb-cmdline -lcrypt -ltdb -lrt -ltevent -ltalloc -lpopt * installing bin/default/libldb_module_ldap.so as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/lib/shared-modules/ldb/ldap.so * installing bin/default/libldb.so as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/lib/libldb.so.1 * symlink /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/lib/libldb.so (-> libldb.so.1) * installing bin/default/libpyldb-util.so as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/lib/libpyldb-util.so.1 * symlink /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/lib/libpyldb-util.so (-> libpyldb-util.so.1) * installing bin/default/pyldb.so as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/lib/python2.7/site-packages/ldb.so * installing bin/default/libldb_module_paged_results.so as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/lib/shared-modules/ldb/paged_results.so * installing bin/default/libldb_module_asq.so as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/lib/shared-modules/ldb/asq.so * installing bin/default/libldb_module_server_sort.so as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/lib/shared-modules/ldb/server_sort.so * installing bin/default/libldb_module_paged_searches.so as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/lib/shared-modules/ldb/paged_searches.so * installing bin/default/libldb_module_rdn_name.so as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/lib/shared-modules/ldb/rdn_name.so * installing bin/default/libldb_module_sample.so as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/lib/shared-modules/ldb/sample.so * installing bin/default/libldb_module_skel.so as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/lib/shared-modules/ldb/skel.so * installing bin/default/libldb_module_tdb.so as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/lib/shared-modules/ldb/tdb.so * installing bin/default/ldbadd.inst as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/bin/ldbadd * installing bin/default/libldb-cmdline.so as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/lib/ldb/libldb-cmdline.so * installing bin/default/ldbsearch.inst as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/bin/ldbsearch * installing bin/default/ldbdel.inst as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/bin/ldbdel * installing bin/default/ldbmodify.inst as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/bin/ldbmodify * installing bin/default/ldbedit.inst as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/bin/ldbedit * installing bin/default/ldbrename.inst as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/bin/ldbrename * installing pyldb.h as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/include/pyldb.h * installing include/ldb.h as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/include/ldb.h * installing include/ldb_errors.h as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/include/ldb_errors.h * installing include/ldb_module.h as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/include/ldb_module.h * installing include/ldb_handlers.h as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/include/ldb_handlers.h * installing bin/default/man/ldb.3 as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/man/man3/ldb.3 * installing bin/default/include/ldb_version.h as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/include/ldb_version.h * installing bin/default/man/ldbadd.1 as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/man/man1/ldbadd.1 * installing bin/default/man/ldbsearch.1 as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/man/man1/ldbsearch.1 * installing bin/default/man/ldbdel.1 as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/man/man1/ldbdel.1 * installing bin/default/man/ldbmodify.1 as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/man/man1/ldbmodify.1 * installing bin/default/man/ldbedit.1 as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/man/man1/ldbedit.1 * installing bin/default/man/ldbrename.1 as /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/man/man1/ldbrename.1 Waf: Leaving directory `/wrkdirs/usr/ports/databases/ldb/work/ldb-1.1.26/bin' 'install' finished successfully (24.971s) ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for ldb-1.1.26 =========================================================================== ====>> Cleaning up wrkdir ===> Cleaning for ldb-1.1.26 build of databases/ldb ended at Sat Oct 29 01:07:08 BST 2016 build time: 00:34:18