Build of libsamplerate with clang_glibc toolchain

The build took 00h 02m 46s and was SUCCESSFUL.

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

SLOCLanguage
370,659 ansic
11,161 sh
3,586 makefile
385,406 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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: libsamplerate 0.1.8-3 (Thu Apr 13 19:54:22 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# 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 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 for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether clang and cc understand -c and -o together... yes
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking for a sed that does not truncate output... /usr/bin/sed
# checking how to print strings... printf
# checking for a sed that does not truncate output... (cached) /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... no
# checking for 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 for x86_64-unknown-linux-windres... no
# checking for windres... no
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking whether ln -s works... yes
# checking for ANSI C header files... (cached) yes
# checking for stdint.h... (cached) yes
# checking sys/times.h usability... yes
# checking sys/times.h presence... yes
# checking for sys/times.h... yes
# checking size of int... 4
# checking size of long... 8
# checking size of float... 4
# checking size of double... 8
# checking processor byte ordering... little
# checking for malloc... yes
# checking for calloc... yes
# checking for free... yes
# checking for memcpy... yes
# checking for memmove... yes
# checking for alarm... yes
# checking for signal... yes
# checking for floor in -lm... yes
# checking for floor... yes
# checking for ceil... yes
# checking for fmod... yes
# checking for SIGALRM... yes
# checking for lrint... yes
# checking for lrintf... yes
# checking processor clipping capabilities... none
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for SNDFILE... yes
# checking for FFTW3... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating M4/Makefile
# config.status: creating src/Version_script
# config.status: creating Win32/Makefile
# config.status: creating Win32/Makefile.mingw
# config.status: creating src/Makefile
# config.status: creating examples/Makefile
# config.status: creating tests/Makefile
# config.status: creating doc/Makefile
# config.status: creating libsamplerate.spec
# config.status: creating samplerate.pc
# config.status: creating src/config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
#
# -=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-=-
#
# Configuration summary :
#
# Version : ..................... 0.1.8
#
# Host CPU : .................... x86_64
# Host Vendor : ................. unknown
# Host OS : ..................... linux-gnu
#
# Tools :
#
# Compiler is GCC : ............. yes
# GCC major version : ........... 4
#
# Extra tools required for testing and examples :
#
# Use FFTW : .................... no
# Have libsndfile : ............. yes
#
# Installation directories :
#
# Library directory : ........... /usr/lib
# Program directory : ........... /usr/bin
# Pkgconfig directory : ......... /usr/lib/pkgconfig
#
# Making all in M4
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/M4'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/M4'
# Making all in src
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/src'
# make all-am
# make[2]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/src'
# CC samplerate.lo
# CC src_sinc.lo
# CC src_zoh.lo
# CC src_linear.lo
# CCLD libsamplerate.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[2]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/src'
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/src'
# Making all in doc
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/doc'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/doc'
# Making all in examples
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/examples'
# CC sndfile-resample.o
# CCLD sndfile-resample
# CC varispeed-play.o
# CC audio_out.o
# CCLD varispeed-play
# CC timewarp-file.o
# CCLD timewarp-file
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/examples'
# Making all in tests
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/tests'
# CC misc_test.o
# CC util.o
# CCLD misc_test
# CC termination_test.o
# termination_test.c:159:6: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
# if (abs (src_data.input_frames_used - input_len) > 1)
# ^
# termination_test.c:159:6: note: use function 'labs' instead
# if (abs (src_data.input_frames_used - input_len) > 1)
# ^~~
# labs
# 1 warning generated.
# CCLD termination_test
# CC simple_test.o
# CCLD simple_test
# CC callback_test-callback_test.o
# CC callback_test-util.o
# CCLD callback_test
# CC reset_test.o
# CCLD reset_test
# CC multi_channel_test-multi_channel_test.o
# CC multi_channel_test-util.o
# CC multi_channel_test-calc_snr.o
# calc_snr.c:234:7: warning: explicitly assigning value of variable of type 'float *' to itself [-Wself-assign]
# data = data ;
# ~~~~ ^ ~~~~
# calc_snr.c:235:6: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
# len = len ;
# ~~~ ^ ~~~
# calc_snr.c:236:17: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
# expected_peaks = expected_peaks ;
# ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
# 3 warnings generated.
# CCLD multi_channel_test
# CC snr_bw_test-snr_bw_test.o
# CC snr_bw_test-calc_snr.o
# calc_snr.c:234:7: warning: explicitly assigning value of variable of type 'float *' to itself [-Wself-assign]
# data = data ;
# ~~~~ ^ ~~~~
# calc_snr.c:235:6: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
# len = len ;
# ~~~ ^ ~~~
# calc_snr.c:236:17: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
# expected_peaks = expected_peaks ;
# ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
# 3 warnings generated.
# CC snr_bw_test-util.o
# CCLD snr_bw_test
# CC float_short_test.o
# CCLD float_short_test
# CC varispeed_test-varispeed_test.o
# CC varispeed_test-util.o
# CC varispeed_test-calc_snr.o
# calc_snr.c:234:7: warning: explicitly assigning value of variable of type 'float *' to itself [-Wself-assign]
# data = data ;
# ~~~~ ^ ~~~~
# calc_snr.c:235:6: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
# len = len ;
# ~~~ ^ ~~~
# calc_snr.c:236:17: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
# expected_peaks = expected_peaks ;
# ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
# 3 warnings generated.
# CCLD varispeed_test
# CC callback_hang_test.o
# CCLD callback_hang_test
# CC src_evaluate-src-evaluate.o
# CC src_evaluate-calc_snr.o
# calc_snr.c:234:7: warning: explicitly assigning value of variable of type 'float *' to itself [-Wself-assign]
# data = data ;
# ~~~~ ^ ~~~~
# calc_snr.c:235:6: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
# len = len ;
# ~~~ ^ ~~~
# calc_snr.c:236:17: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
# expected_peaks = expected_peaks ;
# ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
# 3 warnings generated.
# CC src_evaluate-util.o
# CCLD src-evaluate
# CC throughput_test-throughput_test.o
# CC throughput_test-util.o
# CC throughput_test-calc_snr.o
# calc_snr.c:234:7: warning: explicitly assigning value of variable of type 'float *' to itself [-Wself-assign]
# data = data ;
# ~~~~ ^ ~~~~
# calc_snr.c:235:6: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
# len = len ;
# ~~~ ^ ~~~
# calc_snr.c:236:17: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
# expected_peaks = expected_peaks ;
# ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
# 3 warnings generated.
# CCLD throughput_test
# CC multichan_throughput_test-multichan_throughput_test.o
# CC multichan_throughput_test-util.o
# CC multichan_throughput_test-calc_snr.o
# calc_snr.c:234:7: warning: explicitly assigning value of variable of type 'float *' to itself [-Wself-assign]
# data = data ;
# ~~~~ ^ ~~~~
# calc_snr.c:235:6: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
# len = len ;
# ~~~ ^ ~~~
# calc_snr.c:236:17: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
# expected_peaks = expected_peaks ;
# ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
# 3 warnings generated.
# CCLD multichan_throughput_test
# CC downsample_test.o
# CCLD downsample_test
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/tests'
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in M4
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/M4'
# make[2]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/M4'
# 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/libsamplerate/src/libsamplerate-0.1.8/M4'
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/M4'
# Making install in src
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/src'
# make[2]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/src'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/libsamplerate/pkg/libsamplerate/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c libsamplerate.la '/tmp/libsamplerate/pkg/libsamplerate/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libsamplerate.so.0.1.8 /tmp/libsamplerate/pkg/libsamplerate/usr/lib/libsamplerate.so.0.1.8
# libtool: install: (cd /tmp/libsamplerate/pkg/libsamplerate/usr/lib && { ln -s -f libsamplerate.so.0.1.8 libsamplerate.so.0 || { rm -f libsamplerate.so.0 && ln -s libsamplerate.so.0.1.8 libsamplerate.so.0; }; })
# libtool: install: (cd /tmp/libsamplerate/pkg/libsamplerate/usr/lib && { ln -s -f libsamplerate.so.0.1.8 libsamplerate.so || { rm -f libsamplerate.so && ln -s libsamplerate.so.0.1.8 libsamplerate.so; }; })
# libtool: install: /usr/bin/install -c .libs/libsamplerate.lai /tmp/libsamplerate/pkg/libsamplerate/usr/lib/libsamplerate.la
# libtool: install: /usr/bin/install -c .libs/libsamplerate.a /tmp/libsamplerate/pkg/libsamplerate/usr/lib/libsamplerate.a
# libtool: install: chmod 644 /tmp/libsamplerate/pkg/libsamplerate/usr/lib/libsamplerate.a
# libtool: install: ranlib /tmp/libsamplerate/pkg/libsamplerate/usr/lib/libsamplerate.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# test -z "/usr/include" || /usr/bin/mkdir -p "/tmp/libsamplerate/pkg/libsamplerate/usr/include"
# /usr/bin/install -c -m 644 samplerate.h '/tmp/libsamplerate/pkg/libsamplerate/usr/include'
# make[2]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/src'
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/src'
# Making install in doc
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/doc'
# make[2]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/doc/libsamplerate0-dev/html" || /usr/bin/mkdir -p "/tmp/libsamplerate/pkg/libsamplerate/usr/share/doc/libsamplerate0-dev/html"
# /usr/bin/install -c -m 644 SRC.png SRC.css index.html license.html history.html download.html lists.html quality.html win32.html faq.html api.html api_simple.html api_callback.html api_full.html api_misc.html '/tmp/libsamplerate/pkg/libsamplerate/usr/share/doc/libsamplerate0-dev/html'
# make[2]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/doc'
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/doc'
# Making install in examples
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/examples'
# make[2]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/examples'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/libsamplerate/pkg/libsamplerate/usr/bin"
# /bin/sh ../libtool --mode=install /usr/bin/install -c sndfile-resample '/tmp/libsamplerate/pkg/libsamplerate/usr/bin'
# libtool: install: warning: `../src/libsamplerate.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sndfile-resample /tmp/libsamplerate/pkg/libsamplerate/usr/bin/sndfile-resample
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/examples'
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/examples'
# Making install in tests
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/tests'
# make[2]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/tests'
# 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/libsamplerate/src/libsamplerate-0.1.8/tests'
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8/tests'
# make[1]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8'
# make[2]: Entering directory '/tmp/libsamplerate/src/libsamplerate-0.1.8'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/tmp/libsamplerate/pkg/libsamplerate/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 samplerate.pc '/tmp/libsamplerate/pkg/libsamplerate/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8'
# make[1]: Leaving directory '/tmp/libsamplerate/src/libsamplerate-0.1.8'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libsamplerate"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libsamplerate 0.1.8-3 (Thu Apr 13 19:55:31 UTC 2017)

CMD: pacman --query --file libsamplerate-0.1.8-3-x86_64.pkg.tar.xz
# libsamplerate 0.1.8-3

Creating hybrid package for 'libsamplerate'

Trying to find vanilla package 'libsamplerate'...

CMD: pacman --query --file /mirror/libsamplerate-0.1.8-3.pkg.tar.xz
# libsamplerate 0.1.8-3

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libsamplerate.so
# /usr/lib/libsamplerate.so.0.1.8
# /usr/lib/libsamplerate.so.0
# /usr/lib/pkgconfig/samplerate.pc
# /usr/bin/sndfile-resample
# /usr/include/samplerate.h
# /usr/share/doc/libsamplerate0-dev/html/api_callback.html
# /usr/share/doc/libsamplerate0-dev/html/SRC.css
# /usr/share/doc/libsamplerate0-dev/html/faq.html
# /usr/share/doc/libsamplerate0-dev/html/api.html
# /usr/share/doc/libsamplerate0-dev/html/api_misc.html
# /usr/share/doc/libsamplerate0-dev/html/quality.html
# /usr/share/doc/libsamplerate0-dev/html/api_full.html
# /usr/share/doc/libsamplerate0-dev/html/license.html
# /usr/share/doc/libsamplerate0-dev/html/download.html
# /usr/share/doc/libsamplerate0-dev/html/index.html
# /usr/share/doc/libsamplerate0-dev/html/win32.html
# /usr/share/doc/libsamplerate0-dev/html/SRC.png
# /usr/share/doc/libsamplerate0-dev/html/api_simple.html
# /usr/share/doc/libsamplerate0-dev/html/history.html
# /usr/share/doc/libsamplerate0-dev/html/lists.html
# /sysroot/usr/lib/libsamplerate.so.0.1.8
# /sysroot/usr/lib/libsamplerate.so.0
# /sysroot/usr/lib/libsamplerate.so
# /sysroot/usr/lib/libsamplerate.la
# /sysroot/usr/lib/libsamplerate.a
# /sysroot/usr/lib/pkgconfig/samplerate.pc
# /sysroot/usr/include/samplerate.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 libsamplerate.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libsamplerate.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libsamplerate.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/libsamplerate/src/libsamplerate-0.1.8/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 libsamplerate configure 0.1.8, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 61849e9c5012
# 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:2589: checking build system type
# configure:2603: result: x86_64-unknown-linux-gnu
# configure:2623: checking host system type
# configure:2636: result: x86_64-unknown-linux-gnu
# configure:2656: checking target system type
# configure:2669: result: x86_64-unknown-linux-gnu
# configure:2716: checking for a BSD-compatible install
# configure:2784: result: /usr/bin/install -c
# configure:2795: checking whether build environment is sane
# configure:2845: result: yes
# configure:2894: checking for x86_64-unknown-linux-strip
# configure:2924: result: no
# configure:2934: checking for strip
# configure:2950: found /usr/bin/strip
# configure:2961: result: strip
# configure:2986: checking for a thread-safe mkdir -p
# configure:3025: result: /usr/bin/mkdir -p
# configure:3038: checking for gawk
# configure:3054: found /usr/bin/gawk
# configure:3065: result: gawk
# configure:3076: checking whether make sets $(MAKE)
# configure:3098: result: yes
# configure:3209: checking for x86_64-unknown-linux-gcc
# configure:3236: result: clang
# configure:3505: checking for C compiler version
# configure:3514: 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:3525: $? = 0
# configure:3514: 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:3525: $? = 0
# configure:3514: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3525: $? = 1
# configure:3514: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3525: $? = 1
# configure:3545: checking whether the C compiler works
# configure:3567: clang conftest.c >&5
# configure:3571: $? = 0
# configure:3619: result: yes
# configure:3622: checking for C compiler default output file name
# configure:3624: result: a.out
# configure:3630: checking for suffix of executables
# configure:3637: clang -o conftest conftest.c >&5
# configure:3641: $? = 0
# configure:3663: result:
# configure:3685: checking whether we are cross compiling
# configure:3693: clang -o conftest conftest.c >&5
# configure:3697: $? = 0
# configure:3704: ./conftest
# configure:3708: $? = 0
# configure:3723: result: no
# configure:3728: checking for suffix of object files
# configure:3750: clang -c conftest.c >&5
# configure:3754: $? = 0
# configure:3775: result: o
# configure:3779: checking whether we are using the GNU C compiler
# configure:3798: clang -c conftest.c >&5
# configure:3798: $? = 0
# configure:3807: result: yes
# configure:3816: checking whether clang accepts -g
# configure:3836: clang -c -g conftest.c >&5
# configure:3836: $? = 0
# configure:3877: result: yes
# configure:3894: checking for clang option to accept ISO C89
# configure:3958: clang -c conftest.c >&5
# configure:3958: $? = 0
# configure:3971: result: none needed
# configure:4002: checking for style of include used by make
# configure:4030: result: GNU
# configure:4055: checking dependency style of clang
# configure:4165: result: gcc3
# configure:4181: checking whether clang and cc understand -c and -o together
# configure:4212: clang -c conftest.c -o conftest2.o >&5
# configure:4216: $? = 0
# configure:4222: clang -c conftest.c -o conftest2.o >&5
# configure:4226: $? = 0
# configure:4237: cc -c conftest.c >&5
# configure:4241: $? = 0
# configure:4249: cc -c conftest.c -o conftest2.o >&5
# configure:4253: $? = 0
# configure:4259: cc -c conftest.c -o conftest2.o >&5
# configure:4263: $? = 0
# configure:4281: result: yes
# configure:4418: checking for C++ compiler version
# configure:4427: 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:4438: $? = 0
# configure:4427: 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:4438: $? = 0
# configure:4427: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4438: $? = 1
# configure:4427: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4438: $? = 1
# configure:4442: checking whether we are using the GNU C++ compiler
# configure:4461: clang++ -c conftest.cpp >&5
# configure:4461: $? = 0
# configure:4470: result: yes
# configure:4479: checking whether clang++ accepts -g
# configure:4499: clang++ -c -g conftest.cpp >&5
# configure:4499: $? = 0
# configure:4540: result: yes
# configure:4565: checking dependency style of clang++
# configure:4675: result: gcc3
# configure:4690: checking for a sed that does not truncate output
# configure:4754: result: /usr/bin/sed
# configure:4808: checking how to print strings
# configure:4835: result: printf
# configure:4856: checking for a sed that does not truncate output
# configure:4920: result: /usr/bin/sed
# configure:4938: checking for grep that handles long lines and -e
# configure:4996: result: /usr/bin/grep
# configure:5001: checking for egrep
# configure:5063: result: /usr/bin/grep -E
# configure:5068: checking for fgrep
# configure:5130: result: /usr/bin/grep -F
# configure:5165: checking for ld used by clang
# configure:5232: result: /usr/bin/ld
# configure:5239: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5254: result: yes
# configure:5266: checking for BSD- or MS-compatible name lister (nm)
# configure:5315: result: /usr/bin/nm -B
# configure:5445: checking the name lister (/usr/bin/nm -B) interface
# configure:5452: clang -c conftest.c >&5
# configure:5455: /usr/bin/nm -B "conftest.o"
# configure:5458: output
# 0000000000000000 B some_variable
# configure:5465: result: BSD nm
# configure:5468: checking whether ln -s works
# configure:5472: result: yes
# configure:5480: checking the maximum length of command line arguments
# configure:5605: result: 1572864
# configure:5622: checking whether the shell understands some XSI constructs
# configure:5632: result: yes
# configure:5636: checking whether the shell understands "+="
# configure:5642: result: yes
# configure:5677: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5717: result: func_convert_file_noop
# configure:5724: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5744: result: func_convert_file_noop
# configure:5751: checking for /usr/bin/ld option to reload object files
# configure:5758: result: -r
# configure:5792: checking for x86_64-unknown-linux-objdump
# configure:5822: result: no
# configure:5832: checking for objdump
# configure:5848: found /usr/bin/objdump
# configure:5859: result: objdump
# configure:5891: checking how to recognize dependent libraries
# configure:6093: result: pass_all
# configure:6138: checking for x86_64-unknown-linux-dlltool
# configure:6168: result: no
# configure:6178: checking for dlltool
# configure:6208: result: no
# configure:6238: checking how to associate runtime and link libraries
# configure:6265: result: printf %s\n
# configure:6282: checking for x86_64-unknown-linux-ar
# configure:6312: result: no
# configure:6326: checking for ar
# configure:6342: found /usr/bin/ar
# configure:6353: result: ar
# configure:6390: checking for archiver @FILE support
# configure:6407: clang -c conftest.c >&5
# configure:6407: $? = 0
# configure:6410: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6413: $? = 0
# configure:6418: 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:6421: $? = 1
# configure:6433: result: @
# configure:6451: checking for x86_64-unknown-linux-strip
# configure:6478: result: strip
# configure:6550: checking for x86_64-unknown-linux-ranlib
# configure:6580: result: no
# configure:6590: checking for ranlib
# configure:6606: found /usr/bin/ranlib
# configure:6617: result: ranlib
# configure:6719: checking command to parse /usr/bin/nm -B output from clang object
# configure:6838: clang -c conftest.c >&5
# configure:6841: $? = 0
# configure:6845: /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:6848: $? = 0
# configure:6914: clang -o conftest conftest.c conftstm.o >&5
# configure:6917: $? = 0
# configure:6955: result: ok
# configure:6992: checking for sysroot
# configure:7022: result: no
# configure:7099: clang -c conftest.c >&5
# configure:7102: $? = 0
# configure:7225: checking for x86_64-unknown-linux-mt
# configure:7255: result: no
# configure:7265: checking for mt
# configure:7295: result: no
# configure:7315: checking if : is a manifest tool
# configure:7321: : '-?'
# configure:7329: result: no
# configure:7961: checking how to run the C preprocessor
# configure:7992: clang -E conftest.c
# configure:7992: $? = 0
# configure:8006: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8006: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsamplerate"
# | #define PACKAGE_TARNAME "libsamplerate"
# | #define PACKAGE_VERSION "0.1.8"
# | #define PACKAGE_STRING "libsamplerate 0.1.8"
# | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
# | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
# | #define PACKAGE "libsamplerate"
# | #define VERSION "0.1.8"
# | /* end confdefs.h. */
# | #include
# configure:8031: result: clang -E
# configure:8051: clang -E conftest.c
# configure:8051: $? = 0
# configure:8065: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8065: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsamplerate"
# | #define PACKAGE_TARNAME "libsamplerate"
# | #define PACKAGE_VERSION "0.1.8"
# | #define PACKAGE_STRING "libsamplerate 0.1.8"
# | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
# | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
# | #define PACKAGE "libsamplerate"
# | #define VERSION "0.1.8"
# | /* end confdefs.h. */
# | #include
# configure:8094: checking for ANSI C header files
# configure:8114: clang -c conftest.c >&5
# configure:8114: $? = 0
# configure:8187: clang -o conftest conftest.c >&5
# configure:8187: $? = 0
# configure:8187: ./conftest
# configure:8187: $? = 0
# configure:8198: result: yes
# configure:8211: checking for sys/types.h
# configure:8211: clang -c conftest.c >&5
# configure:8211: $? = 0
# configure:8211: result: yes
# configure:8211: checking for sys/stat.h
# configure:8211: clang -c conftest.c >&5
# configure:8211: $? = 0
# configure:8211: result: yes
# configure:8211: checking for stdlib.h
# configure:8211: clang -c conftest.c >&5
# configure:8211: $? = 0
# configure:8211: result: yes
# configure:8211: checking for string.h
# configure:8211: clang -c conftest.c >&5
# configure:8211: $? = 0
# configure:8211: result: yes
# configure:8211: checking for memory.h
# configure:8211: clang -c conftest.c >&5
# configure:8211: $? = 0
# configure:8211: result: yes
# configure:8211: checking for strings.h
# configure:8211: clang -c conftest.c >&5
# configure:8211: $? = 0
# configure:8211: result: yes
# configure:8211: checking for inttypes.h
# configure:8211: clang -c conftest.c >&5
# configure:8211: $? = 0
# configure:8211: result: yes
# configure:8211: checking for stdint.h
# configure:8211: clang -c conftest.c >&5
# configure:8211: $? = 0
# configure:8211: result: yes
# configure:8211: checking for unistd.h
# configure:8211: clang -c conftest.c >&5
# configure:8211: $? = 0
# configure:8211: result: yes
# configure:8225: checking for dlfcn.h
# configure:8225: clang -c conftest.c >&5
# configure:8225: $? = 0
# configure:8225: result: yes
# configure:8423: checking for objdir
# configure:8438: result: .libs
# configure:8709: checking if clang supports -fno-rtti -fno-exceptions
# configure:8727: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8731: $? = 0
# configure:8744: result: yes
# configure:9054: checking for clang option to produce PIC
# configure:9061: result: -fPIC -DPIC
# configure:9069: checking if clang PIC flag -fPIC -DPIC works
# configure:9087: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9091: $? = 0
# configure:9104: result: yes
# configure:9133: checking if clang static flag -static works
# configure:9161: result: yes
# configure:9176: checking if clang supports -c -o file.o
# configure:9197: clang -c -o out/conftest2.o conftest.c >&5
# configure:9201: $? = 0
# configure:9223: result: yes
# configure:9231: checking if clang supports -c -o file.o
# configure:9278: result: yes
# configure:9311: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10473: result: yes
# configure:10510: checking whether -lc should be explicitly linked in
# configure:10518: clang -c conftest.c >&5
# configure:10521: $? = 0
# configure:10536: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10539: $? = 0
# configure:10553: result: no
# configure:10718: checking dynamic linker characteristics
# configure:11233: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11233: $? = 0
# configure:11467: result: GNU/Linux ld.so
# configure:11574: checking how to hardcode library paths into programs
# configure:11599: result: immediate
# configure:12139: checking whether stripping libraries is possible
# configure:12144: result: yes
# configure:12179: checking if libtool supports shared libraries
# configure:12181: result: yes
# configure:12184: checking whether to build shared libraries
# configure:12205: result: yes
# configure:12208: checking whether to build static libraries
# configure:12212: result: yes
# configure:12235: checking how to run the C++ preprocessor
# configure:12262: clang++ -E conftest.cpp
# configure:12262: $? = 0
# configure:12276: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12276: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsamplerate"
# | #define PACKAGE_TARNAME "libsamplerate"
# | #define PACKAGE_VERSION "0.1.8"
# | #define PACKAGE_STRING "libsamplerate 0.1.8"
# | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
# | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
# | #define PACKAGE "libsamplerate"
# | #define VERSION "0.1.8"
# | #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:12301: result: clang++ -E
# configure:12321: clang++ -E conftest.cpp
# configure:12321: $? = 0
# configure:12335: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12335: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsamplerate"
# | #define PACKAGE_TARNAME "libsamplerate"
# | #define PACKAGE_VERSION "0.1.8"
# | #define PACKAGE_STRING "libsamplerate 0.1.8"
# | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
# | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
# | #define PACKAGE "libsamplerate"
# | #define VERSION "0.1.8"
# | #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:12505: checking for ld used by clang++
# configure:12572: result: /usr/bin/ld -m elf_x86_64
# configure:12579: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:12594: result: yes
# configure:12649: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:13653: result: yes
# configure:13688: clang++ -c conftest.cpp >&5
# configure:13691: $? = 0
# configure:14211: checking for clang++ option to produce PIC
# configure:14218: result: -fPIC -DPIC
# configure:14226: checking if clang++ PIC flag -fPIC -DPIC works
# configure:14244: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14248: $? = 0
# configure:14261: result: yes
# configure:14284: checking if clang++ static flag -static works
# configure:14312: result: yes
# configure:14324: checking if clang++ supports -c -o file.o
# configure:14345: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:14349: $? = 0
# configure:14371: result: yes
# configure:14376: checking if clang++ supports -c -o file.o
# configure:14423: result: yes
# configure:14453: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14490: result: yes
# configure:14633: checking dynamic linker characteristics
# configure:15316: result: GNU/Linux ld.so
# configure:15369: checking how to hardcode library paths into programs
# configure:15394: result: immediate
# configure:15456: checking for x86_64-unknown-linux-windres
# configure:15486: result: no
# configure:15496: checking for windres
# configure:15526: result: no
# configure:15631: checking whether ln -s works
# configure:15635: result: yes
# configure:15665: checking whether make sets $(MAKE)
# configure:15687: result: yes
# configure:15696: checking whether ln -s works
# configure:15700: result: yes
# configure:15823: checking for ANSI C header files
# configure:15927: result: yes
# configure:15939: checking for stdint.h
# configure:15939: result: yes
# configure:15939: checking sys/times.h usability
# configure:15939: clang -c conftest.c >&5
# configure:15939: $? = 0
# configure:15939: result: yes
# configure:15939: checking sys/times.h presence
# configure:15939: clang -E conftest.c
# configure:15939: $? = 0
# configure:15939: result: yes
# configure:15939: checking for sys/times.h
# configure:15939: result: yes
# configure:16005: checking size of int
# configure:16010: clang -o conftest conftest.c >&5
# configure:16010: $? = 0
# configure:16010: ./conftest
# configure:16010: $? = 0
# configure:16024: result: 4
# configure:16038: checking size of long
# configure:16043: clang -o conftest conftest.c >&5
# configure:16043: $? = 0
# configure:16043: ./conftest
# configure:16043: $? = 0
# configure:16057: result: 8
# configure:16071: checking size of float
# configure:16076: clang -o conftest conftest.c >&5
# configure:16076: $? = 0
# configure:16076: ./conftest
# configure:16076: $? = 0
# configure:16090: result: 4
# configure:16104: checking size of double
# configure:16109: clang -o conftest conftest.c >&5
# configure:16109: $? = 0
# configure:16109: ./conftest
# configure:16109: $? = 0
# configure:16123: result: 8
# configure:16137: checking processor byte ordering
# configure:16216: clang -o conftest conftest.c >&5
# configure:16216: $? = 0
# configure:16234: clang -o conftest conftest.c >&5
# configure:16234: $? = 0
# configure:16258: clang -o conftest conftest.c >&5
# configure:16258: $? = 0
# configure:16351: result: little
# configure:16396: checking for malloc
# configure:16396: clang -o conftest conftest.c >&5
# conftest.c:55:6: warning: incompatible redeclaration of library function 'malloc' [-Wincompatible-library-redeclaration]
# char malloc ();
# ^
# conftest.c:55:6: note: 'malloc' is a builtin with type 'void *(unsigned long)'
# 1 warning generated.
# configure:16396: $? = 0
# configure:16396: result: yes
# configure:16396: checking for calloc
# configure:16396: clang -o conftest conftest.c >&5
# conftest.c:56:6: warning: incompatible redeclaration of library function 'calloc' [-Wincompatible-library-redeclaration]
# char calloc ();
# ^
# conftest.c:56:6: note: 'calloc' is a builtin with type 'void *(unsigned long, unsigned long)'
# 1 warning generated.
# configure:16396: $? = 0
# configure:16396: result: yes
# configure:16396: checking for free
# configure:16396: clang -o conftest conftest.c >&5
# configure:16396: $? = 0
# configure:16396: result: yes
# configure:16396: checking for memcpy
# configure:16396: clang -o conftest conftest.c >&5
# conftest.c:58:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration]
# char memcpy ();
# ^
# conftest.c:58:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:16396: $? = 0
# configure:16396: result: yes
# configure:16396: checking for memmove
# configure:16396: clang -o conftest conftest.c >&5
# conftest.c:59:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:59:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:16396: $? = 0
# configure:16396: result: yes
# configure:16396: checking for alarm
# configure:16396: clang -o conftest conftest.c >&5
# configure:16396: $? = 0
# configure:16396: result: yes
# configure:16396: checking for signal
# configure:16396: clang -o conftest conftest.c >&5
# configure:16396: $? = 0
# configure:16396: result: yes
# configure:16406: checking for floor in -lm
# configure:16431: clang -o conftest conftest.c -lm >&5
# conftest.c:46:6: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration]
# char floor ();
# ^
# conftest.c:46:6: note: 'floor' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:16431: $? = 0
# configure:16440: result: yes
# configure:16454: checking for floor
# configure:16454: clang -o conftest conftest.c -lm >&5
# conftest.c:63:6: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration]
# char floor ();
# ^
# conftest.c:63:6: note: 'floor' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:16454: $? = 0
# configure:16454: result: yes
# configure:16454: checking for ceil
# configure:16454: clang -o conftest conftest.c -lm >&5
# conftest.c:64:6: warning: incompatible redeclaration of library function 'ceil' [-Wincompatible-library-redeclaration]
# char ceil ();
# ^
# conftest.c:64:6: note: 'ceil' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:16454: $? = 0
# configure:16454: result: yes
# configure:16454: checking for fmod
# configure:16454: clang -o conftest conftest.c -lm >&5
# conftest.c:65:6: warning: incompatible redeclaration of library function 'fmod' [-Wincompatible-library-redeclaration]
# char fmod ();
# ^
# conftest.c:65:6: note: 'fmod' is a builtin with type 'double (double, double)'
# 1 warning generated.
# configure:16454: $? = 0
# configure:16454: result: yes
# configure:16464: checking for SIGALRM
# configure:16484: clang -o conftest conftest.c -lm >&5
# configure:16484: $? = 0
# configure:16494: result: yes
# configure:16504: checking for lrint
# configure:16530: clang -o conftest -lm conftest.c -lm >&5
# configure:16530: $? = 0
# configure:16542: result: yes
# configure:16551: checking for lrintf
# configure:16577: clang -o conftest -lm conftest.c -lm >&5
# configure:16577: $? = 0
# configure:16589: result: yes
# configure:16615: checking processor clipping capabilities
# configure:16655: clang -o conftest conftest.c -lm >&5
# configure:16655: $? = 0
# configure:16655: ./conftest
# configure:16655: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsamplerate"
# | #define PACKAGE_TARNAME "libsamplerate"
# | #define PACKAGE_VERSION "0.1.8"
# | #define PACKAGE_STRING "libsamplerate 0.1.8"
# | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
# | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
# | #define PACKAGE "libsamplerate"
# | #define VERSION "0.1.8"
# | #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 STDC_HEADERS 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define CPU_IS_BIG_ENDIAN 0
# | #define CPU_IS_LITTLE_ENDIAN 1
# | #define HAVE_MALLOC 1
# | #define HAVE_CALLOC 1
# | #define HAVE_FREE 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_ALARM 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_LIBM 1
# | #define HAVE_FLOOR 1
# | #define HAVE_CEIL 1
# | #define HAVE_FMOD 1
# | #define HAVE_SIGALRM 1
# | #define HAVE_LRINT 1
# | #define HAVE_LRINTF 1
# | /* end confdefs.h. */
# |
# | #define _ISOC9X_SOURCE 1
# | #define _ISOC99_SOURCE 1
# | #define __USE_ISOC99 1
# | #define __USE_ISOC9X 1
# | #include
# | int main (void)
# | { double fval ;
# | int k, ival ;
# |
# | fval = 1.0 * 0x7FFFFFFF ;
# | for (k = 0 ; k < 100 ; k++)
# | { ival = (lrint (fval)) >> 24 ;
# | if (ival != 127)
# | return 1 ;
# |
# | fval *= 1.2499999 ;
# | } ;
# |
# | return 0 ;
# | }
# |
# configure:16694: clang -o conftest conftest.c -lm >&5
# configure:16694: $? = 0
# configure:16694: ./conftest
# configure:16694: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsamplerate"
# | #define PACKAGE_TARNAME "libsamplerate"
# | #define PACKAGE_VERSION "0.1.8"
# | #define PACKAGE_STRING "libsamplerate 0.1.8"
# | #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
# | #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
# | #define PACKAGE "libsamplerate"
# | #define VERSION "0.1.8"
# | #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 STDC_HEADERS 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_FLOAT 4
# | #define SIZEOF_DOUBLE 8
# | #define CPU_IS_BIG_ENDIAN 0
# | #define CPU_IS_LITTLE_ENDIAN 1
# | #define HAVE_MALLOC 1
# | #define HAVE_CALLOC 1
# | #define HAVE_FREE 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_ALARM 1
# | #define HAVE_SIGNAL 1
# | #define HAVE_LIBM 1
# | #define HAVE_FLOOR 1
# | #define HAVE_CEIL 1
# | #define HAVE_FMOD 1
# | #define HAVE_SIGALRM 1
# | #define HAVE_LRINT 1
# | #define HAVE_LRINTF 1
# | /* end confdefs.h. */
# |
# | #define _ISOC9X_SOURCE 1
# | #define _ISOC99_SOURCE 1
# | #define __USE_ISOC99 1
# | #define __USE_ISOC9X 1
# | #include
# | int main (void)
# | { double fval ;
# | int k, ival ;
# |
# | fval = -8.0 * 0x10000000 ;
# | for (k = 0 ; k < 100 ; k++)
# | { ival = (lrint (fval)) >> 24 ;
# | if (ival != -128)
# | return 1 ;
# |
# | fval *= 1.2499999 ;
# | } ;
# |
# | return 0 ;
# | }
# |
# configure:16736: result: none
# configure:16781: checking for x86_64-unknown-linux-pkg-config
# configure:16814: result: no
# configure:16824: checking for pkg-config
# configure:16842: found /usr/bin/pkg-config
# configure:16854: result: /usr/bin/pkg-config
# configure:16879: checking pkg-config is at least version 0.9.0
# configure:16882: result: yes
# configure:16894: checking for SNDFILE
# configure:16901: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.6"
# configure:16904: $? = 0
# configure:16918: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.6"
# configure:16921: $? = 0
# configure:16959: result: yes
# configure:16987: checking for FFTW3
# configure:16994: $PKG_CONFIG --exists --print-errors "fftw3 >= 0.15.0"
# Package fftw3 was not found in the pkg-config search path.
# Perhaps you should add the directory containing `fftw3.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'fftw3' found
# configure:16997: $? = 1
# configure:17011: $PKG_CONFIG --exists --print-errors "fftw3 >= 0.15.0"
# Package fftw3 was not found in the pkg-config search path.
# Perhaps you should add the directory containing `fftw3.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'fftw3' found
# configure:17014: $? = 1
# configure:17028: result: no
# No package 'fftw3' found
# configure:17311: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libsamplerate config.status 0.1.8, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 61849e9c5012
#
# config.status:1270: creating Makefile
# config.status:1270: creating M4/Makefile
# config.status:1270: creating src/Version_script
# config.status:1270: creating Win32/Makefile
# config.status:1270: creating Win32/Makefile.mingw
# config.status:1270: creating src/Makefile
# config.status:1270: creating examples/Makefile
# config.status:1270: creating tests/Makefile
# config.status:1270: creating doc/Makefile
# config.status:1270: creating libsamplerate.spec
# config.status:1270: creating samplerate.pc
# config.status:1270: creating src/config.h
# config.status:1499: executing depfiles commands
# config.status:1499: executing libtool commands
# configure:20090: result:
# -=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-=-
#
# Configuration summary :
#
# Version : ..................... 0.1.8
#
# Host CPU : .................... x86_64
# Host Vendor : ................. unknown
# Host OS : ..................... linux-gnu
#
# configure:20112: result:
# Extra tools required for testing and examples :
#
# Use FFTW : .................... no
# configure:20119: result: Have libsndfile : ............. yes
#
# configure:20128: result: Installation directories :
#
# Library directory : ........... /usr/lib
# Program directory : ........... /usr/bin
# Pkgconfig directory : ......... /usr/lib/pkgconfig
#
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c99_lrint=yes
# ac_cv_c99_lrintf=yes
# ac_cv_c_big_endian=0
# ac_cv_c_byte_order=little
# ac_cv_c_clip_negative=0
# ac_cv_c_clip_positive=0
# ac_cv_c_clip_type=none
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_little_endian=1
# 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_FFTW3_CFLAGS_set=
# ac_cv_env_FFTW3_CFLAGS_value=
# ac_cv_env_FFTW3_LIBS_set=
# ac_cv_env_FFTW3_LIBS_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_SNDFILE_CFLAGS_set=
# ac_cv_env_SNDFILE_CFLAGS_value=
# ac_cv_env_SNDFILE_LIBS_set=
# ac_cv_env_SNDFILE_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_fftw3=no
# ac_cv_func_alarm=yes
# ac_cv_func_calloc=yes
# ac_cv_func_ceil=yes
# ac_cv_func_floor=yes
# ac_cv_func_fmod=yes
# ac_cv_func_free=yes
# ac_cv_func_malloc=yes
# ac_cv_func_memcpy=yes
# ac_cv_func_memmove=yes
# ac_cv_func_signal=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_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_times_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_lib_m_floor=yes
# 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_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# 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_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_clang_c_o=yes
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_signal_SIGALRM=yes
# ac_cv_sizeof_double=8
# ac_cv_sizeof_float=4
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=8
# ac_cv_sndfile=yes
# ac_cv_target=x86_64-unknown-linux-gnu
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# 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_c_o_RC=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
# pkg_cv_SNDFILE_CFLAGS=
# pkg_cv_SNDFILE_LIBS=-lsndfile
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libsamplerate/src/libsamplerate-0.1.8/Cfg/missing --run aclocal-1.11'
# ACLOCAL_AMFLAGS='-I M4'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/libsamplerate/src/libsamplerate-0.1.8/Cfg/missing --run tar'
# AM_BACKSLASH='\'
# AM_DEFAULT_VERBOSITY='0'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libsamplerate/src/libsamplerate-0.1.8/Cfg/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libsamplerate/src/libsamplerate-0.1.8/Cfg/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libsamplerate/src/libsamplerate-0.1.8/Cfg/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe'
# COMPILER_IS_GCC=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DLLWRAP=''
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FFTW3_CFLAGS=''
# FFTW3_LIBS=''
# FGREP='/usr/bin/grep -F'
# GCC_MAJOR_VERSION='4'
# GREP='/usr/bin/grep'
# HAVE_FFTW3='0'
# HAVE_SNDFILE='1'
# 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='-lm '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/libsamplerate/src/libsamplerate-0.1.8/Cfg/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OS_SPECIFIC_INCLUDES=''
# OS_SPECIFIC_LINKS=''
# OTOOL64=''
# OTOOL=''
# PACKAGE='libsamplerate'
# PACKAGE_BUGREPORT='erikd@mega-nerd.com'
# PACKAGE_NAME='libsamplerate'
# PACKAGE_STRING='libsamplerate 0.1.8'
# PACKAGE_TARNAME='libsamplerate'
# PACKAGE_URL='http://www.mega-nerd.com/libsamplerate/'
# PACKAGE_VERSION='0.1.8'
# PATH_SEPARATOR=':'
# PEXPORTS=''
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# RC=''
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHARED_VERSION_INFO='1:8:1'
# SHELL='/bin/sh'
# SHLIB_VERSION_ARG='-Wl,--version-script=Version_script'
# SNDFILE_CFLAGS=''
# SNDFILE_LIBS='-lsndfile'
# STRIP='strip'
# VERSION='0.1.8'
# 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__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} 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}'
# htmldocdir='/usr/share/doc/libsamplerate0-dev/html'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/libsamplerate/src/libsamplerate-0.1.8/Cfg/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libsamplerate"
# #define PACKAGE_TARNAME "libsamplerate"
# #define PACKAGE_VERSION "0.1.8"
# #define PACKAGE_STRING "libsamplerate 0.1.8"
# #define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
# #define PACKAGE_URL "http://www.mega-nerd.com/libsamplerate/"
# #define PACKAGE "libsamplerate"
# #define VERSION "0.1.8"
# #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 STDC_HEADERS 1
# #define HAVE_STDINT_H 1
# #define HAVE_SYS_TIMES_H 1
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_FLOAT 4
# #define SIZEOF_DOUBLE 8
# #define CPU_IS_BIG_ENDIAN 0
# #define CPU_IS_LITTLE_ENDIAN 1
# #define HAVE_MALLOC 1
# #define HAVE_CALLOC 1
# #define HAVE_FREE 1
# #define HAVE_MEMCPY 1
# #define HAVE_MEMMOVE 1
# #define HAVE_ALARM 1
# #define HAVE_SIGNAL 1
# #define HAVE_LIBM 1
# #define HAVE_FLOOR 1
# #define HAVE_CEIL 1
# #define HAVE_FMOD 1
# #define HAVE_SIGALRM 1
# #define HAVE_LRINT 1
# #define HAVE_LRINTF 1
# #define CPU_CLIPS_POSITIVE 0
# #define CPU_CLIPS_NEGATIVE 0
# #define HAVE_SNDFILE 1
# #define HAVE_FFTW3 0
# #define COMPILER_IS_GCC 1
# #define GCC_MAJOR_VERSION 4
# #define OS_IS_WIN32 0
#
# configure: exit 0