The build took 00h 00m 40s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
3,337 |
ansic |
3,033 |
sh |
489 |
makefile |
6,859 |
total |
The process tree of the build process is here.
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:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: vorbisgain 0.37-4 (Wed Aug 24 13:48:36 UTC 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for Ogg... yes
checking for Vorbis... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... 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 errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for vprintf... yes
checking for _doprnt... no
checking for floor... no
checking for getcwd... yes
checking for memmove... yes
checking for memset... yes
checking for pow... no
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for ov_read_float in -lvorbisfile... yes
checking if ov_read_float() takes four arguments... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make all-am
make[1]: Entering directory '/tmp/vorbisgain/src/vorbisgain-0.37'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fsigned-char -MT gain_analysis.o -MD -MP -MF ".deps/gain_analysis.Tpo" \
-c -o gain_analysis.o `test -f 'gain_analysis.c' || echo './'`gain_analysis.c; \
then mv -f ".deps/gain_analysis.Tpo" ".deps/gain_analysis.Po"; \
else rm -f ".deps/gain_analysis.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fsigned-char -MT vcedit.o -MD -MP -MF ".deps/vcedit.Tpo" \
-c -o vcedit.o `test -f 'vcedit.c' || echo './'`vcedit.c; \
then mv -f ".deps/vcedit.Tpo" ".deps/vcedit.Po"; \
else rm -f ".deps/vcedit.Tpo"; exit 1; \
fi
gain_analysis.c:116:1: warning: variably modified 'lstepbuf' at file scope
Float_t lstepbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER];
^~~~~~~
gain_analysis.c:118:1: warning: variably modified 'loutbuf' at file scope
Float_t loutbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER];
^~~~~~~
gain_analysis.c:122:1: warning: variably modified 'rstepbuf' at file scope
Float_t rstepbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER];
^~~~~~~
gain_analysis.c:124:1: warning: variably modified 'routbuf' at file scope
Float_t routbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER];
^~~~~~~
gain_analysis.c:132:1: warning: variably modified 'A' at file scope
static Uint32_t A [(size_t)(STEPS_per_dB * MAX_dB)];
^~~~~~
gain_analysis.c:133:1: warning: variably modified 'B' at file scope
static Uint32_t B [(size_t)(STEPS_per_dB * MAX_dB)];
^~~~~~
if gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fsigned-char -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" \
-c -o getopt.o `test -f 'getopt.c' || echo './'`getopt.c; \
then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; \
else rm -f ".deps/getopt.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fsigned-char -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" \
-c -o getopt1.o `test -f 'getopt1.c' || echo './'`getopt1.c; \
then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; \
else rm -f ".deps/getopt1.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fsigned-char -MT vorbisgain.o -MD -MP -MF ".deps/vorbisgain.Tpo" \
-c -o vorbisgain.o `test -f 'vorbisgain.c' || echo './'`vorbisgain.c; \
then mv -f ".deps/vorbisgain.Tpo" ".deps/vorbisgain.Po"; \
else rm -f ".deps/vorbisgain.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fsigned-char -MT vorbis.o -MD -MP -MF ".deps/vorbis.Tpo" \
-c -o vorbis.o `test -f 'vorbis.c' || echo './'`vorbis.c; \
then mv -f ".deps/vorbis.Tpo" ".deps/vorbis.Po"; \
else rm -f ".deps/vorbis.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fsigned-char -MT recurse.o -MD -MP -MF ".deps/recurse.Tpo" \
-c -o recurse.o `test -f 'recurse.c' || echo './'`recurse.c; \
then mv -f ".deps/recurse.Tpo" ".deps/recurse.Po"; \
else rm -f ".deps/recurse.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fsigned-char -MT misc.o -MD -MP -MF ".deps/misc.Tpo" \
-c -o misc.o `test -f 'misc.c' || echo './'`misc.c; \
then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; \
else rm -f ".deps/misc.Tpo"; exit 1; \
fi
misc.c: In function 'get_console_size':
misc.c:268:9: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration]
if (isatty(fd))
^~~~~~
gcc -O2 -fsigned-char -o vorbisgain vorbisgain.o vorbis.o recurse.o misc.o gain_analysis.o vcedit.o getopt.o getopt1.o -lvorbisfile -lvorbis -lm -logg -lvorbisfile
vorbis.o: In function `write_gains':
vorbis.c:(.text+0xf63): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
make[1]: Leaving directory '/tmp/vorbisgain/src/vorbisgain-0.37'
==> Entering fakeroot environment...
==> Starting package()...
make[1]: Entering directory '/tmp/vorbisgain/src/vorbisgain-0.37'
/bin/sh ./mkinstalldirs /tmp/vorbisgain/pkg/vorbisgain/usr/share/man/man1
mkdir /tmp/vorbisgain/pkg/vorbisgain/usr
mkdir /tmp/vorbisgain/pkg/vorbisgain/usr/share
mkdir /tmp/vorbisgain/pkg/vorbisgain/usr/share/man
mkdir /tmp/vorbisgain/pkg/vorbisgain/usr/share/man/man1
/usr/bin/install -c -m 644 ./vorbisgain.1 /tmp/vorbisgain/pkg/vorbisgain/usr/share/man/man1/vorbisgain.1
/bin/sh ./mkinstalldirs /tmp/vorbisgain/pkg/vorbisgain/usr/bin
mkdir /tmp/vorbisgain/pkg/vorbisgain/usr/bin
/usr/bin/install -c vorbisgain /tmp/vorbisgain/pkg/vorbisgain/usr/bin/vorbisgain
make[1]: Leaving directory '/tmp/vorbisgain/src/vorbisgain-0.37'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "vorbisgain"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: vorbisgain 0.37-4 (Wed Aug 24 13:48:43 UTC 2016)
CMD: pacman --query --file vorbisgain-0.37-4-x86_64.pkg.tar.xz
Creating hybrid package for 'vorbisgain'
Trying to find vanilla package 'vorbisgain'...
CMD: pacman --query --file /mirror/vorbisgain-0.37-4.pkg.tar.xz
Package file has the following structure:
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf vorbisgain.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/vorbisgain.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/vorbisgain.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/vorbisgain.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/vorbisgain/src/vorbisgain-0.37/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 vorbisgain configure 0.37, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-recursive --mandir=/usr/share/man
## --------- ##
## Platform. ##
## --------- ##
hostname = 67cbb3703611
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
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1360: checking for a BSD-compatible install
configure:1415: result: /usr/bin/install -c
configure:1426: checking whether build environment is sane
configure:1469: result: yes
configure:1502: checking for gawk
configure:1518: found /usr/sbin/gawk
configure:1528: result: gawk
configure:1538: checking whether make sets $(MAKE)
configure:1558: result: yes
configure:1637: checking for x86_64-unknown-linux-strip
configure:1666: result: no
configure:1675: checking for strip
configure:1691: found /usr/sbin/strip
configure:1702: result: strip
configure:1740: checking for x86_64-unknown-linux-gcc
configure:1769: result: no
configure:1778: checking for gcc
configure:1794: found /usr/sbin/gcc
configure:1804: result: gcc
configure:2048: checking for C compiler version
configure:2051: 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:2054: $? = 0
configure:2056: 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:2059: $? = 0
configure:2061: gcc -V &5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2064: $? = 1
configure:2087: checking for C compiler default output file name
configure:2090: gcc conftest.c >&5
configure:2093: $? = 0
configure:2139: result: a.out
configure:2144: checking whether the C compiler works
configure:2150: ./a.out
configure:2153: $? = 0
configure:2170: result: yes
configure:2177: checking whether we are cross compiling
configure:2179: result: no
configure:2182: checking for suffix of executables
configure:2184: gcc -o conftest conftest.c >&5
configure:2187: $? = 0
configure:2212: result:
configure:2218: checking for suffix of object files
configure:2239: gcc -c conftest.c >&5
configure:2242: $? = 0
configure:2264: result: o
configure:2268: checking whether we are using the GNU C compiler
configure:2292: gcc -c conftest.c >&5
configure:2298: $? = 0
configure:2302: test -z
|| test ! -s conftest.err
configure:2305: $? = 0
configure:2308: test -s conftest.o
configure:2311: $? = 0
configure:2324: result: yes
configure:2330: checking whether gcc accepts -g
configure:2351: gcc -c -g conftest.c >&5
configure:2357: $? = 0
configure:2361: test -z
|| test ! -s conftest.err
configure:2364: $? = 0
configure:2367: test -s conftest.o
configure:2370: $? = 0
configure:2381: result: yes
configure:2398: checking for gcc option to accept ANSI C
configure:2468: gcc -c conftest.c >&5
configure:2474: $? = 0
configure:2478: test -z
|| test ! -s conftest.err
configure:2481: $? = 0
configure:2484: test -s conftest.o
configure:2487: $? = 0
configure:2505: result: none needed
configure:2523: gcc -c conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^~~~~
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:2529: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2673: checking for style of include used by make
configure:2701: result: GNU
configure:2729: checking dependency style of gcc
configure:2812: result: gcc3
configure:2888: checking for Ogg
configure:2923: gcc -o conftest -O2 -fsigned-char conftest.c -logg >&5
configure:2926: $? = 0
configure:2928: ./conftest
configure:2931: $? = 0
configure:2949: result: yes
configure:3058: checking for Vorbis
configure:3093: gcc -o conftest -O2 -fsigned-char conftest.c -lvorbisfile -lvorbis -lm -logg >&5
configure:3096: $? = 0
configure:3098: ./conftest
configure:3101: $? = 0
configure:3119: result: yes
configure:3216: checking for dirent.h that defines DIR
configure:3240: gcc -c -O2 -fsigned-char conftest.c >&5
configure:3246: $? = 0
configure:3250: test -z
|| test ! -s conftest.err
configure:3253: $? = 0
configure:3256: test -s conftest.o
configure:3259: $? = 0
configure:3270: result: yes
configure:3283: checking for library containing opendir
configure:3313: gcc -o conftest -O2 -fsigned-char conftest.c >&5
configure:3319: $? = 0
configure:3323: test -z
|| test ! -s conftest.err
configure:3326: $? = 0
configure:3329: test -s conftest
configure:3332: $? = 0
configure:3402: result: none required
configure:3543: checking how to run the C preprocessor
configure:3578: gcc -E conftest.c
configure:3584: $? = 0
configure:3616: gcc -E conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:3622: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vorbisgain"
| #define PACKAGE_TARNAME "vorbisgain"
| #define PACKAGE_VERSION "0.37"
| #define PACKAGE_STRING "vorbisgain 0.37"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vorbisgain"
| #define VERSION "0.37"
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include
configure:3661: result: gcc -E
configure:3685: gcc -E conftest.c
configure:3691: $? = 0
configure:3723: gcc -E conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:3729: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vorbisgain"
| #define PACKAGE_TARNAME "vorbisgain"
| #define PACKAGE_VERSION "0.37"
| #define PACKAGE_STRING "vorbisgain 0.37"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vorbisgain"
| #define VERSION "0.37"
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include
configure:3773: checking for egrep
configure:3783: result: grep -E
configure:3788: checking for ANSI C header files
configure:3813: gcc -c -O2 -fsigned-char conftest.c >&5
configure:3819: $? = 0
configure:3823: test -z
|| test ! -s conftest.err
configure:3826: $? = 0
configure:3829: test -s conftest.o
configure:3832: $? = 0
configure:3921: gcc -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c: In function 'main':
conftest.c:29:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
exit(2);
^~~~
conftest.c:29:7: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c:29:7: note: include '' or provide a declaration of 'exit'
conftest.c:30:3: warning: incompatible implicit declaration of built-in function 'exit'
exit (0);
^~~~
conftest.c:30:3: note: include '' or provide a declaration of 'exit'
configure:3924: $? = 0
configure:3926: ./conftest
configure:3929: $? = 0
configure:3944: result: yes
configure:3954: checking whether termios.h defines TIOCGWINSZ
configure:3981: result: no
configure:3985: checking whether sys/ioctl.h defines TIOCGWINSZ
configure:4012: result: yes
configure:4038: checking for sys/types.h
configure:4054: gcc -c -O2 -fsigned-char conftest.c >&5
configure:4060: $? = 0
configure:4064: test -z
|| test ! -s conftest.err
configure:4067: $? = 0
configure:4070: test -s conftest.o
configure:4073: $? = 0
configure:4084: result: yes
configure:4038: checking for sys/stat.h
configure:4054: gcc -c -O2 -fsigned-char conftest.c >&5
configure:4060: $? = 0
configure:4064: test -z
|| test ! -s conftest.err
configure:4067: $? = 0
configure:4070: test -s conftest.o
configure:4073: $? = 0
configure:4084: result: yes
configure:4038: checking for stdlib.h
configure:4054: gcc -c -O2 -fsigned-char conftest.c >&5
configure:4060: $? = 0
configure:4064: test -z
|| test ! -s conftest.err
configure:4067: $? = 0
configure:4070: test -s conftest.o
configure:4073: $? = 0
configure:4084: result: yes
configure:4038: checking for string.h
configure:4054: gcc -c -O2 -fsigned-char conftest.c >&5
configure:4060: $? = 0
configure:4064: test -z
|| test ! -s conftest.err
configure:4067: $? = 0
configure:4070: test -s conftest.o
configure:4073: $? = 0
configure:4084: result: yes
configure:4038: checking for memory.h
configure:4054: gcc -c -O2 -fsigned-char conftest.c >&5
configure:4060: $? = 0
configure:4064: test -z
|| test ! -s conftest.err
configure:4067: $? = 0
configure:4070: test -s conftest.o
configure:4073: $? = 0
configure:4084: result: yes
configure:4038: checking for strings.h
configure:4054: gcc -c -O2 -fsigned-char conftest.c >&5
configure:4060: $? = 0
configure:4064: test -z
|| test ! -s conftest.err
configure:4067: $? = 0
configure:4070: test -s conftest.o
configure:4073: $? = 0
configure:4084: result: yes
configure:4038: checking for inttypes.h
configure:4054: gcc -c -O2 -fsigned-char conftest.c >&5
configure:4060: $? = 0
configure:4064: test -z
|| test ! -s conftest.err
configure:4067: $? = 0
configure:4070: test -s conftest.o
configure:4073: $? = 0
configure:4084: result: yes
configure:4038: checking for stdint.h
configure:4054: gcc -c -O2 -fsigned-char conftest.c >&5
configure:4060: $? = 0
configure:4064: test -z
|| test ! -s conftest.err
configure:4067: $? = 0
configure:4070: test -s conftest.o
configure:4073: $? = 0
configure:4084: result: yes
configure:4038: checking for unistd.h
configure:4054: gcc -c -O2 -fsigned-char conftest.c >&5
configure:4060: $? = 0
configure:4064: test -z
|| test ! -s conftest.err
configure:4067: $? = 0
configure:4070: test -s conftest.o
configure:4073: $? = 0
configure:4084: result: yes
configure:4115: checking errno.h usability
configure:4127: gcc -c -O2 -fsigned-char conftest.c >&5
configure:4133: $? = 0
configure:4137: test -z
|| test ! -s conftest.err
configure:4140: $? = 0
configure:4143: test -s conftest.o
configure:4146: $? = 0
configure:4156: result: yes
configure:4160: checking errno.h presence
configure:4170: gcc -E conftest.c
configure:4176: $? = 0
configure:4196: result: yes
configure:4231: checking for errno.h
configure:4238: result: yes
configure:4106: checking for stdlib.h
configure:4111: result: yes
configure:4106: checking for string.h
configure:4111: result: yes
configure:4106: checking for unistd.h
configure:4111: result: yes
configure:4115: checking utime.h usability
configure:4127: gcc -c -O2 -fsigned-char conftest.c >&5
configure:4133: $? = 0
configure:4137: test -z
|| test ! -s conftest.err
configure:4140: $? = 0
configure:4143: test -s conftest.o
configure:4146: $? = 0
configure:4156: result: yes
configure:4160: checking utime.h presence
configure:4170: gcc -E conftest.c
configure:4176: $? = 0
configure:4196: result: yes
configure:4231: checking for utime.h
configure:4238: result: yes
configure:4115: checking termios.h usability
configure:4127: gcc -c -O2 -fsigned-char conftest.c >&5
configure:4133: $? = 0
configure:4137: test -z
|| test ! -s conftest.err
configure:4140: $? = 0
configure:4143: test -s conftest.o
configure:4146: $? = 0
configure:4156: result: yes
configure:4160: checking termios.h presence
configure:4170: gcc -E conftest.c
configure:4176: $? = 0
configure:4196: result: yes
configure:4231: checking for termios.h
configure:4238: result: yes
configure:4256: checking for an ANSI C-conforming const
configure:4323: gcc -c -O2 -fsigned-char conftest.c >&5
configure:4329: $? = 0
configure:4333: test -z
|| test ! -s conftest.err
configure:4336: $? = 0
configure:4339: test -s conftest.o
configure:4342: $? = 0
configure:4353: result: yes
configure:4363: checking for inline
configure:4384: gcc -c -O2 -fsigned-char conftest.c >&5
configure:4390: $? = 0
configure:4394: test -z
|| test ! -s conftest.err
configure:4397: $? = 0
configure:4400: test -s conftest.o
configure:4403: $? = 0
configure:4415: result: inline
configure:4434: checking for size_t
configure:4458: gcc -c -O2 -fsigned-char conftest.c >&5
configure:4464: $? = 0
configure:4468: test -z
|| test ! -s conftest.err
configure:4471: $? = 0
configure:4474: test -s conftest.o
configure:4477: $? = 0
configure:4488: result: yes
configure:4508: checking whether lstat dereferences a symlink specified with a trailing slash
configure:4539: gcc -o conftest -O2 -fsigned-char conftest.c >&5
configure:4542: $? = 0
configure:4544: ./conftest
configure:4547: $? = 0
configure:4568: result: yes
configure:4589: checking whether stat accepts an empty string
configure:4614: gcc -o conftest -O2 -fsigned-char conftest.c >&5
configure:4617: $? = 0
configure:4619: ./conftest
configure:4622: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vorbisgain"
| #define PACKAGE_TARNAME "vorbisgain"
| #define PACKAGE_VERSION "0.37"
| #define PACKAGE_STRING "vorbisgain 0.37"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vorbisgain"
| #define VERSION "0.37"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define GWINSZ_IN_SYS_IOCTL 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_ERRNO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| /* end confdefs.h. */
| #include
| #if HAVE_SYS_TYPES_H
| # include
| #endif
| #if HAVE_SYS_STAT_H
| # include
| #endif
| #if STDC_HEADERS
| # include
| # include
| #else
| # if HAVE_STDLIB_H
| # include
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #if HAVE_STRINGS_H
| # include
| #endif
| #if HAVE_INTTYPES_H
| # include
| #else
| # if HAVE_STDINT_H
| # include
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| struct stat sbuf;
| exit (stat ("", &sbuf) ? 1 : 0);
| ;
| return 0;
| }
configure:4636: result: no
configure:4658: checking for vprintf
configure:4715: gcc -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:54:6: warning: conflicting types for built-in function 'vprintf'
char vprintf ();
^~~~~~~
configure:4721: $? = 0
configure:4725: test -z
|| test ! -s conftest.err
configure:4728: $? = 0
configure:4731: test -s conftest
configure:4734: $? = 0
configure:4746: result: yes
configure:4753: checking for _doprnt
configure:4810: gcc -o conftest -O2 -fsigned-char conftest.c >&5
/tmp/cc8t08yy.o:(.data+0x0): undefined reference to `_doprnt'
/tmp/cc8t08yy.o: In function `main':
conftest.c:(.text.startup+0x9): undefined reference to `_doprnt'
collect2: error: ld returned 1 exit status
configure:4816: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vorbisgain"
| #define PACKAGE_TARNAME "vorbisgain"
| #define PACKAGE_VERSION "0.37"
| #define PACKAGE_STRING "vorbisgain 0.37"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vorbisgain"
| #define VERSION "0.37"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define GWINSZ_IN_SYS_IOCTL 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_ERRNO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define _doprnt to an innocuous variant, in case declares _doprnt.
| For example, HP-UX 11i declares gettimeofday. */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _doprnt (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef _doprnt
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub__doprnt) || defined (__stub____doprnt)
| choke me
| #else
| char (*f) () = _doprnt;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _doprnt;
| ;
| return 0;
| }
configure:4841: result: no
configure:4866: checking for floor
configure:4923: gcc -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:55:6: warning: conflicting types for built-in function 'floor'
char floor ();
^~~~~
/tmp/ccu3fWZB.o:(.data+0x0): undefined reference to `floor'
/tmp/ccu3fWZB.o: In function `main':
conftest.c:(.text.startup+0x9): undefined reference to `floor'
collect2: error: ld returned 1 exit status
configure:4929: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vorbisgain"
| #define PACKAGE_TARNAME "vorbisgain"
| #define PACKAGE_VERSION "0.37"
| #define PACKAGE_STRING "vorbisgain 0.37"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vorbisgain"
| #define VERSION "0.37"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define GWINSZ_IN_SYS_IOCTL 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_ERRNO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define floor to an innocuous variant, in case declares floor.
| For example, HP-UX 11i declares gettimeofday. */
| #define floor innocuous_floor
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char floor (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef floor
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char floor ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_floor) || defined (__stub___floor)
| choke me
| #else
| char (*f) () = floor;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != floor;
| ;
| return 0;
| }
configure:4954: result: no
configure:4866: checking for getcwd
configure:4923: gcc -o conftest -O2 -fsigned-char conftest.c >&5
configure:4929: $? = 0
configure:4933: test -z
|| test ! -s conftest.err
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4954: result: yes
configure:4866: checking for memmove
configure:4923: gcc -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:56:6: warning: conflicting types for built-in function 'memmove'
char memmove ();
^~~~~~~
configure:4929: $? = 0
configure:4933: test -z
|| test ! -s conftest.err
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4954: result: yes
configure:4866: checking for memset
configure:4923: gcc -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:57:6: warning: conflicting types for built-in function 'memset'
char memset ();
^~~~~~
configure:4929: $? = 0
configure:4933: test -z
|| test ! -s conftest.err
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4954: result: yes
configure:4866: checking for pow
configure:4923: gcc -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:58:6: warning: conflicting types for built-in function 'pow'
char pow ();
^~~
/tmp/cc2dlwtQ.o:(.data+0x0): undefined reference to `pow'
/tmp/cc2dlwtQ.o: In function `main':
conftest.c:(.text.startup+0x9): undefined reference to `pow'
collect2: error: ld returned 1 exit status
configure:4929: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vorbisgain"
| #define PACKAGE_TARNAME "vorbisgain"
| #define PACKAGE_VERSION "0.37"
| #define PACKAGE_STRING "vorbisgain 0.37"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vorbisgain"
| #define VERSION "0.37"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define GWINSZ_IN_SYS_IOCTL 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_ERRNO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| /* end confdefs.h. */
| /* Define pow to an innocuous variant, in case declares pow.
| For example, HP-UX 11i declares gettimeofday. */
| #define pow innocuous_pow
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pow (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef pow
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char pow ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_pow) || defined (__stub___pow)
| choke me
| #else
| char (*f) () = pow;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != pow;
| ;
| return 0;
| }
configure:4954: result: no
configure:4866: checking for strchr
configure:4923: gcc -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:58:6: warning: conflicting types for built-in function 'strchr'
char strchr ();
^~~~~~
configure:4929: $? = 0
configure:4933: test -z
|| test ! -s conftest.err
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4954: result: yes
configure:4866: checking for strdup
configure:4923: gcc -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:59:6: warning: conflicting types for built-in function 'strdup'
char strdup ();
^~~~~~
configure:4929: $? = 0
configure:4933: test -z
|| test ! -s conftest.err
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4954: result: yes
configure:4866: checking for strerror
configure:4923: gcc -o conftest -O2 -fsigned-char conftest.c >&5
configure:4929: $? = 0
configure:4933: test -z
|| test ! -s conftest.err
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4954: result: yes
configure:4966: checking for ov_read_float in -lvorbisfile
configure:4996: gcc -o conftest -O2 -fsigned-char conftest.c -lvorbisfile -lvorbisfile -lvorbis -lm -logg >&5
configure:5002: $? = 0
configure:5006: test -z
|| test ! -s conftest.err
configure:5009: $? = 0
configure:5012: test -s conftest
configure:5015: $? = 0
configure:5028: result: yes
configure:5049: checking if ov_read_float() takes four arguments
configure:5069: gcc -c -O2 -fsigned-char conftest.c >&5
configure:5075: $? = 0
configure:5079: test -z
|| test ! -s conftest.err
configure:5082: $? = 0
configure:5085: test -s conftest.o
configure:5088: $? = 0
configure:5090: result: yes
configure:5243: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by vorbisgain config.status 0.37, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 67cbb3703611
config.status:690: creating Makefile
config.status:794: creating config.h
config.status:1116: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
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_LDFLAGS_set=set
ac_cv_env_LDFLAGS_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_exeext=
ac_cv_func__doprnt=no
ac_cv_func_floor=no
ac_cv_func_getcwd=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_pow=no
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_vprintf=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_lib_vorbisfile_ov_read_float=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes
ac_cv_sys_tiocgwinsz_in_termios_h=no
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/vorbisgain/src/vorbisgain-0.37/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/vorbisgain/src/vorbisgain-0.37/missing --run tar'
AUTOCONF='${SHELL} /tmp/vorbisgain/src/vorbisgain-0.37/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/vorbisgain/src/vorbisgain-0.37/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/vorbisgain/src/vorbisgain-0.37/missing --run automake-1.7'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 -fsigned-char '
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=' '
LIBOBJS=''
LIBS='-lvorbisfile '
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/vorbisgain/src/vorbisgain-0.37/missing --run makeinfo'
OBJEXT='o'
OGG_CFLAGS=''
OGG_LIBS=' -logg'
PACKAGE='vorbisgain'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='vorbisgain'
PACKAGE_STRING='vorbisgain 0.37'
PACKAGE_TARNAME='vorbisgain'
PACKAGE_VERSION='0.37'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.37'
VORBIS_CFLAGS=''
VORBIS_LIBS=' -lvorbisfile -lvorbis -lm'
ac_ct_CC='gcc'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias='x86_64-unknown-linux'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/tmp/vorbisgain/src/vorbisgain-0.37/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='/usr/share/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define ENABLE_RECURSIVE
#define GWINSZ_IN_SYS_IOCTL 1
#define HAVE_DIRENT_H 1
#define HAVE_ERRNO_H 1
#define HAVE_GETCWD 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBVORBISFILE 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMSET 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_VPRINTF 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define PACKAGE "vorbisgain"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "vorbisgain"
#define PACKAGE_STRING "vorbisgain 0.37"
#define PACKAGE_TARNAME "vorbisgain"
#define PACKAGE_VERSION "0.37"
#define STDC_HEADERS 1
#define VERSION "0.37"
configure: exit 0