This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by xapian-bindings configure 1.4.7, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/xapian-bindings-1.4.7 --htmldir=/usr/share/doc/xapian-bindings-1.4.7/html --libdir=/usr/lib64 --disable-documentation --without-java --without-lua --without-csharp --without-perl --without-php --without-php7 --without-ruby --without-tcl --with-python3

## --------- ##
## Platform. ##
## --------- ##

hostname = vortex
uname -m = x86_64
uname -r = 4.19.86-gentoo
uname -s = Linux
uname -v = #1 SMP PREEMPT Sun Jan 5 14:36:02 +04 2020

/usr/bin/uname -p = Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz
/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: /var/tmp/portage/dev-libs/xapian-bindings-1.4.7/temp/python3.6/bin
PATH: /usr/lib/portage/python3.6/ebuild-helpers/xattr
PATH: /usr/lib/portage/python3.6/ebuild-helpers
PATH: /usr/lib/llvm/9/bin
PATH: /usr/lib/llvm/8/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /opt/bin
PATH: /opt/nvidia-cg-toolkit/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2408: loading site script /usr/share/config.site
| #!/bin/sh
| # Copyright 2009-2014 Gentoo Foundation
| # Distributed under the terms of the GNU General Public License v2
| 
| # provided by crossdev
| SITEDIR="/usr/share/crossdev/include/site"
| 
| # user override
| ETC_SITEDIR="/etc/crossdev/include/site"
| 
| config_site_arch() {
| 	local host="${CHOST%%-*}"
| 
| 	case ${host} in
| 	arm*b*)  host=armeb ;;
| 	arm*)    host=arm ;;
| 	mips*l*) host=mipsel ;;
| 	mips*)   host=mips ;;
| 	esac
| 
| 	echo "${host}"
| }
| 
| config_site_names() {
| 	local site_arch="$(config_site_arch)"
| 	local sites=""
| 	local x
| 
| 	case ${CHOST} in
| 	*-linux-*)           sites="${sites} linux ${site_arch}-linux" ;;
| 	*-darwin*)           sites="${sites} darwin ${site_arch}-darwin" ;;
| 	mingw*|*-mingw*)     sites="${sites} mingw ${site_arch}-mingw" ;;
| 	esac
| 
| 	case ${CHOST} in
| 	*-linux-uclibc*)     sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;;
| 	*-linux-gnu*)        sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;;
| 	*-linux-musl*)       sites="${sites} linux-musl ${site_arch}-linux-musl" ;;
| 	esac
| 
| 	case ${CHOST} in
| 	*-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;;
| 	*-linux-gnueabi*)    sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;;
| 	esac
| 
| 	for x in ${sites} ${CHOST}; do
| 		[ -e "${SITEDIR}/${x}" ] && echo "${SITEDIR}/${x}"
| 		[ -e "${ETC_SITEDIR}/${x}" ] && echo "${ETC_SITEDIR}/${x}"
| 	done
| }
| 
| # Only kick in for cross-compiles so we don't break native builds #427184
| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then
| 	sites="$(config_site_names)"
| 	if [ -n "${sites}" ] ; then
| 		for site in ${sites}; do
| 			echo "${0##*/}: loading site script ${site}"
| 			. "${site}"
| 		done
| 	fi
| 	unset site sites
| fi
configure:2550: checking for a BSD-compatible install
configure:2618: result: /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c
configure:2629: checking whether build environment is sane
configure:2684: result: yes
configure:2835: checking for a thread-safe mkdir -p
configure:2874: result: /bin/mkdir -p
configure:2881: checking for gawk
configure:2897: found /usr/bin/gawk
configure:2908: result: gawk
configure:2919: checking whether make sets $(MAKE)
configure:2941: result: yes
configure:2970: checking whether make supports nested variables
configure:2987: result: yes
configure:3076: checking whether UID '250' is supported by ustar format
configure:3079: result: yes
configure:3086: checking whether GID '250' is supported by ustar format
configure:3089: result: yes
configure:3097: checking how to create a ustar tar archive
configure:3108: tar --version
tar (GNU tar) 1.32
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
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:3111: $? = 0
configure:3151: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3154: $? = 0
configure:3158: tar -xf - <conftest.tar
configure:3161: $? = 0
configure:3163: cat conftest.dir/file
GrepMe
configure:3166: $? = 0
configure:3179: result: gnutar
configure:3240: checking build system type
configure:3254: result: x86_64-pc-linux-gnu
configure:3274: checking host system type
configure:3287: result: x86_64-pc-linux-gnu
configure:3382: checking how to print strings
configure:3409: result: printf
configure:3442: checking for style of include used by make
configure:3470: result: GNU
configure:3501: checking for x86_64-pc-linux-gnu-gcc
configure:3517: found /usr/bin/x86_64-pc-linux-gnu-gcc
configure:3528: result: x86_64-pc-linux-gnu-gcc
configure:3797: checking for C compiler version
configure:3806: x86_64-pc-linux-gnu-gcc --version >&5
x86_64-pc-linux-gnu-gcc (Gentoo 9.2.0-r2 p3) 9.2.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3817: $? = 0
configure:3806: x86_64-pc-linux-gnu-gcc -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-pc-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-9.2.0-r2/work/gcc-9.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/9.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/g++-v9 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/9.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 9.2.0-r2 p3' --disable-esp --enable-libstdcxx-time --with-build-config=bootstrap-lto --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libmudflap --disable-libssp --disable-systemtap --disable-vtable-verify --disable-libvtv --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --disable-default-ssp
Thread model: posix
gcc version 9.2.0 (Gentoo 9.2.0-r2 p3) 
configure:3817: $? = 0
configure:3806: x86_64-pc-linux-gnu-gcc -V >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V'
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:3817: $? = 1
configure:3806: x86_64-pc-linux-gnu-gcc -qversion >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:3817: $? = 1
configure:3837: checking whether the C compiler works
configure:3859: x86_64-pc-linux-gnu-gcc -O3 -march=native -pipe -fomit-frame-pointer  -Wl,-O1 -Wl,--as-needed conftest.c  >&5
configure:3863: $? = 0
configure:3911: result: yes
configure:3914: checking for C compiler default output file name
configure:3916: result: a.out
configure:3922: checking for suffix of executables
configure:3929: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -pipe -fomit-frame-pointer  -Wl,-O1 -Wl,--as-needed conftest.c  >&5
configure:3933: $? = 0
configure:3955: result: 
configure:3977: checking whether we are cross compiling
configure:3985: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -pipe -fomit-frame-pointer  -Wl,-O1 -Wl,--as-needed conftest.c  >&5
configure:3989: $? = 0
configure:3996: ./conftest
configure:4000: $? = 0
configure:4015: result: no
configure:4020: checking for suffix of object files
configure:4042: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.c >&5
configure:4046: $? = 0
configure:4067: result: o
configure:4071: checking whether we are using the GNU C compiler
configure:4090: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.c >&5
configure:4090: $? = 0
configure:4099: result: yes
configure:4108: checking whether x86_64-pc-linux-gnu-gcc accepts -g
configure:4128: x86_64-pc-linux-gnu-gcc -c -g  conftest.c >&5
configure:4128: $? = 0
configure:4169: result: yes
configure:4186: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89
configure:4249: x86_64-pc-linux-gnu-gcc  -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.c >&5
configure:4249: $? = 0
configure:4262: result: none needed
configure:4287: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together
configure:4309: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o
configure:4312: $? = 0
configure:4309: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o
configure:4312: $? = 0
configure:4324: result: yes
configure:4343: checking dependency style of x86_64-pc-linux-gnu-gcc
configure:4454: result: none
configure:4469: checking for a sed that does not truncate output
configure:4533: result: /bin/sed
configure:4551: checking for grep that handles long lines and -e
configure:4609: result: /bin/grep
configure:4614: checking for egrep
configure:4676: result: /bin/grep -E
configure:4681: checking for fgrep
configure:4743: result: /bin/grep -F
configure:4778: checking for ld used by x86_64-pc-linux-gnu-gcc
configure:4845: result: /usr/x86_64-pc-linux-gnu/bin/ld
configure:4852: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld
configure:4867: result: yes
configure:4879: checking for BSD- or MS-compatible name lister (nm)
configure:4933: result: /usr/bin/x86_64-pc-linux-gnu-nm -B
configure:5063: checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface
configure:5070: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.c >&5
configure:5073: /usr/bin/x86_64-pc-linux-gnu-nm -B "conftest.o"
configure:5076: output
0000000000000000 B some_variable
configure:5083: result: BSD nm
configure:5086: checking whether ln -s works
configure:5090: result: yes
configure:5098: checking the maximum length of command line arguments
configure:5229: result: 1572864
configure:5277: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:5317: result: func_convert_file_noop
configure:5324: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:5344: result: func_convert_file_noop
configure:5351: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files
configure:5358: result: -r
configure:5392: checking for x86_64-pc-linux-gnu-objdump
configure:5408: found /usr/bin/x86_64-pc-linux-gnu-objdump
configure:5419: result: x86_64-pc-linux-gnu-objdump
configure:5491: checking how to recognize dependent libraries
configure:5691: result: pass_all
configure:5736: checking for x86_64-pc-linux-gnu-dlltool
configure:5766: result: no
configure:5776: checking for dlltool
configure:5806: result: no
configure:5836: checking how to associate runtime and link libraries
configure:5863: result: printf %s\n
configure:5880: checking for x86_64-pc-linux-gnu-ar
configure:5896: found /usr/bin/x86_64-pc-linux-gnu-ar
configure:5907: result: x86_64-pc-linux-gnu-ar
configure:5988: checking for archiver @FILE support
configure:6005: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.c >&5
configure:6005: $? = 0
configure:6008: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5
configure:6011: $? = 0
configure:6016: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5
x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory
configure:6019: $? = 1
configure:6031: result: @
configure:6049: checking for x86_64-pc-linux-gnu-strip
configure:6065: found /usr/bin/x86_64-pc-linux-gnu-strip
configure:6076: result: x86_64-pc-linux-gnu-strip
configure:6148: checking for x86_64-pc-linux-gnu-ranlib
configure:6164: found /usr/bin/x86_64-pc-linux-gnu-ranlib
configure:6175: result: x86_64-pc-linux-gnu-ranlib
configure:6317: checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object
configure:6470: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.c >&5
configure:6473: $? = 0
configure:6477: /usr/bin/x86_64-pc-linux-gnu-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6480: $? = 0
configure:6546: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -pipe -fomit-frame-pointer  -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5
configure:6549: $? = 0
configure:6587: result: ok
configure:6634: checking for sysroot
configure:6664: result: no
configure:6671: checking for a working dd
configure:6709: result: /bin/dd
configure:6713: checking how to truncate binary pipes
configure:6728: result: /bin/dd bs=4096 count=1
configure:6864: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.c >&5
configure:6867: $? = 0
configure:7017: checking for x86_64-pc-linux-gnu-mt
configure:7047: result: no
configure:7057: checking for mt
configure:7087: result: no
configure:7107: checking if : is a manifest tool
configure:7113: : '-?'
configure:7121: result: no
configure:7798: checking how to run the C preprocessor
configure:7829: x86_64-pc-linux-gnu-gcc -E  conftest.c
configure:7829: $? = 0
configure:7843: x86_64-pc-linux-gnu-gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
   11 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7843: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xapian-bindings"
