Build of lhasa with clang_glibc toolchain

The build took 00h 03m 35s and was SUCCESSFUL.

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

SLOCLanguage
12,969 sh
6,615 ansic
4,658 makefile
129 python
24,371 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: lhasa 0.3.1-1 (Thu Apr 13 11:38:21 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/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether make supports nested variables... (cached) yes
# 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 whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# 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 a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking 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 /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... ranlib
# checking command to parse /usr/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... 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 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 make sets $(MAKE)... (cached) yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating liblhasa.pc
# config.status: creating rpm.spec
# config.status: creating Makefile
# config.status: creating doc/Makefile
# config.status: creating lib/Makefile
# config.status: creating lib/public/Makefile
# config.status: creating pkg/Makefile
# config.status: creating pkg/config.make
# config.status: creating src/Makefile
# config.status: creating test/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1'
# Making all in doc
# make[2]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/doc'
# Making all in lib
# make[2]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/lib'
# Making all in public
# make[3]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/lib/public'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/lib/public'
# make[3]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/lib'
# CC liblhasa_la-crc16.lo
# CC liblhasa_la-ext_header.lo
# CC liblhasa_la-lha_arch_unix.lo
# CC liblhasa_la-lha_arch_win32.lo
# CC liblhasa_la-lha_decoder.lo
# CC liblhasa_la-lha_endian.lo
# CC liblhasa_la-lha_file_header.lo
# CC liblhasa_la-lha_input_stream.lo
# CC liblhasa_la-lha_basic_reader.lo
# CC liblhasa_la-lha_reader.lo
# CC liblhasa_la-macbinary.lo
# CC liblhasa_la-null_decoder.lo
# CC liblhasa_la-lh1_decoder.lo
# CC liblhasa_la-lh5_decoder.lo
# CC liblhasa_la-lh6_decoder.lo
# CC liblhasa_la-lh7_decoder.lo
# CC liblhasa_la-lhx_decoder.lo
# CC liblhasa_la-lz5_decoder.lo
# CC liblhasa_la-lzs_decoder.lo
# CC liblhasa_la-pm1_decoder.lo
# CC liblhasa_la-pm2_decoder.lo
# CCLD liblhasa.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[3]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/lib'
# make[2]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/lib'
# Making all in pkg
# make[2]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/pkg'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/pkg'
# Making all in src
# make[2]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/src'
# CC lha-main.o
# CC lha-filter.o
# CC lha-list.o
# CC lha-extract.o
# CC lha-safe.o
# CCLD lha
# make[2]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/src'
# Making all in test
# make[2]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/test'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/test'
# make[2]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1'
# make[2]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1'
# make[1]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in doc
# make[1]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/doc'
# make[2]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/lhasa/pkg/lhasa/usr/share/man/man1'
# /usr/bin/install -c -m 644 lha.1 '/tmp/lhasa/pkg/lhasa/usr/share/man/man1'
# make[2]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/doc'
# make[1]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/doc'
# Making install in lib
# make[1]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/lib'
# Making install in public
# make[2]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/lib/public'
# make[3]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/lib/public'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/lhasa/pkg/lhasa/usr/include/liblhasa-1.0'
# /usr/bin/install -c -m 644 lhasa.h lha_decoder.h lha_file_header.h lha_input_stream.h lha_reader.h '/tmp/lhasa/pkg/lhasa/usr/include/liblhasa-1.0'
# make[3]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/lib/public'
# make[2]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/lib/public'
# make[2]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/lib'
# make[3]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/lib'
# /usr/bin/mkdir -p '/tmp/lhasa/pkg/lhasa/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c liblhasa.la '/tmp/lhasa/pkg/lhasa/usr/lib'
# libtool: install: /usr/bin/install -c .libs/liblhasa.so.0.0.0 /tmp/lhasa/pkg/lhasa/usr/lib/liblhasa.so.0.0.0
# libtool: install: (cd /tmp/lhasa/pkg/lhasa/usr/lib && { ln -s -f liblhasa.so.0.0.0 liblhasa.so.0 || { rm -f liblhasa.so.0 && ln -s liblhasa.so.0.0.0 liblhasa.so.0; }; })
# libtool: install: (cd /tmp/lhasa/pkg/lhasa/usr/lib && { ln -s -f liblhasa.so.0.0.0 liblhasa.so || { rm -f liblhasa.so && ln -s liblhasa.so.0.0.0 liblhasa.so; }; })
# libtool: install: /usr/bin/install -c .libs/liblhasa.lai /tmp/lhasa/pkg/lhasa/usr/lib/liblhasa.la
# libtool: install: /usr/bin/install -c .libs/liblhasa.a /tmp/lhasa/pkg/lhasa/usr/lib/liblhasa.a
# libtool: install: chmod 644 /tmp/lhasa/pkg/lhasa/usr/lib/liblhasa.a
# libtool: install: ranlib /tmp/lhasa/pkg/lhasa/usr/lib/liblhasa.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/lib'
# make[2]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/lib'
# make[1]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/lib'
# Making install in pkg
# make[1]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/pkg'
# make[2]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/pkg'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/pkg'
# make[1]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/pkg'
# Making install in src
# make[1]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/src'
# make[2]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/src'
# /usr/bin/mkdir -p '/tmp/lhasa/pkg/lhasa/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c lha '/tmp/lhasa/pkg/lhasa/usr/bin'
# libtool: install: warning: `../lib/liblhasa.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/lha /tmp/lhasa/pkg/lhasa/usr/bin/lha
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/src'
# make[1]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/src'
# Making install in test
# make[1]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/test'
# make[2]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1/test'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/test'
# make[1]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1/test'
# make[1]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1'
# make[2]: Entering directory '/tmp/lhasa/src/lhasa-0.3.1'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/lhasa/pkg/lhasa/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 liblhasa.pc '/tmp/lhasa/pkg/lhasa/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1'
# make[1]: Leaving directory '/tmp/lhasa/src/lhasa-0.3.1'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "lhasa"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: lhasa 0.3.1-1 (Thu Apr 13 11:38:57 UTC 2017)

CMD: pacman --query --file lhasa-0.3.1-1-x86_64.pkg.tar.xz
# lhasa 0.3.1-1

Creating hybrid package for 'lhasa'

Trying to find vanilla package 'lhasa'...

CMD: pacman --query --file /mirror/lhasa-0.3.1-1.pkg.tar.xz
# lhasa 0.3.1-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/lib/liblhasa.so
# /usr/lib/liblhasa.so.0
# /usr/lib/liblhasa.so.0.0.0
# /usr/lib/pkgconfig/liblhasa.pc
# /usr/bin/lha
# /usr/share/licenses/lhasa/LICENSE
# /usr/share/man/man1/lha.1.gz
# /usr/include/liblhasa-1.0/lhasa.h
# /usr/include/liblhasa-1.0/lha_file_header.h
# /usr/include/liblhasa-1.0/lha_input_stream.h
# /usr/include/liblhasa-1.0/lha_decoder.h
# /usr/include/liblhasa-1.0/lha_reader.h
# /sysroot/usr/lib/liblhasa.so.0.0.0
# /sysroot/usr/lib/liblhasa.so.0
# /sysroot/usr/lib/liblhasa.so
# /sysroot/usr/lib/liblhasa.la
# /sysroot/usr/lib/liblhasa.a
# /sysroot/usr/lib/pkgconfig/liblhasa.pc
# /sysroot/usr/include/liblhasa-1.0/lhasa.h
# /sysroot/usr/include/liblhasa-1.0/lha_decoder.h
# /sysroot/usr/include/liblhasa-1.0/lha_file_header.h
# /sysroot/usr/include/liblhasa-1.0/lha_input_stream.h
# /sysroot/usr/include/liblhasa-1.0/lha_reader.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 lhasa.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/lhasa.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/lhasa.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/lhasa/src/lhasa-0.3.1/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 Lhasa configure 0.3.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 249cb173eff5
# 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:2306: checking for a BSD-compatible install
# configure:2374: result: /usr/bin/install -c
# configure:2385: checking whether build environment is sane
# configure:2440: result: yes
# configure:2499: checking for x86_64-unknown-linux-strip
# configure:2529: result: no
# configure:2539: checking for strip
# configure:2555: found /usr/bin/strip
# configure:2566: result: strip
# configure:2591: checking for a thread-safe mkdir -p
# configure:2630: result: /usr/bin/mkdir -p
# configure:2637: checking for gawk
# configure:2653: found /usr/bin/gawk
# configure:2664: result: gawk
# configure:2675: checking whether make sets $(MAKE)
# configure:2697: result: yes
# configure:2726: checking whether make supports nested variables
# configure:2743: result: yes
# configure:2871: checking whether make supports nested variables
# configure:2888: result: yes
# configure:2911: checking for style of include used by make
# configure:2939: result: GNU
# configure:2970: checking for x86_64-unknown-linux-gcc
# configure:2997: result: clang
# configure:3266: checking for C compiler version
# configure:3275: 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:3286: $? = 0
# configure:3275: 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:3286: $? = 0
# configure:3275: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3286: $? = 1
# configure:3275: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3286: $? = 1
# configure:3306: checking whether the C compiler works
# configure:3328: clang conftest.c >&5
# configure:3332: $? = 0
# configure:3380: result: yes
# configure:3383: checking for C compiler default output file name
# configure:3385: result: a.out
# configure:3391: checking for suffix of executables
# configure:3398: clang -o conftest conftest.c >&5
# configure:3402: $? = 0
# configure:3424: result:
# configure:3446: checking whether we are cross compiling
# configure:3454: clang -o conftest conftest.c >&5
# configure:3458: $? = 0
# configure:3465: ./conftest
# configure:3469: $? = 0
# configure:3484: result: no
# configure:3489: checking for suffix of object files
# configure:3511: clang -c conftest.c >&5
# configure:3515: $? = 0
# configure:3536: result: o
# configure:3540: checking whether we are using the GNU C compiler
# configure:3559: clang -c conftest.c >&5
# configure:3559: $? = 0
# configure:3568: result: yes
# configure:3577: checking whether clang accepts -g
# configure:3597: clang -c -g conftest.c >&5
# configure:3597: $? = 0
# configure:3638: result: yes
# configure:3655: checking for clang option to accept ISO C89
# configure:3718: clang -c conftest.c >&5
# configure:3718: $? = 0
# configure:3731: result: none needed
# configure:3756: checking whether clang understands -c and -o together
# configure:3778: clang -c conftest.c -o conftest2.o
# configure:3781: $? = 0
# configure:3778: clang -c conftest.c -o conftest2.o
# configure:3781: $? = 0
# configure:3793: result: yes
# configure:3812: checking dependency style of clang
# configure:3923: result: gcc3
# configure:4052: checking for C++ compiler version
# configure:4061: 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:4072: $? = 0
# configure:4061: 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:4072: $? = 0
# configure:4061: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4072: $? = 1
# configure:4061: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4072: $? = 1
# configure:4076: checking whether we are using the GNU C++ compiler
# configure:4095: clang++ -c conftest.cpp >&5
# configure:4095: $? = 0
# configure:4104: result: yes
# configure:4113: checking whether clang++ accepts -g
# configure:4133: clang++ -c -g conftest.cpp >&5
# configure:4133: $? = 0
# configure:4174: result: yes
# configure:4199: checking dependency style of clang++
# configure:4310: result: gcc3
# configure:4328: checking for x86_64-unknown-linux-ranlib
# configure:4358: result: no
# configure:4368: checking for ranlib
# configure:4384: found /usr/bin/ranlib
# configure:4395: result: ranlib
# configure:4446: checking build system type
# configure:4460: result: x86_64-unknown-linux-gnu
# configure:4480: checking host system type
# configure:4493: result: x86_64-unknown-linux-gnu
# configure:4534: checking how to print strings
# configure:4561: result: printf
# configure:4582: checking for a sed that does not truncate output
# configure:4646: result: /usr/bin/sed
# configure:4664: checking for grep that handles long lines and -e
# configure:4722: result: /usr/bin/grep
# configure:4727: checking for egrep
# configure:4789: result: /usr/bin/grep -E
# configure:4794: checking for fgrep
# configure:4856: result: /usr/bin/grep -F
# configure:4891: checking for ld used by clang
# configure:4958: result: /usr/bin/ld
# configure:4965: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4980: result: yes
# configure:4992: checking for BSD- or MS-compatible name lister (nm)
# configure:5041: result: /usr/bin/nm -B
# configure:5171: checking the name lister (/usr/bin/nm -B) interface
# configure:5178: clang -c conftest.c >&5
# configure:5181: /usr/bin/nm -B "conftest.o"
# configure:5184: output
# 0000000000000000 B some_variable
# configure:5191: result: BSD nm
# configure:5194: checking whether ln -s works
# configure:5198: result: yes
# configure:5206: checking the maximum length of command line arguments
# configure:5337: result: 1572864
# configure:5354: checking whether the shell understands some XSI constructs
# configure:5364: result: yes
# configure:5368: checking whether the shell understands "+="
# configure:5374: result: yes
# configure:5409: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5449: result: func_convert_file_noop
# configure:5456: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5476: result: func_convert_file_noop
# configure:5483: checking for /usr/bin/ld option to reload object files
# configure:5490: result: -r
# configure:5524: checking for x86_64-unknown-linux-objdump
# configure:5554: result: no
# configure:5564: checking for objdump
# configure:5580: found /usr/bin/objdump
# configure:5591: result: objdump
# configure:5623: checking how to recognize dependent libraries
# configure:5821: result: pass_all
# configure:5866: checking for x86_64-unknown-linux-dlltool
# configure:5896: result: no
# configure:5906: checking for dlltool
# configure:5936: result: no
# configure:5966: checking how to associate runtime and link libraries
# configure:5993: result: printf %s\n
# configure:6010: checking for x86_64-unknown-linux-ar
# configure:6040: result: no
# configure:6054: checking for ar
# configure:6070: found /usr/bin/ar
# configure:6081: result: ar
# configure:6118: checking for archiver @FILE support
# configure:6135: clang -c conftest.c >&5
# configure:6135: $? = 0
# configure:6138: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6141: $? = 0
# configure:6146: 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:6149: $? = 1
# configure:6161: result: @
# configure:6179: checking for x86_64-unknown-linux-strip
# configure:6206: result: strip
# configure:6278: checking for x86_64-unknown-linux-ranlib
# configure:6305: result: ranlib
# configure:6447: checking command to parse /usr/bin/nm -B output from clang object
# configure:6567: clang -c conftest.c >&5
# configure:6570: $? = 0
# configure:6574: /usr/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:6577: $? = 0
# configure:6643: clang -o conftest conftest.c conftstm.o >&5
# configure:6646: $? = 0
# configure:6684: result: ok
# configure:6721: checking for sysroot
# configure:6751: result: no
# configure:6828: clang -c conftest.c >&5
# configure:6831: $? = 0
# configure:6980: checking for x86_64-unknown-linux-mt
# configure:7010: result: no
# configure:7020: checking for mt
# configure:7050: result: no
# configure:7070: checking if : is a manifest tool
# configure:7076: : '-?'
# configure:7084: result: no
# configure:7726: checking how to run the C preprocessor
# configure:7757: clang -E conftest.c
# configure:7757: $? = 0
# configure:7771: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7771: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Lhasa"
# | #define PACKAGE_TARNAME "lhasa"
# | #define PACKAGE_VERSION "0.3.1"
# | #define PACKAGE_STRING "Lhasa 0.3.1"
# | #define PACKAGE_BUGREPORT "fraggle@gmail.com"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:7796: result: clang -E
# configure:7816: clang -E conftest.c
# configure:7816: $? = 0
# configure:7830: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7830: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Lhasa"
# | #define PACKAGE_TARNAME "lhasa"
# | #define PACKAGE_VERSION "0.3.1"
# | #define PACKAGE_STRING "Lhasa 0.3.1"
# | #define PACKAGE_BUGREPORT "fraggle@gmail.com"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:7859: checking for ANSI C header files
# configure:7879: clang -c conftest.c >&5
# configure:7879: $? = 0
# configure:7952: clang -o conftest conftest.c >&5
# configure:7952: $? = 0
# configure:7952: ./conftest
# configure:7952: $? = 0
# configure:7963: result: yes
# configure:7976: checking for sys/types.h
# configure:7976: clang -c conftest.c >&5
# configure:7976: $? = 0
# configure:7976: result: yes
# configure:7976: checking for sys/stat.h
# configure:7976: clang -c conftest.c >&5
# configure:7976: $? = 0
# configure:7976: result: yes
# configure:7976: checking for stdlib.h
# configure:7976: clang -c conftest.c >&5
# configure:7976: $? = 0
# configure:7976: result: yes
# configure:7976: checking for string.h
# configure:7976: clang -c conftest.c >&5
# configure:7976: $? = 0
# configure:7976: result: yes
# configure:7976: checking for memory.h
# configure:7976: clang -c conftest.c >&5
# configure:7976: $? = 0
# configure:7976: result: yes
# configure:7976: checking for strings.h
# configure:7976: clang -c conftest.c >&5
# configure:7976: $? = 0
# configure:7976: result: yes
# configure:7976: checking for inttypes.h
# configure:7976: clang -c conftest.c >&5
# configure:7976: $? = 0
# configure:7976: result: yes
# configure:7976: checking for stdint.h
# configure:7976: clang -c conftest.c >&5
# configure:7976: $? = 0
# configure:7976: result: yes
# configure:7976: checking for unistd.h
# configure:7976: clang -c conftest.c >&5
# configure:7976: $? = 0
# configure:7976: result: yes
# configure:7990: checking for dlfcn.h
# configure:7990: clang -c conftest.c >&5
# configure:7990: $? = 0
# configure:7990: result: yes
# configure:8207: checking for objdir
# configure:8222: result: .libs
# configure:8489: checking if clang supports -fno-rtti -fno-exceptions
# configure:8507: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8511: $? = 0
# configure:8524: result: yes
# configure:8851: checking for clang option to produce PIC
# configure:8858: result: -fPIC -DPIC
# configure:8866: checking if clang PIC flag -fPIC -DPIC works
# configure:8884: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8888: $? = 0
# configure:8901: result: yes
# configure:8930: checking if clang static flag -static works
# configure:8958: result: yes
# configure:8973: checking if clang supports -c -o file.o
# configure:8994: clang -c -o out/conftest2.o conftest.c >&5
# configure:8998: $? = 0
# configure:9020: result: yes
# configure:9028: checking if clang supports -c -o file.o
# configure:9075: result: yes
# configure:9108: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10265: result: yes
# configure:10302: checking whether -lc should be explicitly linked in
# configure:10310: clang -c conftest.c >&5
# configure:10313: $? = 0
# configure:10328: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10331: $? = 0
# configure:10345: result: no
# configure:10505: checking dynamic linker characteristics
# configure:11005: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11005: $? = 0
# configure:11239: result: GNU/Linux ld.so
# configure:11346: checking how to hardcode library paths into programs
# configure:11371: result: immediate
# configure:11911: checking whether stripping libraries is possible
# configure:11916: result: yes
# configure:11951: checking if libtool supports shared libraries
# configure:11953: result: yes
# configure:11956: checking whether to build shared libraries
# configure:11977: result: yes
# configure:11980: checking whether to build static libraries
# configure:11984: result: yes
# configure:12007: checking how to run the C++ preprocessor
# configure:12034: clang++ -E conftest.cpp
# configure:12034: $? = 0
# configure:12048: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12048: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Lhasa"
# | #define PACKAGE_TARNAME "lhasa"
# | #define PACKAGE_VERSION "0.3.1"
# | #define PACKAGE_STRING "Lhasa 0.3.1"
# | #define PACKAGE_BUGREPORT "fraggle@gmail.com"
# | #define PACKAGE_URL ""
# | #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:12073: result: clang++ -E
# configure:12093: clang++ -E conftest.cpp
# configure:12093: $? = 0
# configure:12107: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12107: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Lhasa"
# | #define PACKAGE_TARNAME "lhasa"
# | #define PACKAGE_VERSION "0.3.1"
# | #define PACKAGE_STRING "Lhasa 0.3.1"
# | #define PACKAGE_BUGREPORT "fraggle@gmail.com"
# | #define PACKAGE_URL ""
# | #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:12276: checking for ld used by clang++
# configure:12343: result: /usr/bin/ld -m elf_x86_64
# configure:12350: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:12365: result: yes
# configure:12420: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:13422: result: yes
# configure:13458: clang++ -c conftest.cpp >&5
# configure:13461: $? = 0
# configure:13981: checking for clang++ option to produce PIC
# configure:13988: result: -fPIC -DPIC
# configure:13996: checking if clang++ PIC flag -fPIC -DPIC works
# configure:14014: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14018: $? = 0
# configure:14031: result: yes
# configure:14054: checking if clang++ static flag -static works
# configure:14082: result: yes
# configure:14094: checking if clang++ supports -c -o file.o
# configure:14115: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:14119: $? = 0
# configure:14141: result: yes
# configure:14146: checking if clang++ supports -c -o file.o
# configure:14193: result: yes
# configure:14223: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14262: result: yes
# configure:14403: checking dynamic linker characteristics
# configure:15071: result: GNU/Linux ld.so
# configure:15124: checking how to hardcode library paths into programs
# configure:15149: result: immediate
# configure:15211: checking whether make sets $(MAKE)
# configure:15233: result: yes
# configure:15472: checking that generated files are newer than configure
# configure:15478: result: done
# configure:15513: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by Lhasa config.status 0.3.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 249cb173eff5
#
# config.status:1158: creating liblhasa.pc
# config.status:1158: creating rpm.spec
# config.status:1158: creating Makefile
# config.status:1158: creating doc/Makefile
# config.status:1158: creating lib/Makefile
# config.status:1158: creating lib/public/Makefile
# config.status:1158: creating pkg/Makefile
# config.status:1158: creating pkg/config.make
# config.status:1158: creating src/Makefile
# config.status:1158: creating test/Makefile
# config.status:1158: creating config.h
# config.status:1387: executing depfiles commands
# config.status:1387: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_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_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_RANLIB=ranlib
# 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
# 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=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/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=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]* \([^ ]*\) \([^ ]*\)$/ {"\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/lhasa/src/lhasa-0.3.1/autotools/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/lhasa/src/lhasa-0.3.1/autotools/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/lhasa/src/lhasa-0.3.1/autotools/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/lhasa/src/lhasa-0.3.1/autotools/missing automake-1.14'
# AWK='gawk'
# BUILD_COVERAGE_FALSE=''
# BUILD_COVERAGE_TRUE='#'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# 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'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# HAVE_VALGRIND=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAIN_CFLAGS=' -Wall -Wsign-compare'
# MAKEINFO='${SHELL} /tmp/lhasa/src/lhasa-0.3.1/autotools/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='lhasa'
# PACKAGE_BUGREPORT='fraggle@gmail.com'
# PACKAGE_NAME='Lhasa'
# PACKAGE_STRING='Lhasa 0.3.1'
# PACKAGE_TARNAME='lhasa'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.3.1'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# TEST_CFLAGS='-DTEST_BUILD -Wall -Wsign-compare -O0'
# USE_VALGRIND_FALSE=''
# USE_VALGRIND_TRUE='#'
# VERSION='0.3.1'
# ac_aux_dir='autotools'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_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}'
# 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/lhasa/src/lhasa-0.3.1/autotools/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 "Lhasa"
# #define PACKAGE_TARNAME "lhasa"
# #define PACKAGE_VERSION "0.3.1"
# #define PACKAGE_STRING "Lhasa 0.3.1"
# #define PACKAGE_BUGREPORT "fraggle@gmail.com"
# #define PACKAGE_URL ""
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
#
# configure: exit 0