The build took 00h 02m 35s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
444,551 |
ansic |
108,855 |
makefile |
29,263 |
sh |
10,671 |
python |
488 |
yacc |
124 |
lisp |
69 |
lex |
594,021 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
To avoid scrolling, you may jump to the last line of the
invocation of makepkg
that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
Copied permanent toolchain into container-local sysroot
/toolchain_root/sysroot --> /sysroot/sysroot
/toolchain_root/lib --> /sysroot/lib
/toolchain_root/sbin --> /sysroot/sbin
/toolchain_root/lib64 --> /sysroot/lib64
/toolchain_root/etc --> /sysroot/etc
/toolchain_root/share --> /sysroot/share
/toolchain_root/bin --> /sysroot/bin
/toolchain_root/var --> /sysroot/var
/toolchain_root/usr --> /sysroot/usr
/toolchain_root/glibc-build --> /sysroot/glibc-build
/toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
/toolchain_root/include --> /sysroot/include
/toolchain_root/libexec --> /sysroot/libexec
CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: glusterfs 1:3.7.11-1 (Thu Apr 13 18:29:25 UTC 2017)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (2) fuse-2.9.7-1 liburcu-0.9.2-1
Total Installed Size: 1.19 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing fuse...
installing liburcu...
:: Running post-transaction hooks...
(1/1) Updating manpage index...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
... GlusterFS autogen ...
Running aclocal...
/usr/bin/m4: stack overflow
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
Running autoheader...
aclocal.m4:16: warning: this file was generated for autoconf 2.63.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
/usr/bin/m4: stack overflow
autom4te: /usr/bin/m4 failed with exit status: 1
autoheader: '/usr/bin/autom4te' failed with exit status: 1
Running libtoolize...
Running autoconf...
aclocal.m4:16: warning: this file was generated for autoconf 2.63.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
/usr/bin/m4: stack overflow
autom4te: /usr/bin/m4 failed with exit status: 1
Running automake...
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
aclocal.m4:16: warning: this file was generated for autoconf 2.63.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
/usr/bin/m4: stack overflow
autom4te: /usr/bin/m4 failed with exit status: 1
automake: error: autoconf failed with exit status: 1
Running autogen.sh in argp-standalone ...
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
configure.ac:19: installing './compile'
Please proceed with configuring, compiling, and installing.
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/bin/sh: /tmp/glusterfs/src/glusterfs-3.7.11/missing: No such file or directory
configure: WARNING: `missing' script is too old or missing
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a pax tar archive... gnutar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gcc... clang
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 clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of clang... none
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /usr/bin/ld
checking if the linker (/usr/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... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-unknown-linux-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-ar... no
checking for ar... ar
checking for x86_64-unknown-linux-strip... strip
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking how to run the C preprocessor... clang -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 clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for rpcgen... yes
checking for flex... flex
checking lex output file root... lex.yy
checking whether yytext is a pointer... no
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking for bison... bison -y
checking for x86_64-unknown-linux-ld... /usr/bin/ld -m elf_x86_64
checking for MD5 in -lcrypto... yes
checking for pthread_mutex_init in -lpthread... yes
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for rl_do_undo in -lreadline... yes
checking for gettext in -lintl... 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... no
checking sys/extattr.h presence... no
checking for sys/extattr.h... no
checking openssl/dh.h usability... yes
checking openssl/dh.h presence... yes
checking for openssl/dh.h... yes
checking openssl/ecdh.h usability... yes
checking openssl/ecdh.h presence... yes
checking for openssl/ecdh.h... yes
checking for pow in -lm... yes
checking for x86_64-unknown-linux-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for UUID... yes
checking uuid.h usability... yes
checking uuid.h presence... no
configure: WARNING: uuid.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: uuid.h: proceeding with the compiler's result
checking for uuid.h... yes
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking acl/libacl.h usability... yes
checking acl/libacl.h presence... yes
checking for acl/libacl.h... yes
checking openssl/md5.h usability... yes
checking openssl/md5.h presence... yes
checking for openssl/md5.h... yes
checking for adler32 in -lz... yes
checking linux/falloc.h usability... yes
checking linux/falloc.h presence... yes
checking for linux/falloc.h... yes
checking for pthread_spin_init... yes
checking for strnlen... yes
checking for setfsuid... yes
checking for setfsgid... yes
checking for umount2... yes
checking for lvm_init,lvm_lv_from_name in -llvm2app... yes
checking whether lvm_lv_from_name is declared... yes
checking for CRYPTO_THREADID_set_callback in -lcrypto... yes
checking for TLSv1_2_method in -lssl... yes
checking openssl/cmac.h usability... yes
checking openssl/cmac.h presence... yes
checking for openssl/cmac.h... yes
checking for GLIB... yes
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking for ibv_get_device_list in -libverbs... no
checking for rdma_create_id in -lrdmacm... no
checking whether python2 version >= 2.4... yes
checking for python2 version... 2.7
checking for python2 platform... linux2
checking for python2 script directory... ${prefix}/lib/python2.7/site-packages
checking for python2 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... yes
features requiring zlib enabled: yes
checking for SQLITE... yes
checking whether to include systemtap tracing support... def
checking for dtrace... no
checking sys/sdt.h usability... no
checking sys/sdt.h presence... no
checking for sys/sdt.h... no
checking for xml2-config... /usr/bin/xml2-config
checking for libxml - version >= 2.6.19... yes (version 2.9.4)
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for malloc_stats... yes
checking for struct stat.st_atim.tv_nsec... yes
checking for struct stat.st_atimespec.tv_nsec... no
checking for linkat... yes
checking for clock_gettime in -lrt... yes
checking argp.h usability... yes
checking argp.h presence... yes
checking for argp.h... yes
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... yes
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 clang accepts -Werror=format-security... yes
checking whether clang accepts -Werror=implicit-function-declaration... yes
checking if compiling with clang... yes
checking for readline in -lreadline -lcurses... yes
checking for readline in -lreadline -ltermcap... no
checking for readline in -lreadline -lncurses... yes
checking for io_setup in -laio... yes
checking for python version... (cached) 2.7
checking for python platform... (cached) linux2
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 for PYTHON... yes
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/include/python2.7 -l python2.7
checking for URCU... yes
checking for URCU_CDS... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libglusterfs/Makefile
config.status: creating libglusterfs/src/Makefile
config.status: creating libglusterfs/src/gfdb/Makefile
config.status: creating geo-replication/src/peer_gsec_create
config.status: creating geo-replication/src/peer_mountbroker
config.status: creating extras/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/arbiter/Makefile
config.status: creating xlators/features/arbiter/src/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/changetimerecorder/Makefile
config.status: creating xlators/features/changetimerecorder/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/glupy/src/glupy/Makefile
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/ganesha/Makefile
config.status: creating xlators/features/ganesha/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/trash/Makefile
config.status: creating xlators/features/trash/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/features/upcall/Makefile
config.status: creating xlators/features/upcall/src/Makefile
config.status: creating xlators/features/shard/Makefile
config.status: creating xlators/features/shard/src/Makefile
config.status: creating xlators/features/bit-rot/Makefile
config.status: creating xlators/features/bit-rot/src/Makefile
config.status: creating xlators/features/bit-rot/src/stub/Makefile
config.status: creating xlators/features/bit-rot/src/bitd/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/ganesha/Makefile
config.status: creating extras/ganesha/config/Makefile
config.status: creating extras/ganesha/scripts/Makefile
config.status: creating extras/ganesha/ocf/Makefile
config.status: creating extras/systemd/Makefile
config.status: creating extras/systemd/glusterd.service
config.status: creating extras/run-gluster.tmpfiles
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/firewalld/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 extras/snap_scheduler/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 libgfdb.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 tools/Makefile
config.status: creating tools/gfind_missing_files/Makefile
config.status: creating heal/Makefile
config.status: creating heal/src/Makefile
config.status: creating glusterfs.spec
config.status: creating tools/glusterfind/src/tool.conf
config.status: creating tools/glusterfind/glusterfind
config.status: creating tools/glusterfind/Makefile
config.status: creating tools/glusterfind/src/Makefile
config.status: creating tests/env.rc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
GlusterFS configure summary
===========================
FUSE client : yes
Infiniband verbs : no
epoll IO multiplex : yes
argp-standalone : no
fusermount : yes
readline : yes
georeplication : yes
Linux-AIO : yes
Enable Debug : no
Block Device xlator : yes
glupy : yes
Use syslog : yes
XML output : yes
QEMU Block formats : yes
Encryption xlator : yes
Unit Tests : no
POSIX ACLs : yes
Data Classification : yes
firewalld-config : no
make --no-print-directory --quiet all-recursive
Making all in libglusterfs
Making all in src
make[3]: *** [Makefile:1521: y.tab.h] Segmentation fault (core dumped)
make[2]: *** [Makefile:364: all-recursive] Error 1
make[1]: *** [Makefile:484: all-recursive] Error 1
make: *** [Makefile:381: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Printing config logfiles
CMD: config logfiles '/tmp/glusterfs/src/glusterfs-3.7.11/config.log'
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by glusterfs configure 3.7.11, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr --sbindir=/usr/bin --with-mountutildir=/usr/bin --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --libexecdir=/usr/lib/glusterfs --with-systemddir=/usr/lib/systemd/system PYTHON=python2 LEXLIB=
## --------- ##
## Platform. ##
## --------- ##
hostname = 9b1da512e66b
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/lib/jvm/default/bin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2317: checking for a BSD-compatible install
configure:2385: result: /usr/bin/install -c
configure:2396: checking whether build environment is sane
configure:2456: result: yes
configure:2484: WARNING: `missing' script is too old or missing
configure:2505: checking for x86_64-unknown-linux-strip
configure:2535: result: no
configure:2545: checking for strip
configure:2561: found /usr/bin/strip
configure:2572: result: strip
configure:2598: checking for a thread-safe mkdir -p
configure:2637: result: /usr/bin/mkdir -p
configure:2651: checking for gawk
configure:2667: found /usr/bin/gawk
configure:2678: result: gawk
configure:2689: checking whether make sets $(MAKE)
configure:2711: result: yes
configure:2788: checking how to create a pax tar archive
configure:2801: tar --version
tar (GNU tar) 1.29
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later .
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
configure:2804: $? = 0
configure:2844: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
configure:2847: $? = 0
configure:2851: tar -xf -
#
configure:2854: $? = 0
#
configure:2867: result: gnutar
#
configure:2916: checking build system type
#
configure:2934: result: x86_64-unknown-linux-gnu
#
configure:2956: checking host system type
#
configure:2971: result: x86_64-unknown-linux-gnu
#
configure:3002: checking for x86_64-unknown-linux-gcc
#
configure:3029: result: clang
#
configure:3301: checking for C compiler version
#
configure:3309: clang --version >&5
#
clang version 3.8.0 (tags/RELEASE_380/final)
#
Target: x86_64-unknown-linux-gnu
#
Thread model: posix
#
InstalledDir: /usr/bin
#
configure:3313: $? = 0
#
configure:3320: clang -v >&5
#
clang version 3.8.0 (tags/RELEASE_380/final)
#
Target: x86_64-unknown-linux-gnu
#
Thread model: posix
#
InstalledDir: /usr/bin
#
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
#
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
#
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
#
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
#
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
#
Candidate multilib: .;@m64
#
Selected multilib: .;@m64
#
configure:3324: $? = 0
#
configure:3331: clang -V >&5
#
clang-3.8: error: argument to '-V' is missing (expected 1 value)
#
clang-3.8: error: no input files
#
configure:3335: $? = 1
#
configure:3358: checking for C compiler default output file name
#
configure:3380: clang conftest.c >&5
#
configure:3384: $? = 0
#
configure:3422: result: a.out
#
configure:3441: checking whether the C compiler works
#
configure:3451: ./a.out
#
configure:3455: $? = 0
#
configure:3474: result: yes
#
configure:3481: checking whether we are cross compiling
#
configure:3483: result: no
#
configure:3486: checking for suffix of executables
#
configure:3493: clang -o conftest conftest.c >&5
#
configure:3497: $? = 0
#
configure:3523: result:
#
configure:3529: checking for suffix of object files
#
configure:3555: clang -c conftest.c >&5
#
configure:3559: $? = 0
#
configure:3584: result: o
#
configure:3588: checking whether we are using the GNU C compiler
#
configure:3617: clang -c conftest.c >&5
#
configure:3624: $? = 0
#
configure:3641: result: yes
#
configure:3650: checking whether clang accepts -g
#
configure:3680: clang -c -g conftest.c >&5
#
configure:3687: $? = 0
#
configure:3788: result: yes
#
configure:3805: checking for clang option to accept ISO C89
#
configure:3879: clang -c conftest.c >&5
#
configure:3886: $? = 0
#
configure:3909: result: none needed
#
configure:3938: checking for style of include used by make
#
configure:3966: result: GNU
#
configure:3991: checking dependency style of clang
#
configure:4101: result: none
#
configure:4172: checking for a sed that does not truncate output
#
configure:4238: result: /usr/bin/sed
#
configure:4256: checking for grep that handles long lines and -e
#
configure:4316: result: /usr/bin/grep
#
configure:4321: checking for egrep
#
configure:4385: result: /usr/bin/grep -E
#
configure:4390: checking for fgrep
#
configure:4454: result: /usr/bin/grep -F
#
configure:4489: checking for ld used by clang
#
configure:4556: result: /usr/bin/ld
#
configure:4565: checking if the linker (/usr/bin/ld) is GNU ld
#
configure:4580: result: yes
#
configure:4592: checking for BSD- or MS-compatible name lister (nm)
#
configure:4641: result: /usr/bin/nm -B
#
configure:4759: checking the name lister (/usr/bin/nm -B) interface
#
configure:4766: clang -c conftest.c >&5
#
configure:4769: /usr/bin/nm -B "conftest.o"
#
configure:4772: output
#
0000000000000000 B some_variable
#
configure:4779: result: BSD nm
#
configure:4782: checking whether ln -s works
#
configure:4786: result: yes
#
configure:4794: checking the maximum length of command line arguments
#
configure:4914: result: 1572864
#
configure:4931: checking whether the shell understands some XSI constructs
#
configure:4941: result: yes
#
configure:4945: checking whether the shell understands "+="
#
configure:4951: result: yes
#
configure:4986: checking for /usr/bin/ld option to reload object files
#
configure:4993: result: -r
#
configure:5022: checking for x86_64-unknown-linux-objdump
#
configure:5052: result: no
#
configure:5062: checking for objdump
#
configure:5078: found /usr/bin/objdump
#
configure:5089: result: objdump
#
configure:5121: checking how to recognize dependent libraries
#
configure:5317: result: pass_all
#
configure:5337: checking for x86_64-unknown-linux-ar
#
configure:5367: result: no
#
configure:5377: checking for ar
#
configure:5393: found /usr/bin/ar
#
configure:5404: result: ar
#
configure:5442: checking for x86_64-unknown-linux-strip
#
configure:5469: result: strip
#
configure:5541: checking for x86_64-unknown-linux-ranlib
#
configure:5571: result: no
#
configure:5581: checking for ranlib
#
configure:5597: found /usr/bin/ranlib
#
configure:5608: result: ranlib
#
configure:5698: checking command to parse /usr/bin/nm -B output from clang object
#
configure:5816: clang -c conftest.c >&5
#
configure:5819: $? = 0
#
configure:5823: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
#
configure:5826: $? = 0
#
configure:5880: clang -o conftest conftest.c conftstm.o >&5
#
configure:5883: $? = 0
#
configure:5921: result: ok
#
configure:6017: clang -c conftest.c >&5
#
configure:6020: $? = 0
#
configure:6788: checking how to run the C preprocessor
#
configure:6828: clang -E conftest.c
#
configure:6835: $? = 0
#
configure:6866: clang -E conftest.c
#
conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
#
#include
#
^
#
1 error generated.
#
configure:6873: $? = 1
#
configure: failed program was:
#
| /* confdefs.h. */
#
| #define PACKAGE_NAME "glusterfs"
#
| #define PACKAGE_TARNAME "glusterfs"
#
| #define PACKAGE_VERSION "3.7.11"
#
| #define PACKAGE_STRING "glusterfs 3.7.11"
#
| #define PACKAGE_BUGREPORT "gluster-users@gluster.org"
#
| #define PACKAGE "glusterfs"
#
| #define VERSION "3.7.11"
#
| /* end confdefs.h. */
#
| #include
#
configure:6906: result: clang -E
#
configure:6935: clang -E conftest.c
#
configure:6942: $? = 0
#
configure:6973: clang -E conftest.c
#
conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
#
#include
#
^
#
1 error generated.
#
configure:6980: $? = 1
#
configure: failed program was:
#
| /* confdefs.h. */
#
| #define PACKAGE_NAME "glusterfs"
#
| #define PACKAGE_TARNAME "glusterfs"
#
| #define PACKAGE_VERSION "3.7.11"
#
| #define PACKAGE_STRING "glusterfs 3.7.11"
#
| #define PACKAGE_BUGREPORT "gluster-users@gluster.org"
#
| #define PACKAGE "glusterfs"
#
| #define VERSION "3.7.11"
#
| /* end confdefs.h. */
#
| #include
#
configure:7020: checking for ANSI C header files
#
configure:7050: clang -c conftest.c >&5
#
configure:7057: $? = 0
#
configure:7156: clang -o conftest conftest.c >&5
#
configure:7160: $? = 0
#
configure:7166: ./conftest
#
configure:7170: $? = 0
#
configure:7188: result: yes
#
configure:7212: checking for sys/types.h
#
configure:7233: clang -c conftest.c >&5
#
configure:7240: $? = 0
#
configure:7257: result: yes
#
configure:7212: checking for sys/stat.h
#
configure:7233: clang -c conftest.c >&5
#
configure:7240: $? = 0
#
configure:7257: result: yes
#
configure:7212: checking for stdlib.h
#
configure:7233: clang -c conftest.c >&5
#
configure:7240: $? = 0
#
configure:7257: result: yes
#
configure:7212: checking for string.h
#
configure:7233: clang -c conftest.c >&5
#
configure:7240: $? = 0
#
configure:7257: result: yes
#
configure:7212: checking for memory.h
#
configure:7233: clang -c conftest.c >&5
#
configure:7240: $? = 0
#
configure:7257: result: yes
#
configure:7212: checking for strings.h
#
configure:7233: clang -c conftest.c >&5
#
configure:7240: $? = 0
#
configure:7257: result: yes
#
configure:7212: checking for inttypes.h
#
configure:7233: clang -c conftest.c >&5
#
configure:7240: $? = 0
#
configure:7257: result: yes
#
configure:7212: checking for stdint.h
#
configure:7233: clang -c conftest.c >&5
#
configure:7240: $? = 0
#
configure:7257: result: yes
#
configure:7212: checking for unistd.h
#
configure:7233: clang -c conftest.c >&5
#
configure:7240: $? = 0
#
configure:7257: result: yes
#
configure:7275: checking for dlfcn.h
#
configure:7296: clang -c conftest.c >&5
#
configure:7303: $? = 0
#
configure:7320: result: yes
#
configure:7476: checking for objdir
#
configure:7491: result: .libs
#
configure:7783: checking if clang supports -fno-rtti -fno-exceptions
#
configure:7801: clang -c -fno-rtti -fno-exceptions conftest.c >&5
#
configure:7805: $? = 0
#
configure:7818: result: yes
#
configure:7838: checking for clang option to produce PIC
#
configure:8110: result: -fPIC -DPIC
#
configure:8122: checking if clang PIC flag -fPIC -DPIC works
#
configure:8140: clang -c -fPIC -DPIC -DPIC conftest.c >&5
#
configure:8144: $? = 0
#
configure:8157: result: yes
#
configure:8181: checking if clang static flag -static works
#
configure:8209: result: yes
#
configure:8224: checking if clang supports -c -o file.o
#
configure:8245: clang -c -o out/conftest2.o conftest.c >&5
#
configure:8249: $? = 0
#
configure:8271: result: yes
#
configure:8279: checking if clang supports -c -o file.o
#
configure:8326: result: yes
#
configure:8359: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
#
configure:9433: result: yes
#
configure:9470: checking whether -lc should be explicitly linked in
#
configure:9475: clang -c conftest.c >&5
#
configure:9478: $? = 0
#
configure:9493: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
#
configure:9496: $? = 0
#
configure:9508: result: no
#
configure:9672: checking dynamic linker characteristics
#
configure:10115: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
#
configure:10122: $? = 0
#
configure:10358: result: GNU/Linux ld.so
#
configure:10460: checking how to hardcode library paths into programs
#
configure:10485: result: immediate
#
configure:11318: checking whether stripping libraries is possible
#
configure:11323: result: yes
#
configure:11358: checking if libtool supports shared libraries
#
configure:11360: result: yes
#
configure:11363: checking whether to build shared libraries
#
configure:11384: result: yes
#
configure:11387: checking whether to build static libraries
#
configure:11391: result: no
#
configure:11430: checking for rpcgen
#
configure:11446: found /usr/bin/rpcgen
#
configure:11458: result: yes
#
configure:11591: checking for flex
#
configure:11607: found /usr/bin/flex
#
configure:11618: result: flex
#
configure:11655: flex conftest.l
#
configure:11659: $? = 1
#
configure:11661: checking lex output file root
#
configure:11677: result: lex.yy
#
configure:11738: checking whether yytext is a pointer
#
configure:11759: clang -o conftest -g -O2 conftest.c >&5
#
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
#
(.text+0x20): undefined reference to `main'
#
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
#
configure:11766: $? = 1
#
configure: failed program was:
#
| #define YYTEXT_POINTER 1
#
|
#
configure:11788: result: no
#
configure:11810: checking size of short
#
configure:12115: clang -o conftest -g -O2 conftest.c >&5
#
configure:12119: $? = 0
#
configure:12125: ./conftest
#
configure:12129: $? = 0
#
configure:12155: result: 2
#
configure:12169: checking size of int
#
configure:12474: clang -o conftest -g -O2 conftest.c >&5
#
configure:12478: $? = 0
#
configure:12484: ./conftest
#
configure:12488: $? = 0
#
configure:12514: result: 4
#
configure:12528: checking size of long
#
configure:12833: clang -o conftest -g -O2 conftest.c >&5
#
configure:12837: $? = 0
#
configure:12843: ./conftest
#
configure:12847: $? = 0
#
configure:12873: result: 8
#
configure:12887: checking size of long long
#
configure:13192: clang -o conftest -g -O2 conftest.c >&5
#
configure:13196: $? = 0
#
configure:13202: ./conftest
#
configure:13206: $? = 0
#
configure:13232: result: 8
#
configure:13256: checking for bison
#
configure:13272: found /usr/bin/bison
#
configure:13283: result: bison -y
#
configure:13304: checking for x86_64-unknown-linux-ld
#
configure:13331: result: /usr/bin/ld -m elf_x86_64
#
configure:13395: checking for MD5 in -lcrypto
#
configure:13430: clang -o conftest -g -O2 conftest.c -lcrypto >&5
#
configure:13437: $? = 0
#
configure:13458: result: yes
#
configure:13475: checking for pthread_mutex_init in -lpthread
#
configure:13510: clang -o conftest -g -O2 conftest.c -lpthread -lcrypto >&5
#
configure:13517: $? = 0
#
configure:13538: result: yes
#
configure:13554: checking for dlopen
#
configure:13610: clang -o conftest -g -O2 conftest.c -lpthread -lcrypto >&5
#
/usr/bin/ld: /tmp/conftest-0764af.o: undefined reference to symbol 'dlopen@@GLIBC_2.2.5'
#
/usr/lib/libdl.so.2: error adding symbols: DSO missing from command line
#
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
#
configure:13617: $? = 1
#
configure: failed program was:
#
| /* confdefs.h. */
#
| #define PACKAGE_NAME "glusterfs"
#
| #define PACKAGE_TARNAME "glusterfs"
#
| #define PACKAGE_VERSION "3.7.11"
#
| #define PACKAGE_STRING "glusterfs 3.7.11"
#
| #define PACKAGE_BUGREPORT "gluster-users@gluster.org"
#
| #define PACKAGE "glusterfs"
#
| #define VERSION "3.7.11"
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DLFCN_H 1
#
| #define LT_OBJDIR ".libs/"
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 8
#
| #define SIZEOF_LONG_LONG 8
#
| #define HAVE_LIBCRYPTO 1
#
| #define HAVE_LIBPTHREAD 1
#
| /* end confdefs.h. */
#
| /* Define dlopen to an innocuous variant, in case declares dlopen.
#
| For example, HP-UX 11i declares gettimeofday. */
#
| #define dlopen innocuous_dlopen
#
|
#
| /* System header to define __stub macros and hopefully few prototypes,
#
| which can conflict with char dlopen (); below.
#
| Prefer to if __STDC__ is defined, since
#
| exists even on freestanding compilers. */
#
|
#
| #ifdef __STDC__
#
| # include
#
| #else
#
| # include
#
| #endif
#
|
#
| #undef dlopen
#
|
#
| /* Override any GCC internal prototype to avoid an error.
#
| Use char because int might match the return type of a GCC
#
| builtin and then its argument prototype would still apply. */
#
| #ifdef __cplusplus
#
| extern "C"
#
| #endif
#
| char dlopen ();
#
| /* The GNU C library defines this for functions which it implements
#
| to always fail with ENOSYS. Some functions are actually named
#
| something starting with __ and the normal name is an alias. */
#
| #if defined __stub_dlopen || defined __stub___dlopen
#
| choke me
#
| #endif
#
|
#
| int
#
| main ()
#
| {
#
| return dlopen ();
#
| ;
#
| return 0;
#
| }
#
configure:13637: result: no
#
configure:13643: checking for dlopen in -ldl
#
configure:13678: clang -o conftest -g -O2 conftest.c -ldl -lpthread -lcrypto >&5
#
configure:13685: $? = 0
#
configure:13706: result: yes
#
configure:13724: checking for rl_do_undo in -lreadline
#
configure:13759: clang -o conftest -g -O2 conftest.c -lreadline -ldl -lpthread -lcrypto >&5
#
configure:13766: $? = 0
#
configure:13787: result: yes
#
configure:13797: checking for gettext in -lintl
#
configure:13832: clang -o conftest -g -O2 conftest.c -lintl -ldl -lpthread -lcrypto >&5
#
/usr/bin/ld: cannot find -lintl
#
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
#
configure:13839: $? = 1
#
configure: failed program was:
#
| /* confdefs.h. */
#
| #define PACKAGE_NAME "glusterfs"
#
| #define PACKAGE_TARNAME "glusterfs"
#
| #define PACKAGE_VERSION "3.7.11"
#
| #define PACKAGE_STRING "glusterfs 3.7.11"
#
| #define PACKAGE_BUGREPORT "gluster-users@gluster.org"
#
| #define PACKAGE "glusterfs"
#
| #define VERSION "3.7.11"
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DLFCN_H 1
#
| #define LT_OBJDIR ".libs/"
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 8
#
| #define SIZEOF_LONG_LONG 8
#
| #define HAVE_LIBCRYPTO 1
#
| #define HAVE_LIBPTHREAD 1
#
| #define HAVE_LIBDL 1
#
| /* end confdefs.h. */
#
|
#
| /* Override any GCC internal prototype to avoid an error.
#
| Use char because int might match the return type of a GCC
#
| builtin and then its argument prototype would still apply. */
#
| #ifdef __cplusplus
#
| extern "C"
#
| #endif
#
| char gettext ();
#
| int
#
| main ()
#
| {
#
| return gettext ();
#
| ;
#
| return 0;
#
| }
#
configure:13860: result: no
#
configure:13888: checking sys/xattr.h usability
#
configure:13905: clang -c -g -O2 conftest.c >&5
#
configure:13912: $? = 0
#
configure:13926: result: yes
#
configure:13930: checking sys/xattr.h presence
#
configure:13945: clang -E conftest.c
#
configure:13952: $? = 0
#
configure:13966: result: yes
#
configure:13999: checking for sys/xattr.h
#
configure:14008: result: yes
#
configure:14040: checking sys/ioctl.h usability
#
configure:14057: clang -c -g -O2 conftest.c >&5
#
configure:14064: $? = 0
#
configure:14078: result: yes
#
configure:14082: checking sys/ioctl.h presence
#
configure:14097: clang -E conftest.c
#
configure:14104: $? = 0
#
configure:14118: result: yes
#
configure:14151: checking for sys/ioctl.h
#
configure:14160: result: yes
#
configure:14196: checking sys/extattr.h usability
#
configure:14213: clang -c -g -O2 conftest.c >&5
#
conftest.c:65:10: fatal error: 'sys/extattr.h' file not found
#
#include
#
^
#
1 error generated.
#
configure:14220: $? = 1
#
configure: failed program was:
#
| /* confdefs.h. */
#
| #define PACKAGE_NAME "glusterfs"
#
| #define PACKAGE_TARNAME "glusterfs"
#
| #define PACKAGE_VERSION "3.7.11"
#
| #define PACKAGE_STRING "glusterfs 3.7.11"
#
| #define PACKAGE_BUGREPORT "gluster-users@gluster.org"
#
| #define PACKAGE "glusterfs"
#
| #define VERSION "3.7.11"
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DLFCN_H 1
#
| #define LT_OBJDIR ".libs/"
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 8
#
| #define SIZEOF_LONG_LONG 8
#
| #define HAVE_LIBCRYPTO 1
#
| #define HAVE_LIBPTHREAD 1
#
| #define HAVE_LIBDL 1
#
| #define HAVE_SYS_XATTR_H 1
#
| #define HAVE_SYS_IOCTL_H 1
#
| #define HAVE_IOCTL_IN_SYS_IOCTL_H 1
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| #include
#
configure:14234: result: no
#
configure:14238: checking sys/extattr.h presence
#
configure:14253: clang -E conftest.c
#
conftest.c:32:10: fatal error: 'sys/extattr.h' file not found
#
#include
#
^
#
1 error generated.
#
configure:14260: $? = 1
#
configure: failed program was:
#
| /* confdefs.h. */
#
| #define PACKAGE_NAME "glusterfs"
#
| #define PACKAGE_TARNAME "glusterfs"
#
| #define PACKAGE_VERSION "3.7.11"
#
| #define PACKAGE_STRING "glusterfs 3.7.11"
#
| #define PACKAGE_BUGREPORT "gluster-users@gluster.org"
#
| #define PACKAGE "glusterfs"
#
| #define VERSION "3.7.11"
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DLFCN_H 1
#
| #define LT_OBJDIR ".libs/"
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 8
#
| #define SIZEOF_LONG_LONG 8
#
| #define HAVE_LIBCRYPTO 1
#
| #define HAVE_LIBPTHREAD 1
#
| #define HAVE_LIBDL 1
#
| #define HAVE_SYS_XATTR_H 1
#
| #define HAVE_SYS_IOCTL_H 1
#
| #define HAVE_IOCTL_IN_SYS_IOCTL_H 1
#
| /* end confdefs.h. */
#
| #include
#
configure:14274: result: no
#
configure:14307: checking for sys/extattr.h
#
configure:14316: result: no
#
configure:14348: checking openssl/dh.h usability
#
configure:14365: clang -c -g -O2 conftest.c >&5
#
configure:14372: $? = 0
#
configure:14386: result: yes
#
configure:14390: checking openssl/dh.h presence
#
configure:14405: clang -E conftest.c
#
configure:14412: $? = 0
#
configure:14426: result: yes
#
configure:14459: checking for openssl/dh.h
#
configure:14468: result: yes
#
configure:14500: checking openssl/ecdh.h usability
#
configure:14517: clang -c -g -O2 conftest.c >&5
#
configure:14524: $? = 0
#
configure:14538: result: yes
#
configure:14542: checking openssl/ecdh.h presence
#
configure:14557: clang -E conftest.c
#
configure:14564: $? = 0
#
configure:14578: result: yes
#
configure:14611: checking for openssl/ecdh.h
#
configure:14620: result: yes
#
configure:14636: checking for pow in -lm
#
configure:14671: clang -o conftest -g -O2 conftest.c -lm -ldl -lpthread -lcrypto >&5
#
conftest.c:41:6: warning: incompatible redeclaration of library function 'pow' [-Wincompatible-library-redeclaration]
#
char pow ();
#
^
#
conftest.c:41:6: note: 'pow' is a builtin with type 'double (double, double)'
#
1 warning generated.
#
configure:14678: $? = 0
#
configure:14699: result: yes
#
configure:14715: checking for x86_64-unknown-linux-pkg-config
#
configure:14748: result: no
#
configure:14758: checking for pkg-config
#
configure:14776: found /usr/bin/pkg-config
#
configure:14788: result: /usr/bin/pkg-config
#
configure:14813: checking pkg-config is at least version 0.9.0
#
configure:14816: result: yes
#
configure:14827: checking for UUID
#
configure:14834: $PKG_CONFIG --exists --print-errors "uuid"
#
configure:14837: $? = 0
#
configure:14850: $PKG_CONFIG --exists --print-errors "uuid"
#
configure:14853: $? = 0
#
configure:14890: result: yes
#
configure:14921: checking uuid.h usability
#
configure:14938: clang -c -g -O2 -I/usr/include/uuid conftest.c >&5
#
configure:14945: $? = 0
#
configure:14959: result: yes
#
configure:14963: checking uuid.h presence
#
configure:14978: clang -E conftest.c
#
conftest.c:35:10: fatal error: 'uuid.h' file not found
#
#include
#
^
#
1 error generated.
#
configure:14985: $? = 1
#
configure: failed program was:
#
| /* confdefs.h. */
#
| #define PACKAGE_NAME "glusterfs"
#
| #define PACKAGE_TARNAME "glusterfs"
#
| #define PACKAGE_VERSION "3.7.11"
#
| #define PACKAGE_STRING "glusterfs 3.7.11"
#
| #define PACKAGE_BUGREPORT "gluster-users@gluster.org"
#
| #define PACKAGE "glusterfs"
#
| #define VERSION "3.7.11"
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DLFCN_H 1
#
| #define LT_OBJDIR ".libs/"
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 8
#
| #define SIZEOF_LONG_LONG 8
#
| #define HAVE_LIBCRYPTO 1
#
| #define HAVE_LIBPTHREAD 1
#
| #define HAVE_LIBDL 1
#
| #define HAVE_SYS_XATTR_H 1
#
| #define HAVE_SYS_IOCTL_H 1
#
| #define HAVE_IOCTL_IN_SYS_IOCTL_H 1
#
| #define HAVE_OPENSSL_DH_H 1
#
| #define HAVE_OPENSSL_ECDH_H 1
#
| #define HAVE_LIBUUID 1
#
| /* end confdefs.h. */
#
| #include
#
configure:14999: result: no
#
configure:15005: WARNING: uuid.h: accepted by the compiler, rejected by the preprocessor!
#
configure:15007: WARNING: uuid.h: proceeding with the compiler's result
#
configure:15032: checking for uuid.h
#
configure:15039: result: yes
#
configure:15216: checking sys/acl.h usability
#
configure:15233: clang -c -g -O2 conftest.c >&5
#
configure:15240: $? = 0
#
configure:15254: result: yes
#
configure:15258: checking sys/acl.h presence
#
configure:15273: clang -E conftest.c
#
configure:15280: $? = 0
#
configure:15294: result: yes
#
configure:15327: checking for sys/acl.h
#
configure:15336: result: yes
#
configure:15388: checking acl/libacl.h usability
#
configure:15405: clang -c -g -O2 conftest.c >&5
#
configure:15412: $? = 0
#
configure:15426: result: yes
#
configure:15430: checking acl/libacl.h presence
#
configure:15445: clang -E conftest.c
#
configure:15452: $? = 0
#
configure:15466: result: yes
#
configure:15499: checking for acl/libacl.h
#
configure:15508: result: yes
#
configure:15550: checking openssl/md5.h usability
#
configure:15567: clang -c -g -O2 conftest.c >&5
#
configure:15574: $? = 0
#
configure:15588: result: yes
#
configure:15592: checking openssl/md5.h presence
#
configure:15607: clang -E conftest.c
#
configure:15614: $? = 0
#
configure:15628: result: yes
#
configure:15661: checking for openssl/md5.h
#
configure:15670: result: yes
#
configure:15685: checking for adler32 in -lz
#
configure:15720: clang -o conftest -g -O2 conftest.c -lz -ldl -lpthread -lcrypto >&5
#
configure:15727: $? = 0
#
configure:15748: result: yes
#
configure:15776: checking linux/falloc.h usability
#
configure:15793: clang -c -g -O2 conftest.c >&5
#
configure:15800: $? = 0
#
configure:15814: result: yes
#
configure:15818: checking linux/falloc.h presence
#
configure:15833: clang -E conftest.c
#
configure:15840: $? = 0
#
configure:15854: result: yes
#
configure:15887: checking for linux/falloc.h
#
configure:15896: result: yes
#
configure:15912: checking for pthread_spin_init
#
configure:15968: clang -o conftest -g -O2 conftest.c -ldl -lpthread -lcrypto >&5
#
configure:15975: $? = 0
#
configure:15995: result: yes
#
configure:16010: checking for strnlen
#
configure:16066: clang -o conftest -g -O2 conftest.c -ldl -lpthread -lcrypto >&5
#
configure:16073: $? = 0
#
configure:16093: result: yes
#
configure:16109: checking for setfsuid
#
configure:16165: clang -o conftest -g -O2 conftest.c -ldl -lpthread -lcrypto >&5
#
configure:16172: $? = 0
#
configure:16192: result: yes
#
configure:16198: checking for setfsgid
#
configure:16254: clang -o conftest -g -O2 conftest.c -ldl -lpthread -lcrypto >&5
#
configure:16261: $? = 0
#
configure:16281: result: yes
#
configure:16296: checking for umount2
#
configure:16352: clang -o conftest -g -O2 conftest.c -ldl -lpthread -lcrypto >&5
#
configure:16359: $? = 0
#
configure:16379: result: yes
#
configure:16414: checking for lvm_init,lvm_lv_from_name in -llvm2app
#
configure:16449: clang -o conftest -g -O2 conftest.c -llvm2app -ldl -lpthread -lcrypto >&5
#
conftest.c:54:8: warning: expression result unused [-Wunused-value]
#
return lvm_init,lvm_lv_from_name ();
#
^~~~~~~~
#
1 warning generated.
#
configure:16456: $? = 0
#
configure:16477: result: yes
#
configure:16488: checking whether lvm_lv_from_name is declared
#
configure:16518: clang -c -g -O2 conftest.c >&5
#
configure:16525: $? = 0
#
configure:16540: result: yes
#
configure:16592: checking for CRYPTO_THREADID_set_callback in -lcrypto
#
configure:16627: clang -o conftest -g -O2 conftest.c -lcrypto -ldl -lpthread -lcrypto >&5
#
configure:16634: $? = 0
#
configure:16655: result: yes
#
configure:16666: checking for TLSv1_2_method in -lssl
#
configure:16701: clang -o conftest -g -O2 conftest.c -lssl -ldl -lpthread -lcrypto >&5
#
configure:16708: $? = 0
#
configure:16729: result: yes
#
configure:16758: checking openssl/cmac.h usability
#
configure:16775: clang -c -g -O2 conftest.c >&5
#
configure:16782: $? = 0
#
configure:16796: result: yes
#
configure:16800: checking openssl/cmac.h presence
#
configure:16815: clang -E conftest.c
#
configure:16822: $? = 0
#
configure:16836: result: yes
#
configure:16869: checking for openssl/cmac.h
#
configure:16878: result: yes
#
configure:16964: checking for GLIB
#
configure:16971: $PKG_CONFIG --exists --print-errors "glib-2.0"
#
configure:16974: $? = 0
#
configure:16987: $PKG_CONFIG --exists --print-errors "glib-2.0"
#
configure:16990: $? = 0
#
configure:17025: result: yes
#
configure:17074: checking sys/epoll.h usability
#
configure:17091: clang -c -g -O2 conftest.c >&5
#
configure:17098: $? = 0
#
configure:17112: result: yes
#
configure:17116: checking sys/epoll.h presence
#
configure:17131: clang -E conftest.c
#
configure:17138: $? = 0
#
configure:17152: result: yes
#
configure:17185: checking for sys/epoll.h
#
configure:17194: result: yes
#
configure:17223: checking for ibv_get_device_list in -libverbs
#
configure:17258: clang -o conftest -g -O2 conftest.c -libverbs -ldl -lpthread -lcrypto >&5
#
/usr/bin/ld: cannot find -libverbs
#
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
#
configure:17265: $? = 1
#
configure: failed program was:
#
| /* confdefs.h. */
#
| #define PACKAGE_NAME "glusterfs"
#
| #define PACKAGE_TARNAME "glusterfs"
#
| #define PACKAGE_VERSION "3.7.11"
#
| #define PACKAGE_STRING "glusterfs 3.7.11"
#
| #define PACKAGE_BUGREPORT "gluster-users@gluster.org"
#
| #define PACKAGE "glusterfs"
#
| #define VERSION "3.7.11"
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DLFCN_H 1
#
| #define LT_OBJDIR ".libs/"
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 8
#
| #define SIZEOF_LONG_LONG 8
#
| #define HAVE_LIBCRYPTO 1
#
| #define HAVE_LIBPTHREAD 1
#
| #define HAVE_LIBDL 1
#
| #define HAVE_SYS_XATTR_H 1
#
| #define HAVE_SYS_IOCTL_H 1
#
| #define HAVE_IOCTL_IN_SYS_IOCTL_H 1
#
| #define HAVE_OPENSSL_DH_H 1
#
| #define HAVE_OPENSSL_ECDH_H 1
#
| #define HAVE_LIBUUID 1
#
| #define HAVE_SYS_ACL_H 1
#
| #define HAVE_ACL_LIBACL_H 1
#
| #define HAVE_OPENSSL_MD5_H 1
#
| #define HAVE_LINUX_FALLOC_H 1
#
| #define HAVE_SPINLOCK 1
#
| #define HAVE_STRNLEN 1
#
| #define HAVE_SET_FSID 1
#
| #define HAVE_UMOUNT2 1
#
| #define HAVE_DECL_LVM_LV_FROM_NAME 1
#
| #define HAVE_BD_XLATOR 1
#
| #define HAVE_CRYPTO_THREADID 1
#
| #define HAVE_TLSV1_2_METHOD 1
#
| #define HAVE_OPENSSL_CMAC_H 1
#
| #define HAVE_CRYPT_XLATOR 1
#
| #define GF_FUSERMOUNT 1
#
| #define HAVE_QEMU_BLOCK 1
#
| #define HAVE_SYS_EPOLL_H 1
#
| /* end confdefs.h. */
#
|
#
| /* Override any GCC internal prototype to avoid an error.
#
| Use char because int might match the return type of a GCC
#
| builtin and then its argument prototype would still apply. */
#
| #ifdef __cplusplus
#
| extern "C"
#
| #endif
#
| char ibv_get_device_list ();
#
| int
#
| main ()
#
| {
#
| return ibv_get_device_list ();
#
| ;
#
| return 0;
#
| }
#
configure:17286: result: no
#
configure:17294: checking for rdma_create_id in -lrdmacm
#
configure:17329: clang -o conftest -g -O2 conftest.c -lrdmacm -ldl -lpthread -lcrypto >&5
#
/usr/bin/ld: cannot find -lrdmacm
#
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
#
configure:17336: $? = 1
#
configure: failed program was:
#
| /* confdefs.h. */
#
| #define PACKAGE_NAME "glusterfs"
#
| #define PACKAGE_TARNAME "glusterfs"
#
| #define PACKAGE_VERSION "3.7.11"
#
| #define PACKAGE_STRING "glusterfs 3.7.11"
#
| #define PACKAGE_BUGREPORT "gluster-users@gluster.org"
#
| #define PACKAGE "glusterfs"
#
| #define VERSION "3.7.11"
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DLFCN_H 1
#
| #define LT_OBJDIR ".libs/"
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 8
#
| #define SIZEOF_LONG_LONG 8
#
| #define HAVE_LIBCRYPTO 1
#
| #define HAVE_LIBPTHREAD 1
#
| #define HAVE_LIBDL 1
#
| #define HAVE_SYS_XATTR_H 1
#
| #define HAVE_SYS_IOCTL_H 1
#
| #define HAVE_IOCTL_IN_SYS_IOCTL_H 1
#
| #define HAVE_OPENSSL_DH_H 1
#
| #define HAVE_OPENSSL_ECDH_H 1
#
| #define HAVE_LIBUUID 1
#
| #define HAVE_SYS_ACL_H 1
#
| #define HAVE_ACL_LIBACL_H 1
#
| #define HAVE_OPENSSL_MD5_H 1
#
| #define HAVE_LINUX_FALLOC_H 1
#
| #define HAVE_SPINLOCK 1
#
| #define HAVE_STRNLEN 1
#
| #define HAVE_SET_FSID 1
#
| #define HAVE_UMOUNT2 1
#
| #define HAVE_DECL_LVM_LV_FROM_NAME 1
#
| #define HAVE_BD_XLATOR 1
#
| #define HAVE_CRYPTO_THREADID 1
#
| #define HAVE_TLSV1_2_METHOD 1
#
| #define HAVE_OPENSSL_CMAC_H 1
#
| #define HAVE_CRYPT_XLATOR 1
#
| #define GF_FUSERMOUNT 1
#
| #define HAVE_QEMU_BLOCK 1
#
| #define HAVE_SYS_EPOLL_H 1
#
| /* end confdefs.h. */
#
|
#
| /* Override any GCC internal prototype to avoid an error.
#
| Use char because int might match the return type of a GCC
#
| builtin and then its argument prototype would still apply. */
#
| #ifdef __cplusplus
#
| extern "C"
#
| #endif
#
| char rdma_create_id ();
#
| int
#
| main ()
#
| {
#
| return rdma_create_id ();
#
| ;
#
| return 0;
#
| }
#
configure:17357: result: no
#
configure:17499: checking whether python2 version >= 2.4
#
configure:17510: python2 -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.4'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
#
configure:17513: $? = 0
#
configure:17515: result: yes
#
configure:17612: checking for python2 version
#
configure:17619: result: 2.7
#
configure:17631: checking for python2 platform
#
configure:17638: result: linux2
#
configure:17645: checking for python2 script directory
#
configure:17674: result: ${prefix}/lib/python2.7/site-packages
#
configure:17683: checking for python2 extension module directory
#
configure:17712: result: ${exec_prefix}/lib/python2.7/site-packages
#
configure:17766: checking for ZLIB
#
configure:17773: $PKG_CONFIG --exists --print-errors "zlib >= 1.2.0"
#
configure:17776: $? = 0
#
configure:17967: result: yes
#
configure:18024: checking for SQLITE
#
configure:18031: $PKG_CONFIG --exists --print-errors "sqlite3"
#
configure:18034: $? = 0
#
configure:18047: $PKG_CONFIG --exists --print-errors "sqlite3"
#
configure:18050: $? = 0
#
configure:18089: result: yes
#
configure:18125: checking whether to include systemtap tracing support
#
configure:18143: result: def
#
configure:18149: checking for dtrace
#
configure:18177: result: no
#
configure:18195: checking sys/sdt.h usability
#
configure:18212: clang -c -g -O2 conftest.c >&5
#
conftest.c:87:10: fatal error: 'sys/sdt.h' file not found
#
#include
#
^
#
1 error generated.
#
configure:18219: $? = 1
#
configure: failed program was:
#
| /* confdefs.h. */
#
| #define PACKAGE_NAME "glusterfs"
#
| #define PACKAGE_TARNAME "glusterfs"
#
| #define PACKAGE_VERSION "3.7.11"
#
| #define PACKAGE_STRING "glusterfs 3.7.11"
#
| #define PACKAGE_BUGREPORT "gluster-users@gluster.org"
#
| #define PACKAGE "glusterfs"
#
| #define VERSION "3.7.11"
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DLFCN_H 1
#
| #define LT_OBJDIR ".libs/"
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 8
#
| #define SIZEOF_LONG_LONG 8
#
| #define HAVE_LIBCRYPTO 1
#
| #define HAVE_LIBPTHREAD 1
#
| #define HAVE_LIBDL 1
#
| #define HAVE_SYS_XATTR_H 1
#
| #define HAVE_SYS_IOCTL_H 1
#
| #define HAVE_IOCTL_IN_SYS_IOCTL_H 1
#
| #define HAVE_OPENSSL_DH_H 1
#
| #define HAVE_OPENSSL_ECDH_H 1
#
| #define HAVE_LIBUUID 1
#
| #define HAVE_SYS_ACL_H 1
#
| #define HAVE_ACL_LIBACL_H 1
#
| #define HAVE_OPENSSL_MD5_H 1
#
| #define HAVE_LINUX_FALLOC_H 1
#
| #define HAVE_SPINLOCK 1
#
| #define HAVE_STRNLEN 1
#
| #define HAVE_SET_FSID 1
#
| #define HAVE_UMOUNT2 1
#
| #define HAVE_DECL_LVM_LV_FROM_NAME 1
#
| #define HAVE_BD_XLATOR 1
#
| #define HAVE_CRYPTO_THREADID 1
#
| #define HAVE_TLSV1_2_METHOD 1
#
| #define HAVE_OPENSSL_CMAC_H 1
#
| #define HAVE_CRYPT_XLATOR 1
#
| #define GF_FUSERMOUNT 1
#
| #define HAVE_QEMU_BLOCK 1
#
| #define HAVE_SYS_EPOLL_H 1
#
| #define HAVE_LIB_Z 1
#
| #define USE_GFDB 1
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| #include
#
configure:18233: result: no
#
configure:18237: checking sys/sdt.h presence
#
configure:18252: clang -E conftest.c
#
conftest.c:54:10: fatal error: 'sys/sdt.h' file not found
#
#include
#
^
#
1 error generated.
#
configure:18259: $? = 1
#
configure: failed program was:
#
| /* confdefs.h. */
#
| #define PACKAGE_NAME "glusterfs"
#
| #define PACKAGE_TARNAME "glusterfs"
#
| #define PACKAGE_VERSION "3.7.11"
#
| #define PACKAGE_STRING "glusterfs 3.7.11"
#
| #define PACKAGE_BUGREPORT "gluster-users@gluster.org"
#
| #define PACKAGE "glusterfs"
#
| #define VERSION "3.7.11"
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DLFCN_H 1
#
| #define LT_OBJDIR ".libs/"
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 8
#
| #define SIZEOF_LONG_LONG 8
#
| #define HAVE_LIBCRYPTO 1
#
| #define HAVE_LIBPTHREAD 1
#
| #define HAVE_LIBDL 1
#
| #define HAVE_SYS_XATTR_H 1
#
| #define HAVE_SYS_IOCTL_H 1
#
| #define HAVE_IOCTL_IN_SYS_IOCTL_H 1
#
| #define HAVE_OPENSSL_DH_H 1
#
| #define HAVE_OPENSSL_ECDH_H 1
#
| #define HAVE_LIBUUID 1
#
| #define HAVE_SYS_ACL_H 1
#
| #define HAVE_ACL_LIBACL_H 1
#
| #define HAVE_OPENSSL_MD5_H 1
#
| #define HAVE_LINUX_FALLOC_H 1
#
| #define HAVE_SPINLOCK 1
#
| #define HAVE_STRNLEN 1
#
| #define HAVE_SET_FSID 1
#
| #define HAVE_UMOUNT2 1
#
| #define HAVE_DECL_LVM_LV_FROM_NAME 1
#
| #define HAVE_BD_XLATOR 1
#
| #define HAVE_CRYPTO_THREADID 1
#
| #define HAVE_TLSV1_2_METHOD 1
#
| #define HAVE_OPENSSL_CMAC_H 1
#
| #define HAVE_CRYPT_XLATOR 1
#
| #define GF_FUSERMOUNT 1
#
| #define HAVE_QEMU_BLOCK 1
#
| #define HAVE_SYS_EPOLL_H 1
#
| #define HAVE_LIB_Z 1
#
| #define USE_GFDB 1
#
| /* end confdefs.h. */
#
| #include
#
configure:18273: result: no
#
configure:18306: checking for sys/sdt.h
#
configure:18313: result: no
#
configure:18399: checking for xml2-config
#
configure:18417: found /usr/bin/xml2-config
#
configure:18430: result: /usr/bin/xml2-config
#
configure:18439: checking for libxml - version >= 2.6.19
#
configure:18551: clang -o conftest -g -O2 -I/usr/include/libxml2 conftest.c -lxml2 -lz -llzma -lm -ldl -ldl -lpthread -lcrypto >&5
#
configure:18555: $? = 0
#
configure:18561: ./conftest
#
configure:18565: $? = 0
#
configure:18587: result: yes (version 2.9.4)
#
configure:18723: checking execinfo.h usability
#
configure:18740: clang -c -g -O2 conftest.c >&5
#
configure:18747: $? = 0
#
configure:18761: result: yes
#
configure:18765: checking execinfo.h presence
#
configure:18780: clang -E conftest.c
#
configure:18787: $? = 0
#
configure:18801: result: yes
#
configure:18834: checking for execinfo.h
#
configure:18843: result: yes
#
configure:18914: checking for malloc_stats
#
configure:18970: clang -o conftest -g -O2 conftest.c -ldl -lpthread -lcrypto >&5
#
configure:18977: $? = 0
#
configure:18997: result: yes
#
configure:19012: checking for struct stat.st_atim.tv_nsec
#
configure:19040: clang -c -g -O2 conftest.c >&5
#
configure:19047: $? = 0
#
configure:19105: result: yes
#
configure:19116: checking for struct stat.st_atimespec.tv_nsec
#
configure:19144: clang -c -g -O2 conftest.c >&5
#
conftest.c:96:13: error: no member named 'st_atimespec' in 'struct stat'
#
if (ac_aggr.st_atimespec.tv_nsec)
#
~~~~~~~ ^
#
1 error generated.
#
configure:19151: $? = 1
#
configure: failed program was:
#
| /* confdefs.h. */
#
| #define PACKAGE_NAME "glusterfs"
#
| #define PACKAGE_TARNAME "glusterfs"
#
| #define PACKAGE_VERSION "3.7.11"
#
| #define PACKAGE_STRING "glusterfs 3.7.11"
#
| #define PACKAGE_BUGREPORT "gluster-users@gluster.org"
#
| #define PACKAGE "glusterfs"
#
| #define VERSION "3.7.11"
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DLFCN_H 1
#
| #define LT_OBJDIR ".libs/"
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 8
#
| #define SIZEOF_LONG_LONG 8
#
| #define HAVE_LIBCRYPTO 1
#
| #define HAVE_LIBPTHREAD 1
#
| #define HAVE_LIBDL 1
#
| #define HAVE_SYS_XATTR_H 1
#
| #define HAVE_SYS_IOCTL_H 1
#
| #define HAVE_IOCTL_IN_SYS_IOCTL_H 1
#
| #define HAVE_OPENSSL_DH_H 1
#
| #define HAVE_OPENSSL_ECDH_H 1
#
| #define HAVE_LIBUUID 1
#
| #define HAVE_SYS_ACL_H 1
#
| #define HAVE_ACL_LIBACL_H 1
#
| #define HAVE_OPENSSL_MD5_H 1
#
| #define HAVE_LINUX_FALLOC_H 1
#
| #define HAVE_SPINLOCK 1
#
| #define HAVE_STRNLEN 1
#
| #define HAVE_SET_FSID 1
#
| #define HAVE_UMOUNT2 1
#
| #define HAVE_DECL_LVM_LV_FROM_NAME 1
#
| #define HAVE_BD_XLATOR 1
#
| #define HAVE_CRYPTO_THREADID 1
#
| #define HAVE_TLSV1_2_METHOD 1
#
| #define HAVE_OPENSSL_CMAC_H 1
#
| #define HAVE_CRYPT_XLATOR 1
#
| #define GF_FUSERMOUNT 1
#
| #define HAVE_QEMU_BLOCK 1
#
| #define HAVE_SYS_EPOLL_H 1
#
| #define HAVE_LIB_Z 1
#
| #define USE_GFDB 1
#
| #define HAVE_LIB_XML 1
#
| #define HAVE_EXECINFO_H 1
#
| #define HAVE_BACKTRACE 1
#
| #define HAVE_MALLOC_STATS 1
#
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static struct stat ac_aggr;
#
| if (ac_aggr.st_atimespec.tv_nsec)
#
| return 0;
#
| ;
#
| return 0;
#
| }
#
configure:19184: clang -c -g -O2 conftest.c >&5
#
conftest.c:96:20: error: no member named 'st_atimespec' in 'struct stat'
#
if (sizeof ac_aggr.st_atimespec.tv_nsec)
#
~~~~~~~ ^
#
1 error generated.
#
configure:19191: $? = 1
#
configure: failed program was:
#
| /* confdefs.h. */
#
| #define PACKAGE_NAME "glusterfs"
#
| #define PACKAGE_TARNAME "glusterfs"
#
| #define PACKAGE_VERSION "3.7.11"
#
| #define PACKAGE_STRING "glusterfs 3.7.11"
#
| #define PACKAGE_BUGREPORT "gluster-users@gluster.org"
#
| #define PACKAGE "glusterfs"
#
| #define VERSION "3.7.11"
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DLFCN_H 1
#
| #define LT_OBJDIR ".libs/"
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 8
#
| #define SIZEOF_LONG_LONG 8
#
| #define HAVE_LIBCRYPTO 1
#
| #define HAVE_LIBPTHREAD 1
#
| #define HAVE_LIBDL 1
#
| #define HAVE_SYS_XATTR_H 1
#
| #define HAVE_SYS_IOCTL_H 1
#
| #define HAVE_IOCTL_IN_SYS_IOCTL_H 1
#
| #define HAVE_OPENSSL_DH_H 1
#
| #define HAVE_OPENSSL_ECDH_H 1
#
| #define HAVE_LIBUUID 1
#
| #define HAVE_SYS_ACL_H 1
#
| #define HAVE_ACL_LIBACL_H 1
#
| #define HAVE_OPENSSL_MD5_H 1
#
| #define HAVE_LINUX_FALLOC_H 1
#
| #define HAVE_SPINLOCK 1
#
| #define HAVE_STRNLEN 1
#
| #define HAVE_SET_FSID 1
#
| #define HAVE_UMOUNT2 1
#
| #define HAVE_DECL_LVM_LV_FROM_NAME 1
#
| #define HAVE_BD_XLATOR 1
#
| #define HAVE_CRYPTO_THREADID 1
#
| #define HAVE_TLSV1_2_METHOD 1
#
| #define HAVE_OPENSSL_CMAC_H 1
#
| #define HAVE_CRYPT_XLATOR 1
#
| #define GF_FUSERMOUNT 1
#
| #define HAVE_QEMU_BLOCK 1
#
| #define HAVE_SYS_EPOLL_H 1
#
| #define HAVE_LIB_Z 1
#
| #define USE_GFDB 1
#
| #define HAVE_LIB_XML 1
#
| #define HAVE_EXECINFO_H 1
#
| #define HAVE_BACKTRACE 1
#
| #define HAVE_MALLOC_STATS 1
#
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static struct stat ac_aggr;
#
| if (sizeof ac_aggr.st_atimespec.tv_nsec)
#
| return 0;
#
| ;
#
| return 0;
#
| }
#
configure:19209: result: no
#
configure:19225: checking for linkat
#
configure:19281: clang -o conftest -g -O2 conftest.c -ldl -lpthread -lcrypto >&5
#
configure:19288: $? = 0
#
configure:19308: result: yes
#
configure:19324: checking for clock_gettime in -lrt
#
configure:19359: clang -o conftest -g -O2 conftest.c -lrt -ldl -lpthread -lcrypto >&5
#
configure:19366: $? = 0
#
configure:19387: result: yes
#
configure:19412: checking argp.h usability
#
configure:19429: clang -c -g -O2 conftest.c >&5
#
configure:19436: $? = 0
#
configure:19450: result: yes
#
configure:19454: checking argp.h presence
#
configure:19469: clang -E conftest.c
#
configure:19476: $? = 0
#
configure:19490: result: yes
#
configure:19523: checking for argp.h
#
configure:19530: result: yes
#
configure:19572: checking malloc.h usability
#
configure:19589: clang -c -g -O2 conftest.c >&5
#
configure:19596: $? = 0
#
configure:19610: result: yes
#
configure:19614: checking malloc.h presence
#
configure:19629: clang -E conftest.c
#
configure:19636: $? = 0
#
configure:19650: result: yes
#
configure:19683: checking for malloc.h
#
configure:19690: result: yes
#
configure:19704: checking for llistxattr
#
configure:19760: clang -o conftest -g -O2 conftest.c -lrt -ldl -lpthread -lcrypto >&5
#
configure:19767: $? = 0
#
configure:19787: result: yes
#
configure:19801: checking for fdatasync
#
configure:19857: clang -o conftest -g -O2 conftest.c -lrt -ldl -lpthread -lcrypto >&5
#
configure:19864: $? = 0
#
configure:19884: result: yes
#
configure:19898: checking for fallocate
#
configure:19954: clang -o conftest -g -O2 conftest.c -lrt -ldl -lpthread -lcrypto >&5
#
configure:19961: $? = 0
#
configure:19981: result: yes
#
configure:19995: checking for posix_fallocate
#
configure:20051: clang -o conftest -g -O2 conftest.c -lrt -ldl -lpthread -lcrypto >&5
#
configure:20058: $? = 0
#
configure:20078: result: yes
#
configure:20095: checking for /etc/debian_version
#
configure:20110: result: no
#
configure:20113: checking for /etc/SuSE-release
#
configure:20128: result: no
#
configure:20131: checking for /etc/redhat-release
#
configure:20146: result: no
#
configure:20167: checking whether clang accepts -Werror=format-security
#
configure:20190: clang -c -Wformat -Werror=format-security conftest.c >&5
#
configure:20197: $? = 0
#
configure:20221: checking whether clang accepts -Werror=implicit-function-declaration
#
configure:20244: clang -c -Werror=implicit-function-declaration conftest.c >&5
#
configure:20251: $? = 0
#
configure:20273: checking if compiling with clang
#
configure:20301: clang -c -g -O2 -Wformat -Werror=format-security -Werror=implicit-function-declaration conftest.c >&5
#
configure:20308: $? = 0
#
configure:20323: result: yes
#
configure:20499: checking for readline in -lreadline -lcurses
#
configure:20534: clang -o conftest -g -O2 -Wformat -Werror=format-security -Werror=implicit-function-declaration conftest.c -lreadline -lcurses -lrt -ldl -lpthread -lcrypto >&5
#
configure:20541: $? = 0
#
configure:20562: result: yes
#
configure:20568: checking for readline in -lreadline -ltermcap
#
configure:20603: clang -o conftest -g -O2 -Wformat -Werror=format-security -Werror=implicit-function-declaration conftest.c -lreadline -ltermcap -lrt -ldl -lpthread -lcrypto >&5
#
/usr/bin/ld: cannot find -ltermcap
#
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
#
configure:20610: $? = 1
#
configure: failed program was:
#
| /* confdefs.h. */
#
| #define PACKAGE_NAME "glusterfs"
#
| #define PACKAGE_TARNAME "glusterfs"
#
| #define PACKAGE_VERSION "3.7.11"
#
| #define PACKAGE_STRING "glusterfs 3.7.11"
#
| #define PACKAGE_BUGREPORT "gluster-users@gluster.org"
#
| #define PACKAGE "glusterfs"
#
| #define VERSION "3.7.11"
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DLFCN_H 1
#
| #define LT_OBJDIR ".libs/"
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 8
#
| #define SIZEOF_LONG_LONG 8
#
| #define HAVE_LIBCRYPTO 1
#
| #define HAVE_LIBPTHREAD 1
#
| #define HAVE_LIBDL 1
#
| #define HAVE_SYS_XATTR_H 1
#
| #define HAVE_SYS_IOCTL_H 1
#
| #define HAVE_IOCTL_IN_SYS_IOCTL_H 1
#
| #define HAVE_OPENSSL_DH_H 1
#
| #define HAVE_OPENSSL_ECDH_H 1
#
| #define HAVE_LIBUUID 1
#
| #define HAVE_SYS_ACL_H 1
#
| #define HAVE_ACL_LIBACL_H 1
#
| #define HAVE_OPENSSL_MD5_H 1
#
| #define HAVE_LINUX_FALLOC_H 1
#
| #define HAVE_SPINLOCK 1
#
| #define HAVE_STRNLEN 1
#
| #define HAVE_SET_FSID 1
#
| #define HAVE_UMOUNT2 1
#
| #define HAVE_DECL_LVM_LV_FROM_NAME 1
#
| #define HAVE_BD_XLATOR 1
#
| #define HAVE_CRYPTO_THREADID 1
#
| #define HAVE_TLSV1_2_METHOD 1
#
| #define HAVE_OPENSSL_CMAC_H 1
#
| #define HAVE_CRYPT_XLATOR 1
#
| #define GF_FUSERMOUNT 1
#
| #define HAVE_QEMU_BLOCK 1
#
| #define HAVE_SYS_EPOLL_H 1
#
| #define HAVE_LIB_Z 1
#
| #define USE_GFDB 1
#
| #define HAVE_LIB_XML 1
#
| #define HAVE_EXECINFO_H 1
#
| #define HAVE_BACKTRACE 1
#
| #define HAVE_MALLOC_STATS 1
#
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
#
| #define HAVE_LINKAT 1
#
| #define HAVE_LIBRT 1
#
| #define HAVE_ARGP 1
#
| #define HAVE_MALLOC_H 1
#
| #define HAVE_LLISTXATTR 1
#
| #define HAVE_FALLOCATE 1
#
| #define HAVE_POSIX_FALLOCATE 1
#
| #define GF_USE_SYSLOG 1
#
| /* end confdefs.h. */
#
|
#
| /* Override any GCC internal prototype to avoid an error.
#
| Use char because int might match the return type of a GCC
#
| builtin and then its argument prototype would still apply. */
#
| #ifdef __cplusplus
#
| extern "C"
#
| #endif
#
| char readline ();
#
| int
#
| main ()
#
| {
#
| return readline ();
#
| ;
#
| return 0;
#
| }
#
configure:20631: result: no
#
configure:20637: checking for readline in -lreadline -lncurses
#
configure:20672: clang -o conftest -g -O2 -Wformat -Werror=format-security -Werror=implicit-function-declaration conftest.c -lreadline -lncurses -lrt -ldl -lpthread -lcrypto >&5
#
configure:20679: $? = 0
#
configure:20700: result: yes
#
configure:20722: checking for io_setup in -laio
#
configure:20757: clang -o conftest -g -O2 -Wformat -Werror=format-security -Werror=implicit-function-declaration conftest.c -laio -lrt -ldl -lpthread -lcrypto >&5
#
configure:20764: $? = 0
#
configure:20785: result: yes
#
configure:20869: checking for python version
#
configure:20876: result: 2.7
#
configure:20888: checking for python platform
#
configure:20895: result: linux2
#
configure:20902: checking for python script directory
#
configure:20931: result: ${prefix}/lib/python2.7/site-packages
#
configure:20940: checking for python extension module directory
#
configure:20969: result: ${exec_prefix}/lib/python2.7/site-packages
#
configure:20995: checking for PYTHON
#
configure:21002: $PKG_CONFIG --exists --print-errors ""python-$PYTHON_VERSION""
#
configure:21005: $? = 0
#
configure:21018: $PKG_CONFIG --exists --print-errors ""python-$PYTHON_VERSION""
#
configure:21021: $? = 0
#
configure:21056: result: yes
#
configure:21080: checking python2.7/Python.h usability
#
configure:21097: clang -c -I/usr/include/python2.7 -I/usr/include/python2.7 -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I/usr/include/python2.7 -I/usr/include/python2.7 -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong conftest.c >&5
#
configure:21104: $? = 0
#
configure:21118: result: yes
#
configure:21122: checking python2.7/Python.h presence
#
configure:21137: clang -E -I/usr/include/python2.7 -I/usr/include/python2.7 -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong conftest.c
#
configure:21144: $? = 0
#
configure:21158: result: yes
#
configure:21191: checking for python2.7/Python.h
#
configure:21200: result: yes
#
configure:21289: checking for URCU
#
configure:21296: $PKG_CONFIG --exists --print-errors "liburcu-bp"
#
configure:21299: $? = 0
#
configure:21312: $PKG_CONFIG --exists --print-errors "liburcu-bp"
#
configure:21315: $? = 0
#
configure:21392: result: yes
#
configure:21398: checking for URCU_CDS
#
configure:21405: $PKG_CONFIG --exists --print-errors "liburcu-cds >= 0.8"
#
configure:21408: $? = 0
#
configure:21421: $PKG_CONFIG --exists --print-errors "liburcu-cds >= 0.8"
#
configure:21424: $? = 0
#
configure:21607: result: yes
#
configure:22035: creating ./config.status
#
#
## ---------------------- ##
#
## Running config.status. ##
#
## ---------------------- ##
#
#
This file was extended by glusterfs config.status 3.7.11, which was
#
generated by GNU Autoconf 2.63. Invocation command line was
#
#
CONFIG_FILES =
#
CONFIG_HEADERS =
#
CONFIG_LINKS =
#
CONFIG_COMMANDS =
#
$ ./config.status
#
#
on 9b1da512e66b
#
#
config.status:1383: creating Makefile
#
config.status:1383: creating libglusterfs/Makefile
#
config.status:1383: creating libglusterfs/src/Makefile
#
config.status:1383: creating libglusterfs/src/gfdb/Makefile
#
config.status:1383: creating geo-replication/src/peer_gsec_create
#
config.status:1383: creating geo-replication/src/peer_mountbroker
#
config.status:1383: creating extras/peer_add_secret_pub
#
config.status:1383: creating geo-replication/syncdaemon/configinterface.py
#
config.status:1383: creating glusterfsd/Makefile
#
config.status:1383: creating glusterfsd/src/Makefile
#
config.status:1383: creating rpc/Makefile
#
config.status:1383: creating rpc/rpc-lib/Makefile
#
config.status:1383: creating rpc/rpc-lib/src/Makefile
#
config.status:1383: creating rpc/rpc-transport/Makefile
#
config.status:1383: creating rpc/rpc-transport/socket/Makefile
#
config.status:1383: creating rpc/rpc-transport/socket/src/Makefile
#
config.status:1383: creating rpc/rpc-transport/rdma/Makefile
#
config.status:1383: creating rpc/rpc-transport/rdma/src/Makefile
#
config.status:1383: creating rpc/xdr/Makefile
#
config.status:1383: creating rpc/xdr/src/Makefile
#
config.status:1383: creating xlators/Makefile
#
config.status:1383: creating xlators/meta/Makefile
#
config.status:1383: creating xlators/meta/src/Makefile
#
config.status:1383: creating xlators/mount/Makefile
#
config.status:1383: creating xlators/mount/fuse/Makefile
#
config.status:1383: creating xlators/mount/fuse/src/Makefile
#
config.status:1383: creating xlators/mount/fuse/utils/mount.glusterfs
#
config.status:1383: creating xlators/mount/fuse/utils/mount_glusterfs
#
config.status:1383: creating xlators/mount/fuse/utils/Makefile
#
config.status:1383: creating xlators/storage/Makefile
#
config.status:1383: creating xlators/storage/posix/Makefile
#
config.status:1383: creating xlators/storage/posix/src/Makefile
#
config.status:1383: creating xlators/storage/bd/Makefile
#
config.status:1383: creating xlators/storage/bd/src/Makefile
#
config.status:1383: creating xlators/cluster/Makefile
#
config.status:1383: creating xlators/cluster/afr/Makefile
#
config.status:1383: creating xlators/cluster/afr/src/Makefile
#
config.status:1383: creating xlators/cluster/stripe/Makefile
#
config.status:1383: creating xlators/cluster/stripe/src/Makefile
#
config.status:1383: creating xlators/cluster/dht/Makefile
#
config.status:1383: creating xlators/cluster/dht/src/Makefile
#
config.status:1383: creating xlators/cluster/ec/Makefile
#
config.status:1383: creating xlators/cluster/ec/src/Makefile
#
config.status:1383: creating xlators/performance/Makefile
#
config.status:1383: creating xlators/performance/write-behind/Makefile
#
config.status:1383: creating xlators/performance/write-behind/src/Makefile
#
config.status:1383: creating xlators/performance/read-ahead/Makefile
#
config.status:1383: creating xlators/performance/read-ahead/src/Makefile
#
config.status:1383: creating xlators/performance/readdir-ahead/Makefile
#
config.status:1383: creating xlators/performance/readdir-ahead/src/Makefile
#
config.status:1383: creating xlators/performance/io-threads/Makefile
#
config.status:1383: creating xlators/performance/io-threads/src/Makefile
#
config.status:1383: creating xlators/performance/io-cache/Makefile
#
config.status:1383: creating xlators/performance/io-cache/src/Makefile
#
config.status:1383: creating xlators/performance/symlink-cache/Makefile
#
config.status:1383: creating xlators/performance/symlink-cache/src/Makefile
#
config.status:1383: creating xlators/performance/quick-read/Makefile
#
config.status:1383: creating xlators/performance/quick-read/src/Makefile
#
config.status:1383: creating xlators/performance/open-behind/Makefile
#
config.status:1383: creating xlators/performance/open-behind/src/Makefile
#
config.status:1383: creating xlators/performance/md-cache/Makefile
#
config.status:1383: creating xlators/performance/md-cache/src/Makefile
#
config.status:1383: creating xlators/debug/Makefile
#
config.status:1383: creating xlators/debug/trace/Makefile
#
config.status:1383: creating xlators/debug/trace/src/Makefile
#
config.status:1383: creating xlators/debug/error-gen/Makefile
#
config.status:1383: creating xlators/debug/error-gen/src/Makefile
#
config.status:1383: creating xlators/debug/io-stats/Makefile
#
config.status:1383: creating xlators/debug/io-stats/src/Makefile
#
config.status:1383: creating xlators/protocol/Makefile
#
config.status:1383: creating xlators/protocol/auth/Makefile
#
config.status:1383: creating xlators/protocol/auth/addr/Makefile
#
config.status:1383: creating xlators/protocol/auth/addr/src/Makefile
#
config.status:1383: creating xlators/protocol/auth/login/Makefile
#
config.status:1383: creating xlators/protocol/auth/login/src/Makefile
#
config.status:1383: creating xlators/protocol/client/Makefile
#
config.status:1383: creating xlators/protocol/client/src/Makefile
#
config.status:1383: creating xlators/protocol/server/Makefile
#
config.status:1383: creating xlators/protocol/server/src/Makefile
#
config.status:1383: creating xlators/features/Makefile
#
config.status:1383: creating xlators/features/arbiter/Makefile
#
config.status:1383: creating xlators/features/arbiter/src/Makefile
#
config.status:1383: creating xlators/features/changelog/Makefile
#
config.status:1383: creating xlators/features/changelog/src/Makefile
#
config.status:1383: creating xlators/features/changelog/lib/Makefile
#
config.status:1383: creating xlators/features/changelog/lib/src/Makefile
#
config.status:1383: creating xlators/features/changetimerecorder/Makefile
#
config.status:1383: creating xlators/features/changetimerecorder/src/Makefile
#
config.status:1383: creating xlators/features/glupy/Makefile
#
config.status:1383: creating xlators/features/glupy/examples/Makefile
#
config.status:1383: creating xlators/features/glupy/src/Makefile
#
config.status:1383: creating xlators/features/glupy/src/setup.py
#
config.status:1383: creating xlators/features/glupy/src/__init__.py
#
config.status:1383: creating xlators/features/glupy/src/glupy/Makefile
#
config.status:1383: creating xlators/features/locks/Makefile
#
config.status:1383: creating xlators/features/locks/src/Makefile
#
config.status:1383: creating xlators/features/quota/Makefile
#
config.status:1383: creating xlators/features/quota/src/Makefile
#
config.status:1383: creating xlators/features/marker/Makefile
#
config.status:1383: creating xlators/features/marker/src/Makefile
#
config.status:1383: creating xlators/features/read-only/Makefile
#
config.status:1383: creating xlators/features/read-only/src/Makefile
#
config.status:1383: creating xlators/features/compress/Makefile
#
config.status:1383: creating xlators/features/compress/src/Makefile
#
config.status:1383: creating xlators/features/mac-compat/Makefile
#
config.status:1383: creating xlators/features/mac-compat/src/Makefile
#
config.status:1383: creating xlators/features/quiesce/Makefile
#
config.status:1383: creating xlators/features/quiesce/src/Makefile
#
config.status:1383: creating xlators/features/barrier/Makefile
#
config.status:1383: creating xlators/features/barrier/src/Makefile
#
config.status:1383: creating xlators/features/ganesha/Makefile
#
config.status:1383: creating xlators/features/ganesha/src/Makefile
#
config.status:1383: creating xlators/features/index/Makefile
#
config.status:1383: creating xlators/features/index/src/Makefile
#
config.status:1383: creating xlators/features/protect/Makefile
#
config.status:1383: creating xlators/features/protect/src/Makefile
#
config.status:1383: creating xlators/features/gfid-access/Makefile
#
config.status:1383: creating xlators/features/gfid-access/src/Makefile
#
config.status:1383: creating xlators/features/trash/Makefile
#
config.status:1383: creating xlators/features/trash/src/Makefile
#
config.status:1383: creating xlators/features/snapview-server/Makefile
#
config.status:1383: creating xlators/features/snapview-server/src/Makefile
#
config.status:1383: creating xlators/features/snapview-client/Makefile
#
config.status:1383: creating xlators/features/snapview-client/src/Makefile
#
config.status:1383: creating xlators/features/upcall/Makefile
#
config.status:1383: creating xlators/features/upcall/src/Makefile
#
config.status:1383: creating xlators/features/shard/Makefile
#
config.status:1383: creating xlators/features/shard/src/Makefile
#
config.status:1383: creating xlators/features/bit-rot/Makefile
#
config.status:1383: creating xlators/features/bit-rot/src/Makefile
#
config.status:1383: creating xlators/features/bit-rot/src/stub/Makefile
#
config.status:1383: creating xlators/features/bit-rot/src/bitd/Makefile
#
config.status:1383: creating xlators/playground/Makefile
#
config.status:1383: creating xlators/playground/template/Makefile
#
config.status:1383: creating xlators/playground/template/src/Makefile
#
config.status:1383: creating xlators/encryption/Makefile
#
config.status:1383: creating xlators/encryption/rot-13/Makefile
#
config.status:1383: creating xlators/encryption/rot-13/src/Makefile
#
config.status:1383: creating xlators/encryption/crypt/Makefile
#
config.status:1383: creating xlators/encryption/crypt/src/Makefile
#
config.status:1383: creating xlators/features/qemu-block/Makefile
#
config.status:1383: creating xlators/features/qemu-block/src/Makefile
#
config.status:1383: creating xlators/system/Makefile
#
config.status:1383: creating xlators/system/posix-acl/Makefile
#
config.status:1383: creating xlators/system/posix-acl/src/Makefile
#
config.status:1383: creating xlators/nfs/Makefile
#
config.status:1383: creating xlators/nfs/server/Makefile
#
config.status:1383: creating xlators/nfs/server/src/Makefile
#
config.status:1383: creating xlators/mgmt/Makefile
#
config.status:1383: creating xlators/mgmt/glusterd/Makefile
#
config.status:1383: creating xlators/mgmt/glusterd/src/Makefile
#
config.status:1383: creating cli/Makefile
#
config.status:1383: creating cli/src/Makefile
#
config.status:1383: creating doc/Makefile
#
config.status:1383: creating extras/Makefile
#
config.status:1383: creating extras/glusterd.vol
#
config.status:1383: creating extras/init.d/Makefile
#
config.status:1383: creating extras/init.d/glusterd.plist
#
config.status:1383: creating extras/init.d/glusterd-Debian
#
config.status:1383: creating extras/init.d/glusterd-Redhat
#
config.status:1383: creating extras/init.d/glusterd-FreeBSD
#
config.status:1383: creating extras/init.d/glusterd-SuSE
#
config.status:1383: creating extras/ganesha/Makefile
#
config.status:1383: creating extras/ganesha/config/Makefile
#
config.status:1383: creating extras/ganesha/scripts/Makefile
#
config.status:1383: creating extras/ganesha/ocf/Makefile
#
config.status:1383: creating extras/systemd/Makefile
#
config.status:1383: creating extras/systemd/glusterd.service
#
config.status:1383: creating extras/run-gluster.tmpfiles
#
config.status:1383: creating extras/benchmarking/Makefile
#
config.status:1383: creating extras/hook-scripts/Makefile
#
config.status:1383: creating extras/ocf/Makefile
#
config.status:1383: creating extras/ocf/glusterd
#
config.status:1383: creating extras/ocf/volume
#
config.status:1383: creating extras/LinuxRPM/Makefile
#
config.status:1383: creating extras/geo-rep/Makefile
#
config.status:1383: creating extras/firewalld/Makefile
#
config.status:1383: creating extras/hook-scripts/add-brick/Makefile
#
config.status:1383: creating extras/hook-scripts/add-brick/pre/Makefile
#
config.status:1383: creating extras/hook-scripts/add-brick/post/Makefile
#
config.status:1383: creating extras/hook-scripts/start/Makefile
#
config.status:1383: creating extras/hook-scripts/start/post/Makefile
#
config.status:1383: creating extras/hook-scripts/set/Makefile
#
config.status:1383: creating extras/hook-scripts/set/post/Makefile
#
config.status:1383: creating extras/hook-scripts/stop/Makefile
#
config.status:1383: creating extras/hook-scripts/stop/pre/Makefile
#
config.status:1383: creating extras/hook-scripts/reset/Makefile
#
config.status:1383: creating extras/hook-scripts/reset/post/Makefile
#
config.status:1383: creating extras/hook-scripts/reset/pre/Makefile
#
config.status:1383: creating extras/snap_scheduler/Makefile
#
config.status:1383: creating contrib/fuse-util/Makefile
#
config.status:1383: creating contrib/umountd/Makefile
#
config.status:1383: creating contrib/uuid/uuid_types.h
#
config.status:1383: creating glusterfs-api.pc
#
config.status:1383: creating libgfchangelog.pc
#
config.status:1383: creating libgfdb.pc
#
config.status:1383: creating api/Makefile
#
config.status:1383: creating api/src/Makefile
#
config.status:1383: creating api/examples/Makefile
#
config.status:1383: creating geo-replication/Makefile
#
config.status:1383: creating geo-replication/src/Makefile
#
config.status:1383: creating geo-replication/syncdaemon/Makefile
#
config.status:1383: creating tools/Makefile
#
config.status:1383: creating tools/gfind_missing_files/Makefile
#
config.status:1383: creating heal/Makefile
#
config.status:1383: creating heal/src/Makefile
#
config.status:1383: creating glusterfs.spec
#
config.status:1383: creating tools/glusterfind/src/tool.conf
#
config.status:1383: creating tools/glusterfind/glusterfind
#
config.status:1383: creating tools/glusterfind/Makefile
#
config.status:1383: creating tools/glusterfind/src/Makefile
#
config.status:1383: creating tests/env.rc
#
config.status:1383: creating config.h
#
config.status:1657: executing depfiles commands
#
config.status:1657: executing libtool commands
#
#
## ---------------- ##
#
## Cache variables. ##
#
## ---------------- ##
#
#
ac_cv_build=x86_64-unknown-linux-gnu
#
ac_cv_c_compiler_gnu=yes
#
ac_cv_env_CC_set=set
#
ac_cv_env_CC_value=clang
#
ac_cv_env_CFLAGS_set=set
#
ac_cv_env_CFLAGS_value=
#
ac_cv_env_CPPFLAGS_set=set
#
ac_cv_env_CPPFLAGS_value=
#
ac_cv_env_CPP_set=
#
ac_cv_env_CPP_value=
#
ac_cv_env_GLIB_CFLAGS_set=
#
ac_cv_env_GLIB_CFLAGS_value=
#
ac_cv_env_GLIB_LIBS_set=
#
ac_cv_env_GLIB_LIBS_value=
#
ac_cv_env_LDFLAGS_set=set
#
ac_cv_env_LDFLAGS_value=
#
ac_cv_env_LIBS_set=
#
ac_cv_env_LIBS_value=
#
ac_cv_env_PKG_CONFIG_set=
#
ac_cv_env_PKG_CONFIG_value=
#
ac_cv_env_PYTHON_CFLAGS_set=
#
ac_cv_env_PYTHON_CFLAGS_value=
#
ac_cv_env_PYTHON_LIBS_set=
#
ac_cv_env_PYTHON_LIBS_value=
#
ac_cv_env_SQLITE_CFLAGS_set=
#
ac_cv_env_SQLITE_CFLAGS_value=
#
ac_cv_env_SQLITE_LIBS_set=
#
ac_cv_env_SQLITE_LIBS_value=
#
ac_cv_env_UNITTEST_CFLAGS_set=
#
ac_cv_env_UNITTEST_CFLAGS_value=
#
ac_cv_env_UNITTEST_LIBS_set=
#
ac_cv_env_UNITTEST_LIBS_value=
#
ac_cv_env_URCU_CDS_CFLAGS_set=
#
ac_cv_env_URCU_CDS_CFLAGS_value=
#
ac_cv_env_URCU_CDS_LIBS_set=
#
ac_cv_env_URCU_CDS_LIBS_value=
#
ac_cv_env_URCU_CFLAGS_set=
#
ac_cv_env_URCU_CFLAGS_value=
#
ac_cv_env_URCU_LIBS_set=
#
ac_cv_env_URCU_LIBS_value=
#
ac_cv_env_UUID_CFLAGS_set=
#
ac_cv_env_UUID_CFLAGS_value=
#
ac_cv_env_UUID_LIBS_set=
#
ac_cv_env_UUID_LIBS_value=
#
ac_cv_env_YACC_set=
#
ac_cv_env_YACC_value=
#
ac_cv_env_YFLAGS_set=
#
ac_cv_env_YFLAGS_value=
#
ac_cv_env_ZLIB_CFLAGS_set=
#
ac_cv_env_ZLIB_CFLAGS_value=
#
ac_cv_env_ZLIB_LIBS_set=
#
ac_cv_env_ZLIB_LIBS_value=
#
ac_cv_env_build_alias_set=
#
ac_cv_env_build_alias_value=
#
ac_cv_env_host_alias_set=set
#
ac_cv_env_host_alias_value=x86_64-unknown-linux
#
ac_cv_env_target_alias_set=
#
ac_cv_env_target_alias_value=
#
ac_cv_file__etc_SuSE_release=no
#
ac_cv_file__etc_debian_version=no
#
ac_cv_file__etc_redhat_release=no
#
ac_cv_func_dlopen=no
#
ac_cv_func_fallocate=yes
#
ac_cv_func_fdatasync=yes
#
ac_cv_func_linkat=yes
#
ac_cv_func_llistxattr=yes
#
ac_cv_func_malloc_stats=yes
#
ac_cv_func_posix_fallocate=yes
#
ac_cv_func_pthread_spin_init=yes
#
ac_cv_func_setfsgid=yes
#
ac_cv_func_setfsuid=yes
#
ac_cv_func_strnlen=yes
#
ac_cv_func_umount2=yes
#
ac_cv_have_decl_lvm_lv_from_name=yes
#
ac_cv_header_acl_libacl_h=yes
#
ac_cv_header_argp_h=yes
#
ac_cv_header_dlfcn_h=yes
#
ac_cv_header_execinfo_h=yes
#
ac_cv_header_inttypes_h=yes
#
ac_cv_header_linux_falloc_h=yes
#
ac_cv_header_malloc_h=yes
#
ac_cv_header_memory_h=yes
#
ac_cv_header_openssl_cmac_h=yes
#
ac_cv_header_openssl_dh_h=yes
#
ac_cv_header_openssl_ecdh_h=yes
#
ac_cv_header_openssl_md5_h=yes
#
ac_cv_header_python2_7_Python_h=yes
#
ac_cv_header_stdc=yes
#
ac_cv_header_stdint_h=yes
#
ac_cv_header_stdlib_h=yes
#
ac_cv_header_string_h=yes
#
ac_cv_header_strings_h=yes
#
ac_cv_header_sys_acl_h=yes
#
ac_cv_header_sys_epoll_h=yes
#
ac_cv_header_sys_extattr_h=no
#
ac_cv_header_sys_ioctl_h=yes
#
ac_cv_header_sys_sdt_h=no
#
ac_cv_header_sys_stat_h=yes
#
ac_cv_header_sys_types_h=yes
#
ac_cv_header_sys_xattr_h=yes
#
ac_cv_header_unistd_h=yes
#
ac_cv_header_uuid_h=yes
#
ac_cv_host=x86_64-unknown-linux-gnu
#
ac_cv_lib_aio_io_setup=yes
#
ac_cv_lib_crypto_CRYPTO_THREADID_set_callback=yes
#
ac_cv_lib_crypto_MD5=yes
#
ac_cv_lib_dl_dlopen=yes
#
ac_cv_lib_ibverbs_ibv_get_device_list=no
#
ac_cv_lib_intl_gettext=no
#
ac_cv_lib_lvm2app_lvm_init=yes
#
ac_cv_lib_m_pow=yes
#
ac_cv_lib_pthread_pthread_mutex_init=yes
#
ac_cv_lib_rdmacm_rdma_create_id=no
#
ac_cv_lib_readline__lcurses_readline=yes
#
ac_cv_lib_readline__lncurses_readline=yes
#
ac_cv_lib_readline__ltermcap_readline=no
#
ac_cv_lib_readline_rl_do_undo=yes
#
ac_cv_lib_rt_clock_gettime=yes
#
ac_cv_lib_ssl_TLSv1_2_method=yes
#
ac_cv_lib_z_adler32=yes
#
ac_cv_member_struct_stat_st_atim_tv_nsec=yes
#
ac_cv_member_struct_stat_st_atimespec_tv_nsec=no
#
ac_cv_objext=o
#
ac_cv_path_EGREP='/usr/bin/grep -E'
#
ac_cv_path_FGREP='/usr/bin/grep -F'
#
ac_cv_path_GREP=/usr/bin/grep
#
ac_cv_path_SED=/usr/bin/sed
#
ac_cv_path_XML2_CONFIG=/usr/bin/xml2-config
#
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
#
ac_cv_path_install='/usr/bin/install -c'
#
ac_cv_path_mkdir=/usr/bin/mkdir
#
ac_cv_prog_AWK=gawk
#
ac_cv_prog_CC=clang
#
ac_cv_prog_CPP='clang -E'
#
ac_cv_prog_DTRACE=no
#
ac_cv_prog_LD='/usr/bin/ld -m elf_x86_64'
#
ac_cv_prog_LEX=flex
#
ac_cv_prog_RPCGEN=yes
#
ac_cv_prog_STRIP=strip
#
ac_cv_prog_YACC='bison -y'
#
ac_cv_prog_ac_ct_AR=ar
#
ac_cv_prog_ac_ct_OBJDUMP=objdump
#
ac_cv_prog_ac_ct_RANLIB=ranlib
#
ac_cv_prog_ac_ct_STRIP=strip
#
ac_cv_prog_cc_c89=
#
ac_cv_prog_cc_g=yes
#
ac_cv_prog_lex_root=lex.yy
#
ac_cv_prog_lex_yytext_pointer=no
#
ac_cv_prog_make_make_set=yes
#
ac_cv_sizeof_int=4
#
ac_cv_sizeof_long=8
#
ac_cv_sizeof_long_long=8
#
ac_cv_sizeof_short=2
#
am_cv_CC_dependencies_compiler_type=none
#
am_cv_prog_tar_pax=gnutar
#
am_cv_python_platform=linux2
#
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
#
am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
#
am_cv_python_version=2.7
#
lt_cv_deplibs_check_method=pass_all
#
lt_cv_file_magic_cmd='$MAGIC_CMD'
#
lt_cv_file_magic_test_file=
#
lt_cv_ld_reload_flag=-r
#
lt_cv_nm_interface='BSD nm'
#
lt_cv_objdir=.libs
#
lt_cv_path_LD=/usr/bin/ld
#
lt_cv_path_NM='/usr/bin/nm -B'
#
lt_cv_prog_compiler_c_o=yes
#
lt_cv_prog_compiler_pic_works=yes
#
lt_cv_prog_compiler_rtti_exceptions=yes
#
lt_cv_prog_compiler_static_works=yes
#
lt_cv_prog_gnu_ld=yes
#
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
#
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
#
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
#
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
#
lt_cv_sys_max_cmd_len=1572864
#
pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
#
pkg_cv_GLIB_LIBS=-lglib-2.0
#
pkg_cv_PYTHON_CFLAGS=-I/usr/include/python2.7
#
pkg_cv_PYTHON_LIBS=-lpython2.7
#
pkg_cv_SQLITE_CFLAGS=
#
pkg_cv_SQLITE_LIBS=-lsqlite3
#
pkg_cv_URCU_CDS_CFLAGS=
#
pkg_cv_URCU_CDS_LIBS=-lurcu-cds
#
pkg_cv_URCU_CFLAGS=
#
pkg_cv_URCU_LIBS=-lurcu-bp
#
pkg_cv_UUID_CFLAGS=-I/usr/include/uuid
#
pkg_cv_UUID_LIBS=-luuid
#
pkg_cv_ZLIB_CFLAGS=
#
pkg_cv_ZLIB_LIBS=-lz
#
#
## ----------------- ##
#
## Output variables. ##
#
## ----------------- ##
#
#
ACLOCAL='aclocal-1.11'
#
ACL_LIBS='-lacl'
#
AMDEPBACKSLASH='\'
#
AMDEP_FALSE='#'
#
AMDEP_TRUE=''
#
AMTAR='tar'
#
AM_BACKSLASH='\'
#
AM_DEFAULT_VERBOSITY='0'
#
AM_LIBTOOLFLAGS='--quiet'
#
AM_MAKEFLAGS=' --no-print-directory --quiet'
#
AR='ar'
#
ARGP_STANDALONE_CPPFLAGS=''
#
ARGP_STANDALONE_DIR=''
#
ARGP_STANDALONE_LDADD=''
#
AUTOCONF='autoconf'
#
AUTOHEADER='autoheader'
#
AUTOMAKE='automake-1.11'
#
AWK='gawk'
#
BUILD_GFDB_FALSE='#'
#
BUILD_GFDB_TRUE=''
#
BUILD_PYTHON_INC='/usr/include/python2.7'
#
BUILD_PYTHON_LIB='python2.7'
#
BUILD_PYTHON_SITE_PACKAGES='/usr/lib/python2.7/site-packages'
#
CC='clang'
#
CCDEPMODE='depmode=none'
#
CFLAGS=' -g -O2 -Wformat -Werror=format-security -Werror=implicit-function-declaration'
#
CONTRIBDIR='$(top_srcdir)/contrib'
#
CPP='clang -E'
#
CPPFLAGS=''
#
CYGPATH_W='echo'
#
DEFS='-DHAVE_CONFIG_H'
#
DEPDIR='.deps'
#
DSYMUTIL=''
#
DTRACE='no'
#
DUMPBIN=''
#
ECHO_C=''
#
ECHO_N='-n'
#
ECHO_T=''
#
EGREP='/usr/bin/grep -E'
#
ENABLE_BD_XLATOR_FALSE='#'
#
ENABLE_BD_XLATOR_TRUE=''
#
ENABLE_CRYPT_XLATOR_FALSE='#'
#
ENABLE_CRYPT_XLATOR_TRUE=''
#
ENABLE_QEMU_BLOCK_FALSE='#'
#
ENABLE_QEMU_BLOCK_TRUE=''
#
ENABLE_SYSLOG_FALSE='#'
#
ENABLE_SYSLOG_TRUE=''
#
ENABLE_SYSTEMTAP_FALSE=''
#
ENABLE_SYSTEMTAP_TRUE='#'
#
EXEEXT=''
#
FGREP='/usr/bin/grep -F'
#
FUSERMOUNT_SUBDIR='contrib/fuse-util'
#
FUSE_CLIENT_SUBDIR='fuse'
#
GEOREP_EXTRAS_SUBDIR='geo-rep'
#
GFAPI_EXTRA_LDFLAGS='-Wl,--version-script=$(top_srcdir)/api/src/gfapi.map'
#
GFAPI_LIBS='-lacl'
#
GFAPI_LT_VERSION='0:0:0'
#
GFAPI_VERSION='7.3.7.11'
#
GF_BSD_HOST_OS_FALSE=''
#
GF_BSD_HOST_OS_TRUE='#'
#
GF_CFLAGS=' -g -O2 -Wformat -Werror=format-security -g -O2 -Wformat -Werror=format-security -Werror=implicit-function-declaration -Wno-gnu'
#
GF_CPPFLAGS=' -I/usr/include/uuid -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D$(GF_HOST_OS) -I$(top_srcdir)/libglusterfs/src'
#
GF_DARWIN_HOST_OS_FALSE=''
#
GF_DARWIN_HOST_OS_TRUE='#'
#
GF_DISTRIBUTION=''
#
GF_FUSE_CFLAGS='-DFUSERMOUNT_DIR=\"$(bindir)\"'
#
GF_FUSE_LDADD=''
#
GF_HOST_OS='GF_LINUX_HOST_OS'
#
GF_INSTALL_GLUSTERD_WORKDIR_FALSE=''
#
GF_INSTALL_GLUSTERD_WORKDIR_TRUE='#'
#
GF_LDADD=' -lm'
#
GF_LDFLAGS='-rdynamic'
#
GF_LINUX_HOST_OS_FALSE='#'
#
GF_LINUX_HOST_OS_TRUE=''
#
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
#
GLIB_LIBS='-lglib-2.0'
#
GLUPY_SUBDIR='glupy'
#
GLUPY_SUBDIR_MAKEFILE='xlators/features/glupy/Makefile'
#
GLUPY_SUBDIR_SRC_MAKEFILE='xlators/features/glupy/src/Makefile'
#
GLUSTERD_VOLFILE='/etc/glusterfs/glusterd.vol'
#
GLUSTERD_WORKDIR='/var/lib/glusterd'
#
GLUSTERFSD_MISCDIR='/usr/var/lib/misc/glusterfsd'
#
GLUSTERFS_LIBEXECDIR='/usr/libexec/glusterfs'
#
GREP='/usr/bin/grep'
#
HAVE_BACKTRACE=''
#
HAVE_LIBUUID_FALSE='#'
#
HAVE_LIBUUID_TRUE=''
#
HAVE_LINKAT=''
#
HAVE_MALLOC_STATS=''
#
HAVE_SPINLOCK=''
#
HAVE_STRNLEN=''
#
IBVERBS_SUBDIR=''
#
INSTALL_DATA='${INSTALL} -m 644'
#
INSTALL_PROGRAM='${INSTALL}'
#
INSTALL_SCRIPT='${INSTALL}'
#
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
#
LD='/usr/bin/ld -m elf_x86_64'
#
LDFLAGS=''
#
LEX='flex'
#
LEXLIB=''
#
LEX_OUTPUT_ROOT='lex.yy'
#
LIBAIO='-laio'
#
LIBGFCHANGELOG_LT_VERSION='0:1:0'
#
LIBGFCHANGELOG_VERSION='0.0.1'
#
LIBGFDB_VERSION='0.0.1'
#
LIBGFRPC_LT_VERSION='0:1:0'
#
LIBGFXDR_LT_VERSION='0:1:0'
#
LIBGLUSTERFS_LT_VERSION='0:1:0'
#
LIBOBJS=''
#
LIBS='-lrt -ldl -lpthread -lcrypto '
#
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
#
LIPO=''
#
LN_S='ln -s'
#
LTLIBOBJS=''
#
MAKEINFO='makeinfo'
#
MATH_LIB='-lm'
#
MKDIR_P='/usr/bin/mkdir -p'
#
NM='/usr/bin/nm -B'
#
NMEDIT=''
#
OBJDUMP='objdump'
#
OBJEXT='o'
#
OCF_SUBDIR='ocf'
#
OTOOL64=''
#
OTOOL=''
#
PACKAGE='glusterfs'
#
PACKAGE_BUGREPORT='gluster-users@gluster.org'
#
PACKAGE_NAME='glusterfs'
#
PACKAGE_RELEASE='0'
#
PACKAGE_STRING='glusterfs 3.7.11'
#
PACKAGE_TARNAME='glusterfs'
#
PACKAGE_VERSION='3.7.11'
#
PATH_SEPARATOR=':'
#
PKGCONFIG_UUID='uuid'
#
PKG_CONFIG='/usr/bin/pkg-config'
#
PYTHON='python2'
#
PYTHONDEV_CFLAGS='-I/usr/include/python2.7 -I/usr/include/python2.7 -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong'
#
PYTHONDEV_CPPFLAGS='-I/usr/include/python2.7 -I/usr/include/python2.7 -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong'
#
PYTHONDEV_LDFLAGS='-lpython2.7 -L/usr/lib -L/usr/${exec_prefix}/lib -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic'
#
PYTHON_CFLAGS='-I/usr/include/python2.7'
#
PYTHON_EXEC_PREFIX='${exec_prefix}'
#
PYTHON_LIBS='-lpython2.7'
#
PYTHON_PLATFORM='linux2'
#
PYTHON_PREFIX='${prefix}'
#
PYTHON_VERSION='2.7'
#
RANLIB='ranlib'
#
RDMA_SUBDIR=''
#
RLLIBS='-lreadline -lncurses'
#
RPCGEN='yes'
#
SED='/usr/bin/sed'
#
SET_MAKE=''
#
SHELL='/bin/sh'
#
SIZEOF_INT='4'
#
SIZEOF_LONG='8'
#
SIZEOF_LONG_LONG='8'
#
SIZEOF_SHORT='2'
#
SQLITE_CFLAGS=''
#
SQLITE_LIBS='-lsqlite3'
#
STRIP='strip'
#
SYNCDAEMON_COMPILE='1'
#
SYNCDAEMON_SUBDIR='geo-replication'
#
UMOUNTD_SUBDIR=''
#
UNITTEST_CFLAGS=' -DUNIT_TESTING=1 -g -DDEBUG -O0 --coverage'
#
UNITTEST_FALSE=''
#
UNITTEST_LDFLAGS=' '
#
UNITTEST_LIBS=''
#
UNITTEST_TRUE='#'
#
URCU_CDS_CFLAGS=''
#
URCU_CDS_LIBS='-lurcu-cds'
#
URCU_CFLAGS=''
#
URCU_LIBS='-lurcu-bp'
#
USE_FIREWALLD_FALSE=''
#
USE_FIREWALLD_TRUE='#'
#
USE_GEOREP_FALSE='#'
#
USE_GEOREP_TRUE=''
#
USE_GFDB_FALSE='#'
#
USE_GFDB_TRUE=''
#
USE_POSIX_ACLS='1'
#
UUID_CFLAGS='-I/usr/include/uuid'
#
UUID_LIBS='-luuid'
#
VERSION='3.7.11'
#
XML2_CONFIG='/usr/bin/xml2-config'
#
XML_CPPFLAGS='-I/usr/include/libxml2'
#
XML_LIBS='-lxml2 -lz -llzma -lm -ldl'
#
YACC='bison -y'
#
YFLAGS=''
#
ZLIB_CFLAGS=''
#
ZLIB_LIBS='-lz'
#
ac_ct_CC=''
#
ac_ct_DUMPBIN=''
#
am__EXEEXT_FALSE=''
#
am__EXEEXT_TRUE='#'
#
am__fastdepCC_FALSE=''
#
am__fastdepCC_TRUE='#'
#
am__include='include'
#
am__isrc=''
#
am__leading_dot='.'
#
am__quote=''
#
am__tar='tar --format=posix -chf - "$$tardir"'
#
am__untar='tar -xf -'
#
bindir='${exec_prefix}/bin'
#
build='x86_64-unknown-linux-gnu'
#
build_alias=''
#
build_cpu='x86_64'
#
build_os='linux-gnu'
#
build_vendor='unknown'
#
datadir='${datarootdir}'
#
datarootdir='${prefix}/share'
#
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
#
dvidir='${docdir}'
#
exec_prefix='${prefix}'
#
host='x86_64-unknown-linux-gnu'
#
host_alias='x86_64-unknown-linux'
#
host_cpu='x86_64'
#
host_os='linux-gnu'
#
host_vendor='unknown'
#
htmldir='${docdir}'
#
includedir='${prefix}/include'
#
infodir='${datarootdir}/info'
#
initdir='/etc/init.d'
#
install_sh='${SHELL} /tmp/glusterfs/src/glusterfs-3.7.11/install-sh'
#
launchddir='/Library/LaunchDaemons'
#
libdir='${exec_prefix}/lib'
#
libexecdir='/usr/lib/glusterfs'
#
localedir='${datarootdir}/locale'
#
localstatedir='/var'
#
lt_ECHO='echo'
#
mandir='/usr/share/man'
#
mkdir_p='/usr/bin/mkdir -p'
#
mountutildir='/usr/bin'
#
oldincludedir='/usr/include'
#
pdfdir='${docdir}'
#
pkgconfigdir='${libdir}/pkgconfig'
#
pkgpyexecdir='${pyexecdir}/glusterfs'
#
pkgpythondir='${pythondir}/glusterfs'
#
prefix='/usr'
#
program_transform_name='s,x,x,'
#
psdir='${docdir}'
#
pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
#
pythondir='${prefix}/lib/python2.7/site-packages'
#
sbindir='/usr/bin'
#
sharedstatedir='${prefix}/com'
#
shrext_cmds='.so'
#
subdirs=''
#
sysconfdir='/etc'
#
systemddir='/usr/lib/systemd/system'
#
target_alias=''
#
tmpfilesdir=''
#
#
## ----------- ##
#
## confdefs.h. ##
#
## ----------- ##
#
#
#define PACKAGE_NAME "glusterfs"
#
#define PACKAGE_TARNAME "glusterfs"
#
#define PACKAGE_VERSION "3.7.11"
#
#define PACKAGE_STRING "glusterfs 3.7.11"
#
#define PACKAGE_BUGREPORT "gluster-users@gluster.org"
#
#define PACKAGE "glusterfs"
#
#define VERSION "3.7.11"
#
#define STDC_HEADERS 1
#
#define HAVE_SYS_TYPES_H 1
#
#define HAVE_SYS_STAT_H 1
#
#define HAVE_STDLIB_H 1
#
#define HAVE_STRING_H 1
#
#define HAVE_MEMORY_H 1
#
#define HAVE_STRINGS_H 1
#
#define HAVE_INTTYPES_H 1
#
#define HAVE_STDINT_H 1
#
#define HAVE_UNISTD_H 1
#
#define HAVE_DLFCN_H 1
#
#define LT_OBJDIR ".libs/"
#
#define SIZEOF_SHORT 2
#
#define SIZEOF_INT 4
#
#define SIZEOF_LONG 8
#
#define SIZEOF_LONG_LONG 8
#
#define HAVE_LIBCRYPTO 1
#
#define HAVE_LIBPTHREAD 1
#
#define HAVE_LIBDL 1
#
#define HAVE_SYS_XATTR_H 1
#
#define HAVE_SYS_IOCTL_H 1
#
#define HAVE_IOCTL_IN_SYS_IOCTL_H 1
#
#define HAVE_OPENSSL_DH_H 1
#
#define HAVE_OPENSSL_ECDH_H 1
#
#define HAVE_LIBUUID 1
#
#define HAVE_SYS_ACL_H 1
#
#define HAVE_ACL_LIBACL_H 1
#
#define HAVE_OPENSSL_MD5_H 1
#
#define HAVE_LINUX_FALLOC_H 1
#
#define HAVE_SPINLOCK 1
#
#define HAVE_STRNLEN 1
#
#define HAVE_SET_FSID 1
#
#define HAVE_UMOUNT2 1
#
#define HAVE_DECL_LVM_LV_FROM_NAME 1
#
#define HAVE_BD_XLATOR 1
#
#define HAVE_CRYPTO_THREADID 1
#
#define HAVE_TLSV1_2_METHOD 1
#
#define HAVE_OPENSSL_CMAC_H 1
#
#define HAVE_CRYPT_XLATOR 1
#
#define GF_FUSERMOUNT 1
#
#define HAVE_QEMU_BLOCK 1
#
#define HAVE_SYS_EPOLL_H 1
#
#define HAVE_LIB_Z 1
#
#define USE_GFDB 1
#
#define HAVE_LIB_XML 1
#
#define HAVE_EXECINFO_H 1
#
#define HAVE_BACKTRACE 1
#
#define HAVE_MALLOC_STATS 1
#
#define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
#
#define HAVE_LINKAT 1
#
#define HAVE_LIBRT 1
#
#define HAVE_ARGP 1
#
#define HAVE_MALLOC_H 1
#
#define HAVE_LLISTXATTR 1
#
#define HAVE_FALLOCATE 1
#
#define HAVE_POSIX_FALLOCATE 1
#
#define GF_USE_SYSLOG 1
#
#define HAVE_READLINE 1
#
#define HAVE_LIBAIO 1
#
#define HAVE_PYTHON2_7_PYTHON_H 1
#
#
configure: exit 0