| #define PACKAGE_TARNAME "xapian-bindings"
| #define PACKAGE_VERSION "1.4.7"
| #define PACKAGE_STRING "xapian-bindings 1.4.7"
| #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
| #define PACKAGE_URL ""
| #define PACKAGE "xapian-bindings"
| #define VERSION "1.4.7"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7868: result: x86_64-pc-linux-gnu-gcc -E
configure:7888: x86_64-pc-linux-gnu-gcc -E  conftest.c
configure:7888: $? = 0
configure:7902: x86_64-pc-linux-gnu-gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
   11 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7902: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xapian-bindings"
| #define PACKAGE_TARNAME "xapian-bindings"
| #define PACKAGE_VERSION "1.4.7"
| #define PACKAGE_STRING "xapian-bindings 1.4.7"
| #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
| #define PACKAGE_URL ""
| #define PACKAGE "xapian-bindings"
| #define VERSION "1.4.7"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7931: checking for ANSI C header files
configure:7951: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.c >&5
configure:7951: $? = 0
configure:8024: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -pipe -fomit-frame-pointer  -Wl,-O1 -Wl,--as-needed conftest.c  >&5
configure:8024: $? = 0
configure:8024: ./conftest
configure:8024: $? = 0
configure:8035: result: yes
configure:8048: checking for sys/types.h
configure:8048: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.c >&5
configure:8048: $? = 0
configure:8048: result: yes
configure:8048: checking for sys/stat.h
configure:8048: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.c >&5
configure:8048: $? = 0
configure:8048: result: yes
configure:8048: checking for stdlib.h
configure:8048: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.c >&5
configure:8048: $? = 0
configure:8048: result: yes
configure:8048: checking for string.h
configure:8048: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.c >&5
configure:8048: $? = 0
configure:8048: result: yes
configure:8048: checking for memory.h
configure:8048: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.c >&5
configure:8048: $? = 0
configure:8048: result: yes
configure:8048: checking for strings.h
configure:8048: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.c >&5
configure:8048: $? = 0
configure:8048: result: yes
configure:8048: checking for inttypes.h
configure:8048: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.c >&5
configure:8048: $? = 0
configure:8048: result: yes
configure:8048: checking for stdint.h
configure:8048: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.c >&5
configure:8048: $? = 0
configure:8048: result: yes
configure:8048: checking for unistd.h
configure:8048: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.c >&5
configure:8048: $? = 0
configure:8048: result: yes
configure:8062: checking for dlfcn.h
configure:8062: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.c >&5
configure:8062: $? = 0
configure:8062: result: yes
configure:8317: checking for objdir
configure:8332: result: .libs
configure:8596: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions
configure:8614: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:8618: $? = 0
configure:8631: result: no
configure:8989: checking for x86_64-pc-linux-gnu-gcc option to produce PIC
configure:8996: result: -fPIC -DPIC
configure:9004: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works
configure:9022: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  -fPIC -DPIC -DPIC conftest.c >&5
configure:9026: $? = 0
configure:9039: result: yes
configure:9068: checking if x86_64-pc-linux-gnu-gcc static flag -static works
configure:9096: result: yes
configure:9111: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
configure:9132: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  -o out/conftest2.o conftest.c >&5
configure:9136: $? = 0
configure:9158: result: yes
configure:9166: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
configure:9213: result: yes
configure:9246: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:10505: result: yes
configure:10542: checking whether -lc should be explicitly linked in
configure:10550: x86_64-pc-linux-gnu-gcc -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.c >&5
configure:10553: $? = 0
configure:10568: x86_64-pc-linux-gnu-gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:10571: $? = 0
configure:10585: result: no
configure:10745: checking dynamic linker characteristics
configure:11326: x86_64-pc-linux-gnu-gcc -o conftest -O3 -march=native -pipe -fomit-frame-pointer  -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:11326: $? = 0
configure:11563: result: GNU/Linux ld.so
configure:11685: checking how to hardcode library paths into programs
configure:11710: result: immediate
configure:12258: checking whether stripping libraries is possible
configure:12263: result: yes
configure:12298: checking if libtool supports shared libraries
configure:12300: result: yes
configure:12303: checking whether to build shared libraries
configure:12328: result: yes
configure:12331: checking whether to build static libraries
configure:12335: result: no
configure:12393: checking for x86_64-pc-linux-gnu-g++
configure:12409: found /usr/bin/x86_64-pc-linux-gnu-g++
configure:12420: result: x86_64-pc-linux-gnu-g++
configure:12491: checking for C++ compiler version
configure:12500: x86_64-pc-linux-gnu-g++ --version >&5
x86_64-pc-linux-gnu-g++ (Gentoo 9.2.0-r2 p3) 9.2.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:12511: $? = 0
configure:12500: x86_64-pc-linux-gnu-g++ -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-pc-linux-gnu-g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-9.2.0-r2/work/gcc-9.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/9.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/g++-v9 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/9.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 9.2.0-r2 p3' --disable-esp --enable-libstdcxx-time --with-build-config=bootstrap-lto --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libmudflap --disable-libssp --disable-systemtap --disable-vtable-verify --disable-libvtv --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --disable-default-ssp
Thread model: posix
gcc version 9.2.0 (Gentoo 9.2.0-r2 p3) 
configure:12511: $? = 0
configure:12500: x86_64-pc-linux-gnu-g++ -V >&5
x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V'
x86_64-pc-linux-gnu-g++: fatal error: no input files
compilation terminated.
configure:12511: $? = 1
configure:12500: x86_64-pc-linux-gnu-g++ -qversion >&5
x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
x86_64-pc-linux-gnu-g++: fatal error: no input files
compilation terminated.
configure:12511: $? = 1
configure:12515: checking whether we are using the GNU C++ compiler
configure:12534: x86_64-pc-linux-gnu-g++ -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.cpp >&5
configure:12534: $? = 0
configure:12543: result: yes
configure:12552: checking whether x86_64-pc-linux-gnu-g++ accepts -g
configure:12572: x86_64-pc-linux-gnu-g++ -c -g  conftest.cpp >&5
configure:12572: $? = 0
configure:12613: result: yes
configure:12638: checking dependency style of x86_64-pc-linux-gnu-g++
configure:12749: result: none
configure:12782: checking how to run the C++ preprocessor
configure:12809: x86_64-pc-linux-gnu-g++ -E  conftest.cpp
configure:12809: $? = 0
configure:12823: x86_64-pc-linux-gnu-g++ -E  conftest.cpp
conftest.cpp:23:10: fatal error: ac_nonexistent.h: No such file or directory
   23 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:12823: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xapian-bindings"
