Build of rubberband with vanilla toolchain

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

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

SLOCLanguage
13,169 cpp
2,777 ansic
230 makefile
77 java
16,253 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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: rubberband 1.8.1-3 (Wed Aug 24 14:09:51 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (3) fftw-3.3.4-2 libsamplerate-0.1.8-3 vamp-plugin-sdk-2.6-1
#
# Total Installed Size: 8.09 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing libsamplerate...
# installing fftw...
# installing vamp-plugin-sdk...
# :: Running post-transaction hooks...
# (1/2) Updating manpage index...
# (2/2) Updating the info directory file...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) ladspa-1.13-6
#
# Total Installed Size: 0.10 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing ladspa...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for x86_64-unknown-linux-g++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl.exe... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# 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 g++ accepts -g... yes
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -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 whether byte ordering is bigendian... no
# 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 SRC... yes
# checking for SNDFILE... yes
# checking for FFTW... yes
# checking ladspa.h usability... yes
# checking ladspa.h presence... yes
# checking for ladspa.h... yes
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking for Vamp... yes
# configure: creating ./config.status
# config.status: creating Makefile
# mkdir bin
# mkdir lib
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o src/rubberband-c.o src/rubberband-c.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o src/RubberBandStretcher.o src/RubberBandStretcher.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o src/StretcherProcess.o src/StretcherProcess.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o src/StretchCalculator.o src/StretchCalculator.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o src/base/Profiler.o src/base/Profiler.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o src/dsp/AudioCurveCalculator.o src/dsp/AudioCurveCalculator.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o src/audiocurves/CompoundAudioCurve.o src/audiocurves/CompoundAudioCurve.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o src/audiocurves/SpectralDifferenceAudioCurve.o src/audiocurves/SpectralDifferenceAudioCurve.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o src/audiocurves/HighFrequencyAudioCurve.o src/audiocurves/HighFrequencyAudioCurve.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o src/audiocurves/SilentAudioCurve.o src/audiocurves/SilentAudioCurve.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o src/audiocurves/ConstantAudioCurve.o src/audiocurves/ConstantAudioCurve.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o src/audiocurves/PercussiveAudioCurve.o src/audiocurves/PercussiveAudioCurve.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o src/dsp/Resampler.o src/dsp/Resampler.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o src/dsp/FFT.o src/dsp/FFT.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o src/system/Allocators.o src/system/Allocators.cpp
# src/dsp/FFT.cpp: In destructor 'virtual RubberBand::FFTs::D_FFTW::~D_FFTW()':
# src/dsp/FFT.cpp:1571:18: warning: variable 'save' set but not used [-Wunused-but-set-variable]
# bool save = false;
# ^~~~
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o src/system/sysutils.o src/system/sysutils.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o src/system/Thread.o src/system/Thread.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o src/StretcherChannelData.o src/StretcherChannelData.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o src/StretcherImpl.o src/StretcherImpl.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o main/main.o main/main.cpp
# src/StretcherImpl.cpp: In member function 'void RubberBand::RubberBandStretcher::Impl::calculateStretch()':
# src/StretcherImpl.cpp:1121:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for (int i = 0; i < m_phaseResetDf.size(); ++i) prdm += m_phaseResetDf[i];
# ~~^~~~~~~~~~~~~~~~~~~~~~~
# src/StretcherImpl.cpp:1125:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for (int i = 0; i < m_stretchDf.size(); ++i) sdm += m_stretchDf[i];
# ~~^~~~~~~~~~~~~~~~~~~~
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o vamp/RubberBandVampPlugin.o vamp/RubberBandVampPlugin.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o vamp/libmain.o vamp/libmain.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o ladspa/RubberBandPitchShifter.o ladspa/RubberBandPitchShifter.cpp
# g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -fPIC -Wall -Irubberband -I. -Isrc -c -o ladspa/libmain.o ladspa/libmain.cpp
# g++ -o bin/rubberband src/rubberband-c.o src/RubberBandStretcher.o src/StretcherProcess.o src/StretchCalculator.o src/base/Profiler.o src/dsp/AudioCurveCalculator.o src/audiocurves/CompoundAudioCurve.o src/audiocurves/SpectralDifferenceAudioCurve.o src/audiocurves/HighFrequencyAudioCurve.o src/audiocurves/SilentAudioCurve.o src/audiocurves/ConstantAudioCurve.o src/audiocurves/PercussiveAudioCurve.o src/dsp/Resampler.o src/dsp/FFT.o src/system/Allocators.o src/system/sysutils.o src/system/Thread.o src/StretcherChannelData.o src/StretcherImpl.o main/main.o -lsndfile -lsamplerate -lfftw3 -lpthread
# ar rsc lib/librubberband.a src/rubberband-c.o src/RubberBandStretcher.o src/StretcherProcess.o src/StretchCalculator.o src/base/Profiler.o src/dsp/AudioCurveCalculator.o src/audiocurves/CompoundAudioCurve.o src/audiocurves/SpectralDifferenceAudioCurve.o src/audiocurves/HighFrequencyAudioCurve.o src/audiocurves/SilentAudioCurve.o src/audiocurves/ConstantAudioCurve.o src/audiocurves/PercussiveAudioCurve.o src/dsp/Resampler.o src/dsp/FFT.o src/system/Allocators.o src/system/sysutils.o src/system/Thread.o src/StretcherChannelData.o src/StretcherImpl.o
# g++ -shared -Wl,-Bsymbolic -Wl,-soname=librubberband.so.2 src/rubberband-c.o src/RubberBandStretcher.o src/StretcherProcess.o src/StretchCalculator.o src/base/Profiler.o src/dsp/AudioCurveCalculator.o src/audiocurves/CompoundAudioCurve.o src/audiocurves/SpectralDifferenceAudioCurve.o src/audiocurves/HighFrequencyAudioCurve.o src/audiocurves/SilentAudioCurve.o src/audiocurves/ConstantAudioCurve.o src/audiocurves/PercussiveAudioCurve.o src/dsp/Resampler.o src/dsp/FFT.o src/system/Allocators.o src/system/sysutils.o src/system/Thread.o src/StretcherChannelData.o src/StretcherImpl.o -o lib/librubberband.so -lsamplerate -lfftw3 -lpthread
# g++ -shared -Wl,-Bsymbolic -Wl,--version-script=vamp/vamp-plugin.map -o lib/vamp-rubberband.so src/rubberband-c.o src/RubberBandStretcher.o src/StretcherProcess.o src/StretchCalculator.o src/base/Profiler.o src/dsp/AudioCurveCalculator.o src/audiocurves/CompoundAudioCurve.o src/audiocurves/SpectralDifferenceAudioCurve.o src/audiocurves/HighFrequencyAudioCurve.o src/audiocurves/SilentAudioCurve.o src/audiocurves/ConstantAudioCurve.o src/audiocurves/PercussiveAudioCurve.o src/dsp/Resampler.o src/dsp/FFT.o src/system/Allocators.o src/system/sysutils.o src/system/Thread.o src/StretcherChannelData.o src/StretcherImpl.o vamp/RubberBandVampPlugin.o vamp/libmain.o -lvamp-sdk -lsamplerate -lfftw3 -lpthread
# g++ -shared -Wl,-Bsymbolic -Wl,--version-script=ladspa/ladspa-plugin.map -o lib/ladspa-rubberband.so src/rubberband-c.o src/RubberBandStretcher.o src/StretcherProcess.o src/StretchCalculator.o src/base/Profiler.o src/dsp/AudioCurveCalculator.o src/audiocurves/CompoundAudioCurve.o src/audiocurves/SpectralDifferenceAudioCurve.o src/audiocurves/HighFrequencyAudioCurve.o src/audiocurves/SilentAudioCurve.o src/audiocurves/ConstantAudioCurve.o src/audiocurves/PercussiveAudioCurve.o src/dsp/Resampler.o src/dsp/FFT.o src/system/Allocators.o src/system/sysutils.o src/system/Thread.o src/StretcherChannelData.o src/StretcherImpl.o ladspa/RubberBandPitchShifter.o ladspa/libmain.o -lsamplerate -lfftw3 -lpthread
# ==> Entering fakeroot environment...
# ==> Starting package()...
# mkdir -p /tmp/rubberband/pkg/rubberband/usr/bin
# mkdir -p /tmp/rubberband/pkg/rubberband/usr/include/rubberband
# mkdir -p /tmp/rubberband/pkg/rubberband/usr/lib
# mkdir -p /tmp/rubberband/pkg/rubberband/usr/lib/vamp
# mkdir -p /tmp/rubberband/pkg/rubberband/usr/lib/ladspa
# mkdir -p /tmp/rubberband/pkg/rubberband/usr/share/ladspa/rdf
# mkdir -p /tmp/rubberband/pkg/rubberband/usr/lib/pkgconfig
# cp bin/rubberband /tmp/rubberband/pkg/rubberband/usr/bin
# cp rubberband/rubberband-c.h rubberband/RubberBandStretcher.h /tmp/rubberband/pkg/rubberband/usr/include/rubberband
# cp lib/librubberband.a /tmp/rubberband/pkg/rubberband/usr/lib
# rm -f /tmp/rubberband/pkg/rubberband/usr/lib/librubberband.so.2
# rm -f /tmp/rubberband/pkg/rubberband/usr/lib/librubberband.so
# cp lib/librubberband.so /tmp/rubberband/pkg/rubberband/usr/lib/librubberband.so.2.1.0
# test -n ".2.1.0" && ln -s librubberband.so.2.1.0 /tmp/rubberband/pkg/rubberband/usr/lib/librubberband.so.2
# test -n ".2.1.0" && ln -s librubberband.so.2.1.0 /tmp/rubberband/pkg/rubberband/usr/lib/librubberband.so
# cp lib/vamp-rubberband.so /tmp/rubberband/pkg/rubberband/usr/lib/vamp
# cp vamp/vamp-rubberband.cat /tmp/rubberband/pkg/rubberband/usr/lib/vamp
# cp lib/ladspa-rubberband.so /tmp/rubberband/pkg/rubberband/usr/lib/ladspa
# cp ladspa/ladspa-rubberband.cat /tmp/rubberband/pkg/rubberband/usr/lib/ladspa
# cp ladspa/ladspa-rubberband.rdf /tmp/rubberband/pkg/rubberband/usr/share/ladspa/rdf
# sed "s,%PREFIX%,/usr," rubberband.pc.in \
# > /tmp/rubberband/pkg/rubberband/usr/lib/pkgconfig/rubberband.pc
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "rubberband"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: rubberband 1.8.1-3 (Wed Aug 24 14:10:13 UTC 2016)

CMD: pacman --query --file rubberband-1.8.1-3-x86_64.pkg.tar.xz
# rubberband 1.8.1-3

Creating hybrid package for 'rubberband'

Trying to find vanilla package 'rubberband'...

CMD: pacman --query --file /mirror/rubberband-1.8.1-3.pkg.tar.xz
# rubberband 1.8.1-3

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/rubberband
# /usr/include/rubberband/rubberband-c.h
# /usr/include/rubberband/RubberBandStretcher.h
# /usr/lib/librubberband.so.2
# /usr/lib/librubberband.so
# /usr/lib/librubberband.so.2.1.0
# /usr/lib/vamp/vamp-rubberband.cat
# /usr/lib/vamp/vamp-rubberband.so
# /usr/lib/ladspa/ladspa-rubberband.cat
# /usr/lib/ladspa/ladspa-rubberband.so
# /usr/lib/pkgconfig/rubberband.pc
# /usr/share/ladspa/rdf/ladspa-rubberband.rdf
# /sysroot/usr/lib/librubberband.a
# /sysroot/usr/lib/librubberband.so.2.1.0
# /sysroot/usr/lib/librubberband.so.2
# /sysroot/usr/lib/librubberband.so
# /sysroot/usr/lib/vamp/vamp-rubberband.so
# /sysroot/usr/lib/vamp/vamp-rubberband.cat
# /sysroot/usr/lib/ladspa/ladspa-rubberband.so
# /sysroot/usr/lib/ladspa/ladspa-rubberband.cat
# /sysroot/usr/lib/pkgconfig/rubberband.pc
# /sysroot/usr/include/rubberband/rubberband-c.h
# /sysroot/usr/include/rubberband/RubberBandStretcher.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 rubberband.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/rubberband.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/rubberband.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/rubberband/src/rubberband-1.8.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 RubberBand configure 1.7, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 5c5f883a2306
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /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/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2072: checking for x86_64-unknown-linux-g++
# configure:2102: result: no
# configure:2072: checking for x86_64-unknown-linux-c++
# configure:2102: result: no
# configure:2072: checking for x86_64-unknown-linux-gpp
# configure:2102: result: no
# configure:2072: checking for x86_64-unknown-linux-aCC
# configure:2102: result: no
# configure:2072: checking for x86_64-unknown-linux-CC
# configure:2102: result: no
# configure:2072: checking for x86_64-unknown-linux-cxx
# configure:2102: result: no
# configure:2072: checking for x86_64-unknown-linux-cc++
# configure:2102: result: no
# configure:2072: checking for x86_64-unknown-linux-cl.exe
# configure:2102: result: no
# configure:2072: checking for x86_64-unknown-linux-FCC
# configure:2102: result: no
# configure:2072: checking for x86_64-unknown-linux-KCC
# configure:2102: result: no
# configure:2072: checking for x86_64-unknown-linux-RCC
# configure:2102: result: no
# configure:2072: checking for x86_64-unknown-linux-xlC_r
# configure:2102: result: no
# configure:2072: checking for x86_64-unknown-linux-xlC
# configure:2102: result: no
# configure:2116: checking for g++
# configure:2132: found /usr/bin/g++
# configure:2143: result: g++
# configure:2170: checking for C++ compiler version
# configure:2179: g++ --version >&5
# g++ (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2190: $? = 0
# configure:2179: g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=g++
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2190: $? = 0
# configure:2179: g++ -V >&5
# g++: error: unrecognized command line option '-V'
# g++: fatal error: no input files
# compilation terminated.
# configure:2190: $? = 1
# configure:2179: g++ -qversion >&5
# g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
# g++: fatal error: no input files
# compilation terminated.
# configure:2190: $? = 1
# configure:2210: checking whether the C++ compiler works
# configure:2232: g++ conftest.cpp >&5
# configure:2236: $? = 0
# configure:2284: result: yes
# configure:2287: checking for C++ compiler default output file name
# configure:2289: result: a.out
# configure:2295: checking for suffix of executables
# configure:2302: g++ -o conftest conftest.cpp >&5
# configure:2306: $? = 0
# configure:2328: result:
# configure:2350: checking whether we are cross compiling
# configure:2358: g++ -o conftest conftest.cpp >&5
# configure:2362: $? = 0
# configure:2369: ./conftest
# configure:2373: $? = 0
# configure:2388: result: no
# configure:2393: checking for suffix of object files
# configure:2415: g++ -c conftest.cpp >&5
# configure:2419: $? = 0
# configure:2440: result: o
# configure:2444: checking whether we are using the GNU C++ compiler
# configure:2463: g++ -c conftest.cpp >&5
# configure:2463: $? = 0
# configure:2472: result: yes
# configure:2481: checking whether g++ accepts -g
# configure:2501: g++ -c -g conftest.cpp >&5
# configure:2501: $? = 0
# configure:2542: result: yes
# configure:2573: checking for x86_64-unknown-linux-gcc
# configure:2603: result: no
# configure:2613: checking for gcc
# configure:2629: found /usr/bin/gcc
# configure:2640: result: gcc
# configure:2869: checking for C compiler version
# configure:2878: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2889: $? = 0
# configure:2878: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2889: $? = 0
# configure:2878: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2889: $? = 1
# configure:2878: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:2889: $? = 1
# configure:2893: checking whether we are using the GNU C compiler
# configure:2912: gcc -c conftest.c >&5
# configure:2912: $? = 0
# configure:2921: result: yes
# configure:2930: checking whether gcc accepts -g
# configure:2950: gcc -c -g conftest.c >&5
# configure:2950: $? = 0
# configure:2991: result: yes
# configure:3008: checking for gcc option to accept ISO C89
# configure:3071: gcc -c conftest.c >&5
# configure:3071: $? = 0
# configure:3084: result: none needed
# configure:3110: checking how to run the C preprocessor
# configure:3141: gcc -E conftest.c
# configure:3141: $? = 0
# configure:3155: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3155: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "RubberBand"
# | #define PACKAGE_TARNAME "rubberband"
# | #define PACKAGE_VERSION "1.7"
# | #define PACKAGE_STRING "RubberBand 1.7"
# | #define PACKAGE_BUGREPORT "chris.cannam@breakfastquay.com"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3180: result: gcc -E
# configure:3200: gcc -E conftest.c
# configure:3200: $? = 0
# configure:3214: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3214: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "RubberBand"
# | #define PACKAGE_TARNAME "rubberband"
# | #define PACKAGE_VERSION "1.7"
# | #define PACKAGE_STRING "RubberBand 1.7"
# | #define PACKAGE_BUGREPORT "chris.cannam@breakfastquay.com"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3243: checking for grep that handles long lines and -e
# configure:3301: result: /usr/bin/grep
# configure:3306: checking for egrep
# configure:3368: result: /usr/bin/grep -E
# configure:3373: checking for ANSI C header files
# configure:3393: gcc -c conftest.c >&5
# configure:3393: $? = 0
# configure:3466: gcc -o conftest conftest.c >&5
# configure:3466: $? = 0
# configure:3466: ./conftest
# configure:3466: $? = 0
# configure:3477: result: yes
# configure:3490: checking for sys/types.h
# configure:3490: gcc -c conftest.c >&5
# configure:3490: $? = 0
# configure:3490: result: yes
# configure:3490: checking for sys/stat.h
# configure:3490: gcc -c conftest.c >&5
# configure:3490: $? = 0
# configure:3490: result: yes
# configure:3490: checking for stdlib.h
# configure:3490: gcc -c conftest.c >&5
# configure:3490: $? = 0
# configure:3490: result: yes
# configure:3490: checking for string.h
# configure:3490: gcc -c conftest.c >&5
# configure:3490: $? = 0
# configure:3490: result: yes
# configure:3490: checking for memory.h
# configure:3490: gcc -c conftest.c >&5
# configure:3490: $? = 0
# configure:3490: result: yes
# configure:3490: checking for strings.h
# configure:3490: gcc -c conftest.c >&5
# configure:3490: $? = 0
# configure:3490: result: yes
# configure:3490: checking for inttypes.h
# configure:3490: gcc -c conftest.c >&5
# configure:3490: $? = 0
# configure:3490: result: yes
# configure:3490: checking for stdint.h
# configure:3490: gcc -c conftest.c >&5
# configure:3490: $? = 0
# configure:3490: result: yes
# configure:3490: checking for unistd.h
# configure:3490: gcc -c conftest.c >&5
# configure:3490: $? = 0
# configure:3490: result: yes
# configure:3502: checking whether byte ordering is bigendian
# configure:3517: gcc -c conftest.c >&5
# conftest.c:20:9: error: unknown type name 'not'
# not a universal capable compiler
# ^~~
# conftest.c:20:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^~~~~~~~~
# conftest.c:20:15: error: unknown type name 'universal'
# configure:3517: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "RubberBand"
# | #define PACKAGE_TARNAME "rubberband"
# | #define PACKAGE_VERSION "1.7"
# | #define PACKAGE_STRING "RubberBand 1.7"
# | #define PACKAGE_BUGREPORT "chris.cannam@breakfastquay.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
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:3562: gcc -c conftest.c >&5
# configure:3562: $? = 0
# configure:3580: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:26:4: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:26:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# configure:3580: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "RubberBand"
# | #define PACKAGE_TARNAME "rubberband"
# | #define PACKAGE_VERSION "1.7"
# | #define PACKAGE_STRING "RubberBand 1.7"
# | #define PACKAGE_BUGREPORT "chris.cannam@breakfastquay.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
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:3708: result: no
# configure:3738: checking for x86_64-unknown-linux-pkg-config
# configure:3771: result: no
# configure:3781: checking for pkg-config
# configure:3799: found /usr/bin/pkg-config
# configure:3811: result: /usr/bin/pkg-config
# configure:3836: checking pkg-config is at least version 0.9.0
# configure:3839: result: yes
# configure:3849: checking for SRC
# configure:3856: $PKG_CONFIG --exists --print-errors "samplerate"
# configure:3859: $? = 0
# configure:3873: $PKG_CONFIG --exists --print-errors "samplerate"
# configure:3876: $? = 0
# configure:3934: result: yes
# configure:3943: checking for SNDFILE
# configure:3950: $PKG_CONFIG --exists --print-errors "sndfile"
# configure:3953: $? = 0
# configure:3967: $PKG_CONFIG --exists --print-errors "sndfile"
# configure:3970: $? = 0
# configure:4028: result: yes
# configure:4037: checking for FFTW
# configure:4044: $PKG_CONFIG --exists --print-errors "fftw3"
# configure:4047: $? = 0
# configure:4061: $PKG_CONFIG --exists --print-errors "fftw3"
# configure:4064: $? = 0
# configure:4122: result: yes
# configure:4131: checking ladspa.h usability
# configure:4131: gcc -c conftest.c >&5
# configure:4131: $? = 0
# configure:4131: result: yes
# configure:4131: checking ladspa.h presence
# configure:4131: gcc -E conftest.c
# configure:4131: $? = 0
# configure:4131: result: yes
# configure:4131: checking for ladspa.h
# configure:4131: result: yes
# configure:4143: checking pthread.h usability
# configure:4143: gcc -c conftest.c >&5
# configure:4143: $? = 0
# configure:4143: result: yes
# configure:4143: checking pthread.h presence
# configure:4143: gcc -E conftest.c
# configure:4143: $? = 0
# configure:4143: result: yes
# configure:4143: checking for pthread.h
# configure:4143: result: yes
# configure:4156: checking for Vamp
# configure:4163: $PKG_CONFIG --exists --print-errors "vamp-sdk"
# configure:4166: $? = 0
# configure:4180: $PKG_CONFIG --exists --print-errors "vamp-sdk"
# configure:4183: $? = 0
# configure:4241: result: yes
# configure:4412: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by RubberBand config.status 1.7, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 5c5f883a2306
#
# config.status:737: creating Makefile
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# 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_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=
# ac_cv_env_CXX_value=
# ac_cv_env_FFTW_CFLAGS_set=
# ac_cv_env_FFTW_CFLAGS_value=
# ac_cv_env_FFTW_LIBS_set=
# ac_cv_env_FFTW_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_SRC_CFLAGS_set=
# ac_cv_env_SRC_CFLAGS_value=
# ac_cv_env_SRC_LIBS_set=
# ac_cv_env_SRC_LIBS_value=
# ac_cv_env_Vamp_CFLAGS_set=
# ac_cv_env_Vamp_CFLAGS_value=
# ac_cv_env_Vamp_LIBS_set=
# ac_cv_env_Vamp_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_inttypes_h=yes
# ac_cv_header_ladspa_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_pthread_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_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_CXX=g++
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# pkg_cv_FFTW_CFLAGS=
# pkg_cv_FFTW_LIBS=-lfftw3
# pkg_cv_SNDFILE_CFLAGS=
# pkg_cv_SNDFILE_LIBS=-lsndfile
# pkg_cv_SRC_CFLAGS=
# pkg_cv_SRC_LIBS=-lsamplerate
# pkg_cv_Vamp_CFLAGS=
# pkg_cv_Vamp_LIBS=-lvamp-sdk
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='gcc'
# CFLAGS=' -fPIC -Wall'
# CPP='gcc -E'
# CPPFLAGS=''
# CXX='g++'
# CXXFLAGS=' -fPIC -Wall'
# DEFS='-DPACKAGE_NAME=\"RubberBand\" -DPACKAGE_TARNAME=\"rubberband\" -DPACKAGE_VERSION=\"1.7\" -DPACKAGE_STRING=\"RubberBand\ 1.7\" -DPACKAGE_BUGREPORT=\"chris.cannam@breakfastquay.com\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LADSPA_H=1 -DHAVE_PTHREAD_H=1'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FFTW_CFLAGS=''
# FFTW_LIBS='-lfftw3'
# GREP='/usr/bin/grep'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT='chris.cannam@breakfastquay.com'
# PACKAGE_NAME='RubberBand'
# PACKAGE_STRING='RubberBand 1.7'
# PACKAGE_TARNAME='rubberband'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.7'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# SHELL='/bin/sh'
# SNDFILE_CFLAGS=''
# SNDFILE_LIBS='-lsndfile'
# SRC_CFLAGS=''
# SRC_LIBS='-lsamplerate'
# Vamp_CFLAGS=''
# Vamp_LIBS='-lvamp-sdk'
# ac_ct_CC='gcc'
# ac_ct_CXX='g++'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# 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 "RubberBand"
# #define PACKAGE_TARNAME "rubberband"
# #define PACKAGE_VERSION "1.7"
# #define PACKAGE_STRING "RubberBand 1.7"
# #define PACKAGE_BUGREPORT "chris.cannam@breakfastquay.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_LADSPA_H 1
# #define HAVE_PTHREAD_H 1
#
# configure: exit 0