Build of snappy with musl toolchain

The build took 00h 01m 27s and was SUCCESSFUL.

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

SLOCLanguage
11,422 sh
3,555 cpp
1,146 makefile
16,123 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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/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: snappy 1.1.3-2 (Wed Apr 5 01:18:52 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# 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/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking build system type... x86_64-unknown-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... yes
# 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 whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
# checking the name lister (/sysroot/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /sysroot/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# configure: WARNING: using cross tools not prefixed with host triplet
# 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 /sysroot/bin/nm -B output from clang object... ok
# checking for sysroot... no
# 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... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/sysroot/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 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++... /sysroot/bin/ld -m elf_x86_64
# checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/sysroot/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... no
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/sysroot/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 byte ordering is bigendian... no
# checking for size_t... yes
# checking for ssize_t... yes
# checking for stdint.h... (cached) yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking sys/mman.h usability... yes
# checking sys/mman.h presence... yes
# checking for sys/mman.h... yes
# checking sys/resource.h usability... yes
# checking sys/resource.h presence... yes
# checking for sys/resource.h... yes
# checking windows.h usability... no
# checking windows.h presence... no
# checking for windows.h... no
# checking byteswap.h usability... yes
# checking byteswap.h presence... yes
# checking for byteswap.h... yes
# checking sys/byteswap.h usability... no
# checking sys/byteswap.h presence... no
# checking for sys/byteswap.h... no
# checking sys/endian.h usability... no
# checking sys/endian.h presence... no
# checking for sys/endian.h... no
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for mmap... yes
# checking for 'gtest-config'... checking for gtest-config... no
# no
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/sbin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for gflags... no
# checking if the compiler supports __builtin_expect... yes
# checking if the compiler supports __builtin_ctzll... yes
# checking for zlibVersion in -lz... no
# checking for lzo1x_1_15_compress in -llzo2... no
# checking for lzf_compress in -llzf... no
# checking for fastlz_compress in -lfastlz... no
# checking for qlz_compress in -lquicklz... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating snappy-stubs-public.h
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-am
# make[1]: Entering directory '/tmp/snappy/src/snappy-1.1.3'
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -DNDEBUG -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c -o snappy.lo snappy.cc
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -DNDEBUG -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c -o snappy-sinksource.lo snappy-sinksource.cc
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -DNDEBUG -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c -o snappy-stubs-internal.lo snappy-stubs-internal.cc
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -DNDEBUG -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c -o snappy-c.lo snappy-c.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -DNDEBUG -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c snappy.cc -fPIC -DPIC -o .libs/snappy.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -DNDEBUG -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c snappy-sinksource.cc -fPIC -DPIC -o .libs/snappy-sinksource.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -DNDEBUG -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c snappy-c.cc -fPIC -DPIC -o .libs/snappy-c.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -DNDEBUG -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c snappy-stubs-internal.cc -fPIC -DPIC -o .libs/snappy-stubs-internal.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -DNDEBUG -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c snappy-sinksource.cc -o snappy-sinksource.o >/dev/null 2>&1
# mv -f .deps/snappy-sinksource.Tpo .deps/snappy-sinksource.Plo
# clang++ -DHAVE_CONFIG_H -I. -DNDEBUG -MT snappy_unittest-snappy_unittest.o -MD -MP -MF .deps/snappy_unittest-snappy_unittest.Tpo -c -o snappy_unittest-snappy_unittest.o `test -f 'snappy_unittest.cc' || echo './'`snappy_unittest.cc
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -DNDEBUG -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c snappy-c.cc -o snappy-c.o >/dev/null 2>&1
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -DNDEBUG -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c snappy-stubs-internal.cc -o snappy-stubs-internal.o >/dev/null 2>&1
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -DNDEBUG -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c snappy.cc -o snappy.o >/dev/null 2>&1
# mv -f .deps/snappy-stubs-internal.Tpo .deps/snappy-stubs-internal.Plo
# clang++ -DHAVE_CONFIG_H -I. -DNDEBUG -MT snappy_unittest-snappy-test.o -MD -MP -MF .deps/snappy_unittest-snappy-test.Tpo -c -o snappy_unittest-snappy-test.o `test -f 'snappy-test.cc' || echo './'`snappy-test.cc
# mv -f .deps/snappy-c.Tpo .deps/snappy-c.Plo
# mv -f .deps/snappy.Tpo .deps/snappy.Plo
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -DNDEBUG -version-info 4:0:3 -o libsnappy.la -rpath /usr/lib snappy.lo snappy-sinksource.lo snappy-stubs-internal.lo snappy-c.lo
# libtool: link: clang++ -fPIC -DPIC -shared -nostdlib /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbeginS.o .libs/snappy.o .libs/snappy-sinksource.o .libs/snappy-stubs-internal.o .libs/snappy-c.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib -lc++ -lc++abi -lunwind -lm -lc /sysroot/bin/../lib/clang/3.8.1/crtendS.o /sysroot/bin/../lib/crtn.o -Wl,-soname -Wl,libsnappy.so.1 -o .libs/libsnappy.so.1.3.0
# libtool: link: (cd ".libs" && rm -f "libsnappy.so.1" && ln -s "libsnappy.so.1.3.0" "libsnappy.so.1")
# libtool: link: (cd ".libs" && rm -f "libsnappy.so" && ln -s "libsnappy.so.1.3.0" "libsnappy.so")
# libtool: link: ar cru .libs/libsnappy.a snappy.o snappy-sinksource.o snappy-stubs-internal.o snappy-c.o
# /r: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libsnappy.a
# mv -f .deps/snappy_unittest-snappy_unittest.Tpo .deps/snappy_unittest-snappy_unittest.Po
# libtool: link: ( cd ".libs" && rm -f "libsnappy.la" && ln -s "../libsnappy.la" "libsnappy.la" )
# mv -f .deps/snappy_unittest-snappy-test.Tpo .deps/snappy_unittest-snappy-test.Po
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -DNDEBUG -o snappy_unittest snappy_unittest-snappy_unittest.o snappy_unittest-snappy-test.o libsnappy.la
# libtool: link: clang++ -DNDEBUG -o .libs/snappy_unittest snappy_unittest-snappy_unittest.o snappy_unittest-snappy-test.o ./.libs/libsnappy.so
# make[1]: Leaving directory '/tmp/snappy/src/snappy-1.1.3'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make[1]: Entering directory '/tmp/snappy/src/snappy-1.1.3'
# /usr/sbin/mkdir -p '/tmp/snappy/pkg/snappy/usr/share/doc/snappy'
# /usr/sbin/mkdir -p '/tmp/snappy/pkg/snappy/usr/include'
# /usr/sbin/mkdir -p '/tmp/snappy/pkg/snappy/usr/lib'
# /usr/bin/install -c -m 644 ChangeLog COPYING INSTALL NEWS README format_description.txt framing_format.txt '/tmp/snappy/pkg/snappy/usr/share/doc/snappy'
# /bin/sh ./libtool --mode=install /usr/bin/install -c libsnappy.la '/tmp/snappy/pkg/snappy/usr/lib'
# /usr/bin/install -c -m 644 snappy.h snappy-sinksource.h snappy-stubs-public.h snappy-c.h '/tmp/snappy/pkg/snappy/usr/include'
# libtool: install: /usr/bin/install -c .libs/libsnappy.so.1.3.0 /tmp/snappy/pkg/snappy/usr/lib/libsnappy.so.1.3.0
# libtool: install: (cd /tmp/snappy/pkg/snappy/usr/lib && { ln -s -f libsnappy.so.1.3.0 libsnappy.so.1 || { rm -f libsnappy.so.1 && ln -s libsnappy.so.1.3.0 libsnappy.so.1; }; })
# libtool: install: (cd /tmp/snappy/pkg/snappy/usr/lib && { ln -s -f libsnappy.so.1.3.0 libsnappy.so || { rm -f libsnappy.so && ln -s libsnappy.so.1.3.0 libsnappy.so; }; })
# libtool: install: /usr/bin/install -c .libs/libsnappy.lai /tmp/snappy/pkg/snappy/usr/lib/libsnappy.la
# libtool: install: /usr/bin/install -c .libs/libsnappy.a /tmp/snappy/pkg/snappy/usr/lib/libsnappy.a
# libtool: install: chmod 644 /tmp/snappy/pkg/snappy/usr/lib/libsnappy.a
# libtool: install: ranlib /tmp/snappy/pkg/snappy/usr/lib/libsnappy.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[1]: Leaving directory '/tmp/snappy/src/snappy-1.1.3'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "snappy"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: snappy 1.1.3-2 (Wed Apr 5 01:19:03 UTC 2017)

CMD: pacman --query --file snappy-1.1.3-2-x86_64.pkg.tar.xz
# snappy 1.1.3-2

Creating hybrid package for 'snappy'

Trying to find vanilla package 'snappy'...

CMD: pacman --query --file /mirror/snappy-player-1.0-3.pkg.tar.xz
# snappy-player 1.0-3

CMD: pacman --query --file /mirror/snappy-1.1.3-2.pkg.tar.xz
# snappy 1.1.3-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/licenses/snappy/LICENSE
# /usr/share/doc/snappy/NEWS
# /usr/share/doc/snappy/framing_format.txt
# /usr/share/doc/snappy/format_description.txt
# /usr/share/doc/snappy/INSTALL
# /usr/share/doc/snappy/ChangeLog
# /usr/share/doc/snappy/README
# /usr/share/doc/snappy/COPYING
# /usr/lib/libsnappy.so.1.3.0
# /usr/lib/libsnappy.so.1
# /usr/lib/libsnappy.so
# /usr/include/snappy-stubs-public.h
# /usr/include/snappy-sinksource.h
# /usr/include/snappy.h
# /usr/include/snappy-c.h
# /sysroot/usr/lib/libsnappy.so.1.3.0
# /sysroot/usr/lib/libsnappy.so.1
# /sysroot/usr/lib/libsnappy.so
# /sysroot/usr/lib/libsnappy.la
# /sysroot/usr/lib/libsnappy.a
# /sysroot/usr/include/snappy.h
# /sysroot/usr/include/snappy-sinksource.h
# /sysroot/usr/include/snappy-stubs-public.h
# /sysroot/usr/include/snappy-c.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf snappy.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/snappy.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/snappy.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/snappy.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/snappy/src/snappy-1.1.3/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 snappy configure 1.1.3, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = abdd85db51f6
# 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: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2602: checking for a BSD-compatible install
# configure:2670: result: /usr/bin/install -c
# configure:2681: checking whether build environment is sane
# configure:2736: result: yes
# configure:2795: checking for x86_64-unknown-linux-strip
# configure:2825: result: no
# configure:2835: checking for strip
# configure:2851: found /sysroot/bin/strip
# configure:2862: result: strip
# configure:2887: checking for a thread-safe mkdir -p
# configure:2926: result: /usr/sbin/mkdir -p
# configure:2933: checking for gawk
# configure:2949: found /usr/sbin/gawk
# configure:2960: result: gawk
# configure:2971: checking whether make sets $(MAKE)
# configure:2993: result: yes
# configure:3022: checking whether make supports nested variables
# configure:3039: result: yes
# configure:3194: checking build system type
# configure:3208: result: x86_64-unknown-linux-gnu
# configure:3228: checking host system type
# configure:3241: result: x86_64-unknown-linux-gnu
# configure:3282: checking how to print strings
# configure:3309: result: printf
# configure:3342: checking for style of include used by make
# configure:3370: result: GNU
# configure:3401: checking for x86_64-unknown-linux-gcc
# configure:3428: result: clang
# configure:3697: checking for C compiler version
# configure:3706: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3717: $? = 0
# configure:3706: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3717: $? = 0
# configure:3706: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3717: $? = 1
# configure:3706: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3717: $? = 1
# configure:3737: checking whether the C compiler works
# configure:3759: clang conftest.c >&5
# configure:3763: $? = 0
# configure:3811: result: yes
# configure:3814: checking for C compiler default output file name
# configure:3816: result: a.out
# configure:3822: checking for suffix of executables
# configure:3829: clang -o conftest conftest.c >&5
# configure:3833: $? = 0
# configure:3855: result:
# configure:3877: checking whether we are cross compiling
# configure:3885: clang -o conftest conftest.c >&5
# configure:3889: $? = 0
# configure:3896: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3900: $? = 127
# configure:3915: result: yes
# configure:3920: checking for suffix of object files
# configure:3942: clang -c conftest.c >&5
# configure:3946: $? = 0
# configure:3967: result: o
# configure:3971: checking whether we are using the GNU C compiler
# configure:3990: clang -c conftest.c >&5
# configure:3990: $? = 0
# configure:3999: result: yes
# configure:4008: checking whether clang accepts -g
# configure:4028: clang -c -g conftest.c >&5
# configure:4028: $? = 0
# configure:4069: result: yes
# configure:4086: checking for clang option to accept ISO C89
# configure:4149: clang -c conftest.c >&5
# configure:4149: $? = 0
# configure:4162: result: none needed
# configure:4187: checking whether clang understands -c and -o together
# configure:4209: clang -c conftest.c -o conftest2.o
# configure:4212: $? = 0
# configure:4209: clang -c conftest.c -o conftest2.o
# configure:4212: $? = 0
# configure:4224: result: yes
# configure:4243: checking dependency style of clang
# configure:4354: result: gcc3
# configure:4369: checking for a sed that does not truncate output
# configure:4433: result: /usr/sbin/sed
# configure:4451: checking for grep that handles long lines and -e
# configure:4509: result: /usr/sbin/grep
# configure:4514: checking for egrep
# configure:4576: result: /usr/sbin/grep -E
# configure:4581: checking for fgrep
# configure:4643: result: /usr/sbin/grep -F
# configure:4678: checking for ld used by clang
# configure:4745: result: /sysroot/bin/ld
# configure:4752: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:4767: result: yes
# configure:4779: checking for BSD- or MS-compatible name lister (nm)
# configure:4828: result: /sysroot/bin/nm -B
# configure:4958: checking the name lister (/sysroot/bin/nm -B) interface
# configure:4965: clang -c conftest.c >&5
# configure:4968: /sysroot/bin/nm -B "conftest.o"
# configure:4971: output
# 0000000000000000 B some_variable
# configure:4978: result: BSD nm
# configure:4981: checking whether ln -s works
# configure:4985: result: yes
# configure:4993: checking the maximum length of command line arguments
# configure:5124: result: 1572864
# configure:5141: checking whether the shell understands some XSI constructs
# configure:5151: result: yes
# configure:5155: checking whether the shell understands "+="
# configure:5161: result: yes
# configure:5196: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5236: result: func_convert_file_noop
# configure:5243: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5263: result: func_convert_file_noop
# configure:5270: checking for /sysroot/bin/ld option to reload object files
# configure:5277: result: -r
# configure:5311: checking for x86_64-unknown-linux-objdump
# configure:5341: result: no
# configure:5351: checking for objdump
# configure:5367: found /sysroot/bin/objdump
# configure:5378: result: objdump
# configure:5390: WARNING: using cross tools not prefixed with host triplet
# configure:5410: checking how to recognize dependent libraries
# configure:5608: result: pass_all
# configure:5653: checking for x86_64-unknown-linux-dlltool
# configure:5683: result: no
# configure:5693: checking for dlltool
# configure:5723: result: no
# configure:5753: checking how to associate runtime and link libraries
# configure:5780: result: printf %s\n
# configure:5797: checking for x86_64-unknown-linux-ar
# configure:5827: result: no
# configure:5841: checking for ar
# configure:5857: found /sysroot/bin/ar
# configure:5868: result: ar
# configure:5905: checking for archiver @FILE support
# configure:5922: clang -c conftest.c >&5
# configure:5922: $? = 0
# configure:5925: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# configure:5928: $? = 0
# configure:5933: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# /r: conftest.o: No such file or directory
# configure:5936: $? = 1
# configure:5948: result: @
# configure:5966: checking for x86_64-unknown-linux-strip
# configure:5993: result: strip
# configure:6065: checking for x86_64-unknown-linux-ranlib
# configure:6095: result: no
# configure:6105: checking for ranlib
# configure:6121: found /sysroot/bin/ranlib
# configure:6132: result: ranlib
# configure:6234: checking command to parse /sysroot/bin/nm -B output from clang object
# configure:6354: clang -c conftest.c >&5
# configure:6357: $? = 0
# configure:6361: /sysroot/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6364: $? = 0
# configure:6430: clang -o conftest conftest.c conftstm.o >&5
# configure:6433: $? = 0
# configure:6471: result: ok
# configure:6508: checking for sysroot
# configure:6538: result: no
# configure:6615: clang -c conftest.c >&5
# configure:6618: $? = 0
# configure:6767: checking for x86_64-unknown-linux-mt
# configure:6797: result: no
# configure:6807: checking for mt
# configure:6837: result: no
# configure:6857: checking if : is a manifest tool
# configure:6863: : '-?'
# configure:6871: result: no
# configure:7513: checking how to run the C preprocessor
# configure:7544: clang -E conftest.c
# configure:7544: $? = 0
# configure:7558: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7558: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snappy"
# | #define PACKAGE_TARNAME "snappy"
# | #define PACKAGE_VERSION "1.1.3"
# | #define PACKAGE_STRING "snappy 1.1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "snappy"
# | #define VERSION "1.1.3"
# | /* end confdefs.h. */
# | #include
# configure:7583: result: clang -E
# configure:7603: clang -E conftest.c
# configure:7603: $? = 0
# configure:7617: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7617: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snappy"
# | #define PACKAGE_TARNAME "snappy"
# | #define PACKAGE_VERSION "1.1.3"
# | #define PACKAGE_STRING "snappy 1.1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "snappy"
# | #define VERSION "1.1.3"
# | /* end confdefs.h. */
# | #include
# configure:7646: checking for ANSI C header files
# configure:7666: clang -c conftest.c >&5
# configure:7666: $? = 0
# configure:7750: result: yes
# configure:7763: checking for sys/types.h
# configure:7763: clang -c conftest.c >&5
# configure:7763: $? = 0
# configure:7763: result: yes
# configure:7763: checking for sys/stat.h
# configure:7763: clang -c conftest.c >&5
# configure:7763: $? = 0
# configure:7763: result: yes
# configure:7763: checking for stdlib.h
# configure:7763: clang -c conftest.c >&5
# configure:7763: $? = 0
# configure:7763: result: yes
# configure:7763: checking for string.h
# configure:7763: clang -c conftest.c >&5
# configure:7763: $? = 0
# configure:7763: result: yes
# configure:7763: checking for memory.h
# configure:7763: clang -c conftest.c >&5
# configure:7763: $? = 0
# configure:7763: result: yes
# configure:7763: checking for strings.h
# configure:7763: clang -c conftest.c >&5
# configure:7763: $? = 0
# configure:7763: result: yes
# configure:7763: checking for inttypes.h
# configure:7763: clang -c conftest.c >&5
# configure:7763: $? = 0
# configure:7763: result: yes
# configure:7763: checking for stdint.h
# configure:7763: clang -c conftest.c >&5
# configure:7763: $? = 0
# configure:7763: result: yes
# configure:7763: checking for unistd.h
# configure:7763: clang -c conftest.c >&5
# configure:7763: $? = 0
# configure:7763: result: yes
# configure:7777: checking for dlfcn.h
# configure:7777: clang -c conftest.c >&5
# configure:7777: $? = 0
# configure:7777: result: yes
# configure:7983: checking for objdir
# configure:7998: result: .libs
# configure:8265: checking if clang supports -fno-rtti -fno-exceptions
# configure:8283: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8287: $? = 0
# configure:8300: result: yes
# configure:8627: checking for clang option to produce PIC
# configure:8634: result: -fPIC -DPIC
# configure:8642: checking if clang PIC flag -fPIC -DPIC works
# configure:8660: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8664: $? = 0
# configure:8677: result: yes
# configure:8706: checking if clang static flag -static works
# configure:8734: result: no
# configure:8749: checking if clang supports -c -o file.o
# configure:8770: clang -c -o out/conftest2.o conftest.c >&5
# configure:8774: $? = 0
# configure:8796: result: yes
# configure:8804: checking if clang supports -c -o file.o
# configure:8851: result: yes
# configure:8884: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:10041: result: yes
# configure:10078: checking whether -lc should be explicitly linked in
# configure:10086: clang -c conftest.c >&5
# configure:10089: $? = 0
# configure:10104: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10107: $? = 0
# configure:10121: result: no
# configure:10281: checking dynamic linker characteristics
# configure:10781: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10781: $? = 0
# configure:11015: result: GNU/Linux ld.so
# configure:11122: checking how to hardcode library paths into programs
# configure:11147: result: immediate
# configure:11687: checking whether stripping libraries is possible
# configure:11692: result: yes
# configure:11727: checking if libtool supports shared libraries
# configure:11729: result: yes
# configure:11732: checking whether to build shared libraries
# configure:11753: result: yes
# configure:11756: checking whether to build static libraries
# configure:11760: result: yes
# configure:11910: checking for C++ compiler version
# configure:11919: clang++ --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:11930: $? = 0
# configure:11919: clang++ -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:11930: $? = 0
# configure:11919: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:11930: $? = 1
# configure:11919: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:11930: $? = 1
# configure:11934: checking whether we are using the GNU C++ compiler
# configure:11953: clang++ -c -DNDEBUG conftest.cpp >&5
# configure:11953: $? = 0
# configure:11962: result: yes
# configure:11971: checking whether clang++ accepts -g
# configure:11991: clang++ -c -g conftest.cpp >&5
# configure:11991: $? = 0
# configure:12032: result: yes
# configure:12057: checking dependency style of clang++
# configure:12168: result: gcc3
# configure:12201: checking how to run the C++ preprocessor
# configure:12228: clang++ -E conftest.cpp
# configure:12228: $? = 0
# configure:12242: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12242: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snappy"
# | #define PACKAGE_TARNAME "snappy"
# | #define PACKAGE_VERSION "1.1.3"
# | #define PACKAGE_STRING "snappy 1.1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "snappy"
# | #define VERSION "1.1.3"
# | #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:12267: result: clang++ -E
# configure:12287: clang++ -E conftest.cpp
# configure:12287: $? = 0
# configure:12301: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12301: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snappy"
# | #define PACKAGE_TARNAME "snappy"
# | #define PACKAGE_VERSION "1.1.3"
# | #define PACKAGE_STRING "snappy 1.1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "snappy"
# | #define VERSION "1.1.3"
# | #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:12470: checking for ld used by clang++
# configure:12537: result: /sysroot/bin/ld -m elf_x86_64
# configure:12544: checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld
# configure:12559: result: yes
# configure:12614: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:13616: result: yes
# configure:13652: clang++ -c -DNDEBUG conftest.cpp >&5
# configure:13655: $? = 0
# configure:14175: checking for clang++ option to produce PIC
# configure:14182: result: -fPIC -DPIC
# configure:14190: checking if clang++ PIC flag -fPIC -DPIC works
# configure:14208: clang++ -c -DNDEBUG -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14212: $? = 0
# configure:14225: result: yes
# configure:14248: checking if clang++ static flag -static works
# configure:14276: result: no
# configure:14288: checking if clang++ supports -c -o file.o
# configure:14309: clang++ -c -DNDEBUG -o out/conftest2.o conftest.cpp >&5
# configure:14313: $? = 0
# configure:14335: result: yes
# configure:14340: checking if clang++ supports -c -o file.o
# configure:14387: result: yes
# configure:14417: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:14456: result: yes
# configure:14597: checking dynamic linker characteristics
# configure:15265: result: GNU/Linux ld.so
# configure:15318: checking how to hardcode library paths into programs
# configure:15343: result: immediate
# configure:15389: checking whether byte ordering is bigendian
# configure:15404: clang++ -c -DNDEBUG conftest.cpp >&5
# conftest.cpp:24:9: error: expected unqualified-id
# not a universal capable compiler
# ^
# 1 error generated.
# configure:15404: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snappy"
# | #define PACKAGE_TARNAME "snappy"
# | #define PACKAGE_VERSION "1.1.3"
# | #define PACKAGE_STRING "snappy 1.1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "snappy"
# | #define VERSION "1.1.3"
# | #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. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:15449: clang++ -c -DNDEBUG conftest.cpp >&5
# configure:15449: $? = 0
# configure:15467: clang++ -c -DNDEBUG conftest.cpp >&5
# conftest.cpp:30:11: error: expected ';' after expression
# not big endian
# ^
# ;
# conftest.cpp:30:8: error: use of undeclared identifier 'big'
# not big endian
# ^
# conftest.cpp:30:12: error: use of undeclared identifier 'endian'
# not big endian
# ^
# 3 errors generated.
# configure:15467: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snappy"
# | #define PACKAGE_TARNAME "snappy"
# | #define PACKAGE_VERSION "1.1.3"
# | #define PACKAGE_STRING "snappy 1.1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "snappy"
# | #define VERSION "1.1.3"
# | #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
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:15595: result: no
# configure:15613: checking for size_t
# configure:15613: clang++ -c -DNDEBUG conftest.cpp >&5
# configure:15613: $? = 0
# configure:15613: clang++ -c -DNDEBUG conftest.cpp >&5
# conftest.cpp:59:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:15613: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snappy"
# | #define PACKAGE_TARNAME "snappy"
# | #define PACKAGE_VERSION "1.1.3"
# | #define PACKAGE_STRING "snappy 1.1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "snappy"
# | #define VERSION "1.1.3"
# | #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
# | #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 ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:15613: result: yes
# configure:15624: checking for ssize_t
# configure:15624: clang++ -c -DNDEBUG conftest.cpp >&5
# configure:15624: $? = 0
# configure:15624: clang++ -c -DNDEBUG conftest.cpp >&5
# conftest.cpp:59:22: error: expected expression
# if (sizeof ((ssize_t)))
# ^
# 1 error generated.
# configure:15624: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snappy"
# | #define PACKAGE_TARNAME "snappy"
# | #define PACKAGE_VERSION "1.1.3"
# | #define PACKAGE_STRING "snappy 1.1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "snappy"
# | #define VERSION "1.1.3"
# | #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
# | #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:15624: result: yes
# configure:15639: checking for stdint.h
# configure:15639: result: yes
# configure:15639: checking stddef.h usability
# configure:15639: clang++ -c -DNDEBUG conftest.cpp >&5
# configure:15639: $? = 0
# configure:15639: result: yes
# configure:15639: checking stddef.h presence
# configure:15639: clang++ -E conftest.cpp
# configure:15639: $? = 0
# configure:15639: result: yes
# configure:15639: checking for stddef.h
# configure:15639: result: yes
# configure:15639: checking sys/mman.h usability
# configure:15639: clang++ -c -DNDEBUG conftest.cpp >&5
# configure:15639: $? = 0
# configure:15639: result: yes
# configure:15639: checking sys/mman.h presence
# configure:15639: clang++ -E conftest.cpp
# configure:15639: $? = 0
# configure:15639: result: yes
# configure:15639: checking for sys/mman.h
# configure:15639: result: yes
# configure:15639: checking sys/resource.h usability
# configure:15639: clang++ -c -DNDEBUG conftest.cpp >&5
# configure:15639: $? = 0
# configure:15639: result: yes
# configure:15639: checking sys/resource.h presence
# configure:15639: clang++ -E conftest.cpp
# configure:15639: $? = 0
# configure:15639: result: yes
# configure:15639: checking for sys/resource.h
# configure:15639: result: yes
# configure:15639: checking windows.h usability
# configure:15639: clang++ -c -DNDEBUG conftest.cpp >&5
# conftest.cpp:60:10: fatal error: 'windows.h' file not found
# #include
# ^
# 1 error generated.
# configure:15639: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snappy"
# | #define PACKAGE_TARNAME "snappy"
# | #define PACKAGE_VERSION "1.1.3"
# | #define PACKAGE_STRING "snappy 1.1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "snappy"
# | #define VERSION "1.1.3"
# | #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 HAVE_STDINT_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:15639: result: no
# configure:15639: checking windows.h presence
# configure:15639: clang++ -E conftest.cpp
# conftest.cpp:27:10: fatal error: 'windows.h' file not found
# #include
# ^
# 1 error generated.
# configure:15639: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snappy"
# | #define PACKAGE_TARNAME "snappy"
# | #define PACKAGE_VERSION "1.1.3"
# | #define PACKAGE_STRING "snappy 1.1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "snappy"
# | #define VERSION "1.1.3"
# | #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 HAVE_STDINT_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | /* end confdefs.h. */
# | #include
# configure:15639: result: no
# configure:15639: checking for windows.h
# configure:15639: result: no
# configure:15639: checking byteswap.h usability
# configure:15639: clang++ -c -DNDEBUG conftest.cpp >&5
# configure:15639: $? = 0
# configure:15639: result: yes
# configure:15639: checking byteswap.h presence
# configure:15639: clang++ -E conftest.cpp
# configure:15639: $? = 0
# configure:15639: result: yes
# configure:15639: checking for byteswap.h
# configure:15639: result: yes
# configure:15639: checking sys/byteswap.h usability
# configure:15639: clang++ -c -DNDEBUG conftest.cpp >&5
# conftest.cpp:61:10: fatal error: 'sys/byteswap.h' file not found
# #include
# ^
# 1 error generated.
# configure:15639: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snappy"
# | #define PACKAGE_TARNAME "snappy"
# | #define PACKAGE_VERSION "1.1.3"
# | #define PACKAGE_STRING "snappy 1.1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "snappy"
# | #define VERSION "1.1.3"
# | #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 HAVE_STDINT_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_BYTESWAP_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:15639: result: no
# configure:15639: checking sys/byteswap.h presence
# configure:15639: clang++ -E conftest.cpp
# conftest.cpp:28:10: fatal error: 'sys/byteswap.h' file not found
# #include
# ^
# 1 error generated.
# configure:15639: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snappy"
# | #define PACKAGE_TARNAME "snappy"
# | #define PACKAGE_VERSION "1.1.3"
# | #define PACKAGE_STRING "snappy 1.1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "snappy"
# | #define VERSION "1.1.3"
# | #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 HAVE_STDINT_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_BYTESWAP_H 1
# | /* end confdefs.h. */
# | #include
# configure:15639: result: no
# configure:15639: checking for sys/byteswap.h
# configure:15639: result: no
# configure:15639: checking sys/endian.h usability
# configure:15639: clang++ -c -DNDEBUG conftest.cpp >&5
# conftest.cpp:61:10: fatal error: 'sys/endian.h' file not found
# #include
# ^
# 1 error generated.
# configure:15639: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snappy"
# | #define PACKAGE_TARNAME "snappy"
# | #define PACKAGE_VERSION "1.1.3"
# | #define PACKAGE_STRING "snappy 1.1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "snappy"
# | #define VERSION "1.1.3"
# | #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 HAVE_STDINT_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_BYTESWAP_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:15639: result: no
# configure:15639: checking sys/endian.h presence
# configure:15639: clang++ -E conftest.cpp
# conftest.cpp:28:10: fatal error: 'sys/endian.h' file not found
# #include
# ^
# 1 error generated.
# configure:15639: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snappy"
# | #define PACKAGE_TARNAME "snappy"
# | #define PACKAGE_VERSION "1.1.3"
# | #define PACKAGE_STRING "snappy 1.1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "snappy"
# | #define VERSION "1.1.3"
# | #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 HAVE_STDINT_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_BYTESWAP_H 1
# | /* end confdefs.h. */
# | #include
# configure:15639: result: no
# configure:15639: checking for sys/endian.h
# configure:15639: result: no
# configure:15639: checking sys/time.h usability
# configure:15639: clang++ -c -DNDEBUG conftest.cpp >&5
# configure:15639: $? = 0
# configure:15639: result: yes
# configure:15639: checking sys/time.h presence
# configure:15639: clang++ -E conftest.cpp
# configure:15639: $? = 0
# configure:15639: result: yes
# configure:15639: checking for sys/time.h
# configure:15639: result: yes
# configure:15652: checking for mmap
# configure:15652: clang++ -o conftest -DNDEBUG conftest.cpp >&5
# configure:15652: $? = 0
# configure:15652: result: yes
# configure:15674: checking for 'gtest-config'
# configure:15695: checking for gtest-config
# configure:15728: result: no
# configure:15749: result: no
# configure:15805: checking for x86_64-unknown-linux-pkg-config
# configure:15838: result: no
# configure:15848: checking for pkg-config
# configure:15866: found /usr/sbin/pkg-config
# configure:15878: result: /usr/sbin/pkg-config
# configure:15903: checking pkg-config is at least version 0.9.0
# configure:15906: result: yes
# configure:15916: checking for gflags
# configure:15923: $PKG_CONFIG --exists --print-errors "libgflags"
# Package libgflags was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libgflags.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libgflags' found
# configure:15926: $? = 1
# configure:15940: $PKG_CONFIG --exists --print-errors "libgflags"
# Package libgflags was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libgflags.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libgflags' found
# configure:15943: $? = 1
# configure:15957: result: no
# No package 'libgflags' found
# configure:16001: checking if the compiler supports __builtin_expect
# configure:16017: clang++ -c -DNDEBUG conftest.cpp >&5
# configure:16017: $? = 0
# configure:16020: result: yes
# configure:16039: checking if the compiler supports __builtin_ctzll
# configure:16055: clang++ -c -DNDEBUG conftest.cpp >&5
# configure:16055: $? = 0
# configure:16058: result: yes
# configure:16081: checking for zlibVersion in -lz
# configure:16106: clang++ -o conftest -DNDEBUG conftest.cpp -lz >&5
# /sysroot/bin/ld: error: cannot find -lz
# /tmp/conftest-4ab42c.o:conftest.cpp:function main: error: undefined reference to 'zlibVersion'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16106: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snappy"
# | #define PACKAGE_TARNAME "snappy"
# | #define PACKAGE_VERSION "1.1.3"
# | #define PACKAGE_STRING "snappy 1.1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "snappy"
# | #define VERSION "1.1.3"
# | #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 HAVE_STDINT_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_BUILTIN_CTZ 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:16115: result: no
# configure:16133: checking for lzo1x_1_15_compress in -llzo2
# configure:16158: clang++ -o conftest -DNDEBUG conftest.cpp -llzo2 >&5
# /sysroot/bin/ld: error: cannot find -llzo2
# /tmp/conftest-d38eea.o:conftest.cpp:function main: error: undefined reference to 'lzo1x_1_15_compress'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16158: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snappy"
# | #define PACKAGE_TARNAME "snappy"
# | #define PACKAGE_VERSION "1.1.3"
# | #define PACKAGE_STRING "snappy 1.1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "snappy"
# | #define VERSION "1.1.3"
# | #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 HAVE_STDINT_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_BUILTIN_CTZ 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 lzo1x_1_15_compress ();
# | int
# | main ()
# | {
# | return lzo1x_1_15_compress ();
# | ;
# | return 0;
# | }
# configure:16167: result: no
# configure:16185: checking for lzf_compress in -llzf
# configure:16210: clang++ -o conftest -DNDEBUG conftest.cpp -llzf >&5
# /sysroot/bin/ld: error: cannot find -llzf
# /tmp/conftest-06c5c0.o:conftest.cpp:function main: error: undefined reference to 'lzf_compress'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16210: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snappy"
# | #define PACKAGE_TARNAME "snappy"
# | #define PACKAGE_VERSION "1.1.3"
# | #define PACKAGE_STRING "snappy 1.1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "snappy"
# | #define VERSION "1.1.3"
# | #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 HAVE_STDINT_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_BUILTIN_CTZ 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 lzf_compress ();
# | int
# | main ()
# | {
# | return lzf_compress ();
# | ;
# | return 0;
# | }
# configure:16219: result: no
# configure:16237: checking for fastlz_compress in -lfastlz
# configure:16262: clang++ -o conftest -DNDEBUG conftest.cpp -lfastlz >&5
# /sysroot/bin/ld: error: cannot find -lfastlz
# /tmp/conftest-41c874.o:conftest.cpp:function main: error: undefined reference to 'fastlz_compress'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16262: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snappy"
# | #define PACKAGE_TARNAME "snappy"
# | #define PACKAGE_VERSION "1.1.3"
# | #define PACKAGE_STRING "snappy 1.1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "snappy"
# | #define VERSION "1.1.3"
# | #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 HAVE_STDINT_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_BUILTIN_CTZ 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 fastlz_compress ();
# | int
# | main ()
# | {
# | return fastlz_compress ();
# | ;
# | return 0;
# | }
# configure:16271: result: no
# configure:16289: checking for qlz_compress in -lquicklz
# configure:16314: clang++ -o conftest -DNDEBUG conftest.cpp -lquicklz >&5
# /sysroot/bin/ld: error: cannot find -lquicklz
# /tmp/conftest-3ed140.o:conftest.cpp:function main: error: undefined reference to 'qlz_compress'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16314: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "snappy"
# | #define PACKAGE_TARNAME "snappy"
# | #define PACKAGE_VERSION "1.1.3"
# | #define PACKAGE_STRING "snappy 1.1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "snappy"
# | #define VERSION "1.1.3"
# | #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 HAVE_STDINT_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_BUILTIN_EXPECT 1
# | #define HAVE_BUILTIN_CTZ 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 qlz_compress ();
# | int
# | main ()
# | {
# | return qlz_compress ();
# | ;
# | return 0;
# | }
# configure:16323: result: no
# configure:16488: checking that generated files are newer than configure
# configure:16494: result: done
# configure:16526: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by snappy config.status 1.1.3, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on abdd85db51f6
#
# config.status:1175: creating Makefile
# config.status:1175: creating snappy-stubs-public.h
# config.status:1175: creating config.h
# config.status:1404: executing depfiles commands
# config.status:1404: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=' -DNDEBUG'
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_GTEST_CONFIG_set=
# ac_cv_env_GTEST_CONFIG_value=
# ac_cv_env_GTEST_CPPFLAGS_set=
# ac_cv_env_GTEST_CPPFLAGS_value=
# ac_cv_env_GTEST_CXXFLAGS_set=
# ac_cv_env_GTEST_CXXFLAGS_value=
# ac_cv_env_GTEST_LDFLAGS_set=
# ac_cv_env_GTEST_LDFLAGS_value=
# ac_cv_env_GTEST_LIBS_set=
# ac_cv_env_GTEST_LIBS_value=
# ac_cv_env_GTEST_VERSION_set=
# ac_cv_env_GTEST_VERSION_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_gflags_CFLAGS_set=
# ac_cv_env_gflags_CFLAGS_value=
# ac_cv_env_gflags_LIBS_set=
# ac_cv_env_gflags_LIBS_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_mmap=yes
# ac_cv_have_stddef_h=1
# ac_cv_have_stdint_h=1
# ac_cv_have_sys_uio_h=0
# ac_cv_header_byteswap_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=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_byteswap_h=no
# ac_cv_header_sys_endian_h=no
# ac_cv_header_sys_mman_h=yes
# ac_cv_header_sys_resource_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_windows_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_fastlz_fastlz_compress=no
# ac_cv_lib_lzf_lzf_compress=no
# ac_cv_lib_lzo2_lzo1x_1_15_compress=no
# ac_cv_lib_quicklz_qlz_compress=no
# ac_cv_lib_z_zlibVersion=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/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_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_type_size_t=yes
# ac_cv_type_ssize_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/sysroot/bin/ld
# lt_cv_path_LDCXX='/sysroot/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/sysroot/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=no
# lt_cv_prog_compiler_static_works_CXX=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/snappy/src/snappy-1.1.3/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/snappy/src/snappy-1.1.3/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/snappy/src/snappy-1.1.3/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/snappy/src/snappy-1.1.3/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=' -DNDEBUG'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# GTEST_CONFIG=''
# GTEST_CPPFLAGS=''
# GTEST_CXXFLAGS=''
# GTEST_LDFLAGS=''
# GTEST_LIBS=''
# GTEST_VERSION=''
# HAVE_GTEST='no'
# HAVE_GTEST_FALSE=''
# HAVE_GTEST_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/sysroot/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBTOOL_DEPS='./ltmain.sh'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/snappy/src/snappy-1.1.3/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/sysroot/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='snappy'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='snappy'
# PACKAGE_STRING='snappy 1.1.3'
# PACKAGE_TARNAME='snappy'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.1.3'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/sbin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SNAPPY_LTVERSION='4:0:3'
# SNAPPY_MAJOR='1'
# SNAPPY_MINOR='1'
# SNAPPY_PATCHLEVEL='3'
# STRIP='strip'
# UNITTEST_LIBS=''
# VERSION='1.1.3'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# ac_cv_have_stddef_h='1'
# ac_cv_have_stdint_h='1'
# ac_cv_have_sys_uio_h='0'
# 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-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# gflags_CFLAGS=''
# gflags_LIBS=''
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/snappy/src/snappy-1.1.3/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "snappy"
# #define PACKAGE_TARNAME "snappy"
# #define PACKAGE_VERSION "1.1.3"
# #define PACKAGE_STRING "snappy 1.1.3"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "snappy"
# #define VERSION "1.1.3"
# #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 HAVE_STDINT_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_SYS_MMAN_H 1
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_BYTESWAP_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_BUILTIN_EXPECT 1
# #define HAVE_BUILTIN_CTZ 1
#
# configure: exit 0