| #define PACKAGE_TARNAME "xapian-bindings"
| #define PACKAGE_VERSION "1.4.7"
| #define PACKAGE_STRING "xapian-bindings 1.4.7"
| #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
| #define PACKAGE_URL ""
| #define PACKAGE "xapian-bindings"
| #define VERSION "1.4.7"
| #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/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12848: result: x86_64-pc-linux-gnu-g++ -E
configure:12868: x86_64-pc-linux-gnu-g++ -E  conftest.cpp
configure:12868: $? = 0
configure:12882: x86_64-pc-linux-gnu-g++ -E  conftest.cpp
conftest.cpp:23:10: fatal error: ac_nonexistent.h: No such file or directory
   23 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:12882: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xapian-bindings"
| #define PACKAGE_TARNAME "xapian-bindings"
| #define PACKAGE_VERSION "1.4.7"
| #define PACKAGE_STRING "xapian-bindings 1.4.7"
| #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
| #define PACKAGE_URL ""
| #define PACKAGE "xapian-bindings"
| #define VERSION "1.4.7"
| #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/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:13044: checking for ld used by x86_64-pc-linux-gnu-g++
configure:13111: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
configure:13118: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld
configure:13133: result: yes
configure:13188: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:14261: result: yes
configure:14297: x86_64-pc-linux-gnu-g++ -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.cpp >&5
configure:14300: $? = 0
configure:14781: checking for x86_64-pc-linux-gnu-g++ option to produce PIC
configure:14788: result: -fPIC -DPIC
configure:14796: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works
configure:14814: x86_64-pc-linux-gnu-g++ -c -O3 -march=native -pipe -fomit-frame-pointer  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14818: $? = 0
configure:14831: result: yes
configure:14854: checking if x86_64-pc-linux-gnu-g++ static flag -static works
configure:14882: result: yes
configure:14894: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o
configure:14915: x86_64-pc-linux-gnu-g++ -c -O3 -march=native -pipe -fomit-frame-pointer  -o out/conftest2.o conftest.cpp >&5
configure:14919: $? = 0
configure:14941: result: yes
configure:14946: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o
configure:14993: result: yes
configure:15023: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:15063: result: yes
configure:15204: checking dynamic linker characteristics
configure:15949: result: GNU/Linux ld.so
configure:16014: checking how to hardcode library paths into programs
configure:16039: result: immediate
/sbin/ldconfig: Path `/lib' given more than once
/sbin/ldconfig: Path `/lib64' given more than once
/sbin/ldconfig: Can't stat /libx32: No such file or directory
/sbin/ldconfig: Path `/usr/lib' given more than once
/sbin/ldconfig: Path `/usr/lib64' given more than once
/sbin/ldconfig: Can't stat /usr/libx32: No such file or directory
/sbin/ldconfig: Cannot stat /usr/lib64/libcblas.so: No such file or directory
configure:16108: checking whether x86_64-pc-linux-gnu-g++ supports C++11 features by default
configure:16165: x86_64-pc-linux-gnu-g++ -c -O3 -march=native -pipe -fomit-frame-pointer  conftest.cpp >&5
configure:16165: $? = 0
configure:16172: result: yes
configure:16390: checking for xapian-config
configure:16420: result: /usr/bin/xapian-config
configure:16443: checking /usr/bin/xapian-config works
-L/usr/lib64 -lxapian

