=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. => Checksum SHA1 OK for glusterfs-3.6.0.tar.gz => Checksum RMD160 OK for glusterfs-3.6.0.tar.gz ===> Installing dependencies for glusterfs-3.6.0 ========================================================================== The following variables will affect the build process of this package, glusterfs-3.6.0. Their current value is shown below: * PYTHON_VERSION_DEFAULT = 27 * VARBASE = /var Based on these variables, the following variables have been set: * PYPACKAGE = python27 You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/bin/make clean' after the changes. ========================================================================== => Tool dependency libtool-base>=2.2.6bnb3: found libtool-base-2.4.2nb9 => Tool dependency bison>=1.0: found bison-3.0.2nb1 => Tool dependency checkperms>=1.1: found checkperms-1.11 => Build dependency cwrappers>=20141129: found cwrappers-20141129 => Full dependency libxml2>=2.8.0nb2: found libxml2-2.9.2nb1 => Full dependency python27>=2.7.1nb2: found python27-2.7.8nb1 ===> Overriding tools for glusterfs-3.6.0 ===> Extracting for glusterfs-3.6.0 ===> Patching for glusterfs-3.6.0 => Applying pkgsrc patches for glusterfs-3.6.0 => Verifying /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-9006 => Applying pkgsrc patch /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-9006 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-9006,v 1.1 2014/11/18 14:38:15 manu Exp $ |From 4f97f9e26663f03da1ca675b16943544e39399a3 Mon Sep 17 00:00:00 2001 |From: Emmanuel Dreyfus |Date: Thu, 30 Oct 2014 09:50:41 +0100 |Subject: [PATCH] Lazy umount emulation: deal with stopped volumes | |On non Linux systems, lazy umount is emulated using contrib/umountd. |It first check that the path given to unmount exists, but it should |not give up on ENOTCONN as it is what happens when a volume is mounted |but stopped. | |This lets NetBSD pass tests/bugs/bug-1049323.t | |Backport of: http://review.gluster.org/8991 | |BUG: 1138897 |Change-Id: I39941577021c0b39f545f9777fe75cd39637427b |Signed-off-by: Emmanuel Dreyfus |--- | contrib/umountd/umountd.c | 16 +++++++++++----- | 1 file changed, 11 insertions(+), 5 deletions(-) | |diff --git contrib/umountd/umountd.c contrib/umountd/umountd.c |index 42f867d..0d2c6f2 100644 |--- contrib/umountd/umountd.c |+++ contrib/umountd/umountd.c -------------------------- Patching file contrib/umountd/umountd.c using Plan A... Hunk #1 succeeded at 49. Hmm... Ignoring the trailing garbage. done => Verifying /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-9010 => Applying pkgsrc patch /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-9010 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-9010,v 1.1 2014/11/18 14:38:15 manu Exp $ |From 70e4f2935ac858f2e83d0c3887b584af8fa0bd5b Mon Sep 17 00:00:00 2001 |From: Emmanuel Dreyfus |Date: Thu, 30 Oct 2014 10:54:24 +0100 |Subject: [PATCH] Use F_CLOSEM if available | |Use F_CLOSEM to close all file descriptors if available. | |Backport of Ib3c682825b89c163ebb152848f2533b3cb62cdce | |BUG: 1138897 |Change-Id: Ie44c8e07c77ca5509766e0addbb17c1979df68e7 |Signed-off-by: Emmanuel Dreyfus |--- | contrib/uuid/gen_uuid.c | 7 +++++++ | libglusterfs/src/run.c | 8 ++++++-- | 2 files changed, 13 insertions(+), 2 deletions(-) | |diff --git contrib/uuid/gen_uuid.c contrib/uuid/gen_uuid.c |index 79923cd..e69995a 100644 |--- contrib/uuid/gen_uuid.c |+++ contrib/uuid/gen_uuid.c -------------------------- Patching file contrib/uuid/gen_uuid.c using Plan A... Hunk #1 succeeded at 465. Hunk #2 succeeded at 491. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git libglusterfs/src/run.c libglusterfs/src/run.c |index 4fd2a3a..93fe12a 100644 |--- libglusterfs/src/run.c |+++ libglusterfs/src/run.c -------------------------- Patching file libglusterfs/src/run.c using Plan A... Hunk #1 succeeded at 289. Hunk #2 succeeded at 301. Hmm... Ignoring the trailing garbage. done => Verifying /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-9045 => Applying pkgsrc patch /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-9045 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-9045,v 1.1 2014/11/18 14:38:15 manu Exp $ |From fb36dbea2f492317a744b828d8ba8bdaab78ae3a Mon Sep 17 00:00:00 2001 |From: Emmanuel Dreyfus |Date: Tue, 4 Nov 2014 15:57:59 +0100 |Subject: [PATCH] Portability fix: mount.glusterfs | |Remove bash-specific syntax from mount.glusterfs | |This is a backport of Iec3a52686f7cee1825ac5a06c11fb8ac4d3e5d65 | |BUG: 1138897 |Change-Id: I3149cd4d94c862a3857709c00cf0ed0377976f40 |Signed-off-by: Emmanuel Dreyfus |--- | xlators/mount/fuse/utils/mount_glusterfs.in | 5 +++-- | 1 file changed, 3 insertions(+), 2 deletions(-) | |diff --git xlators/mount/fuse/utils/mount_glusterfs.in xlators/mount/fuse/utils/mount_glusterfs.in |index e0a06ea..dc326b4 100755 |--- xlators/mount/fuse/utils/mount_glusterfs.in |+++ xlators/mount/fuse/utils/mount_glusterfs.in -------------------------- Patching file xlators/mount/fuse/utils/mount_glusterfs.in using Plan A... Hunk #1 succeeded at 449. Hunk #2 succeeded at 463. Hmm... Ignoring the trailing garbage. done => Verifying /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-9080 => Applying pkgsrc patch /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-9080 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-9080,v 1.1 2014/11/18 14:38:15 manu Exp $ |From db7e7d493f763e0128c879280c9cec01bdea4260 Mon Sep 17 00:00:00 2001 |From: Emmanuel Dreyfus |Date: Thu, 30 Oct 2014 01:43:32 +0100 |Subject: [PATCH] glupy: portability fixes | |Fixes portability problems so that NetBSD passes tests/features/glupy.t | |- Use python-config to detect python build environment on all systems, | not just Linux and Darwin. |- Get the site-package directory from python and make sure we install | glupy.py there, Previously we installed within glusterfs prefix, | which caused a problem if it was different that python's prefix. |- Set PYTHONPATH for tests so that the detected site-packages is used | in python's search path. This should be useless, but let us have it | just in case. |- Pass glupy.so path from glusterfsd to glupy.py through an | environment variable and use it in CDLL instead of "", as the | later seems not portable (at least it fails on NetBSD). |- Use gil_init_key pthread_getspecific to avoid deadlocks (that | code was #ifdef out, perhaps because it was not needed on Linux, | but it seems to be required for NetBSD. |- Recover the error message from Python and send it to the logs | to help debugging problems. | |Backport of: http://review.gluster.org/8978 | |BUG: 1138897 |Change-Id: I1e23ba5cc18f129ee1032f905cb053953b683a81 |Signed-off-by: Emmanuel Dreyfus |--- | configure.ac | 18 +++++---------- | tests/env.rc.in | 5 ++++- | tests/features/glupy.t | 1 + | xlators/features/glupy/src/Makefile.am | 4 ++-- | xlators/features/glupy/src/glupy.c | 40 +++++++++++++++++++++++++--------- | xlators/features/glupy/src/glupy.py | 3 ++- | 6 files changed, 45 insertions(+), 26 deletions(-) | |diff --git configure.ac configure.ac |index ddc2cc5..dfcd976 100644 |--- configure.ac |+++ configure.ac -------------------------- Patching file configure.ac using Plan A... Hunk #1 succeeded at 217. Hunk #2 succeeded at 968. Hunk #3 succeeded at 1021. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git tests/env.rc.in tests/env.rc.in |index 000a80f..1850b7a 100644 |--- tests/env.rc.in |+++ tests/env.rc.in -------------------------- Patching file tests/env.rc.in using Plan A... Hunk #1 succeeded at 8. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git tests/features/glupy.t tests/features/glupy.t |index a34e48f..8b79a14 100755 |--- tests/features/glupy.t |+++ tests/features/glupy.t -------------------------- Patching file tests/features/glupy.t using Plan A... Hunk #1 succeeded at 3. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git xlators/features/glupy/src/Makefile.am xlators/features/glupy/src/Makefile.am |index d9361a5..de8b0de 100644 |--- xlators/features/glupy/src/Makefile.am |+++ xlators/features/glupy/src/Makefile.am -------------------------- Patching file xlators/features/glupy/src/Makefile.am using Plan A... Hunk #1 succeeded at 4. Hunk #2 succeeded at 15. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git xlators/features/glupy/src/glupy.c xlators/features/glupy/src/glupy.c |index 292f5b7..7bb88c0 100644 |--- xlators/features/glupy/src/glupy.c |+++ xlators/features/glupy/src/glupy.c -------------------------- Patching file xlators/features/glupy/src/glupy.c using Plan A... Hunk #1 succeeded at 31. Hunk #2 succeeded at 2331. Hunk #3 succeeded at 2350. Hunk #4 succeeded at 2379. Hunk #5 succeeded at 2390. Hunk #6 succeeded at 2406. Hunk #7 succeeded at 2418. Hunk #8 succeeded at 2432. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git xlators/features/glupy/src/glupy.py xlators/features/glupy/src/glupy.py |index eda8aeb..b9fc370 100644 |--- xlators/features/glupy/src/glupy.py |+++ xlators/features/glupy/src/glupy.py -------------------------- Patching file xlators/features/glupy/src/glupy.py using Plan A... Hunk #1 succeeded at 9. Hmm... Ignoring the trailing garbage. done => Verifying /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-9084 => Applying pkgsrc patch /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-9084 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-9084,v 1.1 2014/11/18 14:38:15 manu Exp $ |From 23b7ead5de0f21abdcf5440a4a43dcf3a42c3822 Mon Sep 17 00:00:00 2001 |From: Emmanuel Dreyfus |Date: Mon, 10 Nov 2014 10:01:00 +0100 |Subject: [PATCH] telldir()/seekdir() portability fixes | |POSIX says that an offset obtained from telldir() can only be used |on the same DIR *. Linux is abls to reuse the offset accross |closedir()/opendir() for a given directory, but this is not portable |and such a behavior should be fixed. | |An incomplete fix for the posix xlator was merged in |http://review.gluster.org/8933 |This change set completes it. | |- Perform the same fix index xlator. |- Use appropriate casts and variable types so that 32 bit signed | offsets obtained by telldir() do not get clobbered when copied into | 64 bit signed types. |- modify afr-self-heald.c so that it does not use anonymous fd, | since this will cause closedir()/opendir() between each | syncop_readdir(). On failure we fallback to anonymous fs | only for Linux so that we can cope with updated client vs not | updated brick. |- Avoid sending an EINVAL when the client request for the EOF offset. | Here we fix an error in previous fix for posix xlator: since we | fill each directory entry with the offset of the next entry, we | must consider as EOF the offset of the last entry, and not the | value of telldir() after we read it. | |This is a backport of I59fb7f06a872c4f98987105792d648141c258c6a | |BUG: 1138897 |Change-Id: I1e9f3e4a7d780b98adf6d9f197ee2198d43ef94d |Signed-off-by: Emmanuel Dreyfus |--- | xlators/cluster/afr/src/afr-self-heald.c | 46 +++++++++++++++++++++++++++----- | xlators/features/index/src/index.c | 42 ++++++++++++++++++++--------- | xlators/features/index/src/index.h | 1 + | xlators/storage/posix/src/posix.c | 26 +++++++++++------- | 4 files changed, 87 insertions(+), 28 deletions(-) | |diff --git xlators/cluster/afr/src/afr-self-heald.c xlators/cluster/afr/src/afr-self-heald.c |index 10e1996..6ce52aa 100644 |--- xlators/cluster/afr/src/afr-self-heald.c |+++ xlators/cluster/afr/src/afr-self-heald.c -------------------------- Patching file xlators/cluster/afr/src/afr-self-heald.c using Plan A... Hunk #1 succeeded at 276. Hunk #2 succeeded at 431. Hunk #3 succeeded at 505. Hunk #4 succeeded at 519. Hunk #5 succeeded at 592. Hunk #6 succeeded at 983. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git xlators/features/index/src/index.c xlators/features/index/src/index.c |index c342da8..50e2e0a 100644 |--- xlators/features/index/src/index.c |+++ xlators/features/index/src/index.c -------------------------- Patching file xlators/features/index/src/index.c using Plan A... Hunk #1 succeeded at 268. Hunk #2 succeeded at 287. Hunk #3 succeeded at 300. Hunk #4 succeeded at 336. Hunk #5 succeeded at 359. Hunk #6 succeeded at 375. Hunk #7 succeeded at 593. Hunk #8 succeeded at 962. Hunk #9 succeeded at 1283. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git xlators/features/index/src/index.h xlators/features/index/src/index.h |index 661dcdb..206d280 100644 |--- xlators/features/index/src/index.h |+++ xlators/features/index/src/index.h -------------------------- Patching file xlators/features/index/src/index.h using Plan A... Hunk #1 succeeded at 34. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git xlators/storage/posix/src/posix.c xlators/storage/posix/src/posix.c |index 3e3d14f..5d37c9f 100644 |--- xlators/storage/posix/src/posix.c |+++ xlators/storage/posix/src/posix.c -------------------------- Patching file xlators/storage/posix/src/posix.c using Plan A... Hunk #1 succeeded at 4839. Hunk #2 succeeded at 4875. Hunk #3 succeeded at 4888. Hunk #4 succeeded at 4948. Hunk #5 succeeded at 4971. Hunk #6 succeeded at 4992. Hmm... Ignoring the trailing garbage. done => Verifying /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-configure => Applying pkgsrc patch /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-configure,v 1.1 2014/11/18 14:38:15 manu Exp $ | |autoconf output after patch-9080 | |--- configure.orig 2014-11-04 17:06:43.000000000 +0100 |+++ configure 2014-11-04 17:09:32.000000000 +0100 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 822. Hunk #2 succeeded at 890. Hunk #3 succeeded at 19503. Hunk #4 succeeded at 19713. done => Verifying /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-rpc_rpc-lib_src_rpcsvc.c => Applying pkgsrc patch /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-rpc_rpc-lib_src_rpcsvc.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-rpc_rpc-lib_src_rpcsvc.c,v 1.3 2014/11/18 14:38:15 manu Exp $ | |Shut up log-filling message | |--- rpc/rpc-lib/src/rpcsvc.c.orig 2014-11-04 14:27:15.000000000 +0100 |+++ rpc/rpc-lib/src/rpcsvc.c 2014-11-04 14:28:46.000000000 +0100 -------------------------- Patching file rpc/rpc-lib/src/rpcsvc.c using Plan A... Hunk #1 succeeded at 611. done => Verifying /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-xlator_cluster_dht_src_dht-common.c => Applying pkgsrc patch /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-xlator_cluster_dht_src_dht-common.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xlator_cluster_dht_src_dht-common.c,v 1.1 2014/11/18 14:38:15 manu Exp $ | |Shut up log-filling message | |--- xlators/cluster/dht/src/dht-common.c.orig 2014-11-07 16:45:47.000000000 +0100 |+++ xlators/cluster/dht/src/dht-common.c 2014-11-07 16:46:09.000000000 +0100 -------------------------- Patching file xlators/cluster/dht/src/dht-common.c using Plan A... Hunk #1 succeeded at 1817. done => Verifying /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-xlator_features_glupy_src_Makefile.in => Applying pkgsrc patch /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-xlator_features_glupy_src_Makefile.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xlator_features_glupy_src_Makefile.in,v 1.1 2014/11/18 14:38:15 manu Exp $ | |automake output after patch-9006 | |--- xlators/features/glupy/src/Makefile.in.orig 2014-11-04 16:37:44.000000000 +0100 |+++ xlators/features/glupy/src/Makefile.in 2014-11-04 16:44:25.000000000 +0100 -------------------------- Patching file xlators/features/glupy/src/Makefile.in using Plan A... Hunk #1 succeeded at 314. Hunk #2 succeeded at 325. done => Verifying /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-xlator_storage_posix_src_posix.c => Applying pkgsrc patch /bulk-data/pkgsrc/filesystems/glusterfs/patches/patch-xlator_storage_posix_src_posix.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xlator_storage_posix_src_posix.c,v 1.1 2014/11/18 14:38:15 manu Exp $ | |Shut up log-filling message | |--- xlators/storage/posix/src/posix.c.orig 2014-11-04 14:29:56.000000000 +0100 |+++ xlators/storage/posix/src/posix.c 2014-11-04 14:30:49.000000000 +0100 -------------------------- Patching file xlators/storage/posix/src/posix.c using Plan A... Hunk #1 succeeded at 3431. done ===> Creating toolchain wrappers for glusterfs-3.6.0 ===> Configuring for glusterfs-3.6.0 => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Replacing python interpreter in geo-replication/syncdaemon/changelogagent.py geo-replication/syncdaemon/gsyncd.py contrib/ipaddr-py/ipaddr.py. => Replacing bash interpreter in extras/geo-rep/generate-gfid-file.sh extras/geo-rep/get-gfid.sh extras/post-upgrade-script-for-quota.sh extras/pre-upgrade-script-for-quota.sh extras/geo-rep/slave-upgrade.sh extras/geo-rep/gsync-upgrade.sh geo-replication/src/gverify.sh geo-replication/src/peer_add_secret_pub.in geo-replication/src/peer_gsec_create.in geo-replication/src/set_geo_rep_pem_keys.sh. => Checking for portability problems in extracted files checking for a BSD-compatible install... /usr/bin/install -c -o pbulkXXX -g users checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... /usr/bin/awk checking whether make sets $(MAKE)... yes checking build system type... powerpc--netbsd checking host system type... powerpc--netbsd checking for powerpc--netbsd-gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /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... /usr/bin/grep -F checking for ld used by gcc... /scratch/filesystems/glusterfs/work/.cwrapper/bin/ld checking if the linker (/scratch/filesystems/glusterfs/work/.cwrapper/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) 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 for /scratch/filesystems/glusterfs/work/.cwrapper/bin/ld option to reload object files... -r checking for powerpc--netbsd-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so|_pic\.a)$ checking for powerpc--netbsd-ar... no checking for ar... ar checking for powerpc--netbsd-strip... no checking for strip... strip checking for powerpc--netbsd-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... rm: conftest*: No such file or directory yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/scratch/filesystems/glusterfs/work/.cwrapper/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... rm: conftest*: No such file or directory no checking dynamic linker characteristics... NetBSD ld.elf_so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for rpcgen... yes checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking size of short... 2 checking size of int... 4 checking size of long... 4 checking size of long long... 8 checking for bison... /usr/pkg/bin/bison -y checking for powerpc--netbsd-ld... /scratch/filesystems/glusterfs/work/.cwrapper/bin/ld checking for MD5 in -lcrypto... yes checking for pthread_mutex_init in -lpthread... yes checking for dlopen... yes checking for rl_do_undo in -lreadline... no checking for gettext in -lintl... yes checking xmmintrin.h usability... no checking xmmintrin.h presence... no checking for xmmintrin.h... no checking sys/xattr.h usability... yes checking sys/xattr.h presence... yes checking for sys/xattr.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/extattr.h usability... yes checking sys/extattr.h presence... yes checking for sys/extattr.h... yes checking openssl/md5.h usability... yes checking openssl/md5.h presence... yes checking for openssl/md5.h... yes checking linux/falloc.h usability... no checking linux/falloc.h presence... no checking for linux/falloc.h... no checking for pthread_spin_init... yes checking for strnlen... yes checking for setfsuid... no checking for setfsgid... no checking for umount2... no checking for lvm_init,lvm_lv_from_name in -llvm2app... no checking openssl/cmac.h usability... yes checking openssl/cmac.h presence... yes checking for openssl/cmac.h... yes checking for GLIB... checking sys/epoll.h usability... no checking sys/epoll.h presence... no checking for sys/epoll.h... no checking for ibv_get_device_list in -libverbs... no checking for rdma_create_id in -lrdmacm... no checking whether /usr/pkg/bin/python2.7 version >= 2.4... yes checking for /usr/pkg/bin/python2.7 version... 2.7 checking for /usr/pkg/bin/python2.7 platform... netbsd7 checking for /usr/pkg/bin/python2.7 script directory... ${prefix}/lib/python2.7/site-packages checking for /usr/pkg/bin/python2.7 extension module directory... ${exec_prefix}/lib/python2.7/site-packages checking if python is python 2.x... 2.7 checking if python has ctypes support... yes checking for ZLIB... checking for deflate in -lz... yes features requiring zlib enabled: yes checking whether to include systemtap tracing support... def checking for dtrace... no checking sys/sdt.h usability... yes checking sys/sdt.h presence... yes checking for sys/sdt.h... yes checking for xml2-config... /scratch/filesystems/glusterfs/work/.buildlink/bin/xml2-config checking for libxml - version >= 2.6.19... yes (version 2.9.2) checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking for malloc_stats... no checking for struct stat.st_atim.tv_nsec... yes checking for struct stat.st_atimespec.tv_nsec... yes checking for linkat... yes checking for clock_gettime... yes checking argp.h usability... no checking argp.h presence... no checking for argp.h... no checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for llistxattr... yes checking for fdatasync... yes checking for fallocate... no checking for posix_fallocate... yes checking for /etc/debian_version... no checking for /etc/SuSE-release... no checking for /etc/redhat-release... no checking whether gcc accepts -Werror=format-security... yes checking whether gcc accepts -Werror=implicit-function-declaration... yes checking if compiling with clang... no checking for readline in -lreadline -lcurses... no checking for readline in -lreadline -ltermcap... no checking for readline in -lreadline -lncurses... no checking for io_setup in -laio... no checking for python version... (cached) 2.7 checking for python platform... (cached) netbsd7 checking for python script directory... (cached) ${prefix}/lib/python2.7/site-packages checking for python extension module directory... (cached) ${exec_prefix}/lib/python2.7/site-packages 2.7 checking python2.7/Python.h usability... yes checking python2.7/Python.h presence... yes checking for python2.7/Python.h... yes building glupy with -isystem /usr/pkg/include/python2.7 -l python2.7 configure: creating ./config.status config.status: creating Makefile config.status: creating libglusterfs/Makefile config.status: creating libglusterfs/src/Makefile config.status: creating geo-replication/src/peer_gsec_create config.status: creating geo-replication/src/peer_add_secret_pub config.status: creating geo-replication/syncdaemon/configinterface.py config.status: creating glusterfsd/Makefile config.status: creating glusterfsd/src/Makefile config.status: creating rpc/Makefile config.status: creating rpc/rpc-lib/Makefile config.status: creating rpc/rpc-lib/src/Makefile config.status: creating rpc/rpc-transport/Makefile config.status: creating rpc/rpc-transport/socket/Makefile config.status: creating rpc/rpc-transport/socket/src/Makefile config.status: creating rpc/rpc-transport/rdma/Makefile config.status: creating rpc/rpc-transport/rdma/src/Makefile config.status: creating rpc/xdr/Makefile config.status: creating rpc/xdr/src/Makefile config.status: creating xlators/Makefile config.status: creating xlators/meta/Makefile config.status: creating xlators/meta/src/Makefile config.status: creating xlators/mount/Makefile config.status: creating xlators/mount/fuse/Makefile config.status: creating xlators/mount/fuse/src/Makefile config.status: creating xlators/mount/fuse/utils/mount.glusterfs config.status: creating xlators/mount/fuse/utils/mount_glusterfs config.status: creating xlators/mount/fuse/utils/Makefile config.status: creating xlators/storage/Makefile config.status: creating xlators/storage/posix/Makefile config.status: creating xlators/storage/posix/src/Makefile config.status: creating xlators/storage/bd/Makefile config.status: creating xlators/storage/bd/src/Makefile config.status: creating xlators/cluster/Makefile config.status: creating xlators/cluster/afr/Makefile config.status: creating xlators/cluster/afr/src/Makefile config.status: creating xlators/cluster/stripe/Makefile config.status: creating xlators/cluster/stripe/src/Makefile config.status: creating xlators/cluster/dht/Makefile config.status: creating xlators/cluster/dht/src/Makefile config.status: creating xlators/cluster/ec/Makefile config.status: creating xlators/cluster/ec/src/Makefile config.status: creating xlators/performance/Makefile config.status: creating xlators/performance/write-behind/Makefile config.status: creating xlators/performance/write-behind/src/Makefile config.status: creating xlators/performance/read-ahead/Makefile config.status: creating xlators/performance/read-ahead/src/Makefile config.status: creating xlators/performance/readdir-ahead/Makefile config.status: creating xlators/performance/readdir-ahead/src/Makefile config.status: creating xlators/performance/io-threads/Makefile config.status: creating xlators/performance/io-threads/src/Makefile config.status: creating xlators/performance/io-cache/Makefile config.status: creating xlators/performance/io-cache/src/Makefile config.status: creating xlators/performance/symlink-cache/Makefile config.status: creating xlators/performance/symlink-cache/src/Makefile config.status: creating xlators/performance/quick-read/Makefile config.status: creating xlators/performance/quick-read/src/Makefile config.status: creating xlators/performance/open-behind/Makefile config.status: creating xlators/performance/open-behind/src/Makefile config.status: creating xlators/performance/md-cache/Makefile config.status: creating xlators/performance/md-cache/src/Makefile config.status: creating xlators/debug/Makefile config.status: creating xlators/debug/trace/Makefile config.status: creating xlators/debug/trace/src/Makefile config.status: creating xlators/debug/error-gen/Makefile config.status: creating xlators/debug/error-gen/src/Makefile config.status: creating xlators/debug/io-stats/Makefile config.status: creating xlators/debug/io-stats/src/Makefile config.status: creating xlators/protocol/Makefile config.status: creating xlators/protocol/auth/Makefile config.status: creating xlators/protocol/auth/addr/Makefile config.status: creating xlators/protocol/auth/addr/src/Makefile config.status: creating xlators/protocol/auth/login/Makefile config.status: creating xlators/protocol/auth/login/src/Makefile config.status: creating xlators/protocol/client/Makefile config.status: creating xlators/protocol/client/src/Makefile config.status: creating xlators/protocol/server/Makefile config.status: creating xlators/protocol/server/src/Makefile config.status: creating xlators/features/Makefile config.status: creating xlators/features/changelog/Makefile config.status: creating xlators/features/changelog/src/Makefile config.status: creating xlators/features/changelog/lib/Makefile config.status: creating xlators/features/changelog/lib/src/Makefile config.status: creating xlators/features/glupy/Makefile config.status: creating xlators/features/glupy/examples/Makefile config.status: creating xlators/features/glupy/src/Makefile config.status: creating xlators/features/glupy/src/setup.py config.status: creating xlators/features/glupy/src/__init__.py config.status: creating xlators/features/locks/Makefile config.status: creating xlators/features/locks/src/Makefile config.status: creating xlators/features/quota/Makefile config.status: creating xlators/features/quota/src/Makefile config.status: creating xlators/features/marker/Makefile config.status: creating xlators/features/marker/src/Makefile config.status: creating xlators/features/read-only/Makefile config.status: creating xlators/features/read-only/src/Makefile config.status: creating xlators/features/compress/Makefile config.status: creating xlators/features/compress/src/Makefile config.status: creating xlators/features/mac-compat/Makefile config.status: creating xlators/features/mac-compat/src/Makefile config.status: creating xlators/features/quiesce/Makefile config.status: creating xlators/features/quiesce/src/Makefile config.status: creating xlators/features/barrier/Makefile config.status: creating xlators/features/barrier/src/Makefile config.status: creating xlators/features/index/Makefile config.status: creating xlators/features/index/src/Makefile config.status: creating xlators/features/protect/Makefile config.status: creating xlators/features/protect/src/Makefile config.status: creating xlators/features/gfid-access/Makefile config.status: creating xlators/features/gfid-access/src/Makefile config.status: creating xlators/features/snapview-server/Makefile config.status: creating xlators/features/snapview-server/src/Makefile config.status: creating xlators/features/snapview-client/Makefile config.status: creating xlators/features/snapview-client/src/Makefile config.status: creating xlators/playground/Makefile config.status: creating xlators/playground/template/Makefile config.status: creating xlators/playground/template/src/Makefile config.status: creating xlators/encryption/Makefile config.status: creating xlators/encryption/rot-13/Makefile config.status: creating xlators/encryption/rot-13/src/Makefile config.status: creating xlators/encryption/crypt/Makefile config.status: creating xlators/encryption/crypt/src/Makefile config.status: creating xlators/features/qemu-block/Makefile config.status: creating xlators/features/qemu-block/src/Makefile config.status: creating xlators/system/Makefile config.status: creating xlators/system/posix-acl/Makefile config.status: creating xlators/system/posix-acl/src/Makefile config.status: creating xlators/nfs/Makefile config.status: creating xlators/nfs/server/Makefile config.status: creating xlators/nfs/server/src/Makefile config.status: creating xlators/mgmt/Makefile config.status: creating xlators/mgmt/glusterd/Makefile config.status: creating xlators/mgmt/glusterd/src/Makefile config.status: creating cli/Makefile config.status: creating cli/src/Makefile config.status: creating doc/Makefile config.status: creating extras/Makefile config.status: creating extras/glusterd.vol config.status: creating extras/init.d/Makefile config.status: creating extras/init.d/glusterd.plist config.status: creating extras/init.d/glusterd-Debian config.status: creating extras/init.d/glusterd-Redhat config.status: creating extras/init.d/glusterd-FreeBSD config.status: creating extras/init.d/glusterd-SuSE config.status: creating extras/systemd/Makefile config.status: creating extras/systemd/glusterd.service config.status: creating extras/benchmarking/Makefile config.status: creating extras/hook-scripts/Makefile config.status: creating extras/ocf/Makefile config.status: creating extras/ocf/glusterd config.status: creating extras/ocf/volume config.status: creating extras/LinuxRPM/Makefile config.status: creating extras/geo-rep/Makefile config.status: creating extras/hook-scripts/add-brick/Makefile config.status: creating extras/hook-scripts/add-brick/pre/Makefile config.status: creating extras/hook-scripts/add-brick/post/Makefile config.status: creating extras/hook-scripts/start/Makefile config.status: creating extras/hook-scripts/start/post/Makefile config.status: creating extras/hook-scripts/set/Makefile config.status: creating extras/hook-scripts/set/post/Makefile config.status: creating extras/hook-scripts/stop/Makefile config.status: creating extras/hook-scripts/stop/pre/Makefile config.status: creating extras/hook-scripts/reset/Makefile config.status: creating extras/hook-scripts/reset/post/Makefile config.status: creating extras/hook-scripts/reset/pre/Makefile config.status: creating contrib/fuse-util/Makefile config.status: creating contrib/umountd/Makefile config.status: creating contrib/uuid/uuid_types.h config.status: creating glusterfs-api.pc config.status: creating libgfchangelog.pc config.status: creating api/Makefile config.status: creating api/src/Makefile config.status: creating api/examples/Makefile config.status: creating geo-replication/Makefile config.status: creating geo-replication/src/Makefile config.status: creating geo-replication/syncdaemon/Makefile config.status: creating glusterfs.spec config.status: creating tests/env.rc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands rm: libtoolT: No such file or directory === configuring in contrib/argp-standalone (/scratch/filesystems/glusterfs/work/glusterfs-3.6.0/contrib/argp-standalone) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/pkg' '--disable-fusermount' '--localstatedir=/var' '--enable-debug' '--build=powerpc--netbsd' '--host=powerpc--netbsd' '--mandir=/usr/pkg/man' 'build_alias=powerpc--netbsd' 'host_alias=powerpc--netbsd' 'CC=gcc' 'CFLAGS=-O2 -g -I/usr/pkg/include -I/usr/include' 'LDFLAGS=-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib' 'LIBS=-lexecinfo' 'CPPFLAGS=-I/usr/pkg/include -I/usr/include' 'YACC=/usr/pkg/bin/bison -y' 'PKG_CONFIG=' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c -o pbulkXXX -g users checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... /usr/bin/awk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for powerpc--netbsd-gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for powerpc--netbsd-gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for powerpc--netbsd-ranlib... no checking for ranlib... ranlib checking for powerpc--netbsd-gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for ANSI C header files... (cached) yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for unistd.h... (cached) yes checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking for __attribute__... no checking for working alloca.h... no checking for alloca... yes checking for vprintf... yes checking for _doprnt... no checking for strerror... yes checking for sleep... yes checking for getpid... yes checking for snprintf... yes checking for mempcpy... no checking for strndup... yes checking for strchrnul... no checking for strcasecmp... yes checking for vsnprintf... yes checking for putc_unlocked('x', stdout)... yes checking for flockfile... yes checking for fputs_unlocked... no checking for fwrite_unlocked... no checking for strdup... yes checking for asprintf... yes checking whether program_invocation_name is declared... no checking whether program_invocation_short_name is declared... no configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands GlusterFS configure summary =========================== FUSE client : yes Infiniband verbs : no epoll IO multiplex : no argp-standalone : yes fusermount : no readline : no georeplication : yes Linux-AIO : no Enable Debug : yes systemtap : no Block Device xlator : no glupy : yes Use syslog : yes XML output : yes QEMU Block formats : no Encryption xlator : yes Erasure Code xlator : no => Modifying libtool scripts to use pkgsrc libtool