The build took 00h 02m 15s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
213,482 |
cpp |
9,816 |
makefile |
8,085 |
python |
6,022 |
cs |
5,569 |
java |
3,975 |
sh |
3,347 |
perl |
3,334 |
php |
498 |
ruby |
251 |
tcl |
254,379 |
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: python-xapian 1:1.2.23-1 (Thu Apr 13 19:27:43 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) xapian-core-1:1.2.23-1
Total Installed Size: 7.63 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 xapian-core...
:: Running post-transaction hooks...
(1/1) Updating manpage index...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
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
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 ustar tar archive... gnutar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for x86_64-unknown-linux-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking dependency style of clang... gcc3
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)... no
checking for x86_64-unknown-linux-dumpbin... no
checking for x86_64-unknown-linux-link... no
checking for dumpbin... no
checking for link... link -dump
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
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-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-strip... strip
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse nm output from clang object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for x86_64-unknown-linux-mt... no
checking for mt... no
checking if : is a manifest tool... no
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 whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... gcc3
checking how to run the C++ preprocessor... clang++ -E
checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... 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 dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for xapian-config... /usr/bin/xapian-config
checking /usr/bin/xapian-config works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for /usr/bin/python2... /usr/bin/python2
checking /usr/bin/python2 version... 2.7
checking for /usr/include/python2.7/Python.h... yes
checking for directory to install python bindings in... /usr/lib/python2.7/site-packages
checking for python libraries to link against...
checking for python module extension... .so
checking whether to use -fvisibility=hidden... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating xapian-version.h
config.status: creating python/Makefile
config.status: creating python/version.i
config.status: creating php/Makefile
config.status: creating java/Makefile
config.status: creating java/native/Makefile
config.status: creating java/org/xapian/Makefile
config.status: creating java/org/xapian/errors/Makefile
config.status: creating java/org/xapian/examples/Makefile
config.status: creating java-swig/Makefile
config.status: creating tcl8/Makefile
config.status: creating tcl8/pkgIndex.tcl
config.status: creating csharp/Makefile
config.status: creating csharp/AssemblyInfo.cs
config.status: creating ruby/Makefile
config.status: creating perl/Makefile
config.status: creating perl/util.i
config.status: creating lua/Makefile
config.status: creating xapian-bindings.spec
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
*** Building bindings for languages: python
make all-recursive
make[1]: Entering directory '/tmp/python-xapian/src/xapian-bindings-1.2.23'
Making all in python
make[2]: Entering directory '/tmp/python-xapian/src/xapian-bindings-1.2.23/python'
make all-am
make[3]: Entering directory '/tmp/python-xapian/src/xapian-bindings-1.2.23/python'
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -fno-strict-aliasing -Wall -Wno-unused -Wno-uninitialized -fvisibility=hidden -MT xapian_wrap.lo -MD -MP -MF .deps/xapian_wrap.Tpo -c -o xapian_wrap.lo `test -f 'modern/xapian_wrap.cc' || echo './'`modern/xapian_wrap.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -fno-strict-aliasing -Wall -Wno-unused -Wno-uninitialized -fvisibility=hidden -MT xapian_wrap.lo -MD -MP -MF .deps/xapian_wrap.Tpo -c modern/xapian_wrap.cc -fPIC -DPIC -o .libs/xapian_wrap.o
modern/xapian_wrap.cc:2378:23: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
res = SWIG_AddCast(res);
~~~ ^ ~~~
modern/xapian_wrap.cc:2381:23: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
res = SWIG_AddCast(res);
~~~ ^ ~~~
In file included from modern/xapian_wrap.cc:3674:
In file included from /usr/include/xapian.h:40:
/usr/include/xapian/version.h:29:2: warning: The C++ ABI version of compiler you are using does not exactly match [-W#warnings]
#warning The C++ ABI version of compiler you are using does not exactly match
^
/usr/include/xapian/version.h:30:2: warning: that of the compiler used to build the library. If linking fails [-W#warnings]
#warning that of the compiler used to build the library. If linking fails
^
/usr/include/xapian/version.h:31:2: warning: due to missing symbols, this is probably the reason why. [-W#warnings]
#warning due to missing symbols, this is probably the reason why.
^
/usr/include/xapian/version.h:32:2: warning: The Xapian library was built with g++ 5.3.0 [-W#warnings]
#warning The Xapian library was built with g++ 5.3.0
^
modern/xapian_wrap.cc:42335:14: warning: explicitly assigning value of variable of type 'void *' to itself [-Wself-assign]
clientdata = clientdata;
~~~~~~~~~~ ^ ~~~~~~~~~~
7 warnings generated.
mv -f .deps/xapian_wrap.Tpo .deps/xapian_wrap.Plo
/bin/sh ../libtool --tag=CXX --mode=link clang++ -fno-strict-aliasing -Wall -Wno-unused -Wno-uninitialized -fvisibility=hidden -avoid-version -module -shrext ".so" -o _xapian.la -rpath /usr/lib/python2.7/site-packages/xapian xapian_wrap.lo -lxapian -lstdc++
libtool: link: clang++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/xapian_wrap.o /usr/lib/libxapian.so -lz -luuid -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -Wl,-soname -Wl,_xapian.so -o .libs/_xapian.so
libtool: link: ( cd ".libs" && rm -f "_xapian.la" && ln -s "../_xapian.la" "_xapian.la" )
test -d xapian || mkdir xapian
cat './module_top.py' `test -f modern/xapian.py || echo './'`modern/xapian.py > xapian/__init__.pyT
mv xapian/__init__.pyT xapian/__init__.py
test -d xapian || mkdir xapian
/bin/sh ../libtool --config > libtoolconfig.tmp
. ./libtoolconfig.tmp; cp $objdir/_xapian.so xapian
rm -f libtoolconfig.tmp
PYTHONPATH="xapian:$PYTHONPATH" /usr/bin/python2 -c "import _xapian"
PYTHONPATH=".:$PYTHONPATH" /usr/bin/python2 -c "import xapian"
PYTHONPATH="xapian:$PYTHONPATH" /usr/bin/python2 -O -c "import _xapian"
PYTHONPATH=".:$PYTHONPATH" /usr/bin/python2 -O -c "import xapian"
make[3]: Leaving directory '/tmp/python-xapian/src/xapian-bindings-1.2.23/python'
make[2]: Leaving directory '/tmp/python-xapian/src/xapian-bindings-1.2.23/python'
make[2]: Entering directory '/tmp/python-xapian/src/xapian-bindings-1.2.23'
make[2]: Leaving directory '/tmp/python-xapian/src/xapian-bindings-1.2.23'
make[1]: Leaving directory '/tmp/python-xapian/src/xapian-bindings-1.2.23'
==> Entering fakeroot environment...
==> Starting package_python2-xapian()...
Making install in python
make[1]: Entering directory '/tmp/python-xapian/src/xapian-bindings-1.2.23/python'
make install-am
make[2]: Entering directory '/tmp/python-xapian/src/xapian-bindings-1.2.23/python'
make[3]: Entering directory '/tmp/python-xapian/src/xapian-bindings-1.2.23/python'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/python-xapian/pkg/python2-xapian/usr/share/doc/xapian-bindings/python'
/usr/bin/install -c -m 644 docs/index.html '/tmp/python-xapian/pkg/python2-xapian/usr/share/doc/xapian-bindings/python'
/usr/bin/mkdir -p '/tmp/python-xapian/pkg/python2-xapian/usr/share/doc/xapian-bindings/python/examples'
/usr/bin/install -c -m 644 docs/examples/simpleindex.py docs/examples/simpleexpand.py docs/examples/simplematchdecider.py docs/examples/simplesearch.py '/tmp/python-xapian/pkg/python2-xapian/usr/share/doc/xapian-bindings/python/examples'
/usr/bin/mkdir -p '/tmp/python-xapian/pkg/python2-xapian/usr/lib/python2.7/site-packages/xapian'
/usr/bin/install -c -m 644 xapian/__init__.py xapian/__init__.pyc xapian/__init__.pyo '/tmp/python-xapian/pkg/python2-xapian/usr/lib/python2.7/site-packages/xapian'
/usr/bin/mkdir -p '/tmp/python-xapian/pkg/python2-xapian/usr/lib/python2.7/site-packages/xapian'
/bin/sh ../libtool --mode=install /usr/bin/install -c _xapian.la '/tmp/python-xapian/pkg/python2-xapian/usr/lib/python2.7/site-packages/xapian'
libtool: install: /usr/bin/install -c .libs/_xapian.so /tmp/python-xapian/pkg/python2-xapian/usr/lib/python2.7/site-packages/xapian/_xapian.so
libtool: install: /usr/bin/install -c .libs/_xapian.lai /tmp/python-xapian/pkg/python2-xapian/usr/lib/python2.7/site-packages/xapian/_xapian.la
libtool: warning: remember to run 'libtool --finish /usr/lib/python2.7/site-packages/xapian'
make install-data-hook
make[4]: Entering directory '/tmp/python-xapian/src/xapian-bindings-1.2.23/python'
rm -f /tmp/python-xapian/pkg/python2-xapian/usr/lib/python2.7/site-packages/xapian/_xapian.la
make[4]: Leaving directory '/tmp/python-xapian/src/xapian-bindings-1.2.23/python'
make[3]: Leaving directory '/tmp/python-xapian/src/xapian-bindings-1.2.23/python'
make[2]: Leaving directory '/tmp/python-xapian/src/xapian-bindings-1.2.23/python'
make[1]: Leaving directory '/tmp/python-xapian/src/xapian-bindings-1.2.23/python'
make[1]: Entering directory '/tmp/python-xapian/src/xapian-bindings-1.2.23'
make[2]: Entering directory '/tmp/python-xapian/src/xapian-bindings-1.2.23'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/python-xapian/src/xapian-bindings-1.2.23'
make[1]: Leaving directory '/tmp/python-xapian/src/xapian-bindings-1.2.23'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "python2-xapian"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-xapian 1:1.2.23-1 (Thu Apr 13 19:28:48 UTC 2017)
CMD: pacman --query --file python2-xapian-1:1.2.23-1-x86_64.pkg.tar.xz
Creating hybrid package for 'python2-xapian'
Trying to find vanilla package 'python2-xapian'...
CMD: pacman --query --file /mirror/python2-xapian-1:1.2.23-1.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.BUILDINFO
/.MTREE
/usr/share/doc/xapian-bindings/python/index.html
/usr/share/doc/xapian-bindings/python/examples/simplematchdecider.py
/usr/share/doc/xapian-bindings/python/examples/simpleexpand.py
/usr/share/doc/xapian-bindings/python/examples/simplesearch.py
/usr/share/doc/xapian-bindings/python/examples/simpleindex.py
/usr/lib/python2.7/site-packages/xapian/_xapian.so
/usr/lib/python2.7/site-packages/xapian/__init__.py
/usr/lib/python2.7/site-packages/xapian/__init__.pyc
/usr/lib/python2.7/site-packages/xapian/__init__.pyo
/sysroot/usr/lib/python2.7/site-packages/xapian/__init__.py
/sysroot/usr/lib/python2.7/site-packages/xapian/__init__.pyc
/sysroot/usr/lib/python2.7/site-packages/xapian/__init__.pyo
/sysroot/usr/lib/python2.7/site-packages/xapian/_xapian.so
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf python2-xapian.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/python2-xapian.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/python2-xapian.pkg.tar.xz
Attempting to access local repository, attempt 2
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/python2-xapian.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/python2-xapian.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'
Printing config logfiles
CMD: config logfiles '/tmp/python-xapian/src/xapian-bindings-1.2.23/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 xapian-bindings configure 1.2.23, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --host=x86_64-unknown-linux XAPIAN_CONFIG=/usr/bin/xapian-config --prefix=/usr --with-python PYTHON=/usr/bin/python2
## --------- ##
## Platform. ##
## --------- ##
hostname = 762ae65605d5
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:2486: checking for a BSD-compatible install
configure:2554: result: /usr/bin/install -c
configure:2565: checking whether build environment is sane
configure:2615: result: yes
configure:2664: checking for x86_64-unknown-linux-strip
configure:2694: result: no
configure:2704: checking for strip
configure:2720: found /usr/bin/strip
configure:2731: result: strip
configure:2756: checking for a thread-safe mkdir -p
configure:2795: result: /usr/bin/mkdir -p
configure:2808: checking for gawk
configure:2824: found /usr/bin/gawk
configure:2835: result: gawk
configure:2846: checking whether make sets $(MAKE)
configure:2868: result: yes
configure:2943: checking how to create a ustar tar archive
configure:2956: 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:2959: $? = 0
configure:2999: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3002: $? = 0
configure:3006: tar -xf -
#
configure:3009: $? = 0
#
configure:3022: result: gnutar
#
configure:3040: checking build system type
#
configure:3054: result: x86_64-pc-linux-gnu
#
configure:3074: checking host system type
#
configure:3087: result: x86_64-unknown-linux-gnu
#
configure:3182: checking how to print strings
#
configure:3209: result: printf
#
configure:3242: checking for style of include used by make
#
configure:3270: result: GNU
#
configure:3301: checking for x86_64-unknown-linux-gcc
#
configure:3328: result: clang
#
configure:3597: checking for C compiler version
#
configure:3606: 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:3617: $? = 0
#
configure:3606: 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
#
... rest of stderr output deleted ...
#
configure:3617: $? = 0
#
configure:3606: clang -V >&5
#
clang-3.8: error: argument to '-V' is missing (expected 1 value)
#
clang-3.8: error: no input files
#
configure:3617: $? = 1
#
configure:3606: clang -qversion >&5
#
clang-3.8: error: unknown argument: '-qversion'
#
clang-3.8: error: no input files
#
configure:3617: $? = 1
#
configure:3637: checking whether the C compiler works
#
configure:3659: clang conftest.c >&5
#
configure:3663: $? = 0
#
configure:3711: result: yes
#
configure:3714: checking for C compiler default output file name
#
configure:3716: result: a.out
#
configure:3722: checking for suffix of executables
#
configure:3729: clang -o conftest conftest.c >&5
#
configure:3733: $? = 0
#
configure:3755: result:
#
configure:3777: checking whether we are cross compiling
#
configure:3785: clang -o conftest conftest.c >&5
#
configure:3789: $? = 0
#
configure:3796: ./conftest
#
configure:3800: $? = 0
#
configure:3815: result: no
#
configure:3820: checking for suffix of object files
#
configure:3842: clang -c conftest.c >&5
#
configure:3846: $? = 0
#
configure:3867: result: o
#
configure:3871: checking whether we are using the GNU C compiler
#
configure:3890: clang -c conftest.c >&5
#
configure:3890: $? = 0
#
configure:3899: result: yes
#
configure:3908: checking whether clang accepts -g
#
configure:3928: clang -c -g conftest.c >&5
#
configure:3928: $? = 0
#
configure:3969: result: yes
#
configure:3986: checking for clang option to accept ISO C89
#
configure:4050: clang -c conftest.c >&5
#
configure:4050: $? = 0
#
configure:4063: result: none needed
#
configure:4085: checking dependency style of clang
#
configure:4196: result: gcc3
#
configure:4211: checking for a sed that does not truncate output
#
configure:4275: result: /usr/bin/sed
#
configure:4293: checking for grep that handles long lines and -e
#
configure:4351: result: /usr/bin/grep
#
configure:4356: checking for egrep
#
configure:4418: result: /usr/bin/grep -E
#
configure:4423: checking for fgrep
#
configure:4485: result: /usr/bin/grep -F
#
configure:4520: checking for ld used by clang
#
configure:4587: result: /usr/bin/ld
#
configure:4594: checking if the linker (/usr/bin/ld) is GNU ld
#
configure:4609: result: yes
#
configure:4621: checking for BSD- or MS-compatible name lister (nm)
#
configure:4675: result: no
#
configure:4689: checking for x86_64-unknown-linux-dumpbin
#
configure:4719: result: no
#
configure:4689: checking for x86_64-unknown-linux-link
#
configure:4719: result: no
#
configure:4733: checking for dumpbin
#
configure:4763: result: no
#
configure:4733: checking for link
#
configure:4749: found /usr/bin/link
#
configure:4760: result: link -dump
#
configure:4805: checking the name lister (nm) interface
#
configure:4812: clang -c conftest.c >&5
#
configure:4815: nm "conftest.o"
#
configure:4818: output
#
0000000000000000 B some_variable
#
configure:4825: result: BSD nm
#
configure:4828: checking whether ln -s works
#
configure:4832: result: yes
#
configure:4840: checking the maximum length of command line arguments
#
configure:4971: result: 1572864
#
configure:5019: checking how to convert x86_64-pc-linux-gnu file names to x86_64-unknown-linux-gnu format
#
configure:5059: result: func_convert_file_noop
#
configure:5066: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
#
configure:5086: result: func_convert_file_noop
#
configure:5093: checking for /usr/bin/ld option to reload object files
#
configure:5100: result: -r
#
configure:5134: checking for x86_64-unknown-linux-objdump
#
configure:5164: result: no
#
configure:5174: checking for objdump
#
configure:5190: found /usr/bin/objdump
#
configure:5201: result: objdump
#
configure:5233: checking how to recognize dependent libraries
#
configure:5433: result: pass_all
#
configure:5478: checking for x86_64-unknown-linux-dlltool
#
configure:5508: result: no
#
configure:5518: checking for dlltool
#
configure:5548: result: no
#
configure:5578: checking how to associate runtime and link libraries
#
configure:5605: result: printf %s\n
#
configure:5622: checking for x86_64-unknown-linux-ar
#
configure:5652: result: no
#
configure:5666: checking for ar
#
configure:5682: found /usr/bin/ar
#
configure:5693: result: ar
#
configure:5730: checking for archiver @FILE support
#
configure:5747: clang -c conftest.c >&5
#
configure:5747: $? = 0
#
configure:5750: ar cru libconftest.a @conftest.lst >&5
#
ar: `u' modifier ignored since `D' is the default (see `U')
#
configure:5753: $? = 0
#
configure:5758: ar cru libconftest.a @conftest.lst >&5
#
ar: `u' modifier ignored since `D' is the default (see `U')
#
ar: conftest.o: No such file or directory
#
configure:5761: $? = 1
#
configure:5773: result: @
#
configure:5791: checking for x86_64-unknown-linux-strip
#
configure:5818: result: strip
#
configure:5890: checking for x86_64-unknown-linux-ranlib
#
configure:5920: result: no
#
configure:5930: checking for ranlib
#
configure:5946: found /usr/bin/ranlib
#
configure:5957: result: ranlib
#
configure:6059: checking command to parse nm output from clang object
#
configure:6212: clang -c conftest.c >&5
#
configure:6215: $? = 0
#
configure:6219: nm 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:6222: $? = 0
#
configure:6288: clang -o conftest conftest.c conftstm.o >&5
#
configure:6291: $? = 0
#
configure:6329: result: ok
#
configure:6376: checking for sysroot
#
configure:6406: result: no
#
configure:6413: checking for a working dd
#
configure:6451: result: /usr/bin/dd
#
configure:6455: checking how to truncate binary pipes
#
configure:6470: result: /usr/bin/dd bs=4096 count=1
#
configure:6606: clang -c conftest.c >&5
#
configure:6609: $? = 0
#
configure:6759: checking for x86_64-unknown-linux-mt
#
configure:6789: result: no
#
configure:6799: checking for mt
#
configure:6829: result: no
#
configure:6849: checking if : is a manifest tool
#
configure:6855: : '-?'
#
configure:6863: result: no
#
configure:7540: checking how to run the C preprocessor
#
configure:7571: clang -E conftest.c
#
configure:7571: $? = 0
#
configure:7585: clang -E conftest.c
#
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#
#include
#
^
#
1 error generated.
#
configure:7585: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "xapian-bindings"
#
| #define PACKAGE_TARNAME "xapian-bindings"
#
| #define PACKAGE_VERSION "1.2.23"
#
| #define PACKAGE_STRING "xapian-bindings 1.2.23"
#
| #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
#
| #define PACKAGE_URL ""
#
| #define PACKAGE "xapian-bindings"
#
| #define VERSION "1.2.23"
#
| /* end confdefs.h. */
#
| #include
#
configure:7610: result: clang -E
#
configure:7630: clang -E conftest.c
#
configure:7630: $? = 0
#
configure:7644: clang -E conftest.c
#
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#
#include
#
^
#
1 error generated.
#
configure:7644: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "xapian-bindings"
#
| #define PACKAGE_TARNAME "xapian-bindings"
#
| #define PACKAGE_VERSION "1.2.23"
#
| #define PACKAGE_STRING "xapian-bindings 1.2.23"
#
| #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
#
| #define PACKAGE_URL ""
#
| #define PACKAGE "xapian-bindings"
#
| #define VERSION "1.2.23"
#
| /* end confdefs.h. */
#
| #include
#
configure:7673: checking for ANSI C header files
#
configure:7693: clang -c conftest.c >&5
#
configure:7693: $? = 0
#
configure:7766: clang -o conftest conftest.c >&5
#
configure:7766: $? = 0
#
configure:7766: ./conftest
#
configure:7766: $? = 0
#
configure:7777: result: yes
#
configure:7790: checking for sys/types.h
#
configure:7790: clang -c conftest.c >&5
#
configure:7790: $? = 0
#
configure:7790: result: yes
#
configure:7790: checking for sys/stat.h
#
configure:7790: clang -c conftest.c >&5
#
configure:7790: $? = 0
#
configure:7790: result: yes
#
configure:7790: checking for stdlib.h
#
configure:7790: clang -c conftest.c >&5
#
configure:7790: $? = 0
#
configure:7790: result: yes
#
configure:7790: checking for string.h
#
configure:7790: clang -c conftest.c >&5
#
configure:7790: $? = 0
#
configure:7790: result: yes
#
configure:7790: checking for memory.h
#
configure:7790: clang -c conftest.c >&5
#
configure:7790: $? = 0
#
configure:7790: result: yes
#
configure:7790: checking for strings.h
#
configure:7790: clang -c conftest.c >&5
#
configure:7790: $? = 0
#
configure:7790: result: yes
#
configure:7790: checking for inttypes.h
#
configure:7790: clang -c conftest.c >&5
#
configure:7790: $? = 0
#
configure:7790: result: yes
#
configure:7790: checking for stdint.h
#
configure:7790: clang -c conftest.c >&5
#
configure:7790: $? = 0
#
configure:7790: result: yes
#
configure:7790: checking for unistd.h
#
configure:7790: clang -c conftest.c >&5
#
configure:7790: $? = 0
#
configure:7790: result: yes
#
configure:7804: checking for dlfcn.h
#
configure:7804: clang -c conftest.c >&5
#
configure:7804: $? = 0
#
configure:7804: result: yes
#
configure:8059: checking for objdir
#
configure:8074: result: .libs
#
configure:8338: checking if clang supports -fno-rtti -fno-exceptions
#
configure:8356: clang -c -fno-rtti -fno-exceptions conftest.c >&5
#
configure:8360: $? = 0
#
configure:8373: result: yes
#
configure:8731: checking for clang option to produce PIC
#
configure:8738: result: -fPIC -DPIC
#
configure:8746: checking if clang PIC flag -fPIC -DPIC works
#
configure:8764: clang -c -fPIC -DPIC -DPIC conftest.c >&5
#
configure:8768: $? = 0
#
configure:8781: result: yes
#
configure:8810: checking if clang static flag -static works
#
configure:8838: result: yes
#
configure:8853: checking if clang supports -c -o file.o
#
configure:8874: clang -c -o out/conftest2.o conftest.c >&5
#
configure:8878: $? = 0
#
configure:8900: result: yes
#
configure:8908: checking if clang supports -c -o file.o
#
configure:8955: result: yes
#
configure:8988: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
#
configure:10247: result: yes
#
configure:10284: checking whether -lc should be explicitly linked in
#
configure:10292: clang -c conftest.c >&5
#
configure:10295: $? = 0
#
configure:10310: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
#
configure:10313: $? = 0
#
configure:10327: result: no
#
configure:10487: checking dynamic linker characteristics
#
configure:11068: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
#
configure:11068: $? = 0
#
configure:11305: result: GNU/Linux ld.so
#
configure:11427: checking how to hardcode library paths into programs
#
configure:11452: result: immediate
#
configure:12000: checking whether stripping libraries is possible
#
configure:12005: result: yes
#
configure:12040: checking if libtool supports shared libraries
#
configure:12042: result: yes
#
configure:12045: checking whether to build shared libraries
#
configure:12070: result: yes
#
configure:12073: checking whether to build static libraries
#
configure:12077: result: no
#
configure:12233: checking for C++ compiler version
#
configure:12242: 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:12253: $? = 0
#
configure:12242: 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
#
... rest of stderr output deleted ...
#
configure:12253: $? = 0
#
configure:12242: clang++ -V >&5
#
clang-3.8: error: argument to '-V' is missing (expected 1 value)
#
clang-3.8: error: no input files
#
configure:12253: $? = 1
#
configure:12242: clang++ -qversion >&5
#
clang-3.8: error: unknown argument: '-qversion'
#
clang-3.8: error: no input files
#
configure:12253: $? = 1
#
configure:12257: checking whether we are using the GNU C++ compiler
#
configure:12276: clang++ -c conftest.cpp >&5
#
configure:12276: $? = 0
#
configure:12285: result: yes
#
configure:12294: checking whether clang++ accepts -g
#
configure:12314: clang++ -c -g conftest.cpp >&5
#
configure:12314: $? = 0
#
configure:12355: result: yes
#
configure:12380: checking dependency style of clang++
#
configure:12491: result: gcc3
#
configure:12524: checking how to run the C++ preprocessor
#
configure:12551: clang++ -E conftest.cpp
#
configure:12551: $? = 0
#
configure:12565: clang++ -E conftest.cpp
#
conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
#
#include
#
^
#
1 error generated.
#
configure:12565: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "xapian-bindings"
#
| #define PACKAGE_TARNAME "xapian-bindings"
#
| #define PACKAGE_VERSION "1.2.23"
#
| #define PACKAGE_STRING "xapian-bindings 1.2.23"
#
| #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
#
| #define PACKAGE_URL ""
#
| #define PACKAGE "xapian-bindings"
#
| #define VERSION "1.2.23"
#
| #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
#
configure:12590: result: clang++ -E
#
configure:12610: clang++ -E conftest.cpp
#
configure:12610: $? = 0
#
configure:12624: clang++ -E conftest.cpp
#
conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
#
#include
#
^
#
1 error generated.
#
configure:12624: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "xapian-bindings"
#
| #define PACKAGE_TARNAME "xapian-bindings"
#
| #define PACKAGE_VERSION "1.2.23"
#
| #define PACKAGE_STRING "xapian-bindings 1.2.23"
#
| #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
#
| #define PACKAGE_URL ""
#
| #define PACKAGE "xapian-bindings"
#
| #define VERSION "1.2.23"
#
| #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
#
configure:12786: checking for ld used by clang++
#
configure:12853: result: /usr/bin/ld -m elf_x86_64
#
configure:12860: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
#
configure:12875: result: yes
#
configure:12930: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
#
configure:14003: result: yes
#
configure:14039: clang++ -c conftest.cpp >&5
#
configure:14042: $? = 0
#
configure:14523: checking for clang++ option to produce PIC
#
configure:14530: result: -fPIC -DPIC
#
configure:14538: checking if clang++ PIC flag -fPIC -DPIC works
#
configure:14556: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
#
configure:14560: $? = 0
#
configure:14573: result: yes
#
configure:14596: checking if clang++ static flag -static works
#
configure:14624: result: yes
#
configure:14636: checking if clang++ supports -c -o file.o
#
configure:14657: clang++ -c -o out/conftest2.o conftest.cpp >&5
#
configure:14661: $? = 0
#
configure:14683: result: yes
#
configure:14688: checking if clang++ supports -c -o file.o
#
configure:14735: result: yes
#
configure:14765: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
#
configure:14805: result: yes
#
configure:14946: checking dynamic linker characteristics
#
configure:15691: result: GNU/Linux ld.so
#
configure:15756: checking how to hardcode library paths into programs
#
configure:15781: result: immediate
#
/sbin/ldconfig: Path `/usr/lib64' given more than once
#
/sbin/ldconfig: Can't stat /usr/libx32: No such file or directory
#
configure:15865: checking for xapian-config
#
configure:15895: result: /usr/bin/xapian-config
#
configure:15918: checking /usr/bin/xapian-config works
#
-lxapian
#
#
configure:15922: result: yes
#
configure:16017: checking whether to enable maintainer-specific portions of Makefiles
#
configure:16026: result: no
#
configure:16317: checking for /usr/bin/python2
#
configure:16347: result: /usr/bin/python2
#
configure:16360: checking /usr/bin/python2 version
#
configure:16365: result: 2.7
#
configure:16400: checking for /usr/include/python2.7/Python.h
#
configure:16403: result: yes
#
configure:16405: checking for directory to install python bindings in
#
configure:16410: result: /usr/lib/python2.7/site-packages
#
configure:16414: checking for python libraries to link against
#
configure:16425: result:
#
configure:16428: checking for python module extension
#
configure:16432: result: .so
#
configure:18398: checking whether to use -fvisibility=hidden
#
configure:18419: clang++ -c -fvisibility=hidden conftest.cpp >&5
#
configure:18419: $? = 0
#
configure:18420: result: yes
#
configure:18604: creating ./config.status
#
#
## ---------------------- ##
#
## Running config.status. ##
#
## ---------------------- ##
#
#
This file was extended by xapian-bindings config.status 1.2.23, which was
#
generated by GNU Autoconf 2.68. Invocation command line was
#
#
CONFIG_FILES =
#
CONFIG_HEADERS =
#
CONFIG_LINKS =
#
CONFIG_COMMANDS =
#
$ ./config.status
#
#
on 762ae65605d5
#
#
config.status:1252: creating Makefile
#
config.status:1252: creating xapian-version.h
#
config.status:1252: creating python/Makefile
#
config.status:1252: creating python/version.i
#
config.status:1252: creating php/Makefile
#
config.status:1252: creating java/Makefile
#
config.status:1252: creating java/native/Makefile
#
config.status:1252: creating java/org/xapian/Makefile
#
config.status:1252: creating java/org/xapian/errors/Makefile
#
config.status:1252: creating java/org/xapian/examples/Makefile
#
config.status:1252: creating java-swig/Makefile
#
config.status:1252: creating tcl8/Makefile
#
config.status:1252: creating tcl8/pkgIndex.tcl
#
config.status:1252: creating csharp/Makefile
#
config.status:1252: creating csharp/AssemblyInfo.cs
#
config.status:1252: creating ruby/Makefile
#
config.status:1252: creating perl/Makefile
#
config.status:1252: creating perl/util.i
#
config.status:1252: creating lua/Makefile
#
config.status:1252: creating xapian-bindings.spec
#
config.status:1252: creating config.h
#
config.status:1481: executing depfiles commands
#
config.status:1481: executing libtool commands
#
#
## ---------------- ##
#
## 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=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_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=
#
ac_cv_env_CXX_set=set
#
ac_cv_env_CXX_value=clang++
#
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=
#
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_MONO_set=
#
ac_cv_env_MONO_value=
#
ac_cv_env_PERL_ARCH_set=
#
ac_cv_env_PERL_ARCH_value=
#
ac_cv_env_PERL_INC_set=
#
ac_cv_env_PERL_INC_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_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_PYTHON_LIB_set=
#
ac_cv_env_PYTHON_LIB_value=
#
ac_cv_env_PYTHON_set=set
#
ac_cv_env_PYTHON_value=/usr/bin/python2
#
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_XAPIAN_CONFIG_set=set
#
ac_cv_env_XAPIAN_CONFIG_value=/usr/bin/xapian-config
#
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_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-unknown-linux-gnu
#
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_PYTHON=/usr/bin/python2
#
ac_cv_path_SED=/usr/bin/sed
#
ac_cv_path_XAPIAN_CONFIG=/usr/bin/xapian-config
#
ac_cv_path_install='/usr/bin/install -c'
#
ac_cv_path_lt_DD=/usr/bin/dd
#
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_CXXCPP='clang++ -E'
#
ac_cv_prog_STRIP=strip
#
ac_cv_prog_ac_ct_AR=ar
#
ac_cv_prog_ac_ct_DUMPBIN='link -dump'
#
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_cxx_g=yes
#
ac_cv_prog_make_make_set=yes
#
am_cv_CC_dependencies_compiler_type=gcc3
#
am_cv_CXX_dependencies_compiler_type=gcc3
#
am_cv_prog_tar_ustar=gnutar
#
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/bin/ld
#
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
#
lt_cv_path_NM=no
#
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=yes
#
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=no
#
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='/usr/bin/dd bs=4096 count=1'
#
#
## ----------------- ##
#
## Output variables. ##
#
## ----------------- ##
#
#
ACLOCAL='${SHELL} /tmp/python-xapian/src/xapian-bindings-1.2.23/missing --run aclocal-1.11'
#
AMDEPBACKSLASH='\'
#
AMDEP_FALSE='#'
#
AMDEP_TRUE=''
#
AMTAR='$${TAR-tar}'
#
AR='ar'
#
AUTOCONF='${SHELL} /tmp/python-xapian/src/xapian-bindings-1.2.23/missing --run autoconf'
#
AUTOHEADER='${SHELL} /tmp/python-xapian/src/xapian-bindings-1.2.23/missing --run autoheader'
#
AUTOM4TE='autom4te'
#
AUTOMAKE='${SHELL} /tmp/python-xapian/src/xapian-bindings-1.2.23/missing --run automake-1.11'
#
AWK='gawk'
#
BINDINGS=' python'
#
CC='clang'
#
CCDEPMODE='depmode=gcc3'
#
CFLAGS=''
#
COMPAT_VERSION='1.2.23'
#
CPP='clang -E'
#
CPPFLAGS=''
#
CSC=''
#
CXX='clang++'
#
CXXCPP='clang++ -E'
#
CXXDEPMODE='depmode=gcc3'
#
CXXFLAGS=''
#
CYGPATH_W='echo'
#
DEFS='-DHAVE_CONFIG_H'
#
DEPDIR='.deps'
#
DLLTOOL='false'
#
DOCUMENTATION_RULES_FALSE=''
#
DOCUMENTATION_RULES_TRUE='#'
#
DSYMUTIL=''
#
DUMPBIN=':'
#
ECHO_C=''
#
ECHO_N='-n'
#
ECHO_T=''
#
EGREP='/usr/bin/grep -E'
#
EXEEXT=''
#
FGREP='/usr/bin/grep -F'
#
GACUTIL=''
#
GACUTIL_FLAGS=''
#
GREP='/usr/bin/grep'
#
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_CPPFLAGS=''
#
JAVA_CXXFLAGS='-Wall -W -Wno-unused'
#
JAVA_HOME=''
#
JAVA_PATHSEP=''
#
JDK_HOME=''
#
JNI_INCLUDE_DIR=''
#
LD='/usr/bin/ld -m elf_x86_64'
#
LDFLAGS=''
#
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} /tmp/python-xapian/src/xapian-bindings-1.2.23/missing --run makeinfo'
#
MANIFEST_TOOL=':'
#
MKDIR_P='/usr/bin/mkdir -p'
#
MONO=''
#
NEED_INTREE_DYLD_FALSE=''
#
NEED_INTREE_DYLD_TRUE='#'
#
NEED_JNILIB_EXT_FALSE=''
#
NEED_JNILIB_EXT_TRUE='#'
#
NM='nm'
#
NMEDIT=''
#
NO_UNDEFINED=''
#
OBJDUMP='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.2.23'
#
PACKAGE_TARNAME='xapian-bindings'
#
PACKAGE_URL=''
#
PACKAGE_VERSION='1.2.23'
#
PATH_SEPARATOR=':'
#
PERL=''
#
PERL_ARCH=''
#
PERL_INC=''
#
PERL_LIB=''
#
PERL_SO=''
#
PERL_XAPIAN_VERSION=''
#
PHP=''
#
PHP_CONFIG=''
#
PHP_EXTENSION_DIR=''
#
PHP_INC=''
#
PHP_LIBS=''
#
PHP_MAJOR_VERSION=''
#
PHP_PATH_SEPARATOR=''
#
PYTHON='/usr/bin/python2'
#
PYTHON_INC='/usr/include/python2.7'
#
PYTHON_LIB='/usr/lib/python2.7/site-packages'
#
PYTHON_LIBS=''
#
PYTHON_SO='.so'
#
QUIET=''
#
RANLIB='ranlib'
#
RDOC=''
#
RUBY=''
#
RUBY_DLEXT=''
#
RUBY_INC=''
#
RUBY_INC_ARCH=''
#
RUBY_LIB=''
#
RUBY_LIBS=''
#
RUBY_LIB_ARCH=''
#
RUN_CSHARP=''
#
SED='/usr/bin/sed'
#
SET_MAKE=''
#
SHELL='/bin/sh'
#
SN=''
#
STRIP='strip'
#
SWIG=''
#
SWIG_CXXFLAGS='-fno-strict-aliasing -Wall -Wno-unused -Wno-uninitialized -fvisibility=hidden'
#
SWIG_FLAGS=''
#
TCLSH=''
#
TCL_CPPFLAGS=''
#
TCL_INC=''
#
TCL_LIB=''
#
TCL_LIBS=''
#
VERSION='1.2.23'
#
VERSION_NO_SNAPSHOT='1.2.23'
#
XAPIAN_CONFIG='/usr/bin/xapian-config'
#
XAPIAN_CXXFLAGS=''
#
XAPIAN_LIBS='-lxapian -lstdc++'
#
XAPIAN_VERSION='1.2.23'
#
ac_ct_AR='ar'
#
ac_ct_CC=''
#
ac_ct_CXX=''
#
ac_ct_DUMPBIN='link -dump'
#
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='_no'
#
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=''
#
build_cpu='x86_64'
#
build_os='linux-gnu'
#
build_vendor='pc'
#
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'
#
install_sh='${SHELL} /tmp/python-xapian/src/xapian-bindings-1.2.23/install-sh'
#
libdir='${exec_prefix}/lib'
#
libexecdir='${exec_prefix}/libexec'
#
localedir='${datarootdir}/locale'
#
localstatedir='${prefix}/var'
#
mandir='${datarootdir}/man'
#
mkdir_p='/usr/bin/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='${prefix}/etc'
#
target_alias=''
#
#
## ----------- ##
#
## confdefs.h. ##
#
## ----------- ##
#
#
/* confdefs.h */
#
#define PACKAGE_NAME "xapian-bindings"
#
#define PACKAGE_TARNAME "xapian-bindings"
#
#define PACKAGE_VERSION "1.2.23"
#
#define PACKAGE_STRING "xapian-bindings 1.2.23"
#
#define PACKAGE_BUGREPORT "https://xapian.org/bugs"
#
#define PACKAGE_URL ""
#
#define PACKAGE "xapian-bindings"
#
#define VERSION "1.2.23"
#
#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 0