Build of xapian-core with clang_glibc toolchain

The build took 00h 06m 33s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
102,879 cpp
8,343 ansic
5,351 makefile
4,512 sh
1,037 perl
308 tcl
80 python
122,510 total

The process tree of the build process is here.

Log

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:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

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: xapian-core 1:1.2.23-1 (Thu Apr 13 19:21:12 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> 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... yes
# checking whether to enable maintainer-specific portions of Makefiles... 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 whether clang++ is a working C++ compiler... yes
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking dependency style of clang... (cached) gcc3
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for clang++ options to enable ISO C++ mode... none required
# checking if -lm is required for maths functions... no
# checking if RTTI is supported... yes
# checking for sleep... yes
# checking for gettimeofday... yes
# checking for ftime... yes
# checking for srandom... yes
# checking for random... yes
# checking for sigaction... yes
# checking for sigsetjmp and siglongjmp... yes
# checking for getrusage... yes
# checking for times... yes
# checking for sysconf... yes
# checking for setenv... yes
# checking for _putenv_s... no
# checking for closefrom... no
# checking for dirfd... yes
# checking for getrlimit... yes
# checking return type of ftime... int
# checking for sys/utsname.h... yes
# checking for gethostname... yes
# checking for ssize_t... yes
# checking for pid_t... yes
# checking for mode_t... yes
# checking size of int... 4
# checking size of long... 8
# checking size of long long... 8
# checking for sys/types.h... (cached) yes
# checking size of off_t... 8
# checking for 32 bit integer type... int
# checking for 64 bit integer type... long
# checking for unsigned equivalent of off_t... unsigned long
# checking for perl... /usr/bin/perl
# checking for fcntl.h... yes
# checking for limits.h... yes
# checking for sys/errno.h... yes
# checking for sys/select.h... yes
# checking for sys/resource.h... yes
# checking for valgrind... no
# checking for eatmydata... no
# checking for working memcmp... yes
# checking for hstrerror... yes
# checking whether strerror_r is declared... yes
# checking for strerror_r... yes
# checking whether strerror_r returns char *... yes
# checking whether sys_errlist is declared... yes
# checking whether _sys_errlist is declared... yes
# checking whether sys_nerr is declared... yes
# checking whether _sys_nerr is declared... yes
# checking for working ISO C90 conforming snprintf... snprintf
# checking for zlib.h... yes
# checking for library containing zlibVersion... -lz
# checking for uuid/uuid.h... yes
# checking for library containing uuid_generate... -luuid
# checking for fork... yes
# checking for library containing socketpair... none required
# checking for library containing gethostbyname... none required
# checking for type to use for 5th parameter to getsockopt... socklen_t
# checking whether fdatasync is declared... yes
# checking for library containing fdatasync... none required
# checking for fdatasync... yes
# checking for fsync... yes
# checking for pread... yes
# checking for any prototype needed for pread... none required
# checking for pwrite... yes
# checking for any prototype needed for pwrite... none required
# checking for link... yes
# checking if clang++ -fvisibility=hidden works... yes
# checking for clang++ -Wl,-Bsymbolic-functions... yes
# checking whether to use SSE instructions on x86... non-x86 arch (x86_64)
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating tests/Makefile
# config.status: creating docs/Makefile
# config.status: creating docs/doxygen_api.conf
# config.status: creating docs/doxygen_source.conf
# config.status: creating xapian-core.spec
# config.status: creating cmake/xapian-config.cmake
# config.status: creating cmake/xapian-config-version.cmake
# config.status: creating pkgconfig/xapian-core.pc
# config.status: creating tests/runtest
# config.status: creating tests/runsrv
# config.status: creating tests/submitperftest
# config.status: creating tests/perftest/get_machine_info
# config.status: creating xapian-config
# config.status: creating makemanpage
# config.status: creating docs/gen_codestructure_doc
# config.status: creating languages/generate-allsnowballheaders
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/xapian-core/src/xapian-core-1.2.23'
# Making all in .
# make[2]: Entering directory '/tmp/xapian-core/src/xapian-core-1.2.23'
# depbase=`echo api/compactor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/compactor.lo -MD -MP -MF $depbase.Tpo -c -o api/compactor.lo api/compactor.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/compactor.lo -MD -MP -MF api/.deps/compactor.Tpo -c api/compactor.cc -fPIC -DPIC -o api/.libs/compactor.o
# In file included from api/compactor.cc:25:
# In file included from ./include/xapian/compactor.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/compactor.lo -MD -MP -MF api/.deps/compactor.Tpo -c api/compactor.cc -o api/compactor.o >/dev/null 2>&1
# depbase=`echo api/decvalwtsource.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/decvalwtsource.lo -MD -MP -MF $depbase.Tpo -c -o api/decvalwtsource.lo api/decvalwtsource.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/decvalwtsource.lo -MD -MP -MF api/.deps/decvalwtsource.Tpo -c api/decvalwtsource.cc -fPIC -DPIC -o api/.libs/decvalwtsource.o
# In file included from api/decvalwtsource.cc:24:
# In file included from ./include/xapian/postingsource.h:25:
# In file included from ./include/xapian/database.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/decvalwtsource.lo -MD -MP -MF api/.deps/decvalwtsource.Tpo -c api/decvalwtsource.cc -o api/decvalwtsource.o >/dev/null 2>&1
# depbase=`echo api/documentvaluelist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/documentvaluelist.lo -MD -MP -MF $depbase.Tpo -c -o api/documentvaluelist.lo api/documentvaluelist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/documentvaluelist.lo -MD -MP -MF api/.deps/documentvaluelist.Tpo -c api/documentvaluelist.cc -fPIC -DPIC -o api/.libs/documentvaluelist.o
# In file included from api/documentvaluelist.cc:23:
# In file included from api/documentvaluelist.h:24:
# In file included from ./common/valuelist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/documentvaluelist.lo -MD -MP -MF api/.deps/documentvaluelist.Tpo -c api/documentvaluelist.cc -o api/documentvaluelist.o >/dev/null 2>&1
# depbase=`echo api/editdistance.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/editdistance.lo -MD -MP -MF $depbase.Tpo -c -o api/editdistance.lo api/editdistance.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/editdistance.lo -MD -MP -MF api/.deps/editdistance.Tpo -c api/editdistance.cc -fPIC -DPIC -o api/.libs/editdistance.o
# In file included from api/editdistance.cc:36:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/algorithm:60:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/utility:68:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/editdistance.lo -MD -MP -MF api/.deps/editdistance.Tpo -c api/editdistance.cc -o api/editdistance.o >/dev/null 2>&1
# depbase=`echo api/emptypostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/emptypostlist.lo -MD -MP -MF $depbase.Tpo -c -o api/emptypostlist.lo api/emptypostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/emptypostlist.lo -MD -MP -MF api/.deps/emptypostlist.Tpo -c api/emptypostlist.cc -fPIC -DPIC -o api/.libs/emptypostlist.o
# In file included from api/emptypostlist.cc:23:
# In file included from ./common/emptypostlist.h:24:
# In file included from ./common/postlist.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/emptypostlist.lo -MD -MP -MF api/.deps/emptypostlist.Tpo -c api/emptypostlist.cc -o api/emptypostlist.o >/dev/null 2>&1
# depbase=`echo api/error.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/error.lo -MD -MP -MF $depbase.Tpo -c -o api/error.lo api/error.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/error.lo -MD -MP -MF api/.deps/error.Tpo -c api/error.cc -fPIC -DPIC -o api/.libs/error.o
# In file included from api/error.cc:23:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/error.lo -MD -MP -MF api/.deps/error.Tpo -c api/error.cc -o api/error.o >/dev/null 2>&1
# depbase=`echo api/errorhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/errorhandler.lo -MD -MP -MF $depbase.Tpo -c -o api/errorhandler.lo api/errorhandler.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/errorhandler.lo -MD -MP -MF api/.deps/errorhandler.Tpo -c api/errorhandler.cc -fPIC -DPIC -o api/.libs/errorhandler.o
# In file included from api/errorhandler.cc:22:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/errorhandler.lo -MD -MP -MF api/.deps/errorhandler.Tpo -c api/errorhandler.cc -o api/errorhandler.o >/dev/null 2>&1
# depbase=`echo api/expanddecider.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/expanddecider.lo -MD -MP -MF $depbase.Tpo -c -o api/expanddecider.lo api/expanddecider.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/expanddecider.lo -MD -MP -MF api/.deps/expanddecider.Tpo -c api/expanddecider.cc -fPIC -DPIC -o api/.libs/expanddecider.o
# In file included from api/expanddecider.cc:23:
# In file included from ./include/xapian/expanddecider.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/set:60:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/bits/stl_tree.h:63:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/bits/stl_algobase.h:59:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/expanddecider.lo -MD -MP -MF api/.deps/expanddecider.Tpo -c api/expanddecider.cc -o api/expanddecider.o >/dev/null 2>&1
# depbase=`echo api/keymaker.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/keymaker.lo -MD -MP -MF $depbase.Tpo -c -o api/keymaker.lo api/keymaker.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/keymaker.lo -MD -MP -MF api/.deps/keymaker.Tpo -c api/keymaker.cc -fPIC -DPIC -o api/.libs/keymaker.o
# In file included from api/keymaker.cc:23:
# In file included from ./include/xapian/keymaker.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/keymaker.lo -MD -MP -MF api/.deps/keymaker.Tpo -c api/keymaker.cc -o api/keymaker.o >/dev/null 2>&1
# depbase=`echo api/leafpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/leafpostlist.lo -MD -MP -MF $depbase.Tpo -c -o api/leafpostlist.lo api/leafpostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/leafpostlist.lo -MD -MP -MF api/.deps/leafpostlist.Tpo -c api/leafpostlist.cc -fPIC -DPIC -o api/.libs/leafpostlist.o
# In file included from api/leafpostlist.cc:24:
# In file included from ./include/xapian/weight.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/leafpostlist.lo -MD -MP -MF api/.deps/leafpostlist.Tpo -c api/leafpostlist.cc -o api/leafpostlist.o >/dev/null 2>&1
# depbase=`echo api/matchspy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/matchspy.lo -MD -MP -MF $depbase.Tpo -c -o api/matchspy.lo api/matchspy.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/matchspy.lo -MD -MP -MF api/.deps/matchspy.Tpo -c api/matchspy.cc -fPIC -DPIC -o api/.libs/matchspy.o
# In file included from api/matchspy.cc:24:
# In file included from ./include/xapian/matchspy.h:27:
# In file included from ./include/xapian/enquire.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/matchspy.lo -MD -MP -MF api/.deps/matchspy.Tpo -c api/matchspy.cc -o api/matchspy.o >/dev/null 2>&1
# depbase=`echo api/omdatabase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/omdatabase.lo -MD -MP -MF $depbase.Tpo -c -o api/omdatabase.lo api/omdatabase.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/omdatabase.lo -MD -MP -MF api/.deps/omdatabase.Tpo -c api/omdatabase.cc -fPIC -DPIC -o api/.libs/omdatabase.o
# In file included from api/omdatabase.cc:26:
# In file included from ./common/autoptr.h:27:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/memory:62:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/bits/stl_algobase.h:59:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/omdatabase.lo -MD -MP -MF api/.deps/omdatabase.Tpo -c api/omdatabase.cc -o api/omdatabase.o >/dev/null 2>&1
# depbase=`echo api/omdocument.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/omdocument.lo -MD -MP -MF $depbase.Tpo -c -o api/omdocument.lo api/omdocument.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/omdocument.lo -MD -MP -MF api/.deps/omdocument.Tpo -c api/omdocument.cc -fPIC -DPIC -o api/.libs/omdocument.o
# In file included from api/omdocument.cc:26:
# In file included from ./include/xapian/document.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/omdocument.lo -MD -MP -MF api/.deps/omdocument.Tpo -c api/omdocument.cc -o api/omdocument.o >/dev/null 2>&1
# depbase=`echo api/omenquire.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/omenquire.lo -MD -MP -MF $depbase.Tpo -c -o api/omenquire.lo api/omenquire.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/omenquire.lo -MD -MP -MF api/.deps/omenquire.Tpo -c api/omenquire.cc -fPIC -DPIC -o api/.libs/omenquire.o
# In file included from api/omenquire.cc:26:
# In file included from ./include/xapian/enquire.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/omenquire.lo -MD -MP -MF api/.deps/omenquire.Tpo -c api/omenquire.cc -o api/omenquire.o >/dev/null 2>&1
# depbase=`echo api/ompositionlistiterator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/ompositionlistiterator.lo -MD -MP -MF $depbase.Tpo -c -o api/ompositionlistiterator.lo api/ompositionlistiterator.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/ompositionlistiterator.lo -MD -MP -MF api/.deps/ompositionlistiterator.Tpo -c api/ompositionlistiterator.cc -fPIC -DPIC -o api/.libs/ompositionlistiterator.o
# In file included from api/ompositionlistiterator.cc:23:
# In file included from ./include/xapian/positioniterator.h:27:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/iterator:60:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/ompositionlistiterator.lo -MD -MP -MF api/.deps/ompositionlistiterator.Tpo -c api/ompositionlistiterator.cc -o api/ompositionlistiterator.o >/dev/null 2>&1
# depbase=`echo api/ompostlistiterator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/ompostlistiterator.lo -MD -MP -MF $depbase.Tpo -c -o api/ompostlistiterator.lo api/ompostlistiterator.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/ompostlistiterator.lo -MD -MP -MF api/.deps/ompostlistiterator.Tpo -c api/ompostlistiterator.cc -fPIC -DPIC -o api/.libs/ompostlistiterator.o
# In file included from api/ompostlistiterator.cc:23:
# In file included from ./include/xapian/postingiterator.h:27:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/iterator:60:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/ompostlistiterator.lo -MD -MP -MF api/.deps/ompostlistiterator.Tpo -c api/ompostlistiterator.cc -o api/ompostlistiterator.o >/dev/null 2>&1
# depbase=`echo api/omquery.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/omquery.lo -MD -MP -MF $depbase.Tpo -c -o api/omquery.lo api/omquery.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/omquery.lo -MD -MP -MF api/.deps/omquery.Tpo -c api/omquery.cc -fPIC -DPIC -o api/.libs/omquery.o
# In file included from api/omquery.cc:26:
# In file included from ./common/omqueryinternal.h:25:
# In file included from ./include/xapian/query.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/omquery.lo -MD -MP -MF api/.deps/omquery.Tpo -c api/omquery.cc -o api/omquery.o >/dev/null 2>&1
# depbase=`echo api/omqueryinternal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/omqueryinternal.lo -MD -MP -MF $depbase.Tpo -c -o api/omqueryinternal.lo api/omqueryinternal.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/omqueryinternal.lo -MD -MP -MF api/.deps/omqueryinternal.Tpo -c api/omqueryinternal.cc -fPIC -DPIC -o api/.libs/omqueryinternal.o
# In file included from api/omqueryinternal.cc:26:
# In file included from ./common/omqueryinternal.h:25:
# In file included from ./include/xapian/query.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/omqueryinternal.lo -MD -MP -MF api/.deps/omqueryinternal.Tpo -c api/omqueryinternal.cc -o api/omqueryinternal.o >/dev/null 2>&1
# depbase=`echo api/omtermlistiterator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/omtermlistiterator.lo -MD -MP -MF $depbase.Tpo -c -o api/omtermlistiterator.lo api/omtermlistiterator.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/omtermlistiterator.lo -MD -MP -MF api/.deps/omtermlistiterator.Tpo -c api/omtermlistiterator.cc -fPIC -DPIC -o api/.libs/omtermlistiterator.o
# In file included from api/omtermlistiterator.cc:23:
# In file included from ./include/xapian/termiterator.h:27:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/iterator:60:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/omtermlistiterator.lo -MD -MP -MF api/.deps/omtermlistiterator.Tpo -c api/omtermlistiterator.cc -o api/omtermlistiterator.o >/dev/null 2>&1
# depbase=`echo api/postingsource.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/postingsource.lo -MD -MP -MF $depbase.Tpo -c -o api/postingsource.lo api/postingsource.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/postingsource.lo -MD -MP -MF api/.deps/postingsource.Tpo -c api/postingsource.cc -fPIC -DPIC -o api/.libs/postingsource.o
# In file included from api/postingsource.cc:25:
# In file included from ./include/xapian/postingsource.h:25:
# In file included from ./include/xapian/database.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/postingsource.lo -MD -MP -MF api/.deps/postingsource.Tpo -c api/postingsource.cc -o api/postingsource.o >/dev/null 2>&1
# depbase=`echo api/postlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/postlist.lo -MD -MP -MF $depbase.Tpo -c -o api/postlist.lo api/postlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/postlist.lo -MD -MP -MF api/.deps/postlist.Tpo -c api/postlist.cc -fPIC -DPIC -o api/.libs/postlist.o
# In file included from api/postlist.cc:23:
# In file included from ./common/postlist.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/postlist.lo -MD -MP -MF api/.deps/postlist.Tpo -c api/postlist.cc -o api/postlist.o >/dev/null 2>&1
# depbase=`echo api/registry.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/registry.lo -MD -MP -MF $depbase.Tpo -c -o api/registry.lo api/registry.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/registry.lo -MD -MP -MF api/.deps/registry.Tpo -c api/registry.cc -fPIC -DPIC -o api/.libs/registry.o
# In file included from api/registry.cc:24:
# In file included from ./include/xapian/registry.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/registry.lo -MD -MP -MF api/.deps/registry.Tpo -c api/registry.cc -o api/registry.o >/dev/null 2>&1
# depbase=`echo api/replication.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/replication.lo -MD -MP -MF $depbase.Tpo -c -o api/replication.lo api/replication.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/replication.lo -MD -MP -MF api/.deps/replication.Tpo -c api/replication.cc -fPIC -DPIC -o api/.libs/replication.o
# In file included from api/replication.cc:24:
# In file included from ./common/replication.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/replication.lo -MD -MP -MF api/.deps/replication.Tpo -c api/replication.cc -o api/replication.o >/dev/null 2>&1
# depbase=`echo api/sortable-serialise.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/sortable-serialise.lo -MD -MP -MF $depbase.Tpo -c -o api/sortable-serialise.lo api/sortable-serialise.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/sortable-serialise.lo -MD -MP -MF api/.deps/sortable-serialise.Tpo -c api/sortable-serialise.cc -fPIC -DPIC -o api/.libs/sortable-serialise.o
# In file included from api/sortable-serialise.cc:23:
# In file included from ./include/xapian/queryparser.h:27:
# In file included from ./include/xapian/query.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/sortable-serialise.lo -MD -MP -MF api/.deps/sortable-serialise.Tpo -c api/sortable-serialise.cc -o api/sortable-serialise.o >/dev/null 2>&1
# depbase=`echo api/termlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/termlist.lo -MD -MP -MF $depbase.Tpo -c -o api/termlist.lo api/termlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/termlist.lo -MD -MP -MF api/.deps/termlist.Tpo -c api/termlist.cc -fPIC -DPIC -o api/.libs/termlist.o
# In file included from api/termlist.cc:23:
# In file included from ./common/termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/termlist.lo -MD -MP -MF api/.deps/termlist.Tpo -c api/termlist.cc -o api/termlist.o >/dev/null 2>&1
# depbase=`echo api/valueiterator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/valueiterator.lo -MD -MP -MF $depbase.Tpo -c -o api/valueiterator.lo api/valueiterator.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/valueiterator.lo -MD -MP -MF api/.deps/valueiterator.Tpo -c api/valueiterator.cc -fPIC -DPIC -o api/.libs/valueiterator.o
# In file included from api/valueiterator.cc:23:
# In file included from ./include/xapian/valueiterator.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/iterator:60:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/valueiterator.lo -MD -MP -MF api/.deps/valueiterator.Tpo -c api/valueiterator.cc -o api/valueiterator.o >/dev/null 2>&1
# depbase=`echo api/valuerangeproc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/valuerangeproc.lo -MD -MP -MF $depbase.Tpo -c -o api/valuerangeproc.lo api/valuerangeproc.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/valuerangeproc.lo -MD -MP -MF api/.deps/valuerangeproc.Tpo -c api/valuerangeproc.cc -fPIC -DPIC -o api/.libs/valuerangeproc.o
# In file included from api/valuerangeproc.cc:23:
# In file included from ./include/xapian/queryparser.h:27:
# In file included from ./include/xapian/query.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/valuerangeproc.lo -MD -MP -MF api/.deps/valuerangeproc.Tpo -c api/valuerangeproc.cc -o api/valuerangeproc.o >/dev/null 2>&1
# depbase=`echo api/valuesetmatchdecider.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/valuesetmatchdecider.lo -MD -MP -MF $depbase.Tpo -c -o api/valuesetmatchdecider.lo api/valuesetmatchdecider.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/valuesetmatchdecider.lo -MD -MP -MF api/.deps/valuesetmatchdecider.Tpo -c api/valuesetmatchdecider.cc -fPIC -DPIC -o api/.libs/valuesetmatchdecider.o
# In file included from api/valuesetmatchdecider.cc:25:
# In file included from ./include/xapian/valuesetmatchdecider.h:26:
# In file included from ./include/xapian/enquire.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/valuesetmatchdecider.lo -MD -MP -MF api/.deps/valuesetmatchdecider.Tpo -c api/valuesetmatchdecider.cc -o api/valuesetmatchdecider.o >/dev/null 2>&1
# depbase=`echo api/version.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/version.lo -MD -MP -MF $depbase.Tpo -c -o api/version.lo api/version.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/version.lo -MD -MP -MF api/.deps/version.Tpo -c api/version.cc -fPIC -DPIC -o api/.libs/version.o
# In file included from api/version.cc:21:
# In file included from ./include/xapian.h:46:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT api/version.lo -MD -MP -MF api/.deps/version.Tpo -c api/version.cc -o api/version.o >/dev/null 2>&1
# depbase=`echo backends/alltermslist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/alltermslist.lo -MD -MP -MF $depbase.Tpo -c -o backends/alltermslist.lo backends/alltermslist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/alltermslist.lo -MD -MP -MF backends/.deps/alltermslist.Tpo -c backends/alltermslist.cc -fPIC -DPIC -o backends/.libs/alltermslist.o
# In file included from backends/alltermslist.cc:23:
# In file included from ./common/alltermslist.h:24:
# In file included from ./common/termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/alltermslist.lo -MD -MP -MF backends/.deps/alltermslist.Tpo -c backends/alltermslist.cc -o backends/alltermslist.o >/dev/null 2>&1
# depbase=`echo backends/database.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/database.lo -MD -MP -MF $depbase.Tpo -c -o backends/database.lo backends/database.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/database.lo -MD -MP -MF backends/.deps/database.Tpo -c backends/database.cc -fPIC -DPIC -o backends/.libs/database.o
# In file included from backends/database.cc:26:
# In file included from ./common/database.h:27:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/database.lo -MD -MP -MF backends/.deps/database.Tpo -c backends/database.cc -o backends/database.o >/dev/null 2>&1
# depbase=`echo backends/databasereplicator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/databasereplicator.lo -MD -MP -MF $depbase.Tpo -c -o backends/databasereplicator.lo backends/databasereplicator.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/databasereplicator.lo -MD -MP -MF backends/.deps/databasereplicator.Tpo -c backends/databasereplicator.cc -fPIC -DPIC -o backends/.libs/databasereplicator.o
# In file included from backends/databasereplicator.cc:25:
# In file included from ./common/databasereplicator.h:26:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/databasereplicator.lo -MD -MP -MF backends/.deps/databasereplicator.Tpo -c backends/databasereplicator.cc -o backends/databasereplicator.o >/dev/null 2>&1
# depbase=`echo backends/dbfactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/dbfactory.lo -MD -MP -MF $depbase.Tpo -c -o backends/dbfactory.lo backends/dbfactory.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/dbfactory.lo -MD -MP -MF backends/.deps/dbfactory.Tpo -c backends/dbfactory.cc -fPIC -DPIC -o backends/.libs/dbfactory.o
# In file included from backends/dbfactory.cc:25:
# In file included from ./include/xapian/dbfactory.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/dbfactory.lo -MD -MP -MF backends/.deps/dbfactory.Tpo -c backends/dbfactory.cc -o backends/dbfactory.o >/dev/null 2>&1
# depbase=`echo backends/slowvaluelist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/slowvaluelist.lo -MD -MP -MF $depbase.Tpo -c -o backends/slowvaluelist.lo backends/slowvaluelist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/slowvaluelist.lo -MD -MP -MF backends/.deps/slowvaluelist.Tpo -c backends/slowvaluelist.cc -fPIC -DPIC -o backends/.libs/slowvaluelist.o
# In file included from backends/slowvaluelist.cc:23:
# In file included from backends/slowvaluelist.h:24:
# In file included from ./common/valuelist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/slowvaluelist.lo -MD -MP -MF backends/.deps/slowvaluelist.Tpo -c backends/slowvaluelist.cc -o backends/slowvaluelist.o >/dev/null 2>&1
# depbase=`echo backends/valuelist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/valuelist.lo -MD -MP -MF $depbase.Tpo -c -o backends/valuelist.lo backends/valuelist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/valuelist.lo -MD -MP -MF backends/.deps/valuelist.Tpo -c backends/valuelist.cc -fPIC -DPIC -o backends/.libs/valuelist.o
# In file included from backends/valuelist.cc:23:
# In file included from ./common/valuelist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/valuelist.lo -MD -MP -MF backends/.deps/valuelist.Tpo -c backends/valuelist.cc -o backends/valuelist.o >/dev/null 2>&1
# depbase=`echo backends/dbfactory_remote.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/dbfactory_remote.lo -MD -MP -MF $depbase.Tpo -c -o backends/dbfactory_remote.lo backends/dbfactory_remote.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/dbfactory_remote.lo -MD -MP -MF backends/.deps/dbfactory_remote.Tpo -c backends/dbfactory_remote.cc -fPIC -DPIC -o backends/.libs/dbfactory_remote.o
# In file included from backends/dbfactory_remote.cc:22:
# In file included from ./include/xapian/dbfactory.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/dbfactory_remote.lo -MD -MP -MF backends/.deps/dbfactory_remote.Tpo -c backends/dbfactory_remote.cc -o backends/dbfactory_remote.o >/dev/null 2>&1
# depbase=`echo backends/contiguousalldocspostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/contiguousalldocspostlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/contiguousalldocspostlist.lo backends/contiguousalldocspostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/contiguousalldocspostlist.lo -MD -MP -MF backends/.deps/contiguousalldocspostlist.Tpo -c backends/contiguousalldocspostlist.cc -fPIC -DPIC -o backends/.libs/contiguousalldocspostlist.o
# In file included from backends/contiguousalldocspostlist.cc:23:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/contiguousalldocspostlist.lo -MD -MP -MF backends/.deps/contiguousalldocspostlist.Tpo -c backends/contiguousalldocspostlist.cc -o backends/contiguousalldocspostlist.o >/dev/null 2>&1
# depbase=`echo backends/flint_lock.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint_lock.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint_lock.lo backends/flint_lock.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint_lock.lo -MD -MP -MF backends/.deps/flint_lock.Tpo -c backends/flint_lock.cc -fPIC -DPIC -o backends/.libs/flint_lock.o
# In file included from backends/flint_lock.cc:24:
# In file included from backends/flint_lock.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint_lock.lo -MD -MP -MF backends/.deps/flint_lock.Tpo -c backends/flint_lock.cc -o backends/flint_lock.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_alldocspostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_alldocspostlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_alldocspostlist.lo backends/brass/brass_alldocspostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_alldocspostlist.lo -MD -MP -MF backends/brass/.deps/brass_alldocspostlist.Tpo -c backends/brass/brass_alldocspostlist.cc -fPIC -DPIC -o backends/brass/.libs/brass_alldocspostlist.o
# In file included from backends/brass/brass_alldocspostlist.cc:23:
# In file included from backends/brass/brass_alldocspostlist.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_alldocspostlist.lo -MD -MP -MF backends/brass/.deps/brass_alldocspostlist.Tpo -c backends/brass/brass_alldocspostlist.cc -o backends/brass/brass_alldocspostlist.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_alltermslist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_alltermslist.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_alltermslist.lo backends/brass/brass_alltermslist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_alltermslist.lo -MD -MP -MF backends/brass/.deps/brass_alltermslist.Tpo -c backends/brass/brass_alltermslist.cc -fPIC -DPIC -o backends/brass/.libs/brass_alltermslist.o
# In file included from backends/brass/brass_alltermslist.cc:23:
# In file included from backends/brass/brass_alltermslist.h:24:
# In file included from ./common/alltermslist.h:24:
# In file included from ./common/termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_alltermslist.lo -MD -MP -MF backends/brass/.deps/brass_alltermslist.Tpo -c backends/brass/brass_alltermslist.cc -o backends/brass/brass_alltermslist.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_btreebase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_btreebase.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_btreebase.lo backends/brass/brass_btreebase.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_btreebase.lo -MD -MP -MF backends/brass/.deps/brass_btreebase.Tpo -c backends/brass/brass_btreebase.cc -fPIC -DPIC -o backends/brass/.libs/brass_btreebase.o
# In file included from backends/brass/brass_btreebase.cc:24:
# In file included from ./common/safeerrno.h:34:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/cerrno:41:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_btreebase.lo -MD -MP -MF backends/brass/.deps/brass_btreebase.Tpo -c backends/brass/brass_btreebase.cc -o backends/brass/brass_btreebase.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_compact.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_compact.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_compact.lo backends/brass/brass_compact.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_compact.lo -MD -MP -MF backends/brass/.deps/brass_compact.Tpo -c backends/brass/brass_compact.cc -fPIC -DPIC -o backends/brass/.libs/brass_compact.o
# In file included from backends/brass/brass_compact.cc:24:
# In file included from ./include/xapian/compactor.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_compact.lo -MD -MP -MF backends/brass/.deps/brass_compact.Tpo -c backends/brass/brass_compact.cc -o backends/brass/brass_compact.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_cursor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_cursor.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_cursor.lo backends/brass/brass_cursor.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_cursor.lo -MD -MP -MF backends/brass/.deps/brass_cursor.Tpo -c backends/brass/brass_cursor.cc -fPIC -DPIC -o backends/brass/.libs/brass_cursor.o
# In file included from backends/brass/brass_cursor.cc:24:
# In file included from backends/brass/brass_cursor.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_cursor.lo -MD -MP -MF backends/brass/.deps/brass_cursor.Tpo -c backends/brass/brass_cursor.cc -o backends/brass/brass_cursor.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_database.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_database.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_database.lo backends/brass/brass_database.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_database.lo -MD -MP -MF backends/brass/.deps/brass_database.Tpo -c backends/brass/brass_database.cc -fPIC -DPIC -o backends/brass/.libs/brass_database.o
# In file included from backends/brass/brass_database.cc:30:
# In file included from backends/brass/brass_database.h:27:
# In file included from ./common/database.h:27:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_database.lo -MD -MP -MF backends/brass/.deps/brass_database.Tpo -c backends/brass/brass_database.cc -o backends/brass/brass_database.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_databasereplicator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_databasereplicator.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_databasereplicator.lo backends/brass/brass_databasereplicator.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_databasereplicator.lo -MD -MP -MF backends/brass/.deps/brass_databasereplicator.Tpo -c backends/brass/brass_databasereplicator.cc -fPIC -DPIC -o backends/brass/.libs/brass_databasereplicator.o
# In file included from backends/brass/brass_databasereplicator.cc:25:
# In file included from backends/brass/brass_databasereplicator.h:26:
# In file included from ./common/databasereplicator.h:26:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_databasereplicator.lo -MD -MP -MF backends/brass/.deps/brass_databasereplicator.Tpo -c backends/brass/brass_databasereplicator.cc -o backends/brass/brass_databasereplicator.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_dbstats.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_dbstats.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_dbstats.lo backends/brass/brass_dbstats.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_dbstats.lo -MD -MP -MF backends/brass/.deps/brass_dbstats.Tpo -c backends/brass/brass_dbstats.cc -fPIC -DPIC -o backends/brass/.libs/brass_dbstats.o
# In file included from backends/brass/brass_dbstats.cc:26:
# In file included from backends/brass/brass_postlist.h:27:
# In file included from ./include/xapian/database.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_dbstats.lo -MD -MP -MF backends/brass/.deps/brass_dbstats.Tpo -c backends/brass/brass_dbstats.cc -o backends/brass/brass_dbstats.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_document.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_document.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_document.lo backends/brass/brass_document.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_document.lo -MD -MP -MF backends/brass/.deps/brass_document.Tpo -c backends/brass/brass_document.cc -fPIC -DPIC -o backends/brass/.libs/brass_document.o
# In file included from backends/brass/brass_document.cc:25:
# In file included from backends/brass/brass_document.h:24:
# In file included from backends/brass/brass_record.h:26:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_document.lo -MD -MP -MF backends/brass/.deps/brass_document.Tpo -c backends/brass/brass_document.cc -o backends/brass/brass_document.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_inverter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_inverter.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_inverter.lo backends/brass/brass_inverter.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_inverter.lo -MD -MP -MF backends/brass/.deps/brass_inverter.Tpo -c backends/brass/brass_inverter.cc -fPIC -DPIC -o backends/brass/.libs/brass_inverter.o
# In file included from backends/brass/brass_inverter.cc:23:
# In file included from backends/brass/brass_inverter.h:26:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/map:60:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/bits/stl_tree.h:63:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/bits/stl_algobase.h:59:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_inverter.lo -MD -MP -MF backends/brass/.deps/brass_inverter.Tpo -c backends/brass/brass_inverter.cc -o backends/brass/brass_inverter.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_metadata.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_metadata.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_metadata.lo backends/brass/brass_metadata.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_metadata.lo -MD -MP -MF backends/brass/.deps/brass_metadata.Tpo -c backends/brass/brass_metadata.cc -fPIC -DPIC -o backends/brass/.libs/brass_metadata.o
# In file included from backends/brass/brass_metadata.cc:24:
# In file included from backends/brass/brass_metadata.h:26:
# In file included from ./include/xapian/database.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_metadata.lo -MD -MP -MF backends/brass/.deps/brass_metadata.Tpo -c backends/brass/brass_metadata.cc -o backends/brass/brass_metadata.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_positionlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_positionlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_positionlist.lo backends/brass/brass_positionlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_positionlist.lo -MD -MP -MF backends/brass/.deps/brass_positionlist.Tpo -c backends/brass/brass_positionlist.cc -fPIC -DPIC -o backends/brass/.libs/brass_positionlist.o
# In file included from backends/brass/brass_positionlist.cc:23:
# In file included from backends/brass/brass_positionlist.h:26:
# In file included from backends/brass/brass_lazytable.h:24:
# In file included from backends/brass/brass_table.h:26:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_positionlist.lo -MD -MP -MF backends/brass/.deps/brass_positionlist.Tpo -c backends/brass/brass_positionlist.cc -o backends/brass/brass_positionlist.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_postlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_postlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_postlist.lo backends/brass/brass_postlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_postlist.lo -MD -MP -MF backends/brass/.deps/brass_postlist.Tpo -c backends/brass/brass_postlist.cc -fPIC -DPIC -o backends/brass/.libs/brass_postlist.o
# In file included from backends/brass/brass_postlist.cc:25:
# In file included from backends/brass/brass_postlist.h:27:
# In file included from ./include/xapian/database.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_postlist.lo -MD -MP -MF backends/brass/.deps/brass_postlist.Tpo -c backends/brass/brass_postlist.cc -o backends/brass/brass_postlist.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_record.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_record.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_record.lo backends/brass/brass_record.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_record.lo -MD -MP -MF backends/brass/.deps/brass_record.Tpo -c backends/brass/brass_record.cc -fPIC -DPIC -o backends/brass/.libs/brass_record.o
# In file included from backends/brass/brass_record.cc:24:
# In file included from backends/brass/brass_record.h:26:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_record.lo -MD -MP -MF backends/brass/.deps/brass_record.Tpo -c backends/brass/brass_record.cc -o backends/brass/brass_record.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_spelling.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_spelling.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_spelling.lo backends/brass/brass_spelling.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_spelling.lo -MD -MP -MF backends/brass/.deps/brass_spelling.Tpo -c backends/brass/brass_spelling.cc -fPIC -DPIC -o backends/brass/.libs/brass_spelling.o
# In file included from backends/brass/brass_spelling.cc:23:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_spelling.lo -MD -MP -MF backends/brass/.deps/brass_spelling.Tpo -c backends/brass/brass_spelling.cc -o backends/brass/brass_spelling.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_spellingwordslist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_spellingwordslist.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_spellingwordslist.lo backends/brass/brass_spellingwordslist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_spellingwordslist.lo -MD -MP -MF backends/brass/.deps/brass_spellingwordslist.Tpo -c backends/brass/brass_spellingwordslist.cc -fPIC -DPIC -o backends/brass/.libs/brass_spellingwordslist.o
# In file included from backends/brass/brass_spellingwordslist.cc:25:
# In file included from backends/brass/brass_spellingwordslist.h:24:
# In file included from ./common/alltermslist.h:24:
# In file included from ./common/termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_spellingwordslist.lo -MD -MP -MF backends/brass/.deps/brass_spellingwordslist.Tpo -c backends/brass/brass_spellingwordslist.cc -o backends/brass/brass_spellingwordslist.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_synonym.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_synonym.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_synonym.lo backends/brass/brass_synonym.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_synonym.lo -MD -MP -MF backends/brass/.deps/brass_synonym.Tpo -c backends/brass/brass_synonym.cc -fPIC -DPIC -o backends/brass/.libs/brass_synonym.o
# In file included from backends/brass/brass_synonym.cc:22:
# In file included from backends/brass/brass_synonym.h:26:
# In file included from ./common/alltermslist.h:24:
# In file included from ./common/termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_synonym.lo -MD -MP -MF backends/brass/.deps/brass_synonym.Tpo -c backends/brass/brass_synonym.cc -o backends/brass/brass_synonym.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_table.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_table.lo backends/brass/brass_table.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_table.lo -MD -MP -MF backends/brass/.deps/brass_table.Tpo -c backends/brass/brass_table.cc -fPIC -DPIC -o backends/brass/.libs/brass_table.o
# In file included from backends/brass/brass_table.cc:26:
# In file included from backends/brass/brass_table.h:26:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_table.lo -MD -MP -MF backends/brass/.deps/brass_table.Tpo -c backends/brass/brass_table.cc -o backends/brass/brass_table.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_termlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_termlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_termlist.lo backends/brass/brass_termlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_termlist.lo -MD -MP -MF backends/brass/.deps/brass_termlist.Tpo -c backends/brass/brass_termlist.cc -fPIC -DPIC -o backends/brass/.libs/brass_termlist.o
# In file included from backends/brass/brass_termlist.cc:24:
# In file included from backends/brass/brass_termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_termlist.lo -MD -MP -MF backends/brass/.deps/brass_termlist.Tpo -c backends/brass/brass_termlist.cc -o backends/brass/brass_termlist.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_termlisttable.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_termlisttable.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_termlisttable.lo backends/brass/brass_termlisttable.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_termlisttable.lo -MD -MP -MF backends/brass/.deps/brass_termlisttable.Tpo -c backends/brass/brass_termlisttable.cc -fPIC -DPIC -o backends/brass/.libs/brass_termlisttable.o
# In file included from backends/brass/brass_termlisttable.cc:23:
# In file included from backends/brass/brass_termlisttable.h:26:
# In file included from backends/brass/brass_lazytable.h:24:
# In file included from backends/brass/brass_table.h:26:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_termlisttable.lo -MD -MP -MF backends/brass/.deps/brass_termlisttable.Tpo -c backends/brass/brass_termlisttable.cc -o backends/brass/brass_termlisttable.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_valuelist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_valuelist.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_valuelist.lo backends/brass/brass_valuelist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_valuelist.lo -MD -MP -MF backends/brass/.deps/brass_valuelist.Tpo -c backends/brass/brass_valuelist.cc -fPIC -DPIC -o backends/brass/.libs/brass_valuelist.o
# In file included from backends/brass/brass_valuelist.cc:23:
# In file included from backends/brass/brass_valuelist.h:24:
# In file included from ./common/valuelist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_valuelist.lo -MD -MP -MF backends/brass/.deps/brass_valuelist.Tpo -c backends/brass/brass_valuelist.cc -o backends/brass/brass_valuelist.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_values.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_values.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_values.lo backends/brass/brass_values.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_values.lo -MD -MP -MF backends/brass/.deps/brass_values.Tpo -c backends/brass/brass_values.cc -fPIC -DPIC -o backends/brass/.libs/brass_values.o
# In file included from backends/brass/brass_values.cc:24:
# In file included from backends/brass/brass_values.h:25:
# In file included from ./common/pack.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/cstring:41:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_values.lo -MD -MP -MF backends/brass/.deps/brass_values.Tpo -c backends/brass/brass_values.cc -o backends/brass/brass_values.o >/dev/null 2>&1
# depbase=`echo backends/brass/brass_version.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_version.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_version.lo backends/brass/brass_version.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_version.lo -MD -MP -MF backends/brass/.deps/brass_version.Tpo -c backends/brass/brass_version.cc -fPIC -DPIC -o backends/brass/.libs/brass_version.o
# In file included from backends/brass/brass_version.cc:24:
# In file included from ./common/safeerrno.h:34:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/cerrno:41:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_version.lo -MD -MP -MF backends/brass/.deps/brass_version.Tpo -c backends/brass/brass_version.cc -o backends/brass/brass_version.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_alldocsmodifiedpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_alldocsmodifiedpostlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_alldocsmodifiedpostlist.lo backends/chert/chert_alldocsmodifiedpostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_alldocsmodifiedpostlist.lo -MD -MP -MF backends/chert/.deps/chert_alldocsmodifiedpostlist.Tpo -c backends/chert/chert_alldocsmodifiedpostlist.cc -fPIC -DPIC -o backends/chert/.libs/chert_alldocsmodifiedpostlist.o
# In file included from backends/chert/chert_alldocsmodifiedpostlist.cc:23:
# In file included from backends/chert/chert_alldocsmodifiedpostlist.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_alldocsmodifiedpostlist.lo -MD -MP -MF backends/chert/.deps/chert_alldocsmodifiedpostlist.Tpo -c backends/chert/chert_alldocsmodifiedpostlist.cc -o backends/chert/chert_alldocsmodifiedpostlist.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_alldocspostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_alldocspostlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_alldocspostlist.lo backends/chert/chert_alldocspostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_alldocspostlist.lo -MD -MP -MF backends/chert/.deps/chert_alldocspostlist.Tpo -c backends/chert/chert_alldocspostlist.cc -fPIC -DPIC -o backends/chert/.libs/chert_alldocspostlist.o
# In file included from backends/chert/chert_alldocspostlist.cc:23:
# In file included from backends/chert/chert_alldocspostlist.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_alldocspostlist.lo -MD -MP -MF backends/chert/.deps/chert_alldocspostlist.Tpo -c backends/chert/chert_alldocspostlist.cc -o backends/chert/chert_alldocspostlist.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_alltermslist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_alltermslist.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_alltermslist.lo backends/chert/chert_alltermslist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_alltermslist.lo -MD -MP -MF backends/chert/.deps/chert_alltermslist.Tpo -c backends/chert/chert_alltermslist.cc -fPIC -DPIC -o backends/chert/.libs/chert_alltermslist.o
# In file included from backends/chert/chert_alltermslist.cc:23:
# In file included from backends/chert/chert_alltermslist.h:24:
# In file included from ./common/alltermslist.h:24:
# In file included from ./common/termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_alltermslist.lo -MD -MP -MF backends/chert/.deps/chert_alltermslist.Tpo -c backends/chert/chert_alltermslist.cc -o backends/chert/chert_alltermslist.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_btreebase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_btreebase.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_btreebase.lo backends/chert/chert_btreebase.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_btreebase.lo -MD -MP -MF backends/chert/.deps/chert_btreebase.Tpo -c backends/chert/chert_btreebase.cc -fPIC -DPIC -o backends/chert/.libs/chert_btreebase.o
# In file included from backends/chert/chert_btreebase.cc:25:
# In file included from ./common/safeerrno.h:34:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/cerrno:41:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_btreebase.lo -MD -MP -MF backends/chert/.deps/chert_btreebase.Tpo -c backends/chert/chert_btreebase.cc -o backends/chert/chert_btreebase.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_compact.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_compact.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_compact.lo backends/chert/chert_compact.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_compact.lo -MD -MP -MF backends/chert/.deps/chert_compact.Tpo -c backends/chert/chert_compact.cc -fPIC -DPIC -o backends/chert/.libs/chert_compact.o
# In file included from backends/chert/chert_compact.cc:24:
# In file included from ./include/xapian/compactor.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_compact.lo -MD -MP -MF backends/chert/.deps/chert_compact.Tpo -c backends/chert/chert_compact.cc -o backends/chert/chert_compact.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_cursor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_cursor.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_cursor.lo backends/chert/chert_cursor.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_cursor.lo -MD -MP -MF backends/chert/.deps/chert_cursor.Tpo -c backends/chert/chert_cursor.cc -fPIC -DPIC -o backends/chert/.libs/chert_cursor.o
# In file included from backends/chert/chert_cursor.cc:24:
# In file included from backends/chert/chert_cursor.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_cursor.lo -MD -MP -MF backends/chert/.deps/chert_cursor.Tpo -c backends/chert/chert_cursor.cc -o backends/chert/chert_cursor.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_database.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_database.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_database.lo backends/chert/chert_database.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_database.lo -MD -MP -MF backends/chert/.deps/chert_database.Tpo -c backends/chert/chert_database.cc -fPIC -DPIC -o backends/chert/.libs/chert_database.o
# In file included from backends/chert/chert_database.cc:30:
# In file included from backends/chert/chert_database.h:27:
# In file included from ./common/database.h:27:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_database.lo -MD -MP -MF backends/chert/.deps/chert_database.Tpo -c backends/chert/chert_database.cc -o backends/chert/chert_database.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_databasereplicator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_databasereplicator.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_databasereplicator.lo backends/chert/chert_databasereplicator.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_databasereplicator.lo -MD -MP -MF backends/chert/.deps/chert_databasereplicator.Tpo -c backends/chert/chert_databasereplicator.cc -fPIC -DPIC -o backends/chert/.libs/chert_databasereplicator.o
# In file included from backends/chert/chert_databasereplicator.cc:26:
# In file included from backends/chert/chert_databasereplicator.h:27:
# In file included from ./common/databasereplicator.h:26:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_databasereplicator.lo -MD -MP -MF backends/chert/.deps/chert_databasereplicator.Tpo -c backends/chert/chert_databasereplicator.cc -o backends/chert/chert_databasereplicator.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_dbstats.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_dbstats.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_dbstats.lo backends/chert/chert_dbstats.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_dbstats.lo -MD -MP -MF backends/chert/.deps/chert_dbstats.Tpo -c backends/chert/chert_dbstats.cc -fPIC -DPIC -o backends/chert/.libs/chert_dbstats.o
# In file included from backends/chert/chert_dbstats.cc:25:
# In file included from backends/chert/chert_postlist.h:27:
# In file included from ./include/xapian/database.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_dbstats.lo -MD -MP -MF backends/chert/.deps/chert_dbstats.Tpo -c backends/chert/chert_dbstats.cc -o backends/chert/chert_dbstats.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_document.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_document.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_document.lo backends/chert/chert_document.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_document.lo -MD -MP -MF backends/chert/.deps/chert_document.Tpo -c backends/chert/chert_document.cc -fPIC -DPIC -o backends/chert/.libs/chert_document.o
# In file included from backends/chert/chert_document.cc:25:
# In file included from backends/chert/chert_document.h:24:
# In file included from backends/chert/chert_record.h:26:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_document.lo -MD -MP -MF backends/chert/.deps/chert_document.Tpo -c backends/chert/chert_document.cc -o backends/chert/chert_document.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_metadata.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_metadata.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_metadata.lo backends/chert/chert_metadata.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_metadata.lo -MD -MP -MF backends/chert/.deps/chert_metadata.Tpo -c backends/chert/chert_metadata.cc -fPIC -DPIC -o backends/chert/.libs/chert_metadata.o
# In file included from backends/chert/chert_metadata.cc:23:
# In file included from backends/chert/chert_metadata.h:26:
# In file included from ./include/xapian/database.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_metadata.lo -MD -MP -MF backends/chert/.deps/chert_metadata.Tpo -c backends/chert/chert_metadata.cc -o backends/chert/chert_metadata.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_modifiedpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_modifiedpostlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_modifiedpostlist.lo backends/chert/chert_modifiedpostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_modifiedpostlist.lo -MD -MP -MF backends/chert/.deps/chert_modifiedpostlist.Tpo -c backends/chert/chert_modifiedpostlist.cc -fPIC -DPIC -o backends/chert/.libs/chert_modifiedpostlist.o
# In file included from backends/chert/chert_modifiedpostlist.cc:22:
# In file included from backends/chert/chert_modifiedpostlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/map:60:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/bits/stl_tree.h:63:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/bits/stl_algobase.h:59:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_modifiedpostlist.lo -MD -MP -MF backends/chert/.deps/chert_modifiedpostlist.Tpo -c backends/chert/chert_modifiedpostlist.cc -o backends/chert/chert_modifiedpostlist.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_positionlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_positionlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_positionlist.lo backends/chert/chert_positionlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_positionlist.lo -MD -MP -MF backends/chert/.deps/chert_positionlist.Tpo -c backends/chert/chert_positionlist.cc -fPIC -DPIC -o backends/chert/.libs/chert_positionlist.o
# In file included from backends/chert/chert_positionlist.cc:23:
# In file included from backends/chert/chert_positionlist.h:26:
# In file included from backends/chert/chert_lazytable.h:24:
# In file included from backends/chert/chert_table.h:26:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_positionlist.lo -MD -MP -MF backends/chert/.deps/chert_positionlist.Tpo -c backends/chert/chert_positionlist.cc -o backends/chert/chert_positionlist.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_postlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_postlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_postlist.lo backends/chert/chert_postlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_postlist.lo -MD -MP -MF backends/chert/.deps/chert_postlist.Tpo -c backends/chert/chert_postlist.cc -fPIC -DPIC -o backends/chert/.libs/chert_postlist.o
# In file included from backends/chert/chert_postlist.cc:25:
# In file included from backends/chert/chert_postlist.h:27:
# In file included from ./include/xapian/database.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_postlist.lo -MD -MP -MF backends/chert/.deps/chert_postlist.Tpo -c backends/chert/chert_postlist.cc -o backends/chert/chert_postlist.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_record.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_record.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_record.lo backends/chert/chert_record.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_record.lo -MD -MP -MF backends/chert/.deps/chert_record.Tpo -c backends/chert/chert_record.cc -fPIC -DPIC -o backends/chert/.libs/chert_record.o
# In file included from backends/chert/chert_record.cc:24:
# In file included from backends/chert/chert_record.h:26:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_record.lo -MD -MP -MF backends/chert/.deps/chert_record.Tpo -c backends/chert/chert_record.cc -o backends/chert/chert_record.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_spelling.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_spelling.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_spelling.lo backends/chert/chert_spelling.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_spelling.lo -MD -MP -MF backends/chert/.deps/chert_spelling.Tpo -c backends/chert/chert_spelling.cc -fPIC -DPIC -o backends/chert/.libs/chert_spelling.o
# In file included from backends/chert/chert_spelling.cc:23:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_spelling.lo -MD -MP -MF backends/chert/.deps/chert_spelling.Tpo -c backends/chert/chert_spelling.cc -o backends/chert/chert_spelling.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_spellingwordslist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_spellingwordslist.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_spellingwordslist.lo backends/chert/chert_spellingwordslist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_spellingwordslist.lo -MD -MP -MF backends/chert/.deps/chert_spellingwordslist.Tpo -c backends/chert/chert_spellingwordslist.cc -fPIC -DPIC -o backends/chert/.libs/chert_spellingwordslist.o
# In file included from backends/chert/chert_spellingwordslist.cc:25:
# In file included from backends/chert/chert_spellingwordslist.h:24:
# In file included from ./common/alltermslist.h:24:
# In file included from ./common/termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_spellingwordslist.lo -MD -MP -MF backends/chert/.deps/chert_spellingwordslist.Tpo -c backends/chert/chert_spellingwordslist.cc -o backends/chert/chert_spellingwordslist.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_synonym.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_synonym.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_synonym.lo backends/chert/chert_synonym.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_synonym.lo -MD -MP -MF backends/chert/.deps/chert_synonym.Tpo -c backends/chert/chert_synonym.cc -fPIC -DPIC -o backends/chert/.libs/chert_synonym.o
# In file included from backends/chert/chert_synonym.cc:22:
# In file included from backends/chert/chert_synonym.h:26:
# In file included from ./common/alltermslist.h:24:
# In file included from ./common/termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_synonym.lo -MD -MP -MF backends/chert/.deps/chert_synonym.Tpo -c backends/chert/chert_synonym.cc -o backends/chert/chert_synonym.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_table.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_table.lo backends/chert/chert_table.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_table.lo -MD -MP -MF backends/chert/.deps/chert_table.Tpo -c backends/chert/chert_table.cc -fPIC -DPIC -o backends/chert/.libs/chert_table.o
# In file included from backends/chert/chert_table.cc:27:
# In file included from backends/chert/chert_table.h:26:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_table.lo -MD -MP -MF backends/chert/.deps/chert_table.Tpo -c backends/chert/chert_table.cc -o backends/chert/chert_table.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_termlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_termlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_termlist.lo backends/chert/chert_termlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_termlist.lo -MD -MP -MF backends/chert/.deps/chert_termlist.Tpo -c backends/chert/chert_termlist.cc -fPIC -DPIC -o backends/chert/.libs/chert_termlist.o
# In file included from backends/chert/chert_termlist.cc:24:
# In file included from backends/chert/chert_termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_termlist.lo -MD -MP -MF backends/chert/.deps/chert_termlist.Tpo -c backends/chert/chert_termlist.cc -o backends/chert/chert_termlist.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_termlisttable.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_termlisttable.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_termlisttable.lo backends/chert/chert_termlisttable.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_termlisttable.lo -MD -MP -MF backends/chert/.deps/chert_termlisttable.Tpo -c backends/chert/chert_termlisttable.cc -fPIC -DPIC -o backends/chert/.libs/chert_termlisttable.o
# In file included from backends/chert/chert_termlisttable.cc:23:
# In file included from backends/chert/chert_termlisttable.h:26:
# In file included from backends/chert/chert_lazytable.h:24:
# In file included from backends/chert/chert_table.h:26:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_termlisttable.lo -MD -MP -MF backends/chert/.deps/chert_termlisttable.Tpo -c backends/chert/chert_termlisttable.cc -o backends/chert/chert_termlisttable.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_valuelist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_valuelist.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_valuelist.lo backends/chert/chert_valuelist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_valuelist.lo -MD -MP -MF backends/chert/.deps/chert_valuelist.Tpo -c backends/chert/chert_valuelist.cc -fPIC -DPIC -o backends/chert/.libs/chert_valuelist.o
# In file included from backends/chert/chert_valuelist.cc:23:
# In file included from backends/chert/chert_valuelist.h:24:
# In file included from ./common/valuelist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_valuelist.lo -MD -MP -MF backends/chert/.deps/chert_valuelist.Tpo -c backends/chert/chert_valuelist.cc -o backends/chert/chert_valuelist.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_values.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_values.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_values.lo backends/chert/chert_values.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_values.lo -MD -MP -MF backends/chert/.deps/chert_values.Tpo -c backends/chert/chert_values.cc -fPIC -DPIC -o backends/chert/.libs/chert_values.o
# In file included from backends/chert/chert_values.cc:24:
# In file included from backends/chert/chert_values.h:25:
# In file included from ./common/pack.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/cstring:41:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_values.lo -MD -MP -MF backends/chert/.deps/chert_values.Tpo -c backends/chert/chert_values.cc -o backends/chert/chert_values.o >/dev/null 2>&1
# depbase=`echo backends/chert/chert_version.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_version.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_version.lo backends/chert/chert_version.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_version.lo -MD -MP -MF backends/chert/.deps/chert_version.Tpo -c backends/chert/chert_version.cc -fPIC -DPIC -o backends/chert/.libs/chert_version.o
# In file included from backends/chert/chert_version.cc:24:
# In file included from ./common/safeerrno.h:34:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/cerrno:41:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_version.lo -MD -MP -MF backends/chert/.deps/chert_version.Tpo -c backends/chert/chert_version.cc -o backends/chert/chert_version.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_alldocspostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_alldocspostlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_alldocspostlist.lo backends/flint/flint_alldocspostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_alldocspostlist.lo -MD -MP -MF backends/flint/.deps/flint_alldocspostlist.Tpo -c backends/flint/flint_alldocspostlist.cc -fPIC -DPIC -o backends/flint/.libs/flint_alldocspostlist.o
# In file included from backends/flint/flint_alldocspostlist.cc:22:
# In file included from backends/flint/flint_alldocspostlist.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_alldocspostlist.lo -MD -MP -MF backends/flint/.deps/flint_alldocspostlist.Tpo -c backends/flint/flint_alldocspostlist.cc -o backends/flint/flint_alldocspostlist.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_alltermslist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_alltermslist.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_alltermslist.lo backends/flint/flint_alltermslist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_alltermslist.lo -MD -MP -MF backends/flint/.deps/flint_alltermslist.Tpo -c backends/flint/flint_alltermslist.cc -fPIC -DPIC -o backends/flint/.libs/flint_alltermslist.o
# In file included from backends/flint/flint_alltermslist.cc:22:
# In file included from backends/flint/flint_alltermslist.h:24:
# In file included from ./common/alltermslist.h:24:
# In file included from ./common/termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_alltermslist.lo -MD -MP -MF backends/flint/.deps/flint_alltermslist.Tpo -c backends/flint/flint_alltermslist.cc -o backends/flint/flint_alltermslist.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_btreebase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_btreebase.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_btreebase.lo backends/flint/flint_btreebase.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_btreebase.lo -MD -MP -MF backends/flint/.deps/flint_btreebase.Tpo -c backends/flint/flint_btreebase.cc -fPIC -DPIC -o backends/flint/.libs/flint_btreebase.o
# In file included from backends/flint/flint_btreebase.cc:25:
# In file included from ./common/safeerrno.h:34:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/cerrno:41:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_btreebase.lo -MD -MP -MF backends/flint/.deps/flint_btreebase.Tpo -c backends/flint/flint_btreebase.cc -o backends/flint/flint_btreebase.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_compact.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_compact.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_compact.lo backends/flint/flint_compact.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_compact.lo -MD -MP -MF backends/flint/.deps/flint_compact.Tpo -c backends/flint/flint_compact.cc -fPIC -DPIC -o backends/flint/.libs/flint_compact.o
# In file included from backends/flint/flint_compact.cc:24:
# In file included from ./include/xapian/compactor.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_compact.lo -MD -MP -MF backends/flint/.deps/flint_compact.Tpo -c backends/flint/flint_compact.cc -o backends/flint/flint_compact.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_cursor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_cursor.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_cursor.lo backends/flint/flint_cursor.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_cursor.lo -MD -MP -MF backends/flint/.deps/flint_cursor.Tpo -c backends/flint/flint_cursor.cc -fPIC -DPIC -o backends/flint/.libs/flint_cursor.o
# In file included from backends/flint/flint_cursor.cc:24:
# In file included from backends/flint/flint_cursor.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_cursor.lo -MD -MP -MF backends/flint/.deps/flint_cursor.Tpo -c backends/flint/flint_cursor.cc -o backends/flint/flint_cursor.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_database.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_database.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_database.lo backends/flint/flint_database.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_database.lo -MD -MP -MF backends/flint/.deps/flint_database.Tpo -c backends/flint/flint_database.cc -fPIC -DPIC -o backends/flint/.libs/flint_database.o
# In file included from backends/flint/flint_database.cc:30:
# In file included from backends/flint/flint_database.h:27:
# In file included from ./common/database.h:27:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_database.lo -MD -MP -MF backends/flint/.deps/flint_database.Tpo -c backends/flint/flint_database.cc -o backends/flint/flint_database.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_databasereplicator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_databasereplicator.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_databasereplicator.lo backends/flint/flint_databasereplicator.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_databasereplicator.lo -MD -MP -MF backends/flint/.deps/flint_databasereplicator.Tpo -c backends/flint/flint_databasereplicator.cc -fPIC -DPIC -o backends/flint/.libs/flint_databasereplicator.o
# In file included from backends/flint/flint_databasereplicator.cc:26:
# In file included from backends/flint/flint_databasereplicator.h:27:
# In file included from ./common/databasereplicator.h:26:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_databasereplicator.lo -MD -MP -MF backends/flint/.deps/flint_databasereplicator.Tpo -c backends/flint/flint_databasereplicator.cc -o backends/flint/flint_databasereplicator.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_document.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_document.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_document.lo backends/flint/flint_document.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_document.lo -MD -MP -MF backends/flint/.deps/flint_document.Tpo -c backends/flint/flint_document.cc -fPIC -DPIC -o backends/flint/.libs/flint_document.o
# In file included from backends/flint/flint_document.cc:24:
# In file included from backends/flint/flint_document.h:27:
# In file included from ./common/document.h:28:
# In file included from ./common/termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_document.lo -MD -MP -MF backends/flint/.deps/flint_document.Tpo -c backends/flint/flint_document.cc -o backends/flint/flint_document.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_metadata.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_metadata.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_metadata.lo backends/flint/flint_metadata.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_metadata.lo -MD -MP -MF backends/flint/.deps/flint_metadata.Tpo -c backends/flint/flint_metadata.cc -fPIC -DPIC -o backends/flint/.libs/flint_metadata.o
# In file included from backends/flint/flint_metadata.cc:23:
# In file included from backends/flint/flint_metadata.h:26:
# In file included from ./include/xapian/database.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_metadata.lo -MD -MP -MF backends/flint/.deps/flint_metadata.Tpo -c backends/flint/flint_metadata.cc -o backends/flint/flint_metadata.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_modifiedpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_modifiedpostlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_modifiedpostlist.lo backends/flint/flint_modifiedpostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_modifiedpostlist.lo -MD -MP -MF backends/flint/.deps/flint_modifiedpostlist.Tpo -c backends/flint/flint_modifiedpostlist.cc -fPIC -DPIC -o backends/flint/.libs/flint_modifiedpostlist.o
# In file included from backends/flint/flint_modifiedpostlist.cc:22:
# In file included from backends/flint/flint_modifiedpostlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/map:60:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/bits/stl_tree.h:63:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/bits/stl_algobase.h:59:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_modifiedpostlist.lo -MD -MP -MF backends/flint/.deps/flint_modifiedpostlist.Tpo -c backends/flint/flint_modifiedpostlist.cc -o backends/flint/flint_modifiedpostlist.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_positionlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_positionlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_positionlist.lo backends/flint/flint_positionlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_positionlist.lo -MD -MP -MF backends/flint/.deps/flint_positionlist.Tpo -c backends/flint/flint_positionlist.cc -fPIC -DPIC -o backends/flint/.libs/flint_positionlist.o
# In file included from backends/flint/flint_positionlist.cc:23:
# In file included from backends/flint/flint_positionlist.h:26:
# In file included from backends/flint/flint_table.h:26:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_positionlist.lo -MD -MP -MF backends/flint/.deps/flint_positionlist.Tpo -c backends/flint/flint_positionlist.cc -o backends/flint/flint_positionlist.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_postlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_postlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_postlist.lo backends/flint/flint_postlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_postlist.lo -MD -MP -MF backends/flint/.deps/flint_postlist.Tpo -c backends/flint/flint_postlist.cc -fPIC -DPIC -o backends/flint/.libs/flint_postlist.o
# In file included from backends/flint/flint_postlist.cc:24:
# In file included from backends/flint/flint_postlist.h:27:
# In file included from ./include/xapian/database.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_postlist.lo -MD -MP -MF backends/flint/.deps/flint_postlist.Tpo -c backends/flint/flint_postlist.cc -o backends/flint/flint_postlist.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_record.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_record.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_record.lo backends/flint/flint_record.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_record.lo -MD -MP -MF backends/flint/.deps/flint_record.Tpo -c backends/flint/flint_record.cc -fPIC -DPIC -o backends/flint/.libs/flint_record.o
# In file included from backends/flint/flint_record.cc:23:
# In file included from backends/flint/flint_record.h:26:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_record.lo -MD -MP -MF backends/flint/.deps/flint_record.Tpo -c backends/flint/flint_record.cc -o backends/flint/flint_record.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_spelling.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_spelling.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_spelling.lo backends/flint/flint_spelling.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_spelling.lo -MD -MP -MF backends/flint/.deps/flint_spelling.Tpo -c backends/flint/flint_spelling.cc -fPIC -DPIC -o backends/flint/.libs/flint_spelling.o
# In file included from backends/flint/flint_spelling.cc:23:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_spelling.lo -MD -MP -MF backends/flint/.deps/flint_spelling.Tpo -c backends/flint/flint_spelling.cc -o backends/flint/flint_spelling.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_spellingwordslist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_spellingwordslist.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_spellingwordslist.lo backends/flint/flint_spellingwordslist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_spellingwordslist.lo -MD -MP -MF backends/flint/.deps/flint_spellingwordslist.Tpo -c backends/flint/flint_spellingwordslist.cc -fPIC -DPIC -o backends/flint/.libs/flint_spellingwordslist.o
# In file included from backends/flint/flint_spellingwordslist.cc:24:
# In file included from backends/flint/flint_spellingwordslist.h:24:
# In file included from ./common/alltermslist.h:24:
# In file included from ./common/termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_spellingwordslist.lo -MD -MP -MF backends/flint/.deps/flint_spellingwordslist.Tpo -c backends/flint/flint_spellingwordslist.cc -o backends/flint/flint_spellingwordslist.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_synonym.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_synonym.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_synonym.lo backends/flint/flint_synonym.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_synonym.lo -MD -MP -MF backends/flint/.deps/flint_synonym.Tpo -c backends/flint/flint_synonym.cc -fPIC -DPIC -o backends/flint/.libs/flint_synonym.o
# In file included from backends/flint/flint_synonym.cc:22:
# In file included from backends/flint/flint_synonym.h:26:
# In file included from ./common/alltermslist.h:24:
# In file included from ./common/termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_synonym.lo -MD -MP -MF backends/flint/.deps/flint_synonym.Tpo -c backends/flint/flint_synonym.cc -o backends/flint/flint_synonym.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_table.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_table.lo backends/flint/flint_table.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_table.lo -MD -MP -MF backends/flint/.deps/flint_table.Tpo -c backends/flint/flint_table.cc -fPIC -DPIC -o backends/flint/.libs/flint_table.o
# In file included from backends/flint/flint_table.cc:27:
# In file included from backends/flint/flint_table.h:26:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_table.lo -MD -MP -MF backends/flint/.deps/flint_table.Tpo -c backends/flint/flint_table.cc -o backends/flint/flint_table.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_termlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_termlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_termlist.lo backends/flint/flint_termlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_termlist.lo -MD -MP -MF backends/flint/.deps/flint_termlist.Tpo -c backends/flint/flint_termlist.cc -fPIC -DPIC -o backends/flint/.libs/flint_termlist.o
# In file included from backends/flint/flint_termlist.cc:24:
# In file included from backends/flint/flint_termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_termlist.lo -MD -MP -MF backends/flint/.deps/flint_termlist.Tpo -c backends/flint/flint_termlist.cc -o backends/flint/flint_termlist.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_termlisttable.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_termlisttable.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_termlisttable.lo backends/flint/flint_termlisttable.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_termlisttable.lo -MD -MP -MF backends/flint/.deps/flint_termlisttable.Tpo -c backends/flint/flint_termlisttable.cc -fPIC -DPIC -o backends/flint/.libs/flint_termlisttable.o
# In file included from backends/flint/flint_termlisttable.cc:23:
# In file included from ./include/xapian/document.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_termlisttable.lo -MD -MP -MF backends/flint/.deps/flint_termlisttable.Tpo -c backends/flint/flint_termlisttable.cc -o backends/flint/flint_termlisttable.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_values.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_values.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_values.lo backends/flint/flint_values.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_values.lo -MD -MP -MF backends/flint/.deps/flint_values.Tpo -c backends/flint/flint_values.cc -fPIC -DPIC -o backends/flint/.libs/flint_values.o
# In file included from backends/flint/flint_values.cc:24:
# In file included from backends/flint/flint_values.h:26:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/map:60:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/bits/stl_tree.h:63:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/bits/stl_algobase.h:59:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_values.lo -MD -MP -MF backends/flint/.deps/flint_values.Tpo -c backends/flint/flint_values.cc -o backends/flint/flint_values.o >/dev/null 2>&1
# depbase=`echo backends/flint/flint_version.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_version.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_version.lo backends/flint/flint_version.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_version.lo -MD -MP -MF backends/flint/.deps/flint_version.Tpo -c backends/flint/flint_version.cc -fPIC -DPIC -o backends/flint/.libs/flint_version.o
# In file included from backends/flint/flint_version.cc:24:
# In file included from ./common/safeerrno.h:34:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/cerrno:41:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_version.lo -MD -MP -MF backends/flint/.deps/flint_version.Tpo -c backends/flint/flint_version.cc -o backends/flint/flint_version.o >/dev/null 2>&1
# depbase=`echo backends/inmemory/inmemory_alltermslist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/inmemory/inmemory_alltermslist.lo -MD -MP -MF $depbase.Tpo -c -o backends/inmemory/inmemory_alltermslist.lo backends/inmemory/inmemory_alltermslist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/inmemory/inmemory_alltermslist.lo -MD -MP -MF backends/inmemory/.deps/inmemory_alltermslist.Tpo -c backends/inmemory/inmemory_alltermslist.cc -fPIC -DPIC -o backends/inmemory/.libs/inmemory_alltermslist.o
# In file included from backends/inmemory/inmemory_alltermslist.cc:23:
# In file included from backends/inmemory/inmemory_alltermslist.h:25:
# In file included from ./common/alltermslist.h:24:
# In file included from ./common/termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/inmemory/inmemory_alltermslist.lo -MD -MP -MF backends/inmemory/.deps/inmemory_alltermslist.Tpo -c backends/inmemory/inmemory_alltermslist.cc -o backends/inmemory/inmemory_alltermslist.o >/dev/null 2>&1
# depbase=`echo backends/inmemory/inmemory_database.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/inmemory/inmemory_database.lo -MD -MP -MF $depbase.Tpo -c -o backends/inmemory/inmemory_database.lo backends/inmemory/inmemory_database.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/inmemory/inmemory_database.lo -MD -MP -MF backends/inmemory/.deps/inmemory_database.Tpo -c backends/inmemory/inmemory_database.cc -fPIC -DPIC -o backends/inmemory/.libs/inmemory_database.o
# In file included from backends/inmemory/inmemory_database.cc:26:
# In file included from backends/inmemory/inmemory_database.h:27:
# In file included from ./common/leafpostlist.h:25:
# In file included from ./common/postlist.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/inmemory/inmemory_database.lo -MD -MP -MF backends/inmemory/.deps/inmemory_database.Tpo -c backends/inmemory/inmemory_database.cc -o backends/inmemory/inmemory_database.o >/dev/null 2>&1
# depbase=`echo backends/inmemory/inmemory_document.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/inmemory/inmemory_document.lo -MD -MP -MF $depbase.Tpo -c -o backends/inmemory/inmemory_document.lo backends/inmemory/inmemory_document.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/inmemory/inmemory_document.lo -MD -MP -MF backends/inmemory/.deps/inmemory_document.Tpo -c backends/inmemory/inmemory_document.cc -fPIC -DPIC -o backends/inmemory/.libs/inmemory_document.o
# In file included from backends/inmemory/inmemory_document.cc:23:
# In file included from backends/inmemory/inmemory_document.h:24:
# In file included from ./common/database.h:27:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/inmemory/inmemory_document.lo -MD -MP -MF backends/inmemory/.deps/inmemory_document.Tpo -c backends/inmemory/inmemory_document.cc -o backends/inmemory/inmemory_document.o >/dev/null 2>&1
# depbase=`echo backends/inmemory/inmemory_positionlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/inmemory/inmemory_positionlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/inmemory/inmemory_positionlist.lo backends/inmemory/inmemory_positionlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/inmemory/inmemory_positionlist.lo -MD -MP -MF backends/inmemory/.deps/inmemory_positionlist.Tpo -c backends/inmemory/inmemory_positionlist.cc -fPIC -DPIC -o backends/inmemory/.libs/inmemory_positionlist.o
# In file included from backends/inmemory/inmemory_positionlist.cc:24:
# In file included from ./common/inmemory_positionlist.h:26:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/inmemory/inmemory_positionlist.lo -MD -MP -MF backends/inmemory/.deps/inmemory_positionlist.Tpo -c backends/inmemory/inmemory_positionlist.cc -o backends/inmemory/inmemory_positionlist.o >/dev/null 2>&1
# depbase=`echo backends/multi/multi_alltermslist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/multi/multi_alltermslist.lo -MD -MP -MF $depbase.Tpo -c -o backends/multi/multi_alltermslist.lo backends/multi/multi_alltermslist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/multi/multi_alltermslist.lo -MD -MP -MF backends/multi/.deps/multi_alltermslist.Tpo -c backends/multi/multi_alltermslist.cc -fPIC -DPIC -o backends/multi/.libs/multi_alltermslist.o
# In file included from backends/multi/multi_alltermslist.cc:23:
# In file included from ./common/multialltermslist.h:24:
# In file included from ./common/alltermslist.h:24:
# In file included from ./common/termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/multi/multi_alltermslist.lo -MD -MP -MF backends/multi/.deps/multi_alltermslist.Tpo -c backends/multi/multi_alltermslist.cc -o backends/multi/multi_alltermslist.o >/dev/null 2>&1
# depbase=`echo backends/multi/multi_postlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/multi/multi_postlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/multi/multi_postlist.lo backends/multi/multi_postlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/multi/multi_postlist.lo -MD -MP -MF backends/multi/.deps/multi_postlist.Tpo -c backends/multi/multi_postlist.cc -fPIC -DPIC -o backends/multi/.libs/multi_postlist.o
# In file included from backends/multi/multi_postlist.cc:24:
# In file included from backends/multi/multi_postlist.h:25:
# In file included from ./common/leafpostlist.h:25:
# In file included from ./common/postlist.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/multi/multi_postlist.lo -MD -MP -MF backends/multi/.deps/multi_postlist.Tpo -c backends/multi/multi_postlist.cc -o backends/multi/multi_postlist.o >/dev/null 2>&1
# depbase=`echo backends/multi/multi_termlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/multi/multi_termlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/multi/multi_termlist.lo backends/multi/multi_termlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/multi/multi_termlist.lo -MD -MP -MF backends/multi/.deps/multi_termlist.Tpo -c backends/multi/multi_termlist.cc -fPIC -DPIC -o backends/multi/.libs/multi_termlist.o
# In file included from backends/multi/multi_termlist.cc:24:
# In file included from backends/multi/multi_termlist.h:25:
# In file included from ./common/termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/multi/multi_termlist.lo -MD -MP -MF backends/multi/.deps/multi_termlist.Tpo -c backends/multi/multi_termlist.cc -o backends/multi/multi_termlist.o >/dev/null 2>&1
# depbase=`echo backends/multi/multi_valuelist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/multi/multi_valuelist.lo -MD -MP -MF $depbase.Tpo -c -o backends/multi/multi_valuelist.lo backends/multi/multi_valuelist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/multi/multi_valuelist.lo -MD -MP -MF backends/multi/.deps/multi_valuelist.Tpo -c backends/multi/multi_valuelist.cc -fPIC -DPIC -o backends/multi/.libs/multi_valuelist.o
# In file included from backends/multi/multi_valuelist.cc:23:
# In file included from ./common/multivaluelist.h:24:
# In file included from ./common/valuelist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/multi/multi_valuelist.lo -MD -MP -MF backends/multi/.deps/multi_valuelist.Tpo -c backends/multi/multi_valuelist.cc -o backends/multi/multi_valuelist.o >/dev/null 2>&1
# depbase=`echo backends/remote/remote-document.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/remote/remote-document.lo -MD -MP -MF $depbase.Tpo -c -o backends/remote/remote-document.lo backends/remote/remote-document.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/remote/remote-document.lo -MD -MP -MF backends/remote/.deps/remote-document.Tpo -c backends/remote/remote-document.cc -fPIC -DPIC -o backends/remote/.libs/remote-document.o
# In file included from backends/remote/remote-document.cc:23:
# In file included from backends/remote/remote-document.h:24:
# In file included from ./common/database.h:27:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/remote/remote-document.lo -MD -MP -MF backends/remote/.deps/remote-document.Tpo -c backends/remote/remote-document.cc -o backends/remote/remote-document.o >/dev/null 2>&1
# depbase=`echo backends/remote/net_postlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/remote/net_postlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/remote/net_postlist.lo backends/remote/net_postlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/remote/net_postlist.lo -MD -MP -MF backends/remote/.deps/net_postlist.Tpo -c backends/remote/net_postlist.cc -fPIC -DPIC -o backends/remote/.libs/net_postlist.o
# In file included from backends/remote/net_postlist.cc:25:
# In file included from backends/remote/net_postlist.h:26:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/remote/net_postlist.lo -MD -MP -MF backends/remote/.deps/net_postlist.Tpo -c backends/remote/net_postlist.cc -o backends/remote/net_postlist.o >/dev/null 2>&1
# depbase=`echo backends/remote/net_termlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/remote/net_termlist.lo -MD -MP -MF $depbase.Tpo -c -o backends/remote/net_termlist.lo backends/remote/net_termlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/remote/net_termlist.lo -MD -MP -MF backends/remote/.deps/net_termlist.Tpo -c backends/remote/net_termlist.cc -fPIC -DPIC -o backends/remote/.libs/net_termlist.o
# In file included from backends/remote/net_termlist.cc:24:
# In file included from backends/remote/net_termlist.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/remote/net_termlist.lo -MD -MP -MF backends/remote/.deps/net_termlist.Tpo -c backends/remote/net_termlist.cc -o backends/remote/net_termlist.o >/dev/null 2>&1
# depbase=`echo backends/remote/remote-database.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/remote/remote-database.lo -MD -MP -MF $depbase.Tpo -c -o backends/remote/remote-database.lo backends/remote/remote-database.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/remote/remote-database.lo -MD -MP -MF backends/remote/.deps/remote-database.Tpo -c backends/remote/remote-database.cc -fPIC -DPIC -o backends/remote/.libs/remote-database.o
# In file included from backends/remote/remote-database.cc:24:
# In file included from ./common/remote-database.h:25:
# In file included from ./common/database.h:27:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/remote/remote-database.lo -MD -MP -MF backends/remote/.deps/remote-database.Tpo -c backends/remote/remote-database.cc -o backends/remote/remote-database.o >/dev/null 2>&1
# depbase=`echo common/bitstream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/bitstream.lo -MD -MP -MF $depbase.Tpo -c -o common/bitstream.lo common/bitstream.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/bitstream.lo -MD -MP -MF common/.deps/bitstream.Tpo -c common/bitstream.cc -fPIC -DPIC -o common/.libs/bitstream.o
# In file included from common/bitstream.cc:24:
# In file included from ./common/bitstream.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/bitstream.lo -MD -MP -MF common/.deps/bitstream.Tpo -c common/bitstream.cc -o common/bitstream.o >/dev/null 2>&1
# depbase=`echo common/closefrom.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/closefrom.lo -MD -MP -MF $depbase.Tpo -c -o common/closefrom.lo common/closefrom.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/closefrom.lo -MD -MP -MF common/.deps/closefrom.Tpo -c common/closefrom.cc -fPIC -DPIC -o common/.libs/closefrom.o
# In file included from common/closefrom.cc:28:
# In file included from ./common/safeerrno.h:34:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/cerrno:41:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/closefrom.lo -MD -MP -MF common/.deps/closefrom.Tpo -c common/closefrom.cc -o common/closefrom.o >/dev/null 2>&1
# depbase=`echo common/const_database_wrapper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/const_database_wrapper.lo -MD -MP -MF $depbase.Tpo -c -o common/const_database_wrapper.lo common/const_database_wrapper.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/const_database_wrapper.lo -MD -MP -MF common/.deps/const_database_wrapper.Tpo -c common/const_database_wrapper.cc -fPIC -DPIC -o common/.libs/const_database_wrapper.o
# In file included from common/const_database_wrapper.cc:25:
# In file included from ./common/const_database_wrapper.h:27:
# In file included from ./common/database.h:27:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/const_database_wrapper.lo -MD -MP -MF common/.deps/const_database_wrapper.Tpo -c common/const_database_wrapper.cc -o common/const_database_wrapper.o >/dev/null 2>&1
# depbase=`echo common/debuglog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/debuglog.lo -MD -MP -MF $depbase.Tpo -c -o common/debuglog.lo common/debuglog.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/debuglog.lo -MD -MP -MF common/.deps/debuglog.Tpo -c common/debuglog.cc -fPIC -DPIC -o common/.libs/debuglog.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/debuglog.lo -MD -MP -MF common/.deps/debuglog.Tpo -c common/debuglog.cc -o common/debuglog.o >/dev/null 2>&1
# depbase=`echo common/errno_to_string.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/errno_to_string.lo -MD -MP -MF $depbase.Tpo -c -o common/errno_to_string.lo common/errno_to_string.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/errno_to_string.lo -MD -MP -MF common/.deps/errno_to_string.Tpo -c common/errno_to_string.cc -fPIC -DPIC -o common/.libs/errno_to_string.o
# In file included from common/errno_to_string.cc:27:
# In file included from ./common/errno_to_string.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/errno_to_string.lo -MD -MP -MF common/.deps/errno_to_string.Tpo -c common/errno_to_string.cc -o common/errno_to_string.o >/dev/null 2>&1
# depbase=`echo common/fileutils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/fileutils.lo -MD -MP -MF $depbase.Tpo -c -o common/fileutils.lo common/fileutils.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/fileutils.lo -MD -MP -MF common/.deps/fileutils.Tpo -c common/fileutils.cc -fPIC -DPIC -o common/.libs/fileutils.o
# In file included from common/fileutils.cc:24:
# In file included from ./common/fileutils.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/fileutils.lo -MD -MP -MF common/.deps/fileutils.Tpo -c common/fileutils.cc -o common/fileutils.o >/dev/null 2>&1
# depbase=`echo common/io_utils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/io_utils.lo -MD -MP -MF $depbase.Tpo -c -o common/io_utils.lo common/io_utils.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/io_utils.lo -MD -MP -MF common/.deps/io_utils.Tpo -c common/io_utils.cc -fPIC -DPIC -o common/.libs/io_utils.o
# In file included from common/io_utils.cc:24:
# In file included from ./common/io_utils.h:25:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/io_utils.lo -MD -MP -MF common/.deps/io_utils.Tpo -c common/io_utils.cc -o common/io_utils.o >/dev/null 2>&1
# depbase=`echo common/msvc_dirent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/msvc_dirent.lo -MD -MP -MF $depbase.Tpo -c -o common/msvc_dirent.lo common/msvc_dirent.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/msvc_dirent.lo -MD -MP -MF common/.deps/msvc_dirent.Tpo -c common/msvc_dirent.cc -fPIC -DPIC -o common/.libs/msvc_dirent.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/msvc_dirent.lo -MD -MP -MF common/.deps/msvc_dirent.Tpo -c common/msvc_dirent.cc -o common/msvc_dirent.o >/dev/null 2>&1
# depbase=`echo common/msvc_posix_wrapper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/msvc_posix_wrapper.lo -MD -MP -MF $depbase.Tpo -c -o common/msvc_posix_wrapper.lo common/msvc_posix_wrapper.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/msvc_posix_wrapper.lo -MD -MP -MF common/.deps/msvc_posix_wrapper.Tpo -c common/msvc_posix_wrapper.cc -fPIC -DPIC -o common/.libs/msvc_posix_wrapper.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/msvc_posix_wrapper.lo -MD -MP -MF common/.deps/msvc_posix_wrapper.Tpo -c common/msvc_posix_wrapper.cc -o common/msvc_posix_wrapper.o >/dev/null 2>&1
# depbase=`echo common/replicate_utils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/replicate_utils.lo -MD -MP -MF $depbase.Tpo -c -o common/replicate_utils.lo common/replicate_utils.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/replicate_utils.lo -MD -MP -MF common/.deps/replicate_utils.Tpo -c common/replicate_utils.cc -fPIC -DPIC -o common/.libs/replicate_utils.o
# In file included from common/replicate_utils.cc:24:
# In file included from ./common/replicate_utils.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/replicate_utils.lo -MD -MP -MF common/.deps/replicate_utils.Tpo -c common/replicate_utils.cc -o common/replicate_utils.o >/dev/null 2>&1
# depbase=`echo common/safe.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/safe.lo -MD -MP -MF $depbase.Tpo -c -o common/safe.lo common/safe.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/safe.lo -MD -MP -MF common/.deps/safe.Tpo -c common/safe.cc -fPIC -DPIC -o common/.libs/safe.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/safe.lo -MD -MP -MF common/.deps/safe.Tpo -c common/safe.cc -o common/safe.o >/dev/null 2>&1
# depbase=`echo common/serialise-double.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/serialise-double.lo -MD -MP -MF $depbase.Tpo -c -o common/serialise-double.lo common/serialise-double.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/serialise-double.lo -MD -MP -MF common/.deps/serialise-double.Tpo -c common/serialise-double.cc -fPIC -DPIC -o common/.libs/serialise-double.o
# In file included from common/serialise-double.cc:27:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/serialise-double.lo -MD -MP -MF common/.deps/serialise-double.Tpo -c common/serialise-double.cc -o common/serialise-double.o >/dev/null 2>&1
# depbase=`echo common/socket_utils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/socket_utils.lo -MD -MP -MF $depbase.Tpo -c -o common/socket_utils.lo common/socket_utils.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/socket_utils.lo -MD -MP -MF common/.deps/socket_utils.Tpo -c common/socket_utils.cc -fPIC -DPIC -o common/.libs/socket_utils.o
# In file included from common/socket_utils.cc:22:
# In file included from ./common/socket_utils.h:25:
# In file included from ./common/safeunistd.h:26:
# In file included from /usr/include/unistd.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/socket_utils.lo -MD -MP -MF common/.deps/socket_utils.Tpo -c common/socket_utils.cc -o common/socket_utils.o >/dev/null 2>&1
# depbase=`echo common/str.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/str.lo -MD -MP -MF $depbase.Tpo -c -o common/str.lo common/str.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/str.lo -MD -MP -MF common/.deps/str.Tpo -c common/str.cc -fPIC -DPIC -o common/.libs/str.o
# In file included from common/str.cc:23:
# In file included from ./common/str.h:26:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/str.lo -MD -MP -MF common/.deps/str.Tpo -c common/str.cc -o common/str.o >/dev/null 2>&1
# depbase=`echo common/stringutils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/stringutils.lo -MD -MP -MF $depbase.Tpo -c -o common/stringutils.lo common/stringutils.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/stringutils.lo -MD -MP -MF common/.deps/stringutils.Tpo -c common/stringutils.cc -fPIC -DPIC -o common/.libs/stringutils.o
# In file included from common/stringutils.cc:23:
# In file included from ./common/stringutils.h:26:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/algorithm:60:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/utility:68:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/stringutils.lo -MD -MP -MF common/.deps/stringutils.Tpo -c common/stringutils.cc -o common/stringutils.o >/dev/null 2>&1
# depbase=`echo common/utils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/utils.lo -MD -MP -MF $depbase.Tpo -c -o common/utils.lo common/utils.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/utils.lo -MD -MP -MF common/.deps/utils.Tpo -c common/utils.cc -fPIC -DPIC -o common/.libs/utils.o
# In file included from common/utils.cc:25:
# In file included from ./common/utils.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/utils.lo -MD -MP -MF common/.deps/utils.Tpo -c common/utils.cc -o common/utils.o >/dev/null 2>&1
# depbase=`echo expand/esetinternal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT expand/esetinternal.lo -MD -MP -MF $depbase.Tpo -c -o expand/esetinternal.lo expand/esetinternal.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT expand/esetinternal.lo -MD -MP -MF expand/.deps/esetinternal.Tpo -c expand/esetinternal.cc -fPIC -DPIC -o expand/.libs/esetinternal.o
# In file included from expand/esetinternal.cc:24:
# In file included from ./common/esetinternal.h:26:
# In file included from ./include/xapian/enquire.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT expand/esetinternal.lo -MD -MP -MF expand/.deps/esetinternal.Tpo -c expand/esetinternal.cc -o expand/esetinternal.o >/dev/null 2>&1
# depbase=`echo expand/expandweight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT expand/expandweight.lo -MD -MP -MF $depbase.Tpo -c -o expand/expandweight.lo expand/expandweight.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT expand/expandweight.lo -MD -MP -MF expand/.deps/expandweight.Tpo -c expand/expandweight.cc -fPIC -DPIC -o expand/.libs/expandweight.o
# In file included from expand/expandweight.cc:24:
# In file included from ./common/expandweight.h:24:
# In file included from ./include/xapian/database.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT expand/expandweight.lo -MD -MP -MF expand/.deps/expandweight.Tpo -c expand/expandweight.cc -o expand/expandweight.o >/dev/null 2>&1
# depbase=`echo expand/ortermlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT expand/ortermlist.lo -MD -MP -MF $depbase.Tpo -c -o expand/ortermlist.lo expand/ortermlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT expand/ortermlist.lo -MD -MP -MF expand/.deps/ortermlist.Tpo -c expand/ortermlist.cc -fPIC -DPIC -o expand/.libs/ortermlist.o
# In file included from expand/ortermlist.cc:23:
# In file included from ./common/ortermlist.h:24:
# In file included from ./common/termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT expand/ortermlist.lo -MD -MP -MF expand/.deps/ortermlist.Tpo -c expand/ortermlist.cc -o expand/ortermlist.o >/dev/null 2>&1
# depbase=`echo languages/danish.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/danish.lo -MD -MP -MF $depbase.Tpo -c -o languages/danish.lo languages/danish.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/danish.lo -MD -MP -MF languages/.deps/danish.Tpo -c languages/danish.cc -fPIC -DPIC -o languages/.libs/danish.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/danish.lo -MD -MP -MF languages/.deps/danish.Tpo -c languages/danish.cc -o languages/danish.o >/dev/null 2>&1
# depbase=`echo languages/dutch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/dutch.lo -MD -MP -MF $depbase.Tpo -c -o languages/dutch.lo languages/dutch.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/dutch.lo -MD -MP -MF languages/.deps/dutch.Tpo -c languages/dutch.cc -fPIC -DPIC -o languages/.libs/dutch.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/dutch.lo -MD -MP -MF languages/.deps/dutch.Tpo -c languages/dutch.cc -o languages/dutch.o >/dev/null 2>&1
# depbase=`echo languages/english.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/english.lo -MD -MP -MF $depbase.Tpo -c -o languages/english.lo languages/english.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/english.lo -MD -MP -MF languages/.deps/english.Tpo -c languages/english.cc -fPIC -DPIC -o languages/.libs/english.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/english.lo -MD -MP -MF languages/.deps/english.Tpo -c languages/english.cc -o languages/english.o >/dev/null 2>&1
# depbase=`echo languages/finnish.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/finnish.lo -MD -MP -MF $depbase.Tpo -c -o languages/finnish.lo languages/finnish.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/finnish.lo -MD -MP -MF languages/.deps/finnish.Tpo -c languages/finnish.cc -fPIC -DPIC -o languages/.libs/finnish.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/finnish.lo -MD -MP -MF languages/.deps/finnish.Tpo -c languages/finnish.cc -o languages/finnish.o >/dev/null 2>&1
# depbase=`echo languages/french.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/french.lo -MD -MP -MF $depbase.Tpo -c -o languages/french.lo languages/french.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/french.lo -MD -MP -MF languages/.deps/french.Tpo -c languages/french.cc -fPIC -DPIC -o languages/.libs/french.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/french.lo -MD -MP -MF languages/.deps/french.Tpo -c languages/french.cc -o languages/french.o >/dev/null 2>&1
# depbase=`echo languages/german2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/german2.lo -MD -MP -MF $depbase.Tpo -c -o languages/german2.lo languages/german2.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/german2.lo -MD -MP -MF languages/.deps/german2.Tpo -c languages/german2.cc -fPIC -DPIC -o languages/.libs/german2.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/german2.lo -MD -MP -MF languages/.deps/german2.Tpo -c languages/german2.cc -o languages/german2.o >/dev/null 2>&1
# depbase=`echo languages/german.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/german.lo -MD -MP -MF $depbase.Tpo -c -o languages/german.lo languages/german.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/german.lo -MD -MP -MF languages/.deps/german.Tpo -c languages/german.cc -fPIC -DPIC -o languages/.libs/german.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/german.lo -MD -MP -MF languages/.deps/german.Tpo -c languages/german.cc -o languages/german.o >/dev/null 2>&1
# depbase=`echo languages/hungarian.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/hungarian.lo -MD -MP -MF $depbase.Tpo -c -o languages/hungarian.lo languages/hungarian.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/hungarian.lo -MD -MP -MF languages/.deps/hungarian.Tpo -c languages/hungarian.cc -fPIC -DPIC -o languages/.libs/hungarian.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/hungarian.lo -MD -MP -MF languages/.deps/hungarian.Tpo -c languages/hungarian.cc -o languages/hungarian.o >/dev/null 2>&1
# depbase=`echo languages/italian.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/italian.lo -MD -MP -MF $depbase.Tpo -c -o languages/italian.lo languages/italian.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/italian.lo -MD -MP -MF languages/.deps/italian.Tpo -c languages/italian.cc -fPIC -DPIC -o languages/.libs/italian.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/italian.lo -MD -MP -MF languages/.deps/italian.Tpo -c languages/italian.cc -o languages/italian.o >/dev/null 2>&1
# depbase=`echo languages/kraaij_pohlmann.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/kraaij_pohlmann.lo -MD -MP -MF $depbase.Tpo -c -o languages/kraaij_pohlmann.lo languages/kraaij_pohlmann.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/kraaij_pohlmann.lo -MD -MP -MF languages/.deps/kraaij_pohlmann.Tpo -c languages/kraaij_pohlmann.cc -fPIC -DPIC -o languages/.libs/kraaij_pohlmann.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/kraaij_pohlmann.lo -MD -MP -MF languages/.deps/kraaij_pohlmann.Tpo -c languages/kraaij_pohlmann.cc -o languages/kraaij_pohlmann.o >/dev/null 2>&1
# depbase=`echo languages/lovins.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/lovins.lo -MD -MP -MF $depbase.Tpo -c -o languages/lovins.lo languages/lovins.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/lovins.lo -MD -MP -MF languages/.deps/lovins.Tpo -c languages/lovins.cc -fPIC -DPIC -o languages/.libs/lovins.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/lovins.lo -MD -MP -MF languages/.deps/lovins.Tpo -c languages/lovins.cc -o languages/lovins.o >/dev/null 2>&1
# depbase=`echo languages/norwegian.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/norwegian.lo -MD -MP -MF $depbase.Tpo -c -o languages/norwegian.lo languages/norwegian.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/norwegian.lo -MD -MP -MF languages/.deps/norwegian.Tpo -c languages/norwegian.cc -fPIC -DPIC -o languages/.libs/norwegian.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/norwegian.lo -MD -MP -MF languages/.deps/norwegian.Tpo -c languages/norwegian.cc -o languages/norwegian.o >/dev/null 2>&1
# depbase=`echo languages/porter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/porter.lo -MD -MP -MF $depbase.Tpo -c -o languages/porter.lo languages/porter.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/porter.lo -MD -MP -MF languages/.deps/porter.Tpo -c languages/porter.cc -fPIC -DPIC -o languages/.libs/porter.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/porter.lo -MD -MP -MF languages/.deps/porter.Tpo -c languages/porter.cc -o languages/porter.o >/dev/null 2>&1
# depbase=`echo languages/portuguese.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/portuguese.lo -MD -MP -MF $depbase.Tpo -c -o languages/portuguese.lo languages/portuguese.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/portuguese.lo -MD -MP -MF languages/.deps/portuguese.Tpo -c languages/portuguese.cc -fPIC -DPIC -o languages/.libs/portuguese.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/portuguese.lo -MD -MP -MF languages/.deps/portuguese.Tpo -c languages/portuguese.cc -o languages/portuguese.o >/dev/null 2>&1
# depbase=`echo languages/romanian.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/romanian.lo -MD -MP -MF $depbase.Tpo -c -o languages/romanian.lo languages/romanian.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/romanian.lo -MD -MP -MF languages/.deps/romanian.Tpo -c languages/romanian.cc -fPIC -DPIC -o languages/.libs/romanian.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/romanian.lo -MD -MP -MF languages/.deps/romanian.Tpo -c languages/romanian.cc -o languages/romanian.o >/dev/null 2>&1
# depbase=`echo languages/russian.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/russian.lo -MD -MP -MF $depbase.Tpo -c -o languages/russian.lo languages/russian.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/russian.lo -MD -MP -MF languages/.deps/russian.Tpo -c languages/russian.cc -fPIC -DPIC -o languages/.libs/russian.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/russian.lo -MD -MP -MF languages/.deps/russian.Tpo -c languages/russian.cc -o languages/russian.o >/dev/null 2>&1
# depbase=`echo languages/spanish.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/spanish.lo -MD -MP -MF $depbase.Tpo -c -o languages/spanish.lo languages/spanish.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/spanish.lo -MD -MP -MF languages/.deps/spanish.Tpo -c languages/spanish.cc -fPIC -DPIC -o languages/.libs/spanish.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/spanish.lo -MD -MP -MF languages/.deps/spanish.Tpo -c languages/spanish.cc -o languages/spanish.o >/dev/null 2>&1
# depbase=`echo languages/swedish.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/swedish.lo -MD -MP -MF $depbase.Tpo -c -o languages/swedish.lo languages/swedish.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/swedish.lo -MD -MP -MF languages/.deps/swedish.Tpo -c languages/swedish.cc -fPIC -DPIC -o languages/.libs/swedish.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/swedish.lo -MD -MP -MF languages/.deps/swedish.Tpo -c languages/swedish.cc -o languages/swedish.o >/dev/null 2>&1
# depbase=`echo languages/turkish.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/turkish.lo -MD -MP -MF $depbase.Tpo -c -o languages/turkish.lo languages/turkish.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/turkish.lo -MD -MP -MF languages/.deps/turkish.Tpo -c languages/turkish.cc -fPIC -DPIC -o languages/.libs/turkish.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/turkish.lo -MD -MP -MF languages/.deps/turkish.Tpo -c languages/turkish.cc -o languages/turkish.o >/dev/null 2>&1
# depbase=`echo languages/stem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/stem.lo -MD -MP -MF $depbase.Tpo -c -o languages/stem.lo languages/stem.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/stem.lo -MD -MP -MF languages/.deps/stem.Tpo -c languages/stem.cc -fPIC -DPIC -o languages/.libs/stem.o
# In file included from languages/stem.cc:24:
# In file included from ./include/xapian/stem.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/stem.lo -MD -MP -MF languages/.deps/stem.Tpo -c languages/stem.cc -o languages/stem.o >/dev/null 2>&1
# depbase=`echo languages/steminternal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/steminternal.lo -MD -MP -MF $depbase.Tpo -c -o languages/steminternal.lo languages/steminternal.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/steminternal.lo -MD -MP -MF languages/.deps/steminternal.Tpo -c languages/steminternal.cc -fPIC -DPIC -o languages/.libs/steminternal.o
# In file included from languages/steminternal.cc:57:
# In file included from languages/steminternal.h:25:
# In file included from ./include/xapian/stem.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT languages/steminternal.lo -MD -MP -MF languages/.deps/steminternal.Tpo -c languages/steminternal.cc -o languages/steminternal.o >/dev/null 2>&1
# depbase=`echo matcher/remotesubmatch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/remotesubmatch.lo -MD -MP -MF $depbase.Tpo -c -o matcher/remotesubmatch.lo matcher/remotesubmatch.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/remotesubmatch.lo -MD -MP -MF matcher/.deps/remotesubmatch.Tpo -c matcher/remotesubmatch.cc -fPIC -DPIC -o matcher/.libs/remotesubmatch.o
# In file included from matcher/remotesubmatch.cc:24:
# In file included from matcher/remotesubmatch.h:25:
# In file included from ./common/submatch.h:27:
# In file included from ./common/omenquireinternal.h:28:
# In file included from ./include/xapian/database.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/remotesubmatch.lo -MD -MP -MF matcher/.deps/remotesubmatch.Tpo -c matcher/remotesubmatch.cc -o matcher/remotesubmatch.o >/dev/null 2>&1
# depbase=`echo matcher/andmaybepostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/andmaybepostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/andmaybepostlist.lo matcher/andmaybepostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/andmaybepostlist.lo -MD -MP -MF matcher/.deps/andmaybepostlist.Tpo -c matcher/andmaybepostlist.cc -fPIC -DPIC -o matcher/.libs/andmaybepostlist.o
# In file included from matcher/andmaybepostlist.cc:25:
# In file included from matcher/andmaybepostlist.h:31:
# In file included from matcher/branchpostlist.h:26:
# In file included from ./common/multimatch.h:26:
# In file included from ./common/omqueryinternal.h:25:
# In file included from ./include/xapian/query.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/andmaybepostlist.lo -MD -MP -MF matcher/.deps/andmaybepostlist.Tpo -c matcher/andmaybepostlist.cc -o matcher/andmaybepostlist.o >/dev/null 2>&1
# depbase=`echo matcher/andnotpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/andnotpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/andnotpostlist.lo matcher/andnotpostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/andnotpostlist.lo -MD -MP -MF matcher/.deps/andnotpostlist.Tpo -c matcher/andnotpostlist.cc -fPIC -DPIC -o matcher/.libs/andnotpostlist.o
# In file included from matcher/andnotpostlist.cc:25:
# In file included from matcher/andnotpostlist.h:27:
# In file included from matcher/branchpostlist.h:26:
# In file included from ./common/multimatch.h:26:
# In file included from ./common/omqueryinternal.h:25:
# In file included from ./include/xapian/query.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/andnotpostlist.lo -MD -MP -MF matcher/.deps/andnotpostlist.Tpo -c matcher/andnotpostlist.cc -o matcher/andnotpostlist.o >/dev/null 2>&1
# depbase=`echo matcher/branchpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/branchpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/branchpostlist.lo matcher/branchpostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/branchpostlist.lo -MD -MP -MF matcher/.deps/branchpostlist.Tpo -c matcher/branchpostlist.cc -fPIC -DPIC -o matcher/.libs/branchpostlist.o
# In file included from matcher/branchpostlist.cc:24:
# In file included from matcher/branchpostlist.h:26:
# In file included from ./common/multimatch.h:26:
# In file included from ./common/omqueryinternal.h:25:
# In file included from ./include/xapian/query.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/branchpostlist.lo -MD -MP -MF matcher/.deps/branchpostlist.Tpo -c matcher/branchpostlist.cc -o matcher/branchpostlist.o >/dev/null 2>&1
# depbase=`echo matcher/collapser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/collapser.lo -MD -MP -MF $depbase.Tpo -c -o matcher/collapser.lo matcher/collapser.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/collapser.lo -MD -MP -MF matcher/.deps/collapser.Tpo -c matcher/collapser.cc -fPIC -DPIC -o matcher/.libs/collapser.o
# In file included from matcher/collapser.cc:23:
# In file included from matcher/collapser.h:24:
# In file included from ./common/document.h:28:
# In file included from ./common/termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/collapser.lo -MD -MP -MF matcher/.deps/collapser.Tpo -c matcher/collapser.cc -o matcher/collapser.o >/dev/null 2>&1
# depbase=`echo matcher/exactphrasepostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/exactphrasepostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/exactphrasepostlist.lo matcher/exactphrasepostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/exactphrasepostlist.lo -MD -MP -MF matcher/.deps/exactphrasepostlist.Tpo -c matcher/exactphrasepostlist.cc -fPIC -DPIC -o matcher/.libs/exactphrasepostlist.o
# In file included from matcher/exactphrasepostlist.cc:23:
# In file included from matcher/exactphrasepostlist.h:25:
# In file included from matcher/selectpostlist.h:25:
# In file included from ./common/postlist.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/exactphrasepostlist.lo -MD -MP -MF matcher/.deps/exactphrasepostlist.Tpo -c matcher/exactphrasepostlist.cc -o matcher/exactphrasepostlist.o >/dev/null 2>&1
# depbase=`echo matcher/externalpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/externalpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/externalpostlist.lo matcher/externalpostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/externalpostlist.lo -MD -MP -MF matcher/.deps/externalpostlist.Tpo -c matcher/externalpostlist.cc -fPIC -DPIC -o matcher/.libs/externalpostlist.o
# In file included from matcher/externalpostlist.cc:24:
# In file included from matcher/externalpostlist.h:25:
# In file included from ./common/postlist.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/externalpostlist.lo -MD -MP -MF matcher/.deps/externalpostlist.Tpo -c matcher/externalpostlist.cc -o matcher/externalpostlist.o >/dev/null 2>&1
# depbase=`echo matcher/localsubmatch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/localsubmatch.lo -MD -MP -MF $depbase.Tpo -c -o matcher/localsubmatch.lo matcher/localsubmatch.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/localsubmatch.lo -MD -MP -MF matcher/.deps/localsubmatch.Tpo -c matcher/localsubmatch.cc -fPIC -DPIC -o matcher/.libs/localsubmatch.o
# In file included from matcher/localsubmatch.cc:24:
# In file included from matcher/localsubmatch.h:25:
# In file included from ./common/database.h:27:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/localsubmatch.lo -MD -MP -MF matcher/.deps/localsubmatch.Tpo -c matcher/localsubmatch.cc -o matcher/localsubmatch.o >/dev/null 2>&1
# depbase=`echo matcher/mergepostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/mergepostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/mergepostlist.lo matcher/mergepostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/mergepostlist.lo -MD -MP -MF matcher/.deps/mergepostlist.Tpo -c matcher/mergepostlist.cc -fPIC -DPIC -o matcher/.libs/mergepostlist.o
# In file included from matcher/mergepostlist.cc:25:
# In file included from matcher/mergepostlist.h:27:
# In file included from ./common/postlist.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/mergepostlist.lo -MD -MP -MF matcher/.deps/mergepostlist.Tpo -c matcher/mergepostlist.cc -o matcher/mergepostlist.o >/dev/null 2>&1
# depbase=`echo matcher/msetcmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/msetcmp.lo -MD -MP -MF $depbase.Tpo -c -o matcher/msetcmp.lo matcher/msetcmp.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/msetcmp.lo -MD -MP -MF matcher/.deps/msetcmp.Tpo -c matcher/msetcmp.cc -fPIC -DPIC -o matcher/.libs/msetcmp.o
# In file included from matcher/msetcmp.cc:23:
# In file included from matcher/msetcmp.h:25:
# In file included from ./common/omenquireinternal.h:28:
# In file included from ./include/xapian/database.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/msetcmp.lo -MD -MP -MF matcher/.deps/msetcmp.Tpo -c matcher/msetcmp.cc -o matcher/msetcmp.o >/dev/null 2>&1
# depbase=`echo matcher/msetpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/msetpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/msetpostlist.lo matcher/msetpostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/msetpostlist.lo -MD -MP -MF matcher/.deps/msetpostlist.Tpo -c matcher/msetpostlist.cc -fPIC -DPIC -o matcher/.libs/msetpostlist.o
# In file included from matcher/msetpostlist.cc:23:
# In file included from matcher/msetpostlist.h:24:
# In file included from ./include/xapian/enquire.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/msetpostlist.lo -MD -MP -MF matcher/.deps/msetpostlist.Tpo -c matcher/msetpostlist.cc -o matcher/msetpostlist.o >/dev/null 2>&1
# depbase=`echo matcher/multiandpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/multiandpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/multiandpostlist.lo matcher/multiandpostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/multiandpostlist.lo -MD -MP -MF matcher/.deps/multiandpostlist.Tpo -c matcher/multiandpostlist.cc -fPIC -DPIC -o matcher/.libs/multiandpostlist.o
# In file included from matcher/multiandpostlist.cc:24:
# In file included from matcher/multiandpostlist.h:25:
# In file included from ./common/multimatch.h:26:
# In file included from ./common/omqueryinternal.h:25:
# In file included from ./include/xapian/query.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/multiandpostlist.lo -MD -MP -MF matcher/.deps/multiandpostlist.Tpo -c matcher/multiandpostlist.cc -o matcher/multiandpostlist.o >/dev/null 2>&1
# depbase=`echo matcher/multimatch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/multimatch.lo -MD -MP -MF $depbase.Tpo -c -o matcher/multimatch.lo matcher/multimatch.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/multimatch.lo -MD -MP -MF matcher/.deps/multimatch.Tpo -c matcher/multimatch.cc -fPIC -DPIC -o matcher/.libs/multimatch.o
# In file included from matcher/multimatch.cc:28:
# In file included from ./common/multimatch.h:26:
# In file included from ./common/omqueryinternal.h:25:
# In file included from ./include/xapian/query.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/multimatch.lo -MD -MP -MF matcher/.deps/multimatch.Tpo -c matcher/multimatch.cc -o matcher/multimatch.o >/dev/null 2>&1
# depbase=`echo matcher/multixorpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/multixorpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/multixorpostlist.lo matcher/multixorpostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/multixorpostlist.lo -MD -MP -MF matcher/.deps/multixorpostlist.Tpo -c matcher/multixorpostlist.cc -fPIC -DPIC -o matcher/.libs/multixorpostlist.o
# In file included from matcher/multixorpostlist.cc:24:
# In file included from matcher/multixorpostlist.h:25:
# In file included from ./common/multimatch.h:26:
# In file included from ./common/omqueryinternal.h:25:
# In file included from ./include/xapian/query.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/multixorpostlist.lo -MD -MP -MF matcher/.deps/multixorpostlist.Tpo -c matcher/multixorpostlist.cc -o matcher/multixorpostlist.o >/dev/null 2>&1
# depbase=`echo matcher/nearpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/nearpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/nearpostlist.lo matcher/nearpostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/nearpostlist.lo -MD -MP -MF matcher/.deps/nearpostlist.Tpo -c matcher/nearpostlist.cc -fPIC -DPIC -o matcher/.libs/nearpostlist.o
# In file included from matcher/nearpostlist.cc:24:
# In file included from matcher/nearpostlist.h:25:
# In file included from matcher/selectpostlist.h:25:
# In file included from ./common/postlist.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/nearpostlist.lo -MD -MP -MF matcher/.deps/nearpostlist.Tpo -c matcher/nearpostlist.cc -o matcher/nearpostlist.o >/dev/null 2>&1
# depbase=`echo matcher/orpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/orpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/orpostlist.lo matcher/orpostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/orpostlist.lo -MD -MP -MF matcher/.deps/orpostlist.Tpo -c matcher/orpostlist.cc -fPIC -DPIC -o matcher/.libs/orpostlist.o
# In file included from matcher/orpostlist.cc:26:
# In file included from matcher/orpostlist.h:28:
# In file included from matcher/branchpostlist.h:26:
# In file included from ./common/multimatch.h:26:
# In file included from ./common/omqueryinternal.h:25:
# In file included from ./include/xapian/query.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/orpostlist.lo -MD -MP -MF matcher/.deps/orpostlist.Tpo -c matcher/orpostlist.cc -o matcher/orpostlist.o >/dev/null 2>&1
# depbase=`echo matcher/phrasepostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/phrasepostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/phrasepostlist.lo matcher/phrasepostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/phrasepostlist.lo -MD -MP -MF matcher/.deps/phrasepostlist.Tpo -c matcher/phrasepostlist.cc -fPIC -DPIC -o matcher/.libs/phrasepostlist.o
# In file included from matcher/phrasepostlist.cc:23:
# In file included from matcher/phrasepostlist.h:25:
# In file included from matcher/selectpostlist.h:25:
# In file included from ./common/postlist.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/phrasepostlist.lo -MD -MP -MF matcher/.deps/phrasepostlist.Tpo -c matcher/phrasepostlist.cc -o matcher/phrasepostlist.o >/dev/null 2>&1
# depbase=`echo matcher/queryoptimiser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/queryoptimiser.lo -MD -MP -MF $depbase.Tpo -c -o matcher/queryoptimiser.lo matcher/queryoptimiser.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/queryoptimiser.lo -MD -MP -MF matcher/.deps/queryoptimiser.Tpo -c matcher/queryoptimiser.cc -fPIC -DPIC -o matcher/.libs/queryoptimiser.o
# In file included from matcher/queryoptimiser.cc:24:
# In file included from matcher/queryoptimiser.h:25:
# In file included from ./include/xapian/query.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/queryoptimiser.lo -MD -MP -MF matcher/.deps/queryoptimiser.Tpo -c matcher/queryoptimiser.cc -o matcher/queryoptimiser.o >/dev/null 2>&1
# depbase=`echo matcher/selectpostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/selectpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/selectpostlist.lo matcher/selectpostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/selectpostlist.lo -MD -MP -MF matcher/.deps/selectpostlist.Tpo -c matcher/selectpostlist.cc -fPIC -DPIC -o matcher/.libs/selectpostlist.o
# In file included from matcher/selectpostlist.cc:24:
# In file included from matcher/selectpostlist.h:25:
# In file included from ./common/postlist.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/selectpostlist.lo -MD -MP -MF matcher/.deps/selectpostlist.Tpo -c matcher/selectpostlist.cc -o matcher/selectpostlist.o >/dev/null 2>&1
# depbase=`echo matcher/synonympostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/synonympostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/synonympostlist.lo matcher/synonympostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/synonympostlist.lo -MD -MP -MF matcher/.deps/synonympostlist.Tpo -c matcher/synonympostlist.cc -fPIC -DPIC -o matcher/.libs/synonympostlist.o
# In file included from matcher/synonympostlist.cc:25:
# In file included from matcher/synonympostlist.h:25:
# In file included from ./common/multimatch.h:26:
# In file included from ./common/omqueryinternal.h:25:
# In file included from ./include/xapian/query.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/synonympostlist.lo -MD -MP -MF matcher/.deps/synonympostlist.Tpo -c matcher/synonympostlist.cc -o matcher/synonympostlist.o >/dev/null 2>&1
# depbase=`echo matcher/valuegepostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/valuegepostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/valuegepostlist.lo matcher/valuegepostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/valuegepostlist.lo -MD -MP -MF matcher/.deps/valuegepostlist.Tpo -c matcher/valuegepostlist.cc -fPIC -DPIC -o matcher/.libs/valuegepostlist.o
# In file included from matcher/valuegepostlist.cc:25:
# In file included from matcher/valuegepostlist.h:25:
# In file included from matcher/valuerangepostlist.h:26:
# In file included from ./common/database.h:27:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/valuegepostlist.lo -MD -MP -MF matcher/.deps/valuegepostlist.Tpo -c matcher/valuegepostlist.cc -o matcher/valuegepostlist.o >/dev/null 2>&1
# depbase=`echo matcher/valuerangepostlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/valuerangepostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/valuerangepostlist.lo matcher/valuerangepostlist.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/valuerangepostlist.lo -MD -MP -MF matcher/.deps/valuerangepostlist.Tpo -c matcher/valuerangepostlist.cc -fPIC -DPIC -o matcher/.libs/valuerangepostlist.o
# In file included from matcher/valuerangepostlist.cc:25:
# In file included from matcher/valuerangepostlist.h:26:
# In file included from ./common/database.h:27:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/valuerangepostlist.lo -MD -MP -MF matcher/.deps/valuerangepostlist.Tpo -c matcher/valuerangepostlist.cc -o matcher/valuerangepostlist.o >/dev/null 2>&1
# depbase=`echo matcher/valuestreamdocument.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/valuestreamdocument.lo -MD -MP -MF $depbase.Tpo -c -o matcher/valuestreamdocument.lo matcher/valuestreamdocument.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/valuestreamdocument.lo -MD -MP -MF matcher/.deps/valuestreamdocument.Tpo -c matcher/valuestreamdocument.cc -fPIC -DPIC -o matcher/.libs/valuestreamdocument.o
# In file included from matcher/valuestreamdocument.cc:23:
# In file included from matcher/valuestreamdocument.h:24:
# In file included from ./common/document.h:28:
# In file included from ./common/termlist.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT matcher/valuestreamdocument.lo -MD -MP -MF matcher/.deps/valuestreamdocument.Tpo -c matcher/valuestreamdocument.cc -o matcher/valuestreamdocument.o >/dev/null 2>&1
# depbase=`echo net/length.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/length.lo -MD -MP -MF $depbase.Tpo -c -o net/length.lo net/length.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/length.lo -MD -MP -MF net/.deps/length.Tpo -c net/length.cc -fPIC -DPIC -o net/.libs/length.o
# In file included from net/length.cc:23:
# In file included from net/length.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/length.lo -MD -MP -MF net/.deps/length.Tpo -c net/length.cc -o net/length.o >/dev/null 2>&1
# depbase=`echo net/progclient.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/progclient.lo -MD -MP -MF $depbase.Tpo -c -o net/progclient.lo net/progclient.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/progclient.lo -MD -MP -MF net/.deps/progclient.Tpo -c net/progclient.cc -fPIC -DPIC -o net/.libs/progclient.o
# In file included from net/progclient.cc:25:
# In file included from ./common/safeerrno.h:34:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/cerrno:41:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/progclient.lo -MD -MP -MF net/.deps/progclient.Tpo -c net/progclient.cc -o net/progclient.o >/dev/null 2>&1
# depbase=`echo net/remoteconnection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/remoteconnection.lo -MD -MP -MF $depbase.Tpo -c -o net/remoteconnection.lo net/remoteconnection.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/remoteconnection.lo -MD -MP -MF net/.deps/remoteconnection.Tpo -c net/remoteconnection.cc -fPIC -DPIC -o net/.libs/remoteconnection.o
# In file included from net/remoteconnection.cc:23:
# In file included from ./common/remoteconnection.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/remoteconnection.lo -MD -MP -MF net/.deps/remoteconnection.Tpo -c net/remoteconnection.cc -o net/remoteconnection.o >/dev/null 2>&1
# depbase=`echo net/remoteserver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/remoteserver.lo -MD -MP -MF $depbase.Tpo -c -o net/remoteserver.lo net/remoteserver.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/remoteserver.lo -MD -MP -MF net/.deps/remoteserver.Tpo -c net/remoteserver.cc -fPIC -DPIC -o net/.libs/remoteserver.o
# In file included from net/remoteserver.cc:23:
# In file included from ./common/remoteserver.h:25:
# In file included from ./include/xapian/database.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/remoteserver.lo -MD -MP -MF net/.deps/remoteserver.Tpo -c net/remoteserver.cc -o net/remoteserver.o >/dev/null 2>&1
# depbase=`echo net/remotetcpclient.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/remotetcpclient.lo -MD -MP -MF $depbase.Tpo -c -o net/remotetcpclient.lo net/remotetcpclient.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/remotetcpclient.lo -MD -MP -MF net/.deps/remotetcpclient.Tpo -c net/remotetcpclient.cc -fPIC -DPIC -o net/.libs/remotetcpclient.o
# In file included from net/remotetcpclient.cc:23:
# In file included from ./common/remotetcpclient.h:24:
# In file included from ./common/remote-database.h:25:
# In file included from ./common/database.h:27:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/remotetcpclient.lo -MD -MP -MF net/.deps/remotetcpclient.Tpo -c net/remotetcpclient.cc -o net/remotetcpclient.o >/dev/null 2>&1
# depbase=`echo net/remotetcpserver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/remotetcpserver.lo -MD -MP -MF $depbase.Tpo -c -o net/remotetcpserver.lo net/remotetcpserver.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/remotetcpserver.lo -MD -MP -MF net/.deps/remotetcpserver.Tpo -c net/remotetcpserver.cc -fPIC -DPIC -o net/.libs/remotetcpserver.o
# In file included from net/remotetcpserver.cc:25:
# In file included from ./common/remotetcpserver.h:24:
# In file included from ./common/tcpserver.h:37:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/remotetcpserver.lo -MD -MP -MF net/.deps/remotetcpserver.Tpo -c net/remotetcpserver.cc -o net/remotetcpserver.o >/dev/null 2>&1
# depbase=`echo net/replicatetcpclient.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/replicatetcpclient.lo -MD -MP -MF $depbase.Tpo -c -o net/replicatetcpclient.lo net/replicatetcpclient.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/replicatetcpclient.lo -MD -MP -MF net/.deps/replicatetcpclient.Tpo -c net/replicatetcpclient.cc -fPIC -DPIC -o net/.libs/replicatetcpclient.o
# In file included from net/replicatetcpclient.cc:23:
# In file included from ./common/replicatetcpclient.h:24:
# In file included from ./common/remoteconnection.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/replicatetcpclient.lo -MD -MP -MF net/.deps/replicatetcpclient.Tpo -c net/replicatetcpclient.cc -o net/replicatetcpclient.o >/dev/null 2>&1
# depbase=`echo net/replicatetcpserver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/replicatetcpserver.lo -MD -MP -MF $depbase.Tpo -c -o net/replicatetcpserver.lo net/replicatetcpserver.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/replicatetcpserver.lo -MD -MP -MF net/.deps/replicatetcpserver.Tpo -c net/replicatetcpserver.cc -fPIC -DPIC -o net/.libs/replicatetcpserver.o
# In file included from net/replicatetcpserver.cc:23:
# In file included from ./common/replicatetcpserver.h:24:
# In file included from ./common/remoteconnection.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/replicatetcpserver.lo -MD -MP -MF net/.deps/replicatetcpserver.Tpo -c net/replicatetcpserver.cc -o net/replicatetcpserver.o >/dev/null 2>&1
# depbase=`echo net/serialise.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/serialise.lo -MD -MP -MF $depbase.Tpo -c -o net/serialise.lo net/serialise.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/serialise.lo -MD -MP -MF net/.deps/serialise.Tpo -c net/serialise.cc -fPIC -DPIC -o net/.libs/serialise.o
# In file included from net/serialise.cc:23:
# In file included from ./include/xapian/document.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/serialise.lo -MD -MP -MF net/.deps/serialise.Tpo -c net/serialise.cc -o net/serialise.o >/dev/null 2>&1
# depbase=`echo net/tcpclient.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/tcpclient.lo -MD -MP -MF $depbase.Tpo -c -o net/tcpclient.lo net/tcpclient.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/tcpclient.lo -MD -MP -MF net/.deps/tcpclient.Tpo -c net/tcpclient.cc -fPIC -DPIC -o net/.libs/tcpclient.o
# In file included from net/tcpclient.cc:25:
# In file included from ./common/remoteconnection.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/tcpclient.lo -MD -MP -MF net/.deps/tcpclient.Tpo -c net/tcpclient.cc -o net/tcpclient.o >/dev/null 2>&1
# depbase=`echo net/tcpserver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/tcpserver.lo -MD -MP -MF $depbase.Tpo -c -o net/tcpserver.lo net/tcpserver.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/tcpserver.lo -MD -MP -MF net/.deps/tcpserver.Tpo -c net/tcpserver.cc -fPIC -DPIC -o net/.libs/tcpserver.o
# In file included from net/tcpserver.cc:25:
# In file included from ./common/tcpserver.h:37:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT net/tcpserver.lo -MD -MP -MF net/.deps/tcpserver.Tpo -c net/tcpserver.cc -o net/tcpserver.o >/dev/null 2>&1
# depbase=`echo queryparser/cjk-tokenizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT queryparser/cjk-tokenizer.lo -MD -MP -MF $depbase.Tpo -c -o queryparser/cjk-tokenizer.lo queryparser/cjk-tokenizer.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT queryparser/cjk-tokenizer.lo -MD -MP -MF queryparser/.deps/cjk-tokenizer.Tpo -c queryparser/cjk-tokenizer.cc -fPIC -DPIC -o queryparser/.libs/cjk-tokenizer.o
# In file included from queryparser/cjk-tokenizer.cc:30:
# In file included from queryparser/cjk-tokenizer.h:31:
# In file included from ./include/xapian/unicode.h:26:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT queryparser/cjk-tokenizer.lo -MD -MP -MF queryparser/.deps/cjk-tokenizer.Tpo -c queryparser/cjk-tokenizer.cc -o queryparser/cjk-tokenizer.o >/dev/null 2>&1
# depbase=`echo queryparser/queryparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT queryparser/queryparser.lo -MD -MP -MF $depbase.Tpo -c -o queryparser/queryparser.lo queryparser/queryparser.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT queryparser/queryparser.lo -MD -MP -MF queryparser/.deps/queryparser.Tpo -c queryparser/queryparser.cc -fPIC -DPIC -o queryparser/.libs/queryparser.o
# In file included from queryparser/queryparser.cc:25:
# In file included from ./include/xapian/queryparser.h:27:
# In file included from ./include/xapian/query.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT queryparser/queryparser.lo -MD -MP -MF queryparser/.deps/queryparser.Tpo -c queryparser/queryparser.cc -o queryparser/queryparser.o >/dev/null 2>&1
# depbase=`echo queryparser/queryparser_internal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT queryparser/queryparser_internal.lo -MD -MP -MF $depbase.Tpo -c -o queryparser/queryparser_internal.lo queryparser/queryparser_internal.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT queryparser/queryparser_internal.lo -MD -MP -MF queryparser/.deps/queryparser_internal.Tpo -c queryparser/queryparser_internal.cc -fPIC -DPIC -o queryparser/.libs/queryparser_internal.o
# In file included from queryparser/queryparser.lemony:27:
# In file included from queryparser/queryparser_internal.h:27:
# In file included from ./include/xapian/database.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT queryparser/queryparser_internal.lo -MD -MP -MF queryparser/.deps/queryparser_internal.Tpo -c queryparser/queryparser_internal.cc -o queryparser/queryparser_internal.o >/dev/null 2>&1
# depbase=`echo queryparser/termgenerator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT queryparser/termgenerator.lo -MD -MP -MF $depbase.Tpo -c -o queryparser/termgenerator.lo queryparser/termgenerator.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT queryparser/termgenerator.lo -MD -MP -MF queryparser/.deps/termgenerator.Tpo -c queryparser/termgenerator.cc -fPIC -DPIC -o queryparser/.libs/termgenerator.o
# In file included from queryparser/termgenerator.cc:23:
# In file included from ./include/xapian/termgenerator.h:26:
# In file included from ./include/xapian/unicode.h:26:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT queryparser/termgenerator.lo -MD -MP -MF queryparser/.deps/termgenerator.Tpo -c queryparser/termgenerator.cc -o queryparser/termgenerator.o >/dev/null 2>&1
# depbase=`echo queryparser/termgenerator_internal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT queryparser/termgenerator_internal.lo -MD -MP -MF $depbase.Tpo -c -o queryparser/termgenerator_internal.lo queryparser/termgenerator_internal.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT queryparser/termgenerator_internal.lo -MD -MP -MF queryparser/.deps/termgenerator_internal.Tpo -c queryparser/termgenerator_internal.cc -fPIC -DPIC -o queryparser/.libs/termgenerator_internal.o
# In file included from queryparser/termgenerator_internal.cc:23:
# In file included from queryparser/termgenerator_internal.h:25:
# In file included from ./include/xapian/database.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT queryparser/termgenerator_internal.lo -MD -MP -MF queryparser/.deps/termgenerator_internal.Tpo -c queryparser/termgenerator_internal.cc -o queryparser/termgenerator_internal.o >/dev/null 2>&1
# depbase=`echo unicode/unicode-data.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT unicode/unicode-data.lo -MD -MP -MF $depbase.Tpo -c -o unicode/unicode-data.lo unicode/unicode-data.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT unicode/unicode-data.lo -MD -MP -MF unicode/.deps/unicode-data.Tpo -c unicode/unicode-data.cc -fPIC -DPIC -o unicode/.libs/unicode-data.o
# In file included from unicode/unicode-data.cc:16:
# In file included from ./include/xapian/unicode.h:26:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT unicode/unicode-data.lo -MD -MP -MF unicode/.deps/unicode-data.Tpo -c unicode/unicode-data.cc -o unicode/unicode-data.o >/dev/null 2>&1
# depbase=`echo unicode/utf8itor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT unicode/utf8itor.lo -MD -MP -MF $depbase.Tpo -c -o unicode/utf8itor.lo unicode/utf8itor.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT unicode/utf8itor.lo -MD -MP -MF unicode/.deps/utf8itor.Tpo -c unicode/utf8itor.cc -fPIC -DPIC -o unicode/.libs/utf8itor.o
# In file included from unicode/utf8itor.cc:22:
# In file included from ./include/xapian/unicode.h:26:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT unicode/utf8itor.lo -MD -MP -MF unicode/.deps/utf8itor.Tpo -c unicode/utf8itor.cc -o unicode/utf8itor.o >/dev/null 2>&1
# depbase=`echo weight/bm25weight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT weight/bm25weight.lo -MD -MP -MF $depbase.Tpo -c -o weight/bm25weight.lo weight/bm25weight.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT weight/bm25weight.lo -MD -MP -MF weight/.deps/bm25weight.Tpo -c weight/bm25weight.cc -fPIC -DPIC -o weight/.libs/bm25weight.o
# In file included from weight/bm25weight.cc:23:
# In file included from ./include/xapian/weight.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT weight/bm25weight.lo -MD -MP -MF weight/.deps/bm25weight.Tpo -c weight/bm25weight.cc -o weight/bm25weight.o >/dev/null 2>&1
# depbase=`echo weight/boolweight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT weight/boolweight.lo -MD -MP -MF $depbase.Tpo -c -o weight/boolweight.lo weight/boolweight.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT weight/boolweight.lo -MD -MP -MF weight/.deps/boolweight.Tpo -c weight/boolweight.cc -fPIC -DPIC -o weight/.libs/boolweight.o
# In file included from weight/boolweight.cc:23:
# In file included from ./include/xapian/weight.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT weight/boolweight.lo -MD -MP -MF weight/.deps/boolweight.Tpo -c weight/boolweight.cc -o weight/boolweight.o >/dev/null 2>&1
# depbase=`echo weight/tradweight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT weight/tradweight.lo -MD -MP -MF $depbase.Tpo -c -o weight/tradweight.lo weight/tradweight.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT weight/tradweight.lo -MD -MP -MF weight/.deps/tradweight.Tpo -c weight/tradweight.cc -fPIC -DPIC -o weight/.libs/tradweight.o
# In file included from weight/tradweight.cc:23:
# In file included from ./include/xapian/weight.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT weight/tradweight.lo -MD -MP -MF weight/.deps/tradweight.Tpo -c weight/tradweight.cc -o weight/tradweight.o >/dev/null 2>&1
# depbase=`echo weight/weight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT weight/weight.lo -MD -MP -MF $depbase.Tpo -c -o weight/weight.lo weight/weight.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT weight/weight.lo -MD -MP -MF weight/.deps/weight.Tpo -c weight/weight.cc -fPIC -DPIC -o weight/.libs/weight.o
# In file included from weight/weight.cc:24:
# In file included from ./include/xapian/weight.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT weight/weight.lo -MD -MP -MF weight/.deps/weight.Tpo -c weight/weight.cc -o weight/weight.o >/dev/null 2>&1
# depbase=`echo weight/weightinternal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT weight/weightinternal.lo -MD -MP -MF $depbase.Tpo -c -o weight/weightinternal.lo weight/weightinternal.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT weight/weightinternal.lo -MD -MP -MF weight/.deps/weightinternal.Tpo -c weight/weightinternal.cc -fPIC -DPIC -o weight/.libs/weightinternal.o
# In file included from weight/weightinternal.cc:24:
# In file included from ./common/weightinternal.h:25:
# In file included from ./include/xapian/weight.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT weight/weightinternal.lo -MD -MP -MF weight/.deps/weightinternal.Tpo -c weight/weightinternal.cc -o weight/weightinternal.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -Bsymbolic-functions -version-info 29:1:7 -o libxapian.la -rpath /usr/lib api/compactor.lo api/decvalwtsource.lo api/documentvaluelist.lo api/editdistance.lo api/emptypostlist.lo api/error.lo api/errorhandler.lo api/expanddecider.lo api/keymaker.lo api/leafpostlist.lo api/matchspy.lo api/omdatabase.lo api/omdocument.lo api/omenquire.lo api/ompositionlistiterator.lo api/ompostlistiterator.lo api/omquery.lo api/omqueryinternal.lo api/omtermlistiterator.lo api/postingsource.lo api/postlist.lo api/registry.lo api/replication.lo api/sortable-serialise.lo api/termlist.lo api/valueiterator.lo api/valuerangeproc.lo api/valuesetmatchdecider.lo api/version.lo backends/alltermslist.lo backends/database.lo backends/databasereplicator.lo backends/dbfactory.lo backends/slowvaluelist.lo backends/valuelist.lo backends/dbfactory_remote.lo backends/contiguousalldocspostlist.lo backends/flint_lock.lo backends/brass/brass_alldocspostlist.lo backends/brass/brass_alltermslist.lo backends/brass/brass_btreebase.lo backends/brass/brass_compact.lo backends/brass/brass_cursor.lo backends/brass/brass_database.lo backends/brass/brass_databasereplicator.lo backends/brass/brass_dbstats.lo backends/brass/brass_document.lo backends/brass/brass_inverter.lo backends/brass/brass_metadata.lo backends/brass/brass_positionlist.lo backends/brass/brass_postlist.lo backends/brass/brass_record.lo backends/brass/brass_spelling.lo backends/brass/brass_spellingwordslist.lo backends/brass/brass_synonym.lo backends/brass/brass_table.lo backends/brass/brass_termlist.lo backends/brass/brass_termlisttable.lo backends/brass/brass_valuelist.lo backends/brass/brass_values.lo backends/brass/brass_version.lo backends/chert/chert_alldocsmodifiedpostlist.lo backends/chert/chert_alldocspostlist.lo backends/chert/chert_alltermslist.lo backends/chert/chert_btreebase.lo backends/chert/chert_compact.lo backends/chert/chert_cursor.lo backends/chert/chert_database.lo backends/chert/chert_databasereplicator.lo backends/chert/chert_dbstats.lo backends/chert/chert_document.lo backends/chert/chert_metadata.lo backends/chert/chert_modifiedpostlist.lo backends/chert/chert_positionlist.lo backends/chert/chert_postlist.lo backends/chert/chert_record.lo backends/chert/chert_spelling.lo backends/chert/chert_spellingwordslist.lo backends/chert/chert_synonym.lo backends/chert/chert_table.lo backends/chert/chert_termlist.lo backends/chert/chert_termlisttable.lo backends/chert/chert_valuelist.lo backends/chert/chert_values.lo backends/chert/chert_version.lo backends/flint/flint_alldocspostlist.lo backends/flint/flint_alltermslist.lo backends/flint/flint_btreebase.lo backends/flint/flint_compact.lo backends/flint/flint_cursor.lo backends/flint/flint_database.lo backends/flint/flint_databasereplicator.lo backends/flint/flint_document.lo backends/flint/flint_metadata.lo backends/flint/flint_modifiedpostlist.lo backends/flint/flint_positionlist.lo backends/flint/flint_postlist.lo backends/flint/flint_record.lo backends/flint/flint_spelling.lo backends/flint/flint_spellingwordslist.lo backends/flint/flint_synonym.lo backends/flint/flint_table.lo backends/flint/flint_termlist.lo backends/flint/flint_termlisttable.lo backends/flint/flint_values.lo backends/flint/flint_version.lo backends/inmemory/inmemory_alltermslist.lo backends/inmemory/inmemory_database.lo backends/inmemory/inmemory_document.lo backends/inmemory/inmemory_positionlist.lo backends/multi/multi_alltermslist.lo backends/multi/multi_postlist.lo backends/multi/multi_termlist.lo backends/multi/multi_valuelist.lo backends/remote/remote-document.lo backends/remote/net_postlist.lo backends/remote/net_termlist.lo backends/remote/remote-database.lo common/bitstream.lo common/closefrom.lo common/const_database_wrapper.lo common/debuglog.lo common/errno_to_string.lo common/fileutils.lo common/io_utils.lo common/msvc_dirent.lo common/msvc_posix_wrapper.lo common/replicate_utils.lo common/safe.lo common/serialise-double.lo common/socket_utils.lo common/str.lo common/stringutils.lo common/utils.lo expand/esetinternal.lo expand/expandweight.lo expand/ortermlist.lo languages/danish.lo languages/dutch.lo languages/english.lo languages/finnish.lo languages/french.lo languages/german2.lo languages/german.lo languages/hungarian.lo languages/italian.lo languages/kraaij_pohlmann.lo languages/lovins.lo languages/norwegian.lo languages/porter.lo languages/portuguese.lo languages/romanian.lo languages/russian.lo languages/spanish.lo languages/swedish.lo languages/turkish.lo languages/stem.lo languages/steminternal.lo matcher/remotesubmatch.lo matcher/andmaybepostlist.lo matcher/andnotpostlist.lo matcher/branchpostlist.lo matcher/collapser.lo matcher/exactphrasepostlist.lo matcher/externalpostlist.lo matcher/localsubmatch.lo matcher/mergepostlist.lo matcher/msetcmp.lo matcher/msetpostlist.lo matcher/multiandpostlist.lo matcher/multimatch.lo matcher/multixorpostlist.lo matcher/nearpostlist.lo matcher/orpostlist.lo matcher/phrasepostlist.lo matcher/queryoptimiser.lo matcher/selectpostlist.lo matcher/synonympostlist.lo matcher/valuegepostlist.lo matcher/valuerangepostlist.lo matcher/valuestreamdocument.lo net/length.lo net/progclient.lo net/remoteconnection.lo net/remoteserver.lo net/remotetcpclient.lo net/remotetcpserver.lo net/replicatetcpclient.lo net/replicatetcpserver.lo net/serialise.lo net/tcpclient.lo net/tcpserver.lo queryparser/cjk-tokenizer.lo queryparser/queryparser.lo queryparser/queryparser_internal.lo queryparser/termgenerator.lo queryparser/termgenerator_internal.lo unicode/unicode-data.lo unicode/utf8itor.lo weight/bm25weight.lo weight/boolweight.lo weight/tradweight.lo weight/weight.lo weight/weightinternal.lo -lz -luuid
# 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 api/.libs/compactor.o api/.libs/decvalwtsource.o api/.libs/documentvaluelist.o api/.libs/editdistance.o api/.libs/emptypostlist.o api/.libs/error.o api/.libs/errorhandler.o api/.libs/expanddecider.o api/.libs/keymaker.o api/.libs/leafpostlist.o api/.libs/matchspy.o api/.libs/omdatabase.o api/.libs/omdocument.o api/.libs/omenquire.o api/.libs/ompositionlistiterator.o api/.libs/ompostlistiterator.o api/.libs/omquery.o api/.libs/omqueryinternal.o api/.libs/omtermlistiterator.o api/.libs/postingsource.o api/.libs/postlist.o api/.libs/registry.o api/.libs/replication.o api/.libs/sortable-serialise.o api/.libs/termlist.o api/.libs/valueiterator.o api/.libs/valuerangeproc.o api/.libs/valuesetmatchdecider.o api/.libs/version.o backends/.libs/alltermslist.o backends/.libs/database.o backends/.libs/databasereplicator.o backends/.libs/dbfactory.o backends/.libs/slowvaluelist.o backends/.libs/valuelist.o backends/.libs/dbfactory_remote.o backends/.libs/contiguousalldocspostlist.o backends/.libs/flint_lock.o backends/brass/.libs/brass_alldocspostlist.o backends/brass/.libs/brass_alltermslist.o backends/brass/.libs/brass_btreebase.o backends/brass/.libs/brass_compact.o backends/brass/.libs/brass_cursor.o backends/brass/.libs/brass_database.o backends/brass/.libs/brass_databasereplicator.o backends/brass/.libs/brass_dbstats.o backends/brass/.libs/brass_document.o backends/brass/.libs/brass_inverter.o backends/brass/.libs/brass_metadata.o backends/brass/.libs/brass_positionlist.o backends/brass/.libs/brass_postlist.o backends/brass/.libs/brass_record.o backends/brass/.libs/brass_spelling.o backends/brass/.libs/brass_spellingwordslist.o backends/brass/.libs/brass_synonym.o backends/brass/.libs/brass_table.o backends/brass/.libs/brass_termlist.o backends/brass/.libs/brass_termlisttable.o backends/brass/.libs/brass_valuelist.o backends/brass/.libs/brass_values.o backends/brass/.libs/brass_version.o backends/chert/.libs/chert_alldocsmodifiedpostlist.o backends/chert/.libs/chert_alldocspostlist.o backends/chert/.libs/chert_alltermslist.o backends/chert/.libs/chert_btreebase.o backends/chert/.libs/chert_compact.o backends/chert/.libs/chert_cursor.o backends/chert/.libs/chert_database.o backends/chert/.libs/chert_databasereplicator.o backends/chert/.libs/chert_dbstats.o backends/chert/.libs/chert_document.o backends/chert/.libs/chert_metadata.o backends/chert/.libs/chert_modifiedpostlist.o backends/chert/.libs/chert_positionlist.o backends/chert/.libs/chert_postlist.o backends/chert/.libs/chert_record.o backends/chert/.libs/chert_spelling.o backends/chert/.libs/chert_spellingwordslist.o backends/chert/.libs/chert_synonym.o backends/chert/.libs/chert_table.o backends/chert/.libs/chert_termlist.o backends/chert/.libs/chert_termlisttable.o backends/chert/.libs/chert_valuelist.o backends/chert/.libs/chert_values.o backends/chert/.libs/chert_version.o backends/flint/.libs/flint_alldocspostlist.o backends/flint/.libs/flint_alltermslist.o backends/flint/.libs/flint_btreebase.o backends/flint/.libs/flint_compact.o backends/flint/.libs/flint_cursor.o backends/flint/.libs/flint_database.o backends/flint/.libs/flint_databasereplicator.o backends/flint/.libs/flint_document.o backends/flint/.libs/flint_metadata.o backends/flint/.libs/flint_modifiedpostlist.o backends/flint/.libs/flint_positionlist.o backends/flint/.libs/flint_postlist.o backends/flint/.libs/flint_record.o backends/flint/.libs/flint_spelling.o backends/flint/.libs/flint_spellingwordslist.o backends/flint/.libs/flint_synonym.o backends/flint/.libs/flint_table.o backends/flint/.libs/flint_termlist.o backends/flint/.libs/flint_termlisttable.o backends/flint/.libs/flint_values.o backends/flint/.libs/flint_version.o backends/inmemory/.libs/inmemory_alltermslist.o backends/inmemory/.libs/inmemory_database.o backends/inmemory/.libs/inmemory_document.o backends/inmemory/.libs/inmemory_positionlist.o backends/multi/.libs/multi_alltermslist.o backends/multi/.libs/multi_postlist.o backends/multi/.libs/multi_termlist.o backends/multi/.libs/multi_valuelist.o backends/remote/.libs/remote-document.o backends/remote/.libs/net_postlist.o backends/remote/.libs/net_termlist.o backends/remote/.libs/remote-database.o common/.libs/bitstream.o common/.libs/closefrom.o common/.libs/const_database_wrapper.o common/.libs/debuglog.o common/.libs/errno_to_string.o common/.libs/fileutils.o common/.libs/io_utils.o common/.libs/msvc_dirent.o common/.libs/msvc_posix_wrapper.o common/.libs/replicate_utils.o common/.libs/safe.o common/.libs/serialise-double.o common/.libs/socket_utils.o common/.libs/str.o common/.libs/stringutils.o common/.libs/utils.o expand/.libs/esetinternal.o expand/.libs/expandweight.o expand/.libs/ortermlist.o languages/.libs/danish.o languages/.libs/dutch.o languages/.libs/english.o languages/.libs/finnish.o languages/.libs/french.o languages/.libs/german2.o languages/.libs/german.o languages/.libs/hungarian.o languages/.libs/italian.o languages/.libs/kraaij_pohlmann.o languages/.libs/lovins.o languages/.libs/norwegian.o languages/.libs/porter.o languages/.libs/portuguese.o languages/.libs/romanian.o languages/.libs/russian.o languages/.libs/spanish.o languages/.libs/swedish.o languages/.libs/turkish.o languages/.libs/stem.o languages/.libs/steminternal.o matcher/.libs/remotesubmatch.o matcher/.libs/andmaybepostlist.o matcher/.libs/andnotpostlist.o matcher/.libs/branchpostlist.o matcher/.libs/collapser.o matcher/.libs/exactphrasepostlist.o matcher/.libs/externalpostlist.o matcher/.libs/localsubmatch.o matcher/.libs/mergepostlist.o matcher/.libs/msetcmp.o matcher/.libs/msetpostlist.o matcher/.libs/multiandpostlist.o matcher/.libs/multimatch.o matcher/.libs/multixorpostlist.o matcher/.libs/nearpostlist.o matcher/.libs/orpostlist.o matcher/.libs/phrasepostlist.o matcher/.libs/queryoptimiser.o matcher/.libs/selectpostlist.o matcher/.libs/synonympostlist.o matcher/.libs/valuegepostlist.o matcher/.libs/valuerangepostlist.o matcher/.libs/valuestreamdocument.o net/.libs/length.o net/.libs/progclient.o net/.libs/remoteconnection.o net/.libs/remoteserver.o net/.libs/remotetcpclient.o net/.libs/remotetcpserver.o net/.libs/replicatetcpclient.o net/.libs/replicatetcpserver.o net/.libs/serialise.o net/.libs/tcpclient.o net/.libs/tcpserver.o queryparser/.libs/cjk-tokenizer.o queryparser/.libs/queryparser.o queryparser/.libs/queryparser_internal.o queryparser/.libs/termgenerator.o queryparser/.libs/termgenerator_internal.o unicode/.libs/unicode-data.o unicode/.libs/utf8itor.o weight/.libs/bm25weight.o weight/.libs/boolweight.o weight/.libs/tradweight.o weight/.libs/weight.o weight/.libs/weightinternal.o -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,libxapian.so.22 -o .libs/libxapian.so.22.7.1
# libtool: link: (cd ".libs" && rm -f "libxapian.so.22" && ln -s "libxapian.so.22.7.1" "libxapian.so.22")
# libtool: link: (cd ".libs" && rm -f "libxapian.so" && ln -s "libxapian.so.22.7.1" "libxapian.so")
# libtool: link: ar cru .libs/libxapian.a api/compactor.o api/decvalwtsource.o api/documentvaluelist.o api/editdistance.o api/emptypostlist.o api/error.o api/errorhandler.o api/expanddecider.o api/keymaker.o api/leafpostlist.o api/matchspy.o api/omdatabase.o api/omdocument.o api/omenquire.o api/ompositionlistiterator.o api/ompostlistiterator.o api/omquery.o api/omqueryinternal.o api/omtermlistiterator.o api/postingsource.o api/postlist.o api/registry.o api/replication.o api/sortable-serialise.o api/termlist.o api/valueiterator.o api/valuerangeproc.o api/valuesetmatchdecider.o api/version.o backends/alltermslist.o backends/database.o backends/databasereplicator.o backends/dbfactory.o backends/slowvaluelist.o backends/valuelist.o backends/dbfactory_remote.o backends/contiguousalldocspostlist.o backends/flint_lock.o backends/brass/brass_alldocspostlist.o backends/brass/brass_alltermslist.o backends/brass/brass_btreebase.o backends/brass/brass_compact.o backends/brass/brass_cursor.o backends/brass/brass_database.o backends/brass/brass_databasereplicator.o backends/brass/brass_dbstats.o backends/brass/brass_document.o backends/brass/brass_inverter.o backends/brass/brass_metadata.o backends/brass/brass_positionlist.o backends/brass/brass_postlist.o backends/brass/brass_record.o backends/brass/brass_spelling.o backends/brass/brass_spellingwordslist.o backends/brass/brass_synonym.o backends/brass/brass_table.o backends/brass/brass_termlist.o backends/brass/brass_termlisttable.o backends/brass/brass_valuelist.o backends/brass/brass_values.o backends/brass/brass_version.o backends/chert/chert_alldocsmodifiedpostlist.o backends/chert/chert_alldocspostlist.o backends/chert/chert_alltermslist.o backends/chert/chert_btreebase.o backends/chert/chert_compact.o backends/chert/chert_cursor.o backends/chert/chert_database.o backends/chert/chert_databasereplicator.o backends/chert/chert_dbstats.o backends/chert/chert_document.o backends/chert/chert_metadata.o backends/chert/chert_modifiedpostlist.o backends/chert/chert_positionlist.o backends/chert/chert_postlist.o backends/chert/chert_record.o backends/chert/chert_spelling.o backends/chert/chert_spellingwordslist.o backends/chert/chert_synonym.o backends/chert/chert_table.o backends/chert/chert_termlist.o backends/chert/chert_termlisttable.o backends/chert/chert_valuelist.o backends/chert/chert_values.o backends/chert/chert_version.o backends/flint/flint_alldocspostlist.o backends/flint/flint_alltermslist.o backends/flint/flint_btreebase.o backends/flint/flint_compact.o backends/flint/flint_cursor.o backends/flint/flint_database.o backends/flint/flint_databasereplicator.o backends/flint/flint_document.o backends/flint/flint_metadata.o backends/flint/flint_modifiedpostlist.o backends/flint/flint_positionlist.o backends/flint/flint_postlist.o backends/flint/flint_record.o backends/flint/flint_spelling.o backends/flint/flint_spellingwordslist.o backends/flint/flint_synonym.o backends/flint/flint_table.o backends/flint/flint_termlist.o backends/flint/flint_termlisttable.o backends/flint/flint_values.o backends/flint/flint_version.o backends/inmemory/inmemory_alltermslist.o backends/inmemory/inmemory_database.o backends/inmemory/inmemory_document.o backends/inmemory/inmemory_positionlist.o backends/multi/multi_alltermslist.o backends/multi/multi_postlist.o backends/multi/multi_termlist.o backends/multi/multi_valuelist.o backends/remote/remote-document.o backends/remote/net_postlist.o backends/remote/net_termlist.o backends/remote/remote-database.o common/bitstream.o common/closefrom.o common/const_database_wrapper.o common/debuglog.o common/errno_to_string.o common/fileutils.o common/io_utils.o common/msvc_dirent.o common/msvc_posix_wrapper.o common/replicate_utils.o common/safe.o common/serialise-double.o common/socket_utils.o common/str.o common/stringutils.o common/utils.o expand/esetinternal.o expand/expandweight.o expand/ortermlist.o languages/danish.o languages/dutch.o languages/english.o languages/finnish.o languages/french.o languages/german2.o languages/german.o languages/hungarian.o languages/italian.o languages/kraaij_pohlmann.o languages/lovins.o languages/norwegian.o languages/porter.o languages/portuguese.o languages/romanian.o languages/russian.o languages/spanish.o languages/swedish.o languages/turkish.o languages/stem.o languages/steminternal.o matcher/remotesubmatch.o matcher/andmaybepostlist.o matcher/andnotpostlist.o matcher/branchpostlist.o matcher/collapser.o matcher/exactphrasepostlist.o matcher/externalpostlist.o matcher/localsubmatch.o matcher/mergepostlist.o matcher/msetcmp.o matcher/msetpostlist.o matcher/multiandpostlist.o matcher/multimatch.o matcher/multixorpostlist.o matcher/nearpostlist.o matcher/orpostlist.o matcher/phrasepostlist.o matcher/queryoptimiser.o matcher/selectpostlist.o matcher/synonympostlist.o matcher/valuegepostlist.o matcher/valuerangepostlist.o matcher/valuestreamdocument.o net/length.o net/progclient.o net/remoteconnection.o net/remoteserver.o net/remotetcpclient.o net/remotetcpserver.o net/replicatetcpclient.o net/replicatetcpserver.o net/serialise.o net/tcpclient.o net/tcpserver.o queryparser/cjk-tokenizer.o queryparser/queryparser.o queryparser/queryparser_internal.o queryparser/termgenerator.o queryparser/termgenerator_internal.o unicode/unicode-data.o unicode/utf8itor.o weight/bm25weight.o weight/boolweight.o weight/tradweight.o weight/weight.o weight/weightinternal.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libxapian.a
# libtool: link: ( cd ".libs" && rm -f "libxapian.la" && ln -s "../libxapian.la" "libxapian.la" )
# depbase=`echo backends/brass/brass_check.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_check.lo -MD -MP -MF $depbase.Tpo -c -o backends/brass/brass_check.lo backends/brass/brass_check.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_check.lo -MD -MP -MF backends/brass/.deps/brass_check.Tpo -c backends/brass/brass_check.cc -fPIC -DPIC -o backends/brass/.libs/brass_check.o
# In file included from backends/brass/brass_check.cc:26:
# In file included from backends/brass/brass_check.h:27:
# In file included from backends/brass/brass_table.h:26:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/brass/brass_check.lo -MD -MP -MF backends/brass/.deps/brass_check.Tpo -c backends/brass/brass_check.cc -o backends/brass/brass_check.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o libbrasscheck.la backends/brass/brass_check.lo
# libtool: link: ar cru .libs/libbrasscheck.a backends/brass/.libs/brass_check.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libbrasscheck.a
# libtool: link: ( cd ".libs" && rm -f "libbrasscheck.la" && ln -s "../libbrasscheck.la" "libbrasscheck.la" )
# depbase=`echo backends/chert/chert_check.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_check.lo -MD -MP -MF $depbase.Tpo -c -o backends/chert/chert_check.lo backends/chert/chert_check.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_check.lo -MD -MP -MF backends/chert/.deps/chert_check.Tpo -c backends/chert/chert_check.cc -fPIC -DPIC -o backends/chert/.libs/chert_check.o
# In file included from backends/chert/chert_check.cc:26:
# In file included from backends/chert/chert_check.h:27:
# In file included from backends/chert/chert_table.h:26:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/chert/chert_check.lo -MD -MP -MF backends/chert/.deps/chert_check.Tpo -c backends/chert/chert_check.cc -o backends/chert/chert_check.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o libchertcheck.la backends/chert/chert_check.lo
# libtool: link: ar cru .libs/libchertcheck.a backends/chert/.libs/chert_check.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libchertcheck.a
# libtool: link: ( cd ".libs" && rm -f "libchertcheck.la" && ln -s "../libchertcheck.la" "libchertcheck.la" )
# depbase=`echo backends/flint/flint_check.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_check.lo -MD -MP -MF $depbase.Tpo -c -o backends/flint/flint_check.lo backends/flint/flint_check.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_check.lo -MD -MP -MF backends/flint/.deps/flint_check.Tpo -c backends/flint/flint_check.cc -fPIC -DPIC -o backends/flint/.libs/flint_check.o
# In file included from backends/flint/flint_check.cc:26:
# In file included from backends/flint/flint_check.h:27:
# In file included from backends/flint/flint_table.h:26:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT backends/flint/flint_check.lo -MD -MP -MF backends/flint/.deps/flint_check.Tpo -c backends/flint/flint_check.cc -o backends/flint/flint_check.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o libflintcheck.la backends/flint/flint_check.lo
# libtool: link: ar cru .libs/libflintcheck.a backends/flint/.libs/flint_check.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libflintcheck.a
# libtool: link: ( cd ".libs" && rm -f "libflintcheck.la" && ln -s "../libflintcheck.la" "libflintcheck.la" )
# depbase=`echo common/getopt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/getopt.lo -MD -MP -MF $depbase.Tpo -c -o common/getopt.lo common/getopt.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/getopt.lo -MD -MP -MF common/.deps/getopt.Tpo -c common/getopt.cc -fPIC -DPIC -o common/.libs/getopt.o
# In file included from common/getopt.cc:30:
# In file included from ./common/gnu_getopt.h:27:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/cctype:41:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT common/getopt.lo -MD -MP -MF common/.deps/getopt.Tpo -c common/getopt.cc -o common/getopt.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o libgetopt.la common/getopt.lo
# libtool: link: ar cru .libs/libgetopt.a common/.libs/getopt.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libgetopt.a
# libtool: link: ( cd ".libs" && rm -f "libgetopt.la" && ln -s "../libgetopt.la" "libgetopt.la" )
# clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -I./backends/brass -I./backends/chert -I./backends/flint -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT bin/bin_xapian_check-xapian-check.o -MD -MP -MF bin/.deps/bin_xapian_check-xapian-check.Tpo -c -o bin/bin_xapian_check-xapian-check.o `test -f 'bin/xapian-check.cc' || echo './'`bin/xapian-check.cc
# In file included from bin/xapian-check.cc:25:
# In file included from ./include/xapian.h:46:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# mv -f bin/.deps/bin_xapian_check-xapian-check.Tpo bin/.deps/bin_xapian_check-xapian-check.Po
# clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -I./backends/brass -I./backends/chert -I./backends/flint -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT bin/bin_xapian_check-xapian-check-brass.o -MD -MP -MF bin/.deps/bin_xapian_check-xapian-check-brass.Tpo -c -o bin/bin_xapian_check-xapian-check-brass.o `test -f 'bin/xapian-check-brass.cc' || echo './'`bin/xapian-check-brass.cc
# In file included from bin/xapian-check-brass.cc:25:
# In file included from bin/xapian-check-brass.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/cstring:41:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# mv -f bin/.deps/bin_xapian_check-xapian-check-brass.Tpo bin/.deps/bin_xapian_check-xapian-check-brass.Po
# clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -I./backends/brass -I./backends/chert -I./backends/flint -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT bin/bin_xapian_check-xapian-check-chert.o -MD -MP -MF bin/.deps/bin_xapian_check-xapian-check-chert.Tpo -c -o bin/bin_xapian_check-xapian-check-chert.o `test -f 'bin/xapian-check-chert.cc' || echo './'`bin/xapian-check-chert.cc
# In file included from bin/xapian-check-chert.cc:25:
# In file included from bin/xapian-check-chert.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/cstring:41:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# mv -f bin/.deps/bin_xapian_check-xapian-check-chert.Tpo bin/.deps/bin_xapian_check-xapian-check-chert.Po
# clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -I./backends/brass -I./backends/chert -I./backends/flint -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT bin/bin_xapian_check-xapian-check-flint.o -MD -MP -MF bin/.deps/bin_xapian_check-xapian-check-flint.Tpo -c -o bin/bin_xapian_check-xapian-check-flint.o `test -f 'bin/xapian-check-flint.cc' || echo './'`bin/xapian-check-flint.cc
# In file included from bin/xapian-check-flint.cc:25:
# In file included from bin/xapian-check-flint.h:29:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/cstring:41:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# mv -f bin/.deps/bin_xapian_check-xapian-check-flint.Tpo bin/.deps/bin_xapian_check-xapian-check-flint.Po
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o bin/xapian-check bin/bin_xapian_check-xapian-check.o bin/bin_xapian_check-xapian-check-brass.o bin/bin_xapian_check-xapian-check-chert.o bin/bin_xapian_check-xapian-check-flint.o libbrasscheck.la libchertcheck.la libflintcheck.la libxapian.la
# libtool: link: clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o bin/.libs/xapian-check bin/bin_xapian_check-xapian-check.o bin/bin_xapian_check-xapian-check-brass.o bin/bin_xapian_check-xapian-check-chert.o bin/bin_xapian_check-xapian-check-flint.o ./.libs/libbrasscheck.a ./.libs/libchertcheck.a ./.libs/libflintcheck.a ./.libs/libxapian.so -lz -luuid
# depbase=`echo bin/xapian-compact.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT bin/xapian-compact.o -MD -MP -MF $depbase.Tpo -c -o bin/xapian-compact.o bin/xapian-compact.cc &&\
# mv -f $depbase.Tpo $depbase.Po
# In file included from bin/xapian-compact.cc:25:
# In file included from ./include/xapian.h:46:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o bin/xapian-compact bin/xapian-compact.o libgetopt.la libxapian.la
# libtool: link: clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o bin/.libs/xapian-compact bin/xapian-compact.o ./.libs/libgetopt.a ./.libs/libxapian.so -lz -luuid
# clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -I./backends/flint -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT bin/bin_xapian_inspect-xapian-inspect.o -MD -MP -MF bin/.deps/bin_xapian_inspect-xapian-inspect.Tpo -c -o bin/bin_xapian_inspect-xapian-inspect.o `test -f 'bin/xapian-inspect.cc' || echo './'`bin/xapian-inspect.cc
# In file included from bin/xapian-inspect.cc:23:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/iomanip:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# mv -f bin/.deps/bin_xapian_inspect-xapian-inspect.Tpo bin/.deps/bin_xapian_inspect-xapian-inspect.Po
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o bin/xapian-inspect bin/bin_xapian_inspect-xapian-inspect.o libgetopt.la libxapian.la
# libtool: link: clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o bin/.libs/xapian-inspect bin/bin_xapian_inspect-xapian-inspect.o ./.libs/libgetopt.a ./.libs/libxapian.so -lz -luuid
# depbase=`echo bin/xapian-replicate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT bin/xapian-replicate.o -MD -MP -MF $depbase.Tpo -c -o bin/xapian-replicate.o bin/xapian-replicate.cc &&\
# mv -f $depbase.Tpo $depbase.Po
# In file included from bin/xapian-replicate.cc:24:
# In file included from ./common/replicatetcpclient.h:24:
# In file included from ./common/remoteconnection.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o bin/xapian-replicate bin/xapian-replicate.o libgetopt.la libxapian.la
# libtool: link: clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o bin/.libs/xapian-replicate bin/xapian-replicate.o ./.libs/libgetopt.a ./.libs/libxapian.so -lz -luuid
# depbase=`echo bin/xapian-replicate-server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT bin/xapian-replicate-server.o -MD -MP -MF $depbase.Tpo -c -o bin/xapian-replicate-server.o bin/xapian-replicate-server.cc &&\
# mv -f $depbase.Tpo $depbase.Po
# In file included from bin/xapian-replicate-server.cc:24:
# In file included from ./common/replicatetcpserver.h:24:
# In file included from ./common/remoteconnection.h:24:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o bin/xapian-replicate-server bin/xapian-replicate-server.o libgetopt.la libxapian.la
# libtool: link: clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o bin/.libs/xapian-replicate-server bin/xapian-replicate-server.o ./.libs/libgetopt.a ./.libs/libxapian.so -lz -luuid
# clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -I./backends/flint -I./backends/chert -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT bin/bin_xapian_chert_update-xapian-chert-update.o -MD -MP -MF bin/.deps/bin_xapian_chert_update-xapian-chert-update.Tpo -c -o bin/bin_xapian_chert_update-xapian-chert-update.o `test -f 'bin/xapian-chert-update.cc' || echo './'`bin/xapian-chert-update.cc
# In file included from bin/xapian-chert-update.cc:24:
# In file included from ./common/safeerrno.h:34:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/cerrno:41:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# mv -f bin/.deps/bin_xapian_chert_update-xapian-chert-update.Tpo bin/.deps/bin_xapian_chert_update-xapian-chert-update.Po
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o bin/xapian-chert-update bin/bin_xapian_chert_update-xapian-chert-update.o libgetopt.la libxapian.la
# libtool: link: clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o bin/.libs/xapian-chert-update bin/bin_xapian_chert_update-xapian-chert-update.o ./.libs/libgetopt.a ./.libs/libxapian.so -lz -luuid
# depbase=`echo bin/xapian-progsrv.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT bin/xapian-progsrv.o -MD -MP -MF $depbase.Tpo -c -o bin/xapian-progsrv.o bin/xapian-progsrv.cc &&\
# mv -f $depbase.Tpo $depbase.Po
# In file included from bin/xapian-progsrv.cc:23:
# In file included from ./common/remoteserver.h:25:
# In file included from ./include/xapian/database.h:28:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o bin/xapian-progsrv bin/xapian-progsrv.o libgetopt.la libxapian.la
# libtool: link: clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o bin/.libs/xapian-progsrv bin/xapian-progsrv.o ./.libs/libgetopt.a ./.libs/libxapian.so -lz -luuid
# depbase=`echo bin/xapian-tcpsrv.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT bin/xapian-tcpsrv.o -MD -MP -MF $depbase.Tpo -c -o bin/xapian-tcpsrv.o bin/xapian-tcpsrv.cc &&\
# mv -f $depbase.Tpo $depbase.Po
# In file included from bin/xapian-tcpsrv.cc:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/cstdlib:41:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o bin/xapian-tcpsrv bin/xapian-tcpsrv.o libgetopt.la libxapian.la
# libtool: link: clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o bin/.libs/xapian-tcpsrv bin/xapian-tcpsrv.o ./.libs/libgetopt.a ./.libs/libxapian.so -lz -luuid
# depbase=`echo examples/copydatabase.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT examples/copydatabase.o -MD -MP -MF $depbase.Tpo -c -o examples/copydatabase.o examples/copydatabase.cc &&\
# mv -f $depbase.Tpo $depbase.Po
# In file included from examples/copydatabase.cc:23:
# In file included from ./include/xapian.h:46:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o examples/copydatabase examples/copydatabase.o libxapian.la
# libtool: link: clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o examples/.libs/copydatabase examples/copydatabase.o ./.libs/libxapian.so -lz -luuid
# depbase=`echo examples/delve.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT examples/delve.o -MD -MP -MF $depbase.Tpo -c -o examples/delve.o examples/delve.cc &&\
# mv -f $depbase.Tpo $depbase.Po
# In file included from examples/delve.cc:25:
# In file included from ./include/xapian.h:46:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o examples/delve examples/delve.o libgetopt.la libxapian.la
# libtool: link: clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o examples/.libs/delve examples/delve.o ./.libs/libgetopt.a ./.libs/libxapian.so -lz -luuid
# depbase=`echo examples/quest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT examples/quest.o -MD -MP -MF $depbase.Tpo -c -o examples/quest.o examples/quest.cc &&\
# mv -f $depbase.Tpo $depbase.Po
# In file included from examples/quest.cc:23:
# In file included from ./include/xapian.h:46:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o examples/quest examples/quest.o libgetopt.la libxapian.la
# libtool: link: clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o examples/.libs/quest examples/quest.o ./.libs/libgetopt.a ./.libs/libxapian.so -lz -luuid
# depbase=`echo examples/simpleexpand.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT examples/simpleexpand.o -MD -MP -MF $depbase.Tpo -c -o examples/simpleexpand.o examples/simpleexpand.cc &&\
# mv -f $depbase.Tpo $depbase.Po
# In file included from examples/simpleexpand.cc:25:
# In file included from ./include/xapian.h:46:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o examples/simpleexpand examples/simpleexpand.o libxapian.la
# libtool: link: clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o examples/.libs/simpleexpand examples/simpleexpand.o ./.libs/libxapian.so -lz -luuid
# depbase=`echo examples/simpleindex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT examples/simpleindex.o -MD -MP -MF $depbase.Tpo -c -o examples/simpleindex.o examples/simpleindex.cc &&\
# mv -f $depbase.Tpo $depbase.Po
# In file included from examples/simpleindex.cc:25:
# In file included from ./include/xapian.h:46:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o examples/simpleindex examples/simpleindex.o libxapian.la
# libtool: link: clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o examples/.libs/simpleindex examples/simpleindex.o ./.libs/libxapian.so -lz -luuid
# depbase=`echo examples/simplesearch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT examples/simplesearch.o -MD -MP -MF $depbase.Tpo -c -o examples/simplesearch.o examples/simplesearch.cc &&\
# mv -f $depbase.Tpo $depbase.Po
# In file included from examples/simplesearch.cc:27:
# In file included from ./include/xapian.h:46:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o examples/simplesearch examples/simplesearch.o libxapian.la
# libtool: link: clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o examples/.libs/simplesearch examples/simplesearch.o ./.libs/libxapian.so -lz -luuid
# depbase=`echo examples/xapian-metadata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -MT examples/xapian-metadata.o -MD -MP -MF $depbase.Tpo -c -o examples/xapian-metadata.o examples/xapian-metadata.cc &&\
# mv -f $depbase.Tpo $depbase.Po
# In file included from examples/xapian-metadata.cc:23:
# In file included from ./include/xapian.h:46:
# In file included from ./include/xapian/error.h:25:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/string:38:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o examples/xapian-metadata examples/xapian-metadata.o libxapian.la
# libtool: link: clang++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden -o examples/.libs/xapian-metadata examples/xapian-metadata.o ./.libs/libxapian.so -lz -luuid
# make[2]: Leaving directory '/tmp/xapian-core/src/xapian-core-1.2.23'
# Making all in docs
# make[2]: Entering directory '/tmp/xapian-core/src/xapian-core-1.2.23/docs'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/xapian-core/src/xapian-core-1.2.23/docs'
# Making all in tests
# make[2]: Entering directory '/tmp/xapian-core/src/xapian-core-1.2.23/tests'
# make all-am
# make[3]: Entering directory '/tmp/xapian-core/src/xapian-core-1.2.23/tests'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/xapian-core/src/xapian-core-1.2.23/tests'
# make[2]: Leaving directory '/tmp/xapian-core/src/xapian-core-1.2.23/tests'
# make[1]: Leaving directory '/tmp/xapian-core/src/xapian-core-1.2.23'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make install-recursive
# make[1]: Entering directory '/tmp/xapian-core/src/xapian-core-1.2.23'
# Making install in .
# make[2]: Entering directory '/tmp/xapian-core/src/xapian-core-1.2.23'
# make[3]: Entering directory '/tmp/xapian-core/src/xapian-core-1.2.23'
# /usr/bin/mkdir -p '/tmp/xapian-core/pkg/xapian-core/usr/lib'
# /bin/sh ./libtool --mode=install /usr/bin/install -c libxapian.la '/tmp/xapian-core/pkg/xapian-core/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libxapian.so.22.7.1 /tmp/xapian-core/pkg/xapian-core/usr/lib/libxapian.so.22.7.1
# libtool: install: (cd /tmp/xapian-core/pkg/xapian-core/usr/lib && { ln -s -f libxapian.so.22.7.1 libxapian.so.22 || { rm -f libxapian.so.22 && ln -s libxapian.so.22.7.1 libxapian.so.22; }; })
# libtool: install: (cd /tmp/xapian-core/pkg/xapian-core/usr/lib && { ln -s -f libxapian.so.22.7.1 libxapian.so || { rm -f libxapian.so && ln -s libxapian.so.22.7.1 libxapian.so; }; })
# libtool: install: /usr/bin/install -c .libs/libxapian.lai /tmp/xapian-core/pkg/xapian-core/usr/lib/libxapian.la
# libtool: install: /usr/bin/install -c .libs/libxapian.a /tmp/xapian-core/pkg/xapian-core/usr/lib/libxapian.a
# libtool: install: chmod 644 /tmp/xapian-core/pkg/xapian-core/usr/lib/libxapian.a
# libtool: install: ranlib /tmp/xapian-core/pkg/xapian-core/usr/lib/libxapian.a
# libtool: warning: remember to run 'libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/xapian-core/pkg/xapian-core/usr/bin'
# /bin/sh ./libtool --mode=install /usr/bin/install -c bin/xapian-check bin/xapian-compact bin/xapian-inspect bin/xapian-replicate bin/xapian-replicate-server bin/xapian-chert-update bin/xapian-progsrv bin/xapian-tcpsrv examples/copydatabase examples/delve examples/quest examples/simpleexpand examples/simpleindex examples/simplesearch examples/xapian-metadata '/tmp/xapian-core/pkg/xapian-core/usr/bin'
# libtool: warning: 'libxapian.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c bin/.libs/xapian-check /tmp/xapian-core/pkg/xapian-core/usr/bin/xapian-check
# libtool: warning: 'libxapian.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c bin/.libs/xapian-compact /tmp/xapian-core/pkg/xapian-core/usr/bin/xapian-compact
# libtool: warning: 'libxapian.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c bin/.libs/xapian-inspect /tmp/xapian-core/pkg/xapian-core/usr/bin/xapian-inspect
# libtool: warning: 'libxapian.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c bin/.libs/xapian-replicate /tmp/xapian-core/pkg/xapian-core/usr/bin/xapian-replicate
# libtool: warning: 'libxapian.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c bin/.libs/xapian-replicate-server /tmp/xapian-core/pkg/xapian-core/usr/bin/xapian-replicate-server
# libtool: warning: 'libxapian.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c bin/.libs/xapian-chert-update /tmp/xapian-core/pkg/xapian-core/usr/bin/xapian-chert-update
# libtool: warning: 'libxapian.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c bin/.libs/xapian-progsrv /tmp/xapian-core/pkg/xapian-core/usr/bin/xapian-progsrv
# libtool: warning: 'libxapian.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c bin/.libs/xapian-tcpsrv /tmp/xapian-core/pkg/xapian-core/usr/bin/xapian-tcpsrv
# libtool: warning: 'libxapian.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c examples/.libs/copydatabase /tmp/xapian-core/pkg/xapian-core/usr/bin/copydatabase
# libtool: warning: 'libxapian.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c examples/.libs/delve /tmp/xapian-core/pkg/xapian-core/usr/bin/delve
# libtool: warning: 'libxapian.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c examples/.libs/quest /tmp/xapian-core/pkg/xapian-core/usr/bin/quest
# libtool: warning: 'libxapian.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c examples/.libs/simpleexpand /tmp/xapian-core/pkg/xapian-core/usr/bin/simpleexpand
# libtool: warning: 'libxapian.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c examples/.libs/simpleindex /tmp/xapian-core/pkg/xapian-core/usr/bin/simpleindex
# libtool: warning: 'libxapian.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c examples/.libs/simplesearch /tmp/xapian-core/pkg/xapian-core/usr/bin/simplesearch
# libtool: warning: 'libxapian.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c examples/.libs/xapian-metadata /tmp/xapian-core/pkg/xapian-core/usr/bin/xapian-metadata
# /usr/bin/mkdir -p '/tmp/xapian-core/pkg/xapian-core/usr/bin'
# /usr/bin/install -c xapian-config '/tmp/xapian-core/pkg/xapian-core/usr/bin'
# /usr/bin/mkdir -p '/tmp/xapian-core/pkg/xapian-core/usr/lib/cmake/xapian'
# /usr/bin/install -c -m 644 cmake/xapian-config.cmake cmake/xapian-config-version.cmake '/tmp/xapian-core/pkg/xapian-core/usr/lib/cmake/xapian'
# /usr/bin/mkdir -p '/tmp/xapian-core/pkg/xapian-core/usr/share/aclocal'
# /usr/bin/install -c -m 644 m4-macros/xapian.m4 '/tmp/xapian-core/pkg/xapian-core/usr/share/aclocal'
# /usr/bin/mkdir -p '/tmp/xapian-core/pkg/xapian-core/usr/include'
# /usr/bin/install -c -m 644 include/xapian.h '/tmp/xapian-core/pkg/xapian-core/usr/include'
# /usr/bin/mkdir -p '/tmp/xapian-core/pkg/xapian-core/usr/share/man/man1'
# /usr/bin/install -c -m 644 xapian-config.1 bin/xapian-check.1 bin/xapian-compact.1 bin/xapian-inspect.1 bin/xapian-replicate.1 bin/xapian-replicate-server.1 bin/xapian-chert-update.1 bin/xapian-progsrv.1 bin/xapian-tcpsrv.1 examples/copydatabase.1 examples/delve.1 examples/quest.1 examples/xapian-metadata.1 '/tmp/xapian-core/pkg/xapian-core/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/xapian-core/pkg/xapian-core/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 pkgconfig/xapian-core.pc '/tmp/xapian-core/pkg/xapian-core/usr/lib/pkgconfig'
# /usr/bin/mkdir -p '/tmp/xapian-core/pkg/xapian-core/usr/include/xapian'
# /usr/bin/install -c -m 644 include/xapian/version.h '/tmp/xapian-core/pkg/xapian-core/usr/include/xapian'
# /usr/bin/mkdir -p '/tmp/xapian-core/pkg/xapian-core/usr/include/xapian'
# /usr/bin/install -c -m 644 include/xapian/base.h include/xapian/compactor.h include/xapian/database.h include/xapian/dbfactory.h include/xapian/deprecated.h include/xapian/derefwrapper.h include/xapian/document.h include/xapian/enquire.h include/xapian/errorhandler.h include/xapian/expanddecider.h include/xapian/keymaker.h include/xapian/matchspy.h include/xapian/positioniterator.h include/xapian/postingiterator.h include/xapian/postingsource.h include/xapian/query.h include/xapian/queryparser.h include/xapian/registry.h include/xapian/stem.h include/xapian/termgenerator.h include/xapian/termiterator.h include/xapian/types.h include/xapian/unicode.h include/xapian/valueiterator.h include/xapian/valuesetmatchdecider.h include/xapian/visibility.h include/xapian/weight.h include/xapian/error.h '/tmp/xapian-core/pkg/xapian-core/usr/include/xapian'
# make[3]: Leaving directory '/tmp/xapian-core/src/xapian-core-1.2.23'
# make[2]: Leaving directory '/tmp/xapian-core/src/xapian-core-1.2.23'
# Making install in docs
# make[2]: Entering directory '/tmp/xapian-core/src/xapian-core-1.2.23/docs'
# make[3]: Entering directory '/tmp/xapian-core/src/xapian-core-1.2.23/docs'
# make[3]: Nothing to be done for 'install-exec-am'.
# /bin/sh /tmp/xapian-core/src/xapian-core-1.2.23/install-sh -d /tmp/xapian-core/pkg/xapian-core/usr/share/doc/xapian-core/apidoc/html
# /usr/bin/install -c -m 644 `test -f apidoc/html/index.html || echo ./`apidoc/html/*.png /tmp/xapian-core/pkg/xapian-core/usr/share/doc/xapian-core/apidoc/html
# /usr/bin/install -c -m 644 `test -f apidoc/html/index.html || echo ./`apidoc/html/*.css /tmp/xapian-core/pkg/xapian-core/usr/share/doc/xapian-core/apidoc/html
# /usr/bin/install -c -m 644 `test -f apidoc/html/index.html || echo ./`apidoc/html/*.html /tmp/xapian-core/pkg/xapian-core/usr/share/doc/xapian-core/apidoc/html
# /usr/bin/mkdir -p '/tmp/xapian-core/pkg/xapian-core/usr/share/doc/xapian-core'
# /usr/bin/install -c -m 644 code_structure.html admin_notes.html bm25.html collapsing.html deprecation.html facets.html glossary.html index.html install.html internals.html intro_ir.html matcherdesign.html overview.html postingsource.html queryparser.html remote_protocol.html remote.html replication_protocol.html replication.html scalability.html serialisation.html sorting.html spelling.html stemming.html synonyms.html termgenerator.html tests.html valueranges.html apidoc.pdf '/tmp/xapian-core/pkg/xapian-core/usr/share/doc/xapian-core'
# make[3]: Leaving directory '/tmp/xapian-core/src/xapian-core-1.2.23/docs'
# make[2]: Leaving directory '/tmp/xapian-core/src/xapian-core-1.2.23/docs'
# Making install in tests
# make[2]: Entering directory '/tmp/xapian-core/src/xapian-core-1.2.23/tests'
# make install-am
# make[3]: Entering directory '/tmp/xapian-core/src/xapian-core-1.2.23/tests'
# make[4]: Entering directory '/tmp/xapian-core/src/xapian-core-1.2.23/tests'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/xapian-core/src/xapian-core-1.2.23/tests'
# make[3]: Leaving directory '/tmp/xapian-core/src/xapian-core-1.2.23/tests'
# make[2]: Leaving directory '/tmp/xapian-core/src/xapian-core-1.2.23/tests'
# make[1]: Leaving directory '/tmp/xapian-core/src/xapian-core-1.2.23'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> WARNING: Package contains reference to $srcdir
# ==> Creating package "xapian-core"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: xapian-core 1:1.2.23-1 (Thu Apr 13 19:25:56 UTC 2017)

CMD: pacman --query --file xapian-core-1:1.2.23-1-x86_64.pkg.tar.xz
# xapian-core 1:1.2.23-1

Creating hybrid package for 'xapian-core'

Trying to find vanilla package 'xapian-core'...

CMD: pacman --query --file /mirror/xapian-core-1:1.2.23-1.pkg.tar.xz
# xapian-core 1:1.2.23-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/bin/xapian-config
# /usr/bin/xapian-check
# /usr/bin/xapian-compact
# /usr/bin/xapian-inspect
# /usr/bin/xapian-replicate
# /usr/bin/xapian-replicate-server
# /usr/bin/xapian-chert-update
# /usr/bin/xapian-progsrv
# /usr/bin/xapian-tcpsrv
# /usr/bin/copydatabase
# /usr/bin/delve
# /usr/bin/quest
# /usr/bin/simpleexpand
# /usr/bin/simpleindex
# /usr/bin/simplesearch
# /usr/bin/xapian-metadata
# /usr/include/xapian.h
# /usr/include/xapian/version.h
# /usr/include/xapian/base.h
# /usr/include/xapian/compactor.h
# /usr/include/xapian/database.h
# /usr/include/xapian/dbfactory.h
# /usr/include/xapian/deprecated.h
# /usr/include/xapian/derefwrapper.h
# /usr/include/xapian/document.h
# /usr/include/xapian/enquire.h
# /usr/include/xapian/errorhandler.h
# /usr/include/xapian/expanddecider.h
# /usr/include/xapian/keymaker.h
# /usr/include/xapian/matchspy.h
# /usr/include/xapian/positioniterator.h
# /usr/include/xapian/postingiterator.h
# /usr/include/xapian/postingsource.h
# /usr/include/xapian/query.h
# /usr/include/xapian/queryparser.h
# /usr/include/xapian/registry.h
# /usr/include/xapian/stem.h
# /usr/include/xapian/termgenerator.h
# /usr/include/xapian/termiterator.h
# /usr/include/xapian/types.h
# /usr/include/xapian/unicode.h
# /usr/include/xapian/valueiterator.h
# /usr/include/xapian/valuesetmatchdecider.h
# /usr/include/xapian/visibility.h
# /usr/include/xapian/weight.h
# /usr/include/xapian/error.h
# /usr/lib/libxapian.so.22
# /usr/lib/libxapian.so
# /usr/lib/libxapian.la
# /usr/lib/libxapian.so.22.7.1
# /usr/lib/cmake/xapian/xapian-config.cmake
# /usr/lib/cmake/xapian/xapian-config-version.cmake
# /usr/lib/pkgconfig/xapian-core.pc
# /usr/share/aclocal/xapian.m4
# /usr/share/man/man1/xapian-config.1.gz
# /usr/share/man/man1/xapian-check.1.gz
# /usr/share/man/man1/xapian-compact.1.gz
# /usr/share/man/man1/xapian-inspect.1.gz
# /usr/share/man/man1/xapian-replicate.1.gz
# /usr/share/man/man1/xapian-replicate-server.1.gz
# /usr/share/man/man1/xapian-chert-update.1.gz
# /usr/share/man/man1/xapian-progsrv.1.gz
# /usr/share/man/man1/xapian-tcpsrv.1.gz
# /usr/share/man/man1/copydatabase.1.gz
# /usr/share/man/man1/delve.1.gz
# /usr/share/man/man1/quest.1.gz
# /usr/share/man/man1/xapian-metadata.1.gz
# /usr/share/doc/xapian-core/code_structure.html
# /usr/share/doc/xapian-core/admin_notes.html
# /usr/share/doc/xapian-core/bm25.html
# /usr/share/doc/xapian-core/collapsing.html
# /usr/share/doc/xapian-core/deprecation.html
# /usr/share/doc/xapian-core/facets.html
# /usr/share/doc/xapian-core/glossary.html
# /usr/share/doc/xapian-core/index.html
# /usr/share/doc/xapian-core/install.html
# /usr/share/doc/xapian-core/internals.html
# /usr/share/doc/xapian-core/intro_ir.html
# /usr/share/doc/xapian-core/matcherdesign.html
# /usr/share/doc/xapian-core/overview.html
# /usr/share/doc/xapian-core/postingsource.html
# /usr/share/doc/xapian-core/queryparser.html
# /usr/share/doc/xapian-core/remote_protocol.html
# /usr/share/doc/xapian-core/remote.html
# /usr/share/doc/xapian-core/replication_protocol.html
# /usr/share/doc/xapian-core/replication.html
# /usr/share/doc/xapian-core/scalability.html
# /usr/share/doc/xapian-core/serialisation.html
# /usr/share/doc/xapian-core/sorting.html
# /usr/share/doc/xapian-core/spelling.html
# /usr/share/doc/xapian-core/stemming.html
# /usr/share/doc/xapian-core/synonyms.html
# /usr/share/doc/xapian-core/termgenerator.html
# /usr/share/doc/xapian-core/tests.html
# /usr/share/doc/xapian-core/valueranges.html
# /usr/share/doc/xapian-core/apidoc.pdf
# /usr/share/doc/xapian-core/apidoc/html/bc_s.png
# /usr/share/doc/xapian-core/apidoc/html/bdwn.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1AssertionError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1BM25Weight__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1BoolWeight__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseCorruptError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseCreateError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseLockError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseModifiedError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseOpeningError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseVersionError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Database__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DateValueRangeProcessor__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DecreasingValueWeightPostingSource__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DocNotFoundError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Error__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderAnd__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDecider__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1FeatureUnavailableError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1FixedWeightPostingSource__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1InternalError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1InvalidArgumentError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1InvalidOperationError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1KeyMaker__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1LogicError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1MatchDecider__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1MatchSpy__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1MultiValueKeyMaker__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1MultiValueSorter__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1NetworkError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1NetworkTimeoutError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1NumberValueRangeProcessor__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1PostingSource__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1QueryParserError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1RangeError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1RuntimeError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1SerialisationError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1SimpleStopper__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Sorter__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Stopper__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1StringValueRangeProcessor__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1TradWeight__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1UnimplementedError__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ValueCountMatchSpy__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ValueMapPostingSource__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ValuePostingSource__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ValueSetMatchDecider__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ValueWeightPostingSource__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Weight__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1WritableDatabase__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/closed.png
# /usr/share/doc/xapian-core/apidoc/html/doxygen.png
# /usr/share/doc/xapian-core/apidoc/html/ftv2blank.png
# /usr/share/doc/xapian-core/apidoc/html/ftv2cl.png
# /usr/share/doc/xapian-core/apidoc/html/ftv2doc.png
# /usr/share/doc/xapian-core/apidoc/html/ftv2folderclosed.png
# /usr/share/doc/xapian-core/apidoc/html/ftv2folderopen.png
# /usr/share/doc/xapian-core/apidoc/html/ftv2lastnode.png
# /usr/share/doc/xapian-core/apidoc/html/ftv2link.png
# /usr/share/doc/xapian-core/apidoc/html/ftv2mlastnode.png
# /usr/share/doc/xapian-core/apidoc/html/ftv2mnode.png
# /usr/share/doc/xapian-core/apidoc/html/ftv2mo.png
# /usr/share/doc/xapian-core/apidoc/html/ftv2node.png
# /usr/share/doc/xapian-core/apidoc/html/ftv2ns.png
# /usr/share/doc/xapian-core/apidoc/html/ftv2plastnode.png
# /usr/share/doc/xapian-core/apidoc/html/ftv2pnode.png
# /usr/share/doc/xapian-core/apidoc/html/ftv2splitbar.png
# /usr/share/doc/xapian-core/apidoc/html/ftv2vertline.png
# /usr/share/doc/xapian-core/apidoc/html/graph_legend.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_0.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_1.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_10.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_11.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_12.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_13.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_14.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_15.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_16.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_17.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_18.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_19.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_2.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_20.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_21.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_22.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_23.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_24.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_25.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_26.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_27.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_28.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_29.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_3.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_4.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_5.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_6.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_7.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_8.png
# /usr/share/doc/xapian-core/apidoc/html/inherit_graph_9.png
# /usr/share/doc/xapian-core/apidoc/html/nav_f.png
# /usr/share/doc/xapian-core/apidoc/html/nav_g.png
# /usr/share/doc/xapian-core/apidoc/html/nav_h.png
# /usr/share/doc/xapian-core/apidoc/html/open.png
# /usr/share/doc/xapian-core/apidoc/html/structXapian_1_1ValueRangeProcessor__inherit__graph.png
# /usr/share/doc/xapian-core/apidoc/html/sync_off.png
# /usr/share/doc/xapian-core/apidoc/html/sync_on.png
# /usr/share/doc/xapian-core/apidoc/html/tab_a.png
# /usr/share/doc/xapian-core/apidoc/html/tab_b.png
# /usr/share/doc/xapian-core/apidoc/html/tab_h.png
# /usr/share/doc/xapian-core/apidoc/html/tab_s.png
# /usr/share/doc/xapian-core/apidoc/html/doxygen.css
# /usr/share/doc/xapian-core/apidoc/html/tabs.css
# /usr/share/doc/xapian-core/apidoc/html/annotated.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1AssertionError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1AssertionError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1BM25Weight-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1BM25Weight.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1BoolWeight-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1BoolWeight.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Compactor-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Compactor.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Database-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Database.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseCorruptError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseCorruptError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseCreateError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseCreateError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseLockError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseLockError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseModifiedError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseModifiedError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseOpeningError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseOpeningError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseVersionError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseVersionError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DateValueRangeProcessor-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DateValueRangeProcessor.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DecreasingValueWeightPostingSource-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DecreasingValueWeightPostingSource.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DocNotFoundError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1DocNotFoundError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Document-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Document.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ESet-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ESet.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ESetIterator-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ESetIterator.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Enquire-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Enquire.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Error-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Error.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ErrorHandler-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ErrorHandler.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDecider-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDecider.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderAnd-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderAnd.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1FeatureUnavailableError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1FeatureUnavailableError.html
# /usr/share/doc/xapian-core/apidoc/html/classes.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1FixedWeightPostingSource-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1FixedWeightPostingSource.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1InternalError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1InternalError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1InvalidArgumentError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1InvalidArgumentError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1InvalidOperationError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1InvalidOperationError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1KeyMaker-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1KeyMaker.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1LogicError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1LogicError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1MSet-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1MSet.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1MSetIterator-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1MSetIterator.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1MatchDecider-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1MatchDecider.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1MatchSpy-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1MatchSpy.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1MultiValueKeyMaker-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1MultiValueKeyMaker.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1MultiValueSorter-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1MultiValueSorter.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1NetworkError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1NetworkError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1NetworkTimeoutError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1NetworkTimeoutError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1NumberValueRangeProcessor-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1NumberValueRangeProcessor.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1PositionIterator-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1PositionIterator.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1PostingIterator-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1PostingIterator.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1PostingSource-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1PostingSource.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Query-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Query.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1QueryParser-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1QueryParser.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1QueryParserError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1QueryParserError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1RSet-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1RSet.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1RangeError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1RangeError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Registry-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Registry.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1RuntimeError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1RuntimeError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1SerialisationError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1SerialisationError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1SimpleStopper-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1SimpleStopper.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Sorter-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Sorter.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Stem-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Stem.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Stopper-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Stopper.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1StringValueRangeProcessor-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1StringValueRangeProcessor.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1TermGenerator-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1TermGenerator.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1TermIterator-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1TermIterator.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1TradWeight-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1TradWeight.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1UnimplementedError-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1UnimplementedError.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Utf8Iterator-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Utf8Iterator.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ValueCountMatchSpy-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ValueCountMatchSpy.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ValueIterator-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ValueIterator.html
# /usr/share/doc/xapian-core/apidoc/html/compactor_8h.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ValueMapPostingSource-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ValueMapPostingSource.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ValuePostingSource-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ValuePostingSource.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ValueSetMatchDecider-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ValueSetMatchDecider.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ValueWeightPostingSource-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1ValueWeightPostingSource.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Weight-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1Weight.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1WritableDatabase-members.html
# /usr/share/doc/xapian-core/apidoc/html/classXapian_1_1WritableDatabase.html
# /usr/share/doc/xapian-core/apidoc/html/database_8h.html
# /usr/share/doc/xapian-core/apidoc/html/dbfactory_8h.html
# /usr/share/doc/xapian-core/apidoc/html/deprecated.html
# /usr/share/doc/xapian-core/apidoc/html/dir_168225033f613bf58e19d0630bef5c8b.html
# /usr/share/doc/xapian-core/apidoc/html/dir_3c504f51550cb9fcc49223adf2dc9606.html
# /usr/share/doc/xapian-core/apidoc/html/document_8h.html
# /usr/share/doc/xapian-core/apidoc/html/enquire_8h.html
# /usr/share/doc/xapian-core/apidoc/html/error_8h.html
# /usr/share/doc/xapian-core/apidoc/html/errorhandler_8h.html
# /usr/share/doc/xapian-core/apidoc/html/expanddecider_8h.html
# /usr/share/doc/xapian-core/apidoc/html/files.html
# /usr/share/doc/xapian-core/apidoc/html/functions.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x62.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x63.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x64.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x65.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x66.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x67.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x68.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x69.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x6b.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x6c.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x6d.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x6e.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x6f.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x70.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x71.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x72.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x73.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x74.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x75.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x76.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x77.html
# /usr/share/doc/xapian-core/apidoc/html/functions_0x7e.html
# /usr/share/doc/xapian-core/apidoc/html/functions_enum.html
# /usr/share/doc/xapian-core/apidoc/html/functions_eval.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x62.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x63.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x64.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x65.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x66.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x67.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x68.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x69.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x6b.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x6c.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x6d.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x6e.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x6f.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x70.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x71.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x72.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x73.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x74.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x75.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x76.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x77.html
# /usr/share/doc/xapian-core/apidoc/html/functions_func_0x7e.html
# /usr/share/doc/xapian-core/apidoc/html/functions_rela.html
# /usr/share/doc/xapian-core/apidoc/html/functions_type.html
# /usr/share/doc/xapian-core/apidoc/html/functions_vars.html
# /usr/share/doc/xapian-core/apidoc/html/globals.html
# /usr/share/doc/xapian-core/apidoc/html/globals_defs.html
# /usr/share/doc/xapian-core/apidoc/html/graph_legend.html
# /usr/share/doc/xapian-core/apidoc/html/hierarchy.html
# /usr/share/doc/xapian-core/apidoc/html/index.html
# /usr/share/doc/xapian-core/apidoc/html/inherits.html
# /usr/share/doc/xapian-core/apidoc/html/keymaker_8h.html
# /usr/share/doc/xapian-core/apidoc/html/matchspy_8h.html
# /usr/share/doc/xapian-core/apidoc/html/namespaceXapian.html
# /usr/share/doc/xapian-core/apidoc/html/namespaceXapian_1_1Auto.html
# /usr/share/doc/xapian-core/apidoc/html/namespaceXapian_1_1Brass.html
# /usr/share/doc/xapian-core/apidoc/html/namespaceXapian_1_1Chert.html
# /usr/share/doc/xapian-core/apidoc/html/namespaceXapian_1_1Flint.html
# /usr/share/doc/xapian-core/apidoc/html/namespaceXapian_1_1InMemory.html
# /usr/share/doc/xapian-core/apidoc/html/namespaceXapian_1_1Remote.html
# /usr/share/doc/xapian-core/apidoc/html/namespaceXapian_1_1Unicode.html
# /usr/share/doc/xapian-core/apidoc/html/namespacemembers.html
# /usr/share/doc/xapian-core/apidoc/html/namespacemembers_enum.html
# /usr/share/doc/xapian-core/apidoc/html/namespacemembers_func.html
# /usr/share/doc/xapian-core/apidoc/html/namespacemembers_type.html
# /usr/share/doc/xapian-core/apidoc/html/namespacemembers_vars.html
# /usr/share/doc/xapian-core/apidoc/html/namespaces.html
# /usr/share/doc/xapian-core/apidoc/html/pages.html
# /usr/share/doc/xapian-core/apidoc/html/positioniterator_8h.html
# /usr/share/doc/xapian-core/apidoc/html/postingiterator_8h.html
# /usr/share/doc/xapian-core/apidoc/html/postingsource_8h.html
# /usr/share/doc/xapian-core/apidoc/html/query_8h.html
# /usr/share/doc/xapian-core/apidoc/html/queryparser_8h.html
# /usr/share/doc/xapian-core/apidoc/html/registry_8h.html
# /usr/share/doc/xapian-core/apidoc/html/stem_8h.html
# /usr/share/doc/xapian-core/apidoc/html/structXapian_1_1StemImplementation.html
# /usr/share/doc/xapian-core/apidoc/html/structXapian_1_1StemImplementation-members.html
# /usr/share/doc/xapian-core/apidoc/html/structXapian_1_1ValueRangeProcessor-members.html
# /usr/share/doc/xapian-core/apidoc/html/structXapian_1_1ValueRangeProcessor.html
# /usr/share/doc/xapian-core/apidoc/html/termgenerator_8h.html
# /usr/share/doc/xapian-core/apidoc/html/termiterator_8h.html
# /usr/share/doc/xapian-core/apidoc/html/types_8h.html
# /usr/share/doc/xapian-core/apidoc/html/unicode_8h.html
# /usr/share/doc/xapian-core/apidoc/html/valueiterator_8h.html
# /usr/share/doc/xapian-core/apidoc/html/valuesetmatchdecider_8h.html
# /usr/share/doc/xapian-core/apidoc/html/version_8h.html
# /usr/share/doc/xapian-core/apidoc/html/weight_8h.html
# /usr/share/doc/xapian-core/apidoc/html/xapian_8h.html
# /sysroot/usr/lib/libxapian.so.22.7.1
# /sysroot/usr/lib/libxapian.so.22
# /sysroot/usr/lib/libxapian.so
# /sysroot/usr/lib/libxapian.la
# /sysroot/usr/lib/libxapian.a
# /sysroot/usr/lib/cmake/xapian/xapian-config.cmake
# /sysroot/usr/lib/cmake/xapian/xapian-config-version.cmake
# /sysroot/usr/lib/pkgconfig/xapian-core.pc
# /sysroot/usr/include/xapian.h
# /sysroot/usr/include/xapian/version.h
# /sysroot/usr/include/xapian/base.h
# /sysroot/usr/include/xapian/compactor.h
# /sysroot/usr/include/xapian/database.h
# /sysroot/usr/include/xapian/dbfactory.h
# /sysroot/usr/include/xapian/deprecated.h
# /sysroot/usr/include/xapian/derefwrapper.h
# /sysroot/usr/include/xapian/document.h
# /sysroot/usr/include/xapian/enquire.h
# /sysroot/usr/include/xapian/errorhandler.h
# /sysroot/usr/include/xapian/expanddecider.h
# /sysroot/usr/include/xapian/keymaker.h
# /sysroot/usr/include/xapian/matchspy.h
# /sysroot/usr/include/xapian/positioniterator.h
# /sysroot/usr/include/xapian/postingiterator.h
# /sysroot/usr/include/xapian/postingsource.h
# /sysroot/usr/include/xapian/query.h
# /sysroot/usr/include/xapian/queryparser.h
# /sysroot/usr/include/xapian/registry.h
# /sysroot/usr/include/xapian/stem.h
# /sysroot/usr/include/xapian/termgenerator.h
# /sysroot/usr/include/xapian/termiterator.h
# /sysroot/usr/include/xapian/types.h
# /sysroot/usr/include/xapian/unicode.h
# /sysroot/usr/include/xapian/valueiterator.h
# /sysroot/usr/include/xapian/valuesetmatchdecider.h
# /sysroot/usr/include/xapian/visibility.h
# /sysroot/usr/include/xapian/weight.h
# /sysroot/usr/include/xapian/error.h

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 xapian-core.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/xapian-core.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/xapian-core.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 1089

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/xapian-core.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/xapian-core.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/xapian-core/src/xapian-core-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-core configure 1.2.23, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 53fdfbb299fc
# 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/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2912: checking for a BSD-compatible install
# configure:2980: result: /usr/bin/install -c
# configure:2991: checking whether build environment is sane
# configure:3041: result: yes
# configure:3090: checking for x86_64-unknown-linux-strip
# configure:3120: result: no
# configure:3130: checking for strip
# configure:3146: found /usr/bin/strip
# configure:3157: result: strip
# configure:3182: checking for a thread-safe mkdir -p
# configure:3221: result: /usr/bin/mkdir -p
# configure:3234: checking for gawk
# configure:3250: found /usr/bin/gawk
# configure:3261: result: gawk
# configure:3272: checking whether make sets $(MAKE)
# configure:3294: result: yes
# configure:3369: checking how to create a ustar tar archive
# configure:3382: 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:3385: $? = 0
# configure:3425: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
# configure:3428: $? = 0
# configure:3432: tar -xf -
# configure:3435: $? = 0
# configure:3448: result: gnutar
# configure:3493: checking build system type
# configure:3507: result: x86_64-pc-linux-gnu
# configure:3527: checking host system type
# configure:3540: result: x86_64-unknown-linux-gnu
# configure:3581: checking how to print strings
# configure:3608: result: printf
# configure:3641: checking for style of include used by make
# configure:3669: result: GNU
# configure:3700: checking for x86_64-unknown-linux-gcc
# configure:3727: result: clang
# configure:3996: checking for C compiler version
# configure:4005: 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:4016: $? = 0
# configure:4005: 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:4016: $? = 0
# configure:4005: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4016: $? = 1
# configure:4005: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4016: $? = 1
# configure:4036: checking whether the C compiler works
# configure:4058: clang conftest.c >&5
# configure:4062: $? = 0
# configure:4110: result: yes
# configure:4113: checking for C compiler default output file name
# configure:4115: result: a.out
# configure:4121: checking for suffix of executables
# configure:4128: clang -o conftest conftest.c >&5
# configure:4132: $? = 0
# configure:4154: result:
# configure:4176: checking whether we are cross compiling
# configure:4184: clang -o conftest conftest.c >&5
# configure:4188: $? = 0
# configure:4195: ./conftest
# configure:4199: $? = 0
# configure:4214: result: no
# configure:4219: checking for suffix of object files
# configure:4241: clang -c conftest.c >&5
# configure:4245: $? = 0
# configure:4266: result: o
# configure:4270: checking whether we are using the GNU C compiler
# configure:4289: clang -c conftest.c >&5
# configure:4289: $? = 0
# configure:4298: result: yes
# configure:4307: checking whether clang accepts -g
# configure:4327: clang -c -g conftest.c >&5
# configure:4327: $? = 0
# configure:4368: result: yes
# configure:4385: checking for clang option to accept ISO C89
# configure:4449: clang -c conftest.c >&5
# configure:4449: $? = 0
# configure:4462: result: none needed
# configure:4484: checking dependency style of clang
# configure:4595: result: gcc3
# configure:4610: checking for a sed that does not truncate output
# configure:4674: result: /usr/bin/sed
# configure:4692: checking for grep that handles long lines and -e
# configure:4750: result: /usr/bin/grep
# configure:4755: checking for egrep
# configure:4817: result: /usr/bin/grep -E
# configure:4822: checking for fgrep
# configure:4884: result: /usr/bin/grep -F
# configure:4919: checking for ld used by clang
# configure:4986: result: /usr/bin/ld
# configure:4993: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5008: result: yes
# configure:5020: checking for BSD- or MS-compatible name lister (nm)
# configure:5074: result: no
# configure:5088: checking for x86_64-unknown-linux-dumpbin
# configure:5118: result: no
# configure:5088: checking for x86_64-unknown-linux-link
# configure:5118: result: no
# configure:5132: checking for dumpbin
# configure:5162: result: no
# configure:5132: checking for link
# configure:5148: found /usr/bin/link
# configure:5159: result: link -dump
# configure:5204: checking the name lister (nm) interface
# configure:5211: clang -c conftest.c >&5
# configure:5214: nm "conftest.o"
# configure:5217: output
# 0000000000000000 B some_variable
# configure:5224: result: BSD nm
# configure:5227: checking whether ln -s works
# configure:5231: result: yes
# configure:5239: checking the maximum length of command line arguments
# configure:5370: result: 1572864
# configure:5418: checking how to convert x86_64-pc-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5458: result: func_convert_file_noop
# configure:5465: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
# configure:5485: result: func_convert_file_noop
# configure:5492: checking for /usr/bin/ld option to reload object files
# configure:5499: result: -r
# configure:5533: checking for x86_64-unknown-linux-objdump
# configure:5563: result: no
# configure:5573: checking for objdump
# configure:5589: found /usr/bin/objdump
# configure:5600: result: objdump
# configure:5632: checking how to recognize dependent libraries
# configure:5832: result: pass_all
# configure:5877: checking for x86_64-unknown-linux-dlltool
# configure:5907: result: no
# configure:5917: checking for dlltool
# configure:5947: result: no
# configure:5977: checking how to associate runtime and link libraries
# configure:6004: result: printf %s\n
# configure:6021: checking for x86_64-unknown-linux-ar
# configure:6051: result: no
# configure:6065: checking for ar
# configure:6081: found /usr/bin/ar
# configure:6092: result: ar
# configure:6129: checking for archiver @FILE support
# configure:6146: clang -c conftest.c >&5
# configure:6146: $? = 0
# configure:6149: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6152: $? = 0
# configure:6157: 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:6160: $? = 1
# configure:6172: result: @
# configure:6190: checking for x86_64-unknown-linux-strip
# configure:6217: result: strip
# configure:6289: checking for x86_64-unknown-linux-ranlib
# configure:6319: result: no
# configure:6329: checking for ranlib
# configure:6345: found /usr/bin/ranlib
# configure:6356: result: ranlib
# configure:6458: checking command to parse nm output from clang object
# configure:6611: clang -c conftest.c >&5
# configure:6614: $? = 0
# configure:6618: 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:6621: $? = 0
# configure:6687: clang -o conftest conftest.c conftstm.o >&5
# configure:6690: $? = 0
# configure:6728: result: ok
# configure:6775: checking for sysroot
# configure:6805: result: no
# configure:6812: checking for a working dd
# configure:6850: result: /usr/bin/dd
# configure:6854: checking how to truncate binary pipes
# configure:6869: result: /usr/bin/dd bs=4096 count=1
# configure:7005: clang -c conftest.c >&5
# configure:7008: $? = 0
# configure:7158: checking for x86_64-unknown-linux-mt
# configure:7188: result: no
# configure:7198: checking for mt
# configure:7228: result: no
# configure:7248: checking if : is a manifest tool
# configure:7254: : '-?'
# configure:7262: result: no
# configure:7939: checking how to run the C preprocessor
# configure:7970: clang -E conftest.c
# configure:7970: $? = 0
# configure:7984: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7984: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "xapian-core"
# | #define PACKAGE_TARNAME "xapian-core"
# | #define PACKAGE_VERSION "1.2.23"
# | #define PACKAGE_STRING "xapian-core 1.2.23"
# | #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
# | #define PACKAGE_URL ""
# | #define PACKAGE "xapian-core"
# | #define VERSION "1.2.23"
# | /* end confdefs.h. */
# | #include
# configure:8009: result: clang -E
# configure:8029: clang -E conftest.c
# configure:8029: $? = 0
# configure:8043: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8043: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "xapian-core"
# | #define PACKAGE_TARNAME "xapian-core"
# | #define PACKAGE_VERSION "1.2.23"
# | #define PACKAGE_STRING "xapian-core 1.2.23"
# | #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
# | #define PACKAGE_URL ""
# | #define PACKAGE "xapian-core"
# | #define VERSION "1.2.23"
# | /* end confdefs.h. */
# | #include
# configure:8072: checking for ANSI C header files
# configure:8092: clang -c conftest.c >&5
# configure:8092: $? = 0
# configure:8165: clang -o conftest conftest.c >&5
# configure:8165: $? = 0
# configure:8165: ./conftest
# configure:8165: $? = 0
# configure:8176: result: yes
# configure:8189: checking for sys/types.h
# configure:8189: clang -c conftest.c >&5
# configure:8189: $? = 0
# configure:8189: result: yes
# configure:8189: checking for sys/stat.h
# configure:8189: clang -c conftest.c >&5
# configure:8189: $? = 0
# configure:8189: result: yes
# configure:8189: checking for stdlib.h
# configure:8189: clang -c conftest.c >&5
# configure:8189: $? = 0
# configure:8189: result: yes
# configure:8189: checking for string.h
# configure:8189: clang -c conftest.c >&5
# configure:8189: $? = 0
# configure:8189: result: yes
# configure:8189: checking for memory.h
# configure:8189: clang -c conftest.c >&5
# configure:8189: $? = 0
# configure:8189: result: yes
# configure:8189: checking for strings.h
# configure:8189: clang -c conftest.c >&5
# configure:8189: $? = 0
# configure:8189: result: yes
# configure:8189: checking for inttypes.h
# configure:8189: clang -c conftest.c >&5
# configure:8189: $? = 0
# configure:8189: result: yes
# configure:8189: checking for stdint.h
# configure:8189: clang -c conftest.c >&5
# configure:8189: $? = 0
# configure:8189: result: yes
# configure:8189: checking for unistd.h
# configure:8189: clang -c conftest.c >&5
# configure:8189: $? = 0
# configure:8189: result: yes
# configure:8203: checking for dlfcn.h
# configure:8203: clang -c conftest.c >&5
# configure:8203: $? = 0
# configure:8203: result: yes
# configure:8459: checking for objdir
# configure:8474: result: .libs
# configure:8738: checking if clang supports -fno-rtti -fno-exceptions
# configure:8756: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8760: $? = 0
# configure:8773: result: yes
# configure:9131: checking for clang option to produce PIC
# configure:9138: result: -fPIC -DPIC
# configure:9146: checking if clang PIC flag -fPIC -DPIC works
# configure:9164: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9168: $? = 0
# configure:9181: result: yes
# configure:9210: checking if clang static flag -static works
# configure:9238: result: yes
# configure:9253: checking if clang supports -c -o file.o
# configure:9274: clang -c -o out/conftest2.o conftest.c >&5
# configure:9278: $? = 0
# configure:9300: result: yes
# configure:9308: checking if clang supports -c -o file.o
# configure:9355: result: yes
# configure:9388: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10647: result: yes
# configure:10684: checking whether -lc should be explicitly linked in
# configure:10692: clang -c conftest.c >&5
# configure:10695: $? = 0
# configure:10710: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10713: $? = 0
# configure:10727: result: no
# configure:10887: checking dynamic linker characteristics
# configure:11468: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11468: $? = 0
# configure:11705: result: GNU/Linux ld.so
# configure:11827: checking how to hardcode library paths into programs
# configure:11852: result: immediate
# configure:12400: checking whether stripping libraries is possible
# configure:12405: result: yes
# configure:12440: checking if libtool supports shared libraries
# configure:12442: result: yes
# configure:12445: checking whether to build shared libraries
# configure:12470: result: yes
# configure:12473: checking whether to build static libraries
# configure:12477: result: yes
# configure:12542: checking whether to enable maintainer-specific portions of Makefiles
# configure:12551: result: no
# configure:12677: checking for C++ compiler version
# configure:12686: 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:12697: $? = 0
# configure:12686: 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:12697: $? = 0
# configure:12686: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:12697: $? = 1
# configure:12686: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:12697: $? = 1
# configure:12701: checking whether we are using the GNU C++ compiler
# configure:12720: clang++ -c conftest.cpp >&5
# configure:12720: $? = 0
# configure:12729: result: yes
# configure:12738: checking whether clang++ accepts -g
# configure:12758: clang++ -c -g conftest.cpp >&5
# configure:12758: $? = 0
# configure:12799: result: yes
# configure:12824: checking dependency style of clang++
# configure:12935: result: gcc3
# configure:12968: checking how to run the C++ preprocessor
# configure:12995: clang++ -E conftest.cpp
# configure:12995: $? = 0
# configure:13009: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:13009: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "xapian-core"
# | #define PACKAGE_TARNAME "xapian-core"
# | #define PACKAGE_VERSION "1.2.23"
# | #define PACKAGE_STRING "xapian-core 1.2.23"
# | #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
# | #define PACKAGE_URL ""
# | #define PACKAGE "xapian-core"
# | #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:13034: result: clang++ -E
# configure:13054: clang++ -E conftest.cpp
# configure:13054: $? = 0
# configure:13068: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:13068: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "xapian-core"
# | #define PACKAGE_TARNAME "xapian-core"
# | #define PACKAGE_VERSION "1.2.23"
# | #define PACKAGE_STRING "xapian-core 1.2.23"
# | #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
# | #define PACKAGE_URL ""
# | #define PACKAGE "xapian-core"
# | #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:13230: checking for ld used by clang++
# configure:13297: result: /usr/bin/ld -m elf_x86_64
# configure:13304: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:13319: result: yes
# configure:13374: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14447: result: yes
# configure:14483: clang++ -c conftest.cpp >&5
# configure:14486: $? = 0
# configure:14967: checking for clang++ option to produce PIC
# configure:14974: result: -fPIC -DPIC
# configure:14982: checking if clang++ PIC flag -fPIC -DPIC works
# configure:15000: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:15004: $? = 0
# configure:15017: result: yes
# configure:15040: checking if clang++ static flag -static works
# configure:15068: result: yes
# configure:15080: checking if clang++ supports -c -o file.o
# configure:15101: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:15105: $? = 0
# configure:15127: result: yes
# configure:15132: checking if clang++ supports -c -o file.o
# configure:15179: result: yes
# configure:15209: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:15249: result: yes
# configure:15390: checking dynamic linker characteristics
# configure:16135: result: GNU/Linux ld.so
# configure:16200: checking how to hardcode library paths into programs
# configure:16225: result: immediate
# /sbin/ldconfig: Path `/usr/lib64' given more than once
# /sbin/ldconfig: Can't stat /usr/libx32: No such file or directory
# configure:16297: checking whether clang++ is a working C++ compiler
# configure:16327: clang++ -o conftest conftest.cpp >&5
# configure:16327: $? = 0
# configure:16327: ./conftest
# configure:16327: $? = 0
# configure:16339: result: yes
# configure:16375: checking for x86_64-unknown-linux-gcc
# configure:16402: result: clang
# configure:16671: checking for C compiler version
# configure:16680: 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:16691: $? = 0
# configure:16680: 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:16691: $? = 0
# configure:16680: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:16691: $? = 1
# configure:16680: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:16691: $? = 1
# configure:16695: checking whether we are using the GNU C compiler
# configure:16723: result: yes
# configure:16732: checking whether clang accepts -g
# configure:16793: result: yes
# configure:16810: checking for clang option to accept ISO C89
# configure:16887: result: none needed
# configure:16909: checking dependency style of clang
# configure:17020: result: gcc3
# configure:17059: checking for special C compiler options needed for large files
# configure:17104: result: no
# configure:17110: checking for _FILE_OFFSET_BITS value needed for large files
# configure:17135: clang++ -c conftest.cpp >&5
# configure:17135: $? = 0
# configure:17167: result: no
# configure:17299: checking for clang++ options to enable ISO C++ mode
# configure:17303: result: none required
# configure:17455: checking if -lm is required for maths functions
# configure:17477: clang++ -o conftest conftest.cpp >&5
# configure:17477: $? = 0
# configure:17478: result: no
# configure:17513: checking if RTTI is supported
# configure:17530: clang++ -c -qhaltonmsg=1540-2412 conftest.cpp >&5
# clang-3.8: error: unknown argument: '-qhaltonmsg=1540-2412'
# configure:17530: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "xapian-core"
# | #define PACKAGE_TARNAME "xapian-core"
# | #define PACKAGE_VERSION "1.2.23"
# | #define PACKAGE_STRING "xapian-core 1.2.23"
# | #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
# | #define PACKAGE_URL ""
# | #define PACKAGE "xapian-core"
# | #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. */
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:17559: clang++ -c conftest.cpp >&5
# conftest.cpp:30:7: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse]
# int f();
# ^~
# conftest.cpp:30:7: note: replace parentheses with an initializer to declare a variable
# int f();
# ^~
# = 0
# 1 warning generated.
# configure:17559: $? = 0
# configure:17560: result: yes
# configure:17575: checking for sleep
# configure:17575: clang++ -o conftest conftest.cpp >&5
# configure:17575: $? = 0
# configure:17575: result: yes
# configure:17575: checking for gettimeofday
# configure:17575: clang++ -o conftest conftest.cpp >&5
# configure:17575: $? = 0
# configure:17575: result: yes
# configure:17575: checking for ftime
# configure:17575: clang++ -o conftest conftest.cpp >&5
# configure:17575: $? = 0
# configure:17575: result: yes
# configure:17599: checking for srandom
# configure:17599: clang++ -o conftest conftest.cpp >&5
# configure:17599: $? = 0
# configure:17599: result: yes
# configure:17599: checking for random
# configure:17599: clang++ -o conftest conftest.cpp >&5
# configure:17599: $? = 0
# configure:17599: result: yes
# configure:17611: checking for sigaction
# configure:17611: clang++ -o conftest conftest.cpp >&5
# configure:17611: $? = 0
# configure:17611: result: yes
# configure:17620: checking for sigsetjmp and siglongjmp
# configure:17633: clang++ -c conftest.cpp >&5
# configure:17633: $? = 0
# configure:17637: result: yes
# configure:17648: checking for getrusage
# configure:17648: clang++ -o conftest conftest.cpp >&5
# configure:17648: $? = 0
# configure:17648: result: yes
# configure:17648: checking for times
# configure:17648: clang++ -o conftest conftest.cpp >&5
# configure:17648: $? = 0
# configure:17648: result: yes
# configure:17648: checking for sysconf
# configure:17648: clang++ -o conftest conftest.cpp >&5
# configure:17648: $? = 0
# configure:17648: result: yes
# configure:17661: checking for setenv
# configure:17661: clang++ -o conftest conftest.cpp >&5
# configure:17661: $? = 0
# configure:17661: result: yes
# configure:17661: checking for _putenv_s
# configure:17661: clang++ -o conftest conftest.cpp >&5
# /tmp/conftest-a1cf54.o: In function `main':
# conftest.cpp:(.text+0x10): undefined reference to `_putenv_s'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:17661: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "xapian-core"
# | #define PACKAGE_TARNAME "xapian-core"
# | #define PACKAGE_VERSION "1.2.23"
# | #define PACKAGE_STRING "xapian-core 1.2.23"
# | #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
# | #define PACKAGE_URL ""
# | #define PACKAGE "xapian-core"
# | #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/"
# | #define USE_RTTI 1
# | #define HAVE_SLEEP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_RANDOM 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_TIMES 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_SETENV 1
# | /* end confdefs.h. */
# | /* Define _putenv_s to an innocuous variant, in case declares _putenv_s.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _putenv_s innocuous__putenv_s
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _putenv_s (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _putenv_s
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char _putenv_s ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__putenv_s || defined __stub____putenv_s
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _putenv_s ();
# | ;
# | return 0;
# | }
# configure:17661: result: no
# configure:17674: checking for closefrom
# configure:17674: clang++ -o conftest conftest.cpp >&5
# /tmp/conftest-dd2fb3.o: In function `main':
# conftest.cpp:(.text+0x10): undefined reference to `closefrom'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:17674: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "xapian-core"
# | #define PACKAGE_TARNAME "xapian-core"
# | #define PACKAGE_VERSION "1.2.23"
# | #define PACKAGE_STRING "xapian-core 1.2.23"
# | #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
# | #define PACKAGE_URL ""
# | #define PACKAGE "xapian-core"
# | #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/"
# | #define USE_RTTI 1
# | #define HAVE_SLEEP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_RANDOM 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_TIMES 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_SETENV 1
# | /* end confdefs.h. */
# | /* Define closefrom to an innocuous variant, in case declares closefrom.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define closefrom innocuous_closefrom
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char closefrom (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef closefrom
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char closefrom ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_closefrom || defined __stub___closefrom
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return closefrom ();
# | ;
# | return 0;
# | }
# configure:17674: result: no
# configure:17674: checking for dirfd
# configure:17674: clang++ -o conftest conftest.cpp >&5
# configure:17674: $? = 0
# configure:17674: result: yes
# configure:17674: checking for getrlimit
# configure:17674: clang++ -o conftest conftest.cpp >&5
# configure:17674: $? = 0
# configure:17674: result: yes
# configure:17684: checking return type of ftime
# configure:17698: clang++ -c conftest.cpp >&5
# configure:17698: $? = 0
# configure:17699: result: int
# configure:17713: checking for sys/utsname.h
# configure:17713: clang++ -c conftest.cpp >&5
# configure:17713: $? = 0
# configure:17713: result: yes
# configure:17726: checking for gethostname
# configure:17726: clang++ -o conftest conftest.cpp >&5
# configure:17726: $? = 0
# configure:17726: result: yes
# configure:17736: checking for ssize_t
# configure:17736: clang++ -c conftest.cpp >&5
# configure:17736: $? = 0
# configure:17736: clang++ -c conftest.cpp >&5
# conftest.cpp:75:22: error: expected expression
# if (sizeof ((ssize_t)))
# ^
# 1 error generated.
# configure:17736: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "xapian-core"
# | #define PACKAGE_TARNAME "xapian-core"
# | #define PACKAGE_VERSION "1.2.23"
# | #define PACKAGE_STRING "xapian-core 1.2.23"
# | #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
# | #define PACKAGE_URL ""
# | #define PACKAGE "xapian-core"
# | #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/"
# | #define USE_RTTI 1
# | #define HAVE_SLEEP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_RANDOM 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_TIMES 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_SETENV 1
# | #define HAVE_DIRFD 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_GETHOSTNAME 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ssize_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:17736: result: yes
# configure:17748: checking for pid_t
# configure:17748: clang++ -c conftest.cpp >&5
# configure:17748: $? = 0
# configure:17748: clang++ -c conftest.cpp >&5
# conftest.cpp:75:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:17748: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "xapian-core"
# | #define PACKAGE_TARNAME "xapian-core"
# | #define PACKAGE_VERSION "1.2.23"
# | #define PACKAGE_STRING "xapian-core 1.2.23"
# | #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
# | #define PACKAGE_URL ""
# | #define PACKAGE "xapian-core"
# | #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/"
# | #define USE_RTTI 1
# | #define HAVE_SLEEP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_RANDOM 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_TIMES 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_SETENV 1
# | #define HAVE_DIRFD 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_GETHOSTNAME 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:17748: result: yes
# configure:17760: checking for mode_t
# configure:17760: clang++ -c conftest.cpp >&5
# configure:17760: $? = 0
# configure:17760: clang++ -c conftest.cpp >&5
# conftest.cpp:75:21: error: expected expression
# if (sizeof ((mode_t)))
# ^
# 1 error generated.
# configure:17760: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "xapian-core"
# | #define PACKAGE_TARNAME "xapian-core"
# | #define PACKAGE_VERSION "1.2.23"
# | #define PACKAGE_STRING "xapian-core 1.2.23"
# | #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
# | #define PACKAGE_URL ""
# | #define PACKAGE "xapian-core"
# | #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/"
# | #define USE_RTTI 1
# | #define HAVE_SLEEP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_RANDOM 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_TIMES 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_SETENV 1
# | #define HAVE_DIRFD 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_GETHOSTNAME 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((mode_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:17760: result: yes
# configure:17776: checking size of int
# configure:17781: clang++ -o conftest conftest.cpp >&5
# configure:17781: $? = 0
# configure:17781: ./conftest
# configure:17781: $? = 0
# configure:17795: result: 4
# configure:17809: checking size of long
# configure:17814: clang++ -o conftest conftest.cpp >&5
# configure:17814: $? = 0
# configure:17814: ./conftest
# configure:17814: $? = 0
# configure:17828: result: 8
# configure:17842: checking size of long long
# configure:17847: clang++ -o conftest conftest.cpp >&5
# configure:17847: $? = 0
# configure:17847: ./conftest
# configure:17847: $? = 0
# configure:17861: result: 8
# configure:17875: checking for sys/types.h
# configure:17875: result: yes
# configure:17889: checking size of off_t
# configure:17894: clang++ -o conftest conftest.cpp >&5
# configure:17894: $? = 0
# configure:17894: ./conftest
# configure:17894: $? = 0
# configure:17908: result: 8
# configure:17919: checking for 32 bit integer type
# configure:17930: result: int
# configure:17933: checking for 64 bit integer type
# configure:17944: result: long
# configure:17947: checking for unsigned equivalent of off_t
# configure:17963: result: unsigned long
# configure:17968: checking for perl
# configure:17986: found /usr/bin/perl
# configure:17998: result: /usr/bin/perl
# configure:18307: checking for fcntl.h
# configure:18307: clang++ -c conftest.cpp >&5
# configure:18307: $? = 0
# configure:18307: result: yes
# configure:18307: checking for limits.h
# configure:18307: clang++ -c conftest.cpp >&5
# configure:18307: $? = 0
# configure:18307: result: yes
# configure:18307: checking for sys/errno.h
# configure:18307: clang++ -c conftest.cpp >&5
# configure:18307: $? = 0
# configure:18307: result: yes
# configure:18307: checking for sys/select.h
# configure:18307: clang++ -c conftest.cpp >&5
# configure:18307: $? = 0
# configure:18307: result: yes
# configure:18320: checking for sys/resource.h
# configure:18320: clang++ -c conftest.cpp >&5
# configure:18320: $? = 0
# configure:18320: result: yes
# configure:18335: checking for valgrind
# configure:18368: result: no
# configure:18425: checking for eatmydata
# configure:18458: result: no
# configure:18465: checking for working memcmp
# configure:18508: clang++ -o conftest conftest.cpp >&5
# configure:18508: $? = 0
# configure:18508: ./conftest
# configure:18508: $? = 0
# configure:18518: result: yes
# configure:18529: checking for hstrerror
# configure:18529: clang++ -o conftest conftest.cpp >&5
# configure:18529: $? = 0
# configure:18529: result: yes
# configure:18538: checking whether strerror_r is declared
# configure:18538: clang++ -c conftest.cpp >&5
# configure:18538: $? = 0
# configure:18538: result: yes
# configure:18551: checking for strerror_r
# configure:18551: clang++ -o conftest conftest.cpp >&5
# configure:18551: $? = 0
# configure:18551: result: yes
# configure:18560: checking whether strerror_r returns char *
# configure:18584: clang++ -c conftest.cpp >&5
# configure:18584: $? = 0
# configure:18622: result: yes
# configure:18630: checking whether sys_errlist is declared
# configure:18630: clang++ -c conftest.cpp >&5
# configure:18630: $? = 0
# configure:18630: result: yes
# configure:18640: checking whether _sys_errlist is declared
# configure:18640: clang++ -c conftest.cpp >&5
# configure:18640: $? = 0
# configure:18640: result: yes
# configure:18650: checking whether sys_nerr is declared
# configure:18650: clang++ -c conftest.cpp >&5
# configure:18650: $? = 0
# configure:18650: result: yes
# configure:18660: checking whether _sys_nerr is declared
# configure:18660: clang++ -c conftest.cpp >&5
# configure:18660: $? = 0
# configure:18660: result: yes
# configure:18672: checking for working ISO C90 conforming snprintf
# configure:18706: clang++ -o conftest conftest.cpp >&5
# configure:18706: $? = 0
# configure:18706: ./conftest
# configure:18706: $? = 0
# configure:18721: result: snprintf
# configure:18837: checking for zlib.h
# configure:18837: clang++ -c conftest.cpp >&5
# configure:18837: $? = 0
# configure:18837: result: yes
# configure:18854: checking for library containing zlibVersion
# configure:18885: clang++ -o conftest conftest.cpp >&5
# /tmp/conftest-43b924.o: In function `main':
# conftest.cpp:(.text+0x10): undefined reference to `zlibVersion'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:18885: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "xapian-core"
# | #define PACKAGE_TARNAME "xapian-core"
# | #define PACKAGE_VERSION "1.2.23"
# | #define PACKAGE_STRING "xapian-core 1.2.23"
# | #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
# | #define PACKAGE_URL ""
# | #define PACKAGE "xapian-core"
# | #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/"
# | #define USE_RTTI 1
# | #define HAVE_SLEEP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_RANDOM 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_TIMES 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_SETENV 1
# | #define HAVE_DIRFD 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_GETHOSTNAME 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define HAVE_SYS_TYPES_H 1
# | #define SIZEOF_OFF_T 8
# | #define UNSIGNED_OFF_T unsigned long
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_ERRNO_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_HSTRERROR 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_DECL_SYS_ERRLIST 1
# | #define HAVE_DECL__SYS_ERRLIST 1
# | #define HAVE_DECL_SYS_NERR 1
# | #define HAVE_DECL__SYS_NERR 1
# | #define SNPRINTF_ISO snprintf
# | #define SNPRINTF snprintf
# | #define HAVE_ZLIB_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char zlibVersion ();
# | int
# | main ()
# | {
# | return zlibVersion ();
# | ;
# | return 0;
# | }
# configure:18885: clang++ -o conftest conftest.cpp -lz >&5
# configure:18885: $? = 0
# configure:18902: result: -lz
# configure:18926: checking for uuid/uuid.h
# configure:18926: clang++ -c conftest.cpp >&5
# configure:18926: $? = 0
# configure:18926: result: yes
# configure:18934: checking for library containing uuid_generate
# configure:18965: clang++ -o conftest conftest.cpp >&5
# /tmp/conftest-ec8765.o: In function `main':
# conftest.cpp:(.text+0x10): undefined reference to `uuid_generate'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:18965: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "xapian-core"
# | #define PACKAGE_TARNAME "xapian-core"
# | #define PACKAGE_VERSION "1.2.23"
# | #define PACKAGE_STRING "xapian-core 1.2.23"
# | #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
# | #define PACKAGE_URL ""
# | #define PACKAGE "xapian-core"
# | #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/"
# | #define USE_RTTI 1
# | #define HAVE_SLEEP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_RANDOM 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_TIMES 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_SETENV 1
# | #define HAVE_DIRFD 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_GETHOSTNAME 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define HAVE_SYS_TYPES_H 1
# | #define SIZEOF_OFF_T 8
# | #define UNSIGNED_OFF_T unsigned long
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_ERRNO_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_HSTRERROR 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_DECL_SYS_ERRLIST 1
# | #define HAVE_DECL__SYS_ERRLIST 1
# | #define HAVE_DECL_SYS_NERR 1
# | #define HAVE_DECL__SYS_NERR 1
# | #define SNPRINTF_ISO snprintf
# | #define SNPRINTF snprintf
# | #define HAVE_ZLIB_H 1
# | #define HAVE_UUID_UUID_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char uuid_generate ();
# | int
# | main ()
# | {
# | return uuid_generate ();
# | ;
# | return 0;
# | }
# configure:18965: clang++ -o conftest conftest.cpp -luuid >&5
# configure:18965: $? = 0
# configure:18982: result: -luuid
# configure:19053: clang++ -o conftest conftest.cpp -luuid >&5
# configure:19053: $? = 0
# configure:19084: clang++ -E conftest.cpp
# configure:19084: $? = 0
# configure:19100: checking for fork
# configure:19100: clang++ -o conftest conftest.cpp >&5
# configure:19100: $? = 0
# configure:19100: result: yes
# configure:19113: checking for library containing socketpair
# configure:19144: clang++ -o conftest conftest.cpp >&5
# configure:19144: $? = 0
# configure:19161: result: none required
# configure:19175: checking for library containing gethostbyname
# configure:19206: clang++ -o conftest conftest.cpp >&5
# configure:19206: $? = 0
# configure:19223: result: none required
# configure:19244: checking for type to use for 5th parameter to getsockopt
# configure:19272: clang++ -c conftest.cpp >&5
# configure:19272: $? = 0
# configure:19288: result: socklen_t
# configure:19404: checking whether fdatasync is declared
# configure:19404: clang++ -c conftest.cpp >&5
# configure:19404: $? = 0
# configure:19404: result: yes
# configure:19410: checking for library containing fdatasync
# configure:19441: clang++ -o conftest conftest.cpp >&5
# configure:19441: $? = 0
# configure:19458: result: none required
# configure:19469: checking for fdatasync
# configure:19469: clang++ -o conftest conftest.cpp >&5
# configure:19469: $? = 0
# configure:19469: result: yes
# configure:19486: checking for fsync
# configure:19486: clang++ -o conftest conftest.cpp >&5
# configure:19486: $? = 0
# configure:19486: result: yes
# configure:19508: checking for pread
# configure:19508: clang++ -o conftest conftest.cpp >&5
# configure:19508: $? = 0
# configure:19508: result: yes
# configure:19513: checking for any prototype needed for pread
# configure:19540: clang++ -c conftest.cpp >&5
# configure:19540: $? = 0
# configure:19557: result: none required
# configure:19571: checking for pwrite
# configure:19571: clang++ -o conftest conftest.cpp >&5
# configure:19571: $? = 0
# configure:19571: result: yes
# configure:19576: checking for any prototype needed for pwrite
# configure:19603: clang++ -c conftest.cpp >&5
# configure:19603: $? = 0
# configure:19620: result: none required
# configure:19639: checking for link
# configure:19639: clang++ -o conftest conftest.cpp >&5
# configure:19639: $? = 0
# configure:19639: result: yes
# configure:19750: checking if clang++ -fvisibility=hidden works
# configure:19753: result: yes
# configure:19767: checking for clang++ -Wl,-Bsymbolic-functions
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:19784: result: yes
# configure:19789: checking whether to use SSE instructions on x86
# configure:19827: result: non-x86 arch (x86_64)
# configure:20056: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by xapian-core 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 53fdfbb299fc
#
# config.status:1271: creating Makefile
# config.status:1271: creating tests/Makefile
# config.status:1271: creating docs/Makefile
# config.status:1271: creating docs/doxygen_api.conf
# config.status:1271: creating docs/doxygen_source.conf
# config.status:1271: creating xapian-core.spec
# config.status:1271: creating cmake/xapian-config.cmake
# config.status:1271: creating cmake/xapian-config-version.cmake
# config.status:1271: creating pkgconfig/xapian-core.pc
# config.status:1271: creating tests/runtest
# config.status:1271: creating tests/runsrv
# config.status:1271: creating tests/submitperftest
# config.status:1271: creating tests/perftest/get_machine_info
# config.status:1271: creating xapian-config
# config.status:1271: creating makemanpage
# config.status:1271: creating docs/gen_codestructure_doc
# config.status:1271: creating languages/generate-allsnowballheaders
# config.status:1271: creating config.h
# config.status:1500: executing depfiles commands
# config.status:1500: executing libtool commands
# configure:22534: clang++ -c conftest.cpp >&5
# configure:22534: $? = 0
#
# ## ---------------- ##
# ## 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_FOR_BUILD_set=
# ac_cv_env_CC_FOR_BUILD_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_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_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_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_func__putenv_s=no
# ac_cv_func_closefrom=no
# ac_cv_func_dirfd=yes
# ac_cv_func_fdatasync=yes
# ac_cv_func_fork=yes
# ac_cv_func_fsync=yes
# ac_cv_func_ftime=yes
# ac_cv_func_gethostname=yes
# ac_cv_func_getrlimit=yes
# ac_cv_func_getrusage=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_hstrerror=yes
# ac_cv_func_link=yes
# ac_cv_func_memcmp_working=yes
# ac_cv_func_pread=yes
# ac_cv_func_pwrite=yes
# ac_cv_func_random=yes
# ac_cv_func_setenv=yes
# ac_cv_func_sigaction=yes
# ac_cv_func_sleep=yes
# ac_cv_func_snprintf=snprintf
# ac_cv_func_snprintf_noniso=no
# ac_cv_func_srandom=yes
# ac_cv_func_strerror_r=yes
# ac_cv_func_strerror_r_char_p=yes
# ac_cv_func_sysconf=yes
# ac_cv_func_times=yes
# ac_cv_have_decl__sys_errlist=yes
# ac_cv_have_decl__sys_nerr=yes
# ac_cv_have_decl_fdatasync_int_=yes
# ac_cv_have_decl_strerror_r=yes
# ac_cv_have_decl_sys_errlist=yes
# ac_cv_have_decl_sys_nerr=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_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_errno_h=yes
# ac_cv_header_sys_resource_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_utsname_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_uuid_uuid_h=yes
# ac_cv_header_zlib_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_PERL=/usr/bin/perl
# ac_cv_path_SED=/usr/bin/sed
# 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
# ac_cv_search_fdatasync='none required'
# ac_cv_search_gethostbyname='none required'
# ac_cv_search_socketpair='none required'
# ac_cv_search_uuid_generate=-luuid
# ac_cv_search_zlibVersion=-lz
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=8
# ac_cv_sizeof_long_long=8
# ac_cv_sizeof_off_t=8
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_type_mode_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_ssize_t=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'
# xo_cv_cxx_works=yes
# xo_cv_pread_prototype=' '
# xo_cv_pwrite_prototype=' '
# xo_cv_socklen_t_equiv=socklen_t
# xo_cv_symbolic_functions=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/xapian-core/src/xapian-core-1.2.23/missing --run aclocal-1.11 '
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_CXXFLAGS=' -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wshadow -Wstrict-overflow=1 -Winit-self -Wmissing-declarations -fvisibility=hidden'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/xapian-core/src/xapian-core-1.2.23/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/xapian-core/src/xapian-core-1.2.23/missing --run autoheader'
# AUTOM4TE='autom4te'
# AUTOMAKE='${SHELL} /tmp/xapian-core/src/xapian-core-1.2.23/missing --run automake-1.11'
# AWK='gawk'
# BUILD_BACKEND_BRASS_FALSE='#'
# BUILD_BACKEND_BRASS_OR_CHERT_OR_FLINT_FALSE='#'
# BUILD_BACKEND_BRASS_OR_CHERT_OR_FLINT_TRUE=''
# BUILD_BACKEND_BRASS_TRUE=''
# BUILD_BACKEND_CHERT_FALSE='#'
# BUILD_BACKEND_CHERT_TRUE=''
# BUILD_BACKEND_FLINT_FALSE='#'
# BUILD_BACKEND_FLINT_TRUE=''
# BUILD_BACKEND_INMEMORY_FALSE='#'
# BUILD_BACKEND_INMEMORY_TRUE=''
# BUILD_BACKEND_REMOTE_FALSE='#'
# BUILD_BACKEND_REMOTE_TRUE=''
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CC_FOR_BUILD='clang'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# 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='#'
# DOT=''
# DOXYGEN=''
# DOXYGEN_DOT_PATH=''
# DSYMUTIL=''
# DUMPBIN=':'
# EATMYDATA=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# FP_EXCESS_PRECISION='no'
# GREP='/usr/bin/grep'
# HELP2MAN=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# ISO_CXXFLAGS=''
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBRARY_VERSION_INFO='29:1:7'
# LIBRARY_VERSION_SUFFIX=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAINTAINER_NO_DOCS_FALSE=''
# MAINTAINER_NO_DOCS_TRUE='#'
# MAKEINDEX=''
# MAKEINFO='${SHELL} /tmp/xapian-core/src/xapian-core-1.2.23/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='nm'
# NMEDIT=''
# NO_INSTALL='-no-install'
# NO_UNDEFINED=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='xapian-core'
# PACKAGE_BUGREPORT='https://xapian.org/bugs'
# PACKAGE_NAME='xapian-core'
# PACKAGE_STRING='xapian-core 1.2.23'
# PACKAGE_TARNAME='xapian-core'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.2.23'
# PATH_SEPARATOR=':'
# PERL='/usr/bin/perl'
# PNGCRUSH=''
# QUIET=''
# RANLIB='ranlib'
# RST2HTML=''
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SHLIBEXT='.so'
# STRIP='strip'
# USE_WIN32_UUID_API_FALSE=''
# USE_WIN32_UUID_API_TRUE='#'
# USE_ZLIB_VG_FALSE=''
# USE_ZLIB_VG_TRUE='#'
# VALGRIND=''
# VERSION='1.2.23'
# VPATH_BUILD_FALSE=''
# VPATH_BUILD_TRUE='#'
# XAPIAN_LDFLAGS=' -Bsymbolic-functions'
# XAPIAN_LIBS=' -lz -luuid '
# abi_affecting_cxxflags=''
# 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}'
# incdir='${prefix}/include'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/xapian-core/src/xapian-core-1.2.23/install-sh'
# ldflags=''
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# link_all_deplibs_CXX='no'
# 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-core"
# #define PACKAGE_TARNAME "xapian-core"
# #define PACKAGE_VERSION "1.2.23"
# #define PACKAGE_STRING "xapian-core 1.2.23"
# #define PACKAGE_BUGREPORT "https://xapian.org/bugs"
# #define PACKAGE_URL ""
# #define PACKAGE "xapian-core"
# #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/"
# #define USE_RTTI 1
# #define HAVE_SLEEP 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_FTIME 1
# #define HAVE_SRANDOM 1
# #define HAVE_RANDOM 1
# #define HAVE_SIGACTION 1
# #define HAVE_SIGSETJMP 1
# #define HAVE_GETRUSAGE 1
# #define HAVE_TIMES 1
# #define HAVE_SYSCONF 1
# #define HAVE_SETENV 1
# #define HAVE_DIRFD 1
# #define HAVE_GETRLIMIT 1
# #define HAVE_SYS_UTSNAME_H 1
# #define HAVE_GETHOSTNAME 1
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_LONG_LONG 8
# #define HAVE_SYS_TYPES_H 1
# #define SIZEOF_OFF_T 8
# #define UNSIGNED_OFF_T unsigned long
# #define HAVE_FCNTL_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_SYS_ERRNO_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_HSTRERROR 1
# #define HAVE_DECL_STRERROR_R 1
# #define HAVE_STRERROR_R 1
# #define STRERROR_R_CHAR_P 1
# #define HAVE_DECL_SYS_ERRLIST 1
# #define HAVE_DECL__SYS_ERRLIST 1
# #define HAVE_DECL_SYS_NERR 1
# #define HAVE_DECL__SYS_NERR 1
# #define SNPRINTF_ISO snprintf
# #define SNPRINTF snprintf
# #define HAVE_ZLIB_H 1
# #define HAVE_UUID_UUID_H 1
# #define HAVE_UUID_UNPARSE_LOWER 1
# #define HAVE_FORK 1
# #define HAVE_SOCKETPAIR 1
# #define SOCKLEN_T socklen_t
# #define HAVE_FDATASYNC 1
# #define HAVE_FSYNC 1
# #define HAVE_PREAD 1
# #define HAVE_PWRITE 1
# #define HAVE_LINK 1
#
# configure: exit 0