The build took 00h 01m 37s 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:
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: vorbisgain 0.37-4 (Thu Apr 13 18:28:19 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 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... clang
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 clang accepts -g... yes
checking for clang option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of clang... 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... clang -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 clang -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 clang -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 clang -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 clang -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:59:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
fprintf(stderr, strerror(err_num));
^~~~~~~~~~~~~~~~~
misc.c:268:9: warning: implicit declaration of function 'isatty' is invalid in C99 [-Wimplicit-function-declaration]
if (isatty(fd))
^
2 warnings generated.
if clang -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 clang -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
if clang -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 clang -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
clang -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+0xdf3): 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/bin
mkdir /tmp/vorbisgain/pkg/vorbisgain/usr
mkdir /tmp/vorbisgain/pkg/vorbisgain/usr/bin
/usr/bin/install -c vorbisgain /tmp/vorbisgain/pkg/vorbisgain/usr/bin/vorbisgain
/bin/sh ./mkinstalldirs /tmp/vorbisgain/pkg/vorbisgain/usr/share/man/man1
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
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 (Thu Apr 13 18:28:46 UTC 2017)
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 = b58d85096a58
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
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: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/bin/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/bin/strip
configure:1702: result: strip
configure:1740: checking for x86_64-unknown-linux-gcc
configure:1766: result: clang
configure:2048: checking for C compiler version
configure:2051: 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:2054: $? = 0
configure:2056: 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
Selected multilib: .;@m64
configure:2059: $? = 0
configure:2061: clang -V &5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2064: $? = 1
configure:2087: checking for C compiler default output file name
configure:2090: clang 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: clang -o conftest conftest.c >&5
configure:2187: $? = 0
configure:2212: result:
configure:2218: checking for suffix of object files
configure:2239: clang -c conftest.c >&5
configure:2242: $? = 0
configure:2264: result: o
configure:2268: checking whether we are using the GNU C compiler
configure:2292: clang -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 clang accepts -g
configure:2351: clang -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 clang option to accept ANSI C
configure:2468: clang -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: clang -c conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^
conftest.c:2:11: error: expected ';' after top level declarator
choke me
^
;
2 errors generated.
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 clang
configure:2812: result: gcc3
configure:2888: checking for Ogg
configure:2923: clang -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: clang -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: clang -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: clang -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: clang -E conftest.c
configure:3584: $? = 0
configure:3616: clang -E conftest.c
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
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: clang -E
configure:3685: clang -E conftest.c
configure:3691: $? = 0
configure:3723: clang -E conftest.c
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
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: clang -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: clang -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:29:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(2);
^
conftest.c:29:7: note: include the header or explicitly provide a declaration for 'exit'
1 warning generated.
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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:54:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
char vprintf ();
^
conftest.c:54:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
1 warning generated.
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: clang -o conftest -O2 -fsigned-char conftest.c >&5
/tmp/conftest-7b94f1.o: In function `main':
conftest.c:(.text+0x1): undefined reference to `_doprnt'
/tmp/conftest-7b94f1.o:(.data+0x0): undefined reference to `_doprnt'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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: clang -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:55:6: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration]
char floor ();
^
conftest.c:55:6: note: 'floor' is a builtin with type 'double (double)'
1 warning generated.
/tmp/conftest-ae990b.o: In function `main':
conftest.c:(.text+0x1): undefined reference to `floor'
/tmp/conftest-ae990b.o:(.data+0x0): undefined reference to `floor'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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: clang -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: clang -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:56:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
char memmove ();
^
conftest.c:56:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
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: clang -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:57:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
char memset ();
^
conftest.c:57:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
1 warning generated.
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: clang -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:58:6: warning: incompatible redeclaration of library function 'pow' [-Wincompatible-library-redeclaration]
char pow ();
^
conftest.c:58:6: note: 'pow' is a builtin with type 'double (double, double)'
1 warning generated.
/tmp/conftest-6d2ef4.o: In function `main':
conftest.c:(.text+0x1): undefined reference to `pow'
/tmp/conftest-6d2ef4.o:(.data+0x0): undefined reference to `pow'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
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: clang -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:58:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
char strchr ();
^
conftest.c:58:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
1 warning generated.
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: clang -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:59:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
char strdup ();
^
conftest.c:59:6: note: 'strdup' is a builtin with type 'char *(const char *)'
1 warning generated.
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: clang -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:60:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:60:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
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: clang -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: clang -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 b58d85096a58
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=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_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_CC=clang
ac_cv_prog_CPP='clang -E'
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='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 -fsigned-char '
CPP='clang -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=''
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