configure:16447: result: yes
configure:16476: checking if /usr/bin/xapian-config version >= 1.4.0
configure:16513: result: yes (1.4.11)
configure:16581: checking whether to enable maintainer-specific portions of Makefiles
configure:16590: result: no
configure:17209: checking for python3
configure:17227: found /var/tmp/portage/dev-libs/xapian-bindings-1.4.7/temp/python3.6/bin/python3
configure:17239: result: /var/tmp/portage/dev-libs/xapian-bindings-1.4.7/temp/python3.6/bin/python3
configure:17253: checking /var/tmp/portage/dev-libs/xapian-bindings-1.4.7/temp/python3.6/bin/python3 version
configure:17258: result: 3.6
configure:17284: checking for python3 sphinx module
Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: module 'sphinx' has no attribute 'main'
configure:17290: result: no
configure:17293: error: Couldn't import sphinx module and call sphinx.main() for Python3 - try package python3-sphinx

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O3 -march=native -pipe -fomit-frame-pointer'
ac_cv_env_CLI_set=
ac_cv_env_CLI_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CSC_set=
ac_cv_env_CSC_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-O3 -march=native -pipe -fomit-frame-pointer'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_GACUTIL_set=
ac_cv_env_GACUTIL_value=
ac_cv_env_JAR_set=
ac_cv_env_JAR_value=
ac_cv_env_JAVAC_set=
ac_cv_env_JAVAC_value=
ac_cv_env_JAVA_HOME_set=
ac_cv_env_JAVA_HOME_value=
ac_cv_env_JAVA_set=
ac_cv_env_JAVA_value=
ac_cv_env_JDK_HOME_set=
ac_cv_env_JDK_HOME_value=
ac_cv_env_JNI_INCLUDE_DIR_set=
ac_cv_env_JNI_INCLUDE_DIR_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_LUA_INC_set=
ac_cv_env_LUA_INC_value=
ac_cv_env_LUA_LIB_set=
ac_cv_env_LUA_LIB_value=
ac_cv_env_LUA_SO_set=
ac_cv_env_LUA_SO_value=
ac_cv_env_LUA_set=
ac_cv_env_LUA_value=
ac_cv_env_PERL_ARCH_set=
ac_cv_env_PERL_ARCH_value=
ac_cv_env_PERL_LIB_set=
ac_cv_env_PERL_LIB_value=
ac_cv_env_PERL_SO_set=
ac_cv_env_PERL_SO_value=
ac_cv_env_PERL_set=
ac_cv_env_PERL_value=
ac_cv_env_PHP7_EXTENSION_DIR_set=
ac_cv_env_PHP7_EXTENSION_DIR_value=
ac_cv_env_PHP7_set=
ac_cv_env_PHP7_value=
ac_cv_env_PHP_CONFIG7_set=
ac_cv_env_PHP_CONFIG7_value=
ac_cv_env_PHP_CONFIG_set=
ac_cv_env_PHP_CONFIG_value=
ac_cv_env_PHP_EXTENSION_DIR_set=
ac_cv_env_PHP_EXTENSION_DIR_value=
ac_cv_env_PHP_set=
ac_cv_env_PHP_value=
ac_cv_env_PYTHON2_LIB_set=
ac_cv_env_PYTHON2_LIB_value=
ac_cv_env_PYTHON2_set=
ac_cv_env_PYTHON2_value=
ac_cv_env_PYTHON3_LIB_set=
ac_cv_env_PYTHON3_LIB_value=
ac_cv_env_PYTHON3_set=
ac_cv_env_PYTHON3_value=
ac_cv_env_RUBY_INC_ARCH_set=
ac_cv_env_RUBY_INC_ARCH_value=
ac_cv_env_RUBY_INC_set=
ac_cv_env_RUBY_INC_value=
ac_cv_env_RUBY_LIB_ARCH_set=
ac_cv_env_RUBY_LIB_ARCH_value=
ac_cv_env_RUBY_LIB_set=
ac_cv_env_RUBY_LIB_value=
ac_cv_env_RUBY_set=
ac_cv_env_RUBY_value=
ac_cv_env_SN_set=
ac_cv_env_SN_value=
ac_cv_env_SWIG_set=
ac_cv_env_SWIG_value=
ac_cv_env_TCLSH_set=
ac_cv_env_TCLSH_value=
ac_cv_env_TCL_INC_set=
ac_cv_env_TCL_INC_value=
ac_cv_env_TCL_LIB_set=
ac_cv_env_TCL_LIB_value=
ac_cv_env_THREAD_LOCAL_set=
ac_cv_env_THREAD_LOCAL_value=
ac_cv_env_XAPIAN_CONFIG_set=set
ac_cv_env_XAPIAN_CONFIG_value=/usr/bin/xapian-config
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PYTHON3=/var/tmp/portage/dev-libs/xapian-bindings-1.4.7/temp/python3.6/bin/python3
ac_cv_path_SED=/bin/sed
ac_cv_path_XAPIAN_CONFIG=/usr/bin/xapian-config
ac_cv_path_install='/usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AR=x86_64-pc-linux-gnu-ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc
ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E'
ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++
ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E'
ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump
ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib
ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_ustar=gnutar
ax_cv_cxx_compile_cxx11=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
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/x86_64-pc-linux-gnu/bin/ld
lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/x86_64-pc-linux-gnu-nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /var/tmp/portage/dev-libs/xapian-bindings-1.4.7/work/xapian-bindings-1.4.7-python3_6/missing aclocal-1.15'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='x86_64-pc-linux-gnu-ar'
AUTOCONF='${SHELL} /var/tmp/portage/dev-libs/xapian-bindings-1.4.7/work/xapian-bindings-1.4.7-python3_6/missing autoconf'
AUTOHEADER='${SHELL} /var/tmp/portage/dev-libs/xapian-bindings-1.4.7/work/xapian-bindings-1.4.7-python3_6/missing autoheader'
AUTOM4TE=''
AUTOMAKE='${SHELL} /var/tmp/portage/dev-libs/xapian-bindings-1.4.7/work/xapian-bindings-1.4.7-python3_6/missing automake-1.15'
AWK='gawk'
BINDINGS=''
CC='x86_64-pc-linux-gnu-gcc'
CCDEPMODE='depmode=none'
CFLAGS='-O3 -march=native -pipe -fomit-frame-pointer'
CLI=''
COMPAT_VERSION='1.4.7'
CPP='x86_64-pc-linux-gnu-gcc -E'
CPPFLAGS=''
CSC=''
CXX='x86_64-pc-linux-gnu-g++'
CXXCPP='x86_64-pc-linux-gnu-g++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-O3 -march=native -pipe -fomit-frame-pointer '
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DOCUMENTATION_RULES_FALSE=''
DOCUMENTATION_RULES_TRUE='#'
DOXYGEN=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GACUTIL=''
GACUTIL_FLAGS=''
GREP='/bin/grep'
HAVE_CXX11=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTREE_DYLD_PATH=''
JAR=''
JAVA=''
JAVAC=''
JAVA_CHECK_JNI_OPTION=''
JAVA_CPPFLAGS=''
JAVA_HOME=''
JAVA_PATHSEP=''
JDK_HOME=''
JNI_INCLUDE_DIR=''
LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
LDFLAGS='-Wl,-O1 -Wl,--as-needed'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
LUA=''
LUA_CPPFLAGS=''
LUA_INC=''
LUA_LIB=''
LUA_SO=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAINTAINER_NO_DOCS_FALSE=''
MAINTAINER_NO_DOCS_TRUE='#'
MAKEINFO='${SHELL} /var/tmp/portage/dev-libs/xapian-bindings-1.4.7/work/xapian-bindings-1.4.7-python3_6/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NEED_INTREE_DYLD_FALSE=''
NEED_INTREE_DYLD_TRUE='#'
NEED_JNILIB_EXT_FALSE=''
NEED_JNILIB_EXT_TRUE='#'
NM='/usr/bin/x86_64-pc-linux-gnu-nm -B'
NMEDIT=''
NO_UNDEFINED=''
OBJDUMP='x86_64-pc-linux-gnu-objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
OVERRIDE_MACOSX_DEPLOYMENT_TARGET=''
OVERRIDE_MACOSX_DEPLOYMENT_TARGET_FALSE=''
OVERRIDE_MACOSX_DEPLOYMENT_TARGET_TRUE='#'
PACKAGE='xapian-bindings'
PACKAGE_BUGREPORT='https://xapian.org/bugs'
PACKAGE_NAME='xapian-bindings'
PACKAGE_STRING='xapian-bindings 1.4.7'
PACKAGE_TARNAME='xapian-bindings'
PACKAGE_URL=''
PACKAGE_VERSION='1.4.7'
PATH_SEPARATOR=':'
PERL=''
PERL_ARCH=''
PERL_INC=''
PERL_LIB=''
PERL_SO=''
PERL_XAPIAN_VERSION=''
PHP7=''
PHP7_EXTENSION_DIR=''
PHP7_INC=''
PHP7_LIBS=''
PHP7_MAJOR_VERSION=''
PHP7_PATH_SEPARATOR=''
PHP=''
PHP_CONFIG7=''
PHP_CONFIG=''
PHP_EXTENSION_DIR=''
PHP_INC=''
PHP_LIBS=''
PHP_MAJOR_VERSION=''
PHP_PATH_SEPARATOR=''
PYTHON2=''
PYTHON2_INC=''
PYTHON2_LIB=''
PYTHON2_LIBS=''
PYTHON2_SO=''
PYTHON3='/var/tmp/portage/dev-libs/xapian-bindings-1.4.7/temp/python3.6/bin/python3'
PYTHON3_CACHE_OPT1_EXT=''
PYTHON3_CACHE_TAG=''
PYTHON3_INC='/usr/include/python3.6m'
PYTHON3_LIB=''
PYTHON3_LIBS=''
PYTHON3_SO=''
PYTHON='/usr/bin/python3.6'
RANLIB='x86_64-pc-linux-gnu-ranlib'
RDOC=''
RST2HTML=''
RUBY=''
RUBY_DLEXT=''
RUBY_INC=''
RUBY_INC_ARCH=''
RUBY_LIB=''
RUBY_LIBS=''
RUBY_LIB_ARCH=''
RUN_CSHARP=''
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SN=''
STRIP='x86_64-pc-linux-gnu-strip'
SWIG=''
SWIG_CXXFLAGS=''
SWIG_FLAGS=''
TCLSH=''
TCL_CPPFLAGS=''
TCL_INC=''
TCL_LIB=''
TCL_LIBS=''
THREAD_LOCAL=''
VERSION='1.4.7'
VERSION_NO_SNAPSHOT='1.4.7'
XAPIAN_CONFIG='/usr/bin/xapian-config'
XAPIAN_CXXFLAGS=''
XAPIAN_HEADERS=''
XAPIAN_HEADER_DIRS=''
XAPIAN_LIBS='-L/usr/lib64 -lxapian'
XAPIAN_VERSION='1.4.11'
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='/usr/share'
datarootdir='${prefix}/share'
docdir='/usr/share/doc/xapian-bindings-1.4.7'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-pc-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='/usr/share/doc/xapian-bindings-1.4.7/html'
includedir='${prefix}/include'
infodir='/usr/share/info'
install_sh='${SHELL} /var/tmp/portage/dev-libs/xapian-bindings-1.4.7/work/xapian-bindings-1.4.7-python3_6/install-sh'
libdir='/usr/lib64'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var/lib'
mandir='/usr/share/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "xapian-bindings"
#define PACKAGE_TARNAME "xapian-bindings"
#define PACKAGE_VERSION "1.4.7"
#define PACKAGE_STRING "xapian-bindings 1.4.7"
#define PACKAGE_BUGREPORT "https://xapian.org/bugs"
#define PACKAGE_URL ""
#define PACKAGE "xapian-bindings"
#define VERSION "1.4.7"
#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/"

configure: exit 1