The build took 00h 03m 17s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
1,784 |
ansic |
1,097 |
makefile |
785 |
sh |
3,666 |
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: mmsrip 0.7.0-5 (Thu Apr 13 13:38:31 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 style of include used by make... GNU
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 dependency style of clang... gcc3
checking for library containing strerror... none required
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... clang -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... 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 arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for inet_ntoa... yes
checking for memset... yes
checking for socket... yes
checking for strerror... yes
checking for strrchr... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for gettimeofday... yes
checking for getopt_long... yes
checking for socket... (cached) yes
checking for gethostbyname... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make all-recursive
make[1]: Entering directory '/tmp/mmsrip/src/mmsrip-0.7.0'
Making all in src
make[2]: Entering directory '/tmp/mmsrip/src/mmsrip-0.7.0/src'
if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
main.c:596:88: warning: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]
fprintf ( stderr, "%s: %d bytes written (--.- kbps)\r", output_filename, (ssize_t)total_len_written );
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
%zd
main.c:669:98: warning: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]
fprintf ( stderr, "%s: %d bytes written (%.1f mbps)\r", output_filename, (ssize_t)total_len_written, speed/1024.0f );
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
%zd
main.c:671:98: warning: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]
fprintf ( stderr, "%s: %d bytes written (%.1f kbps)\r", output_filename, (ssize_t)total_len_written, speed );
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
%zd
main.c:674:94: warning: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]
fprintf ( stderr, "%s: %d bytes written (--.- kbps)\r", output_filename, (ssize_t)total_len_written );
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
%zd
main.c:694:76: warning: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]
fprintf ( stderr, "%s: %d bytes written\n", output_filename, (ssize_t)total_len_written );
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
%zd
5 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -MT error.o -MD -MP -MF ".deps/error.Tpo" -c -o error.o error.c; \
then mv -f ".deps/error.Tpo" ".deps/error.Po"; else rm -f ".deps/error.Tpo"; exit 1; fi
if clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -MT mms.o -MD -MP -MF ".deps/mms.Tpo" -c -o mms.o mms.c; \
then mv -f ".deps/mms.Tpo" ".deps/mms.Po"; else rm -f ".deps/mms.Tpo"; exit 1; fi
mms.c:166:62: warning: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]
fprintf ( stddebug, " command from server (%d bytes)\n", length );
~~ ^~~~~~
%zd
mms.c:168:62: warning: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]
fprintf ( stddebug, " command from client (%d bytes)\n", length );
~~ ^~~~~~
%zd
mms.c:440:74: warning: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]
fprintf ( mms->stddebug, "\nASF Header Packet (%d bytes)\n", packet_len );
~~ ^~~~~~~~~~
%zd
mms.c:561:81: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
fprintf ( mms->stddebug, "File Properties Object (%lld bytes)\n", length );
~~~~ ^~~~~~
%lu
mms.c:563:71: warning: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]
fprintf ( mms->stddebug, " -> min packet length: %d\n", packet_length );
~~ ^~~~~~~~~~~~~
%zd
mms.c:597:72: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
fprintf ( mms->stddebug, "Stream Object (%lld bytes)\n", length );
~~~~ ^~~~~~
%lu
mms.c:606:70: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
fprintf ( mms->stddebug, "Data Object (%lld bytes)\n\n", length );
~~~~ ^~~~~~
%lu
mms.c:611:72: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
fprintf ( mms->stddebug, "Header Object (%lld bytes)\n\n", length );
~~~~ ^~~~~~
%lu
mms.c:613:78: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
fprintf ( mms->stddebug, "Simple Index Object (%lld bytes)\n\n", length );
~~~~ ^~~~~~
%lu
mms.c:615:71: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
fprintf ( mms->stddebug, "Index Object (%lld bytes)\n\n", length );
~~~~ ^~~~~~
%lu
mms.c:617:82: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
fprintf ( mms->stddebug, "Header Extension Object (%lld bytes)\n\n", length );
~~~~ ^~~~~~
%lu
mms.c:619:85: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
fprintf ( mms->stddebug, "Content Description Object (%lld bytes)\n\n", length );
~~~~ ^~~~~~
%lu
mms.c:621:94: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
fprintf ( mms->stddebug, "Extended Content Description Object (%lld bytes)\n\n", length );
~~~~ ^~~~~~
%lu
mms.c:623:76: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
fprintf ( mms->stddebug, "Codec List Object (%lld bytes)\n\n", length );
~~~~ ^~~~~~
%lu
mms.c:625:91: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
fprintf ( mms->stddebug, "Stream Bitrate Properties Object (%lld bytes)\n\n", length );
~~~~ ^~~~~~
%lu
mms.c:627:73: warning: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
fprintf ( mms->stddebug, "Unknown Object (%lld bytes)\n\n", length );
~~~~ ^~~~~~
%lu
mms.c:676:69: warning: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]
fprintf ( mms->stddebug, "\nASF Media Packet (%d bytes)\n", packet_len );
~~ ^~~~~~~~~~
%zd
17 warnings generated.
clang -Wall -o mmsrip main.o error.o mms.o
make[2]: Leaving directory '/tmp/mmsrip/src/mmsrip-0.7.0/src'
Making all in doc
make[2]: Entering directory '/tmp/mmsrip/src/mmsrip-0.7.0/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/mmsrip/src/mmsrip-0.7.0/doc'
make[2]: Entering directory '/tmp/mmsrip/src/mmsrip-0.7.0'
make[2]: Leaving directory '/tmp/mmsrip/src/mmsrip-0.7.0'
make[1]: Leaving directory '/tmp/mmsrip/src/mmsrip-0.7.0'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/tmp/mmsrip/src/mmsrip-0.7.0/src'
make[2]: Entering directory '/tmp/mmsrip/src/mmsrip-0.7.0/src'
test -z "/usr/bin" || mkdir -p -- "/tmp/mmsrip/pkg/mmsrip/usr/bin"
/usr/bin/install -c 'mmsrip' '/tmp/mmsrip/pkg/mmsrip/usr/bin/mmsrip'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/mmsrip/src/mmsrip-0.7.0/src'
make[1]: Leaving directory '/tmp/mmsrip/src/mmsrip-0.7.0/src'
Making install in doc
make[1]: Entering directory '/tmp/mmsrip/src/mmsrip-0.7.0/doc'
make[2]: Entering directory '/tmp/mmsrip/src/mmsrip-0.7.0/doc'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/man/man1" || mkdir -p -- "/tmp/mmsrip/pkg/mmsrip/usr/share/man/man1"
/usr/bin/install -c -m 644 './mmsrip.1' '/tmp/mmsrip/pkg/mmsrip/usr/share/man/man1/mmsrip.1'
make[2]: Leaving directory '/tmp/mmsrip/src/mmsrip-0.7.0/doc'
make[1]: Leaving directory '/tmp/mmsrip/src/mmsrip-0.7.0/doc'
make[1]: Entering directory '/tmp/mmsrip/src/mmsrip-0.7.0'
make[2]: Entering directory '/tmp/mmsrip/src/mmsrip-0.7.0'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/mmsrip/src/mmsrip-0.7.0'
make[1]: Leaving directory '/tmp/mmsrip/src/mmsrip-0.7.0'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "mmsrip"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: mmsrip 0.7.0-5 (Thu Apr 13 13:38:58 UTC 2017)
CMD: pacman --query --file mmsrip-0.7.0-5-x86_64.pkg.tar.xz
Creating hybrid package for 'mmsrip'
Trying to find vanilla package 'mmsrip'...
CMD: pacman --query --file /mirror/mmsrip-0.7.0-5.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 mmsrip.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/mmsrip.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/mmsrip.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/mmsrip.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/mmsrip/src/mmsrip-0.7.0/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 mmsrip configure 0.7.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man
## --------- ##
## Platform. ##
## --------- ##
hostname = 133dd2a1614a
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:1388: checking for a BSD-compatible install
configure:1443: result: /usr/bin/install -c
configure:1454: checking whether build environment is sane
configure:1497: result: yes
configure:1562: checking for gawk
configure:1578: found /usr/bin/gawk
configure:1588: result: gawk
configure:1598: checking whether make sets $(MAKE)
configure:1618: result: yes
configure:1685: checking for x86_64-unknown-linux-strip
configure:1714: result: no
configure:1723: checking for strip
configure:1739: found /usr/bin/strip
configure:1750: result: strip
configure:1791: checking for style of include used by make
configure:1819: result: GNU
configure:1852: checking for x86_64-unknown-linux-gcc
configure:1878: result: clang
configure:2160: checking for C compiler version
configure:2163: 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:2166: $? = 0
configure:2168: 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:2171: $? = 0
configure:2173: clang -V &5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2176: $? = 1
configure:2199: checking for C compiler default output file name
configure:2202: clang conftest.c >&5
configure:2205: $? = 0
configure:2251: result: a.out
configure:2256: checking whether the C compiler works
configure:2262: ./a.out
configure:2265: $? = 0
configure:2282: result: yes
configure:2289: checking whether we are cross compiling
configure:2291: result: no
configure:2294: checking for suffix of executables
configure:2296: clang -o conftest conftest.c >&5
configure:2299: $? = 0
configure:2324: result:
configure:2330: checking for suffix of object files
configure:2351: clang -c conftest.c >&5
configure:2354: $? = 0
configure:2376: result: o
configure:2380: checking whether we are using the GNU C compiler
configure:2404: clang -c conftest.c >&5
configure:2410: $? = 0
configure:2414: test -z
|| test ! -s conftest.err
configure:2417: $? = 0
configure:2420: test -s conftest.o
configure:2423: $? = 0
configure:2436: result: yes
configure:2442: checking whether clang accepts -g
configure:2463: clang -c -g conftest.c >&5
configure:2469: $? = 0
configure:2473: test -z
|| test ! -s conftest.err
configure:2476: $? = 0
configure:2479: test -s conftest.o
configure:2482: $? = 0
configure:2493: result: yes
configure:2510: checking for clang option to accept ANSI C
configure:2580: clang -c conftest.c >&5
configure:2586: $? = 0
configure:2590: test -z
|| test ! -s conftest.err
configure:2593: $? = 0
configure:2596: test -s conftest.o
configure:2599: $? = 0
configure:2617: result: none needed
configure:2635: 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:2641: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2776: checking dependency style of clang
configure:2866: result: gcc3
configure:2884: checking for library containing strerror
configure:2914: clang -o conftest conftest.c >&5
conftest.c:22:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:22:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:2920: $? = 0
configure:2924: test -z
|| test ! -s conftest.err
configure:2927: $? = 0
configure:2930: test -s conftest
configure:2933: $? = 0
configure:3003: result: none required
configure:3024: checking for a BSD-compatible install
configure:3079: result: /usr/bin/install -c
configure:3097: checking how to run the C preprocessor
configure:3132: clang -E conftest.c
configure:3138: $? = 0
configure:3170: clang -E conftest.c
conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3176: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mmsrip"
| #define PACKAGE_TARNAME "mmsrip"
| #define PACKAGE_VERSION "0.7.0"
| #define PACKAGE_STRING "mmsrip 0.7.0"
| #define PACKAGE_BUGREPORT ""
| #define PROGRAM_SHORT_NAME "mmsrip"
| #define PROGRAM_FULL_NAME "MMS Ripper"
| #define PROGRAM_VERSION "0.7.0"
| #define PROGRAM_MAJOR_VERSION 0
| #define PROGRAM_MINOR_VERSION 7
| #define PROGRAM_MICRO_VERSION 0
| /* end confdefs.h. */
| #include
configure:3215: result: clang -E
configure:3239: clang -E conftest.c
configure:3245: $? = 0
configure:3277: clang -E conftest.c
conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3283: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mmsrip"
| #define PACKAGE_TARNAME "mmsrip"
| #define PACKAGE_VERSION "0.7.0"
| #define PACKAGE_STRING "mmsrip 0.7.0"
| #define PACKAGE_BUGREPORT ""
| #define PROGRAM_SHORT_NAME "mmsrip"
| #define PROGRAM_FULL_NAME "MMS Ripper"
| #define PROGRAM_VERSION "0.7.0"
| #define PROGRAM_MAJOR_VERSION 0
| #define PROGRAM_MINOR_VERSION 7
| #define PROGRAM_MICRO_VERSION 0
| /* end confdefs.h. */
| #include
configure:3327: checking for egrep
configure:3337: result: grep -E
configure:3342: checking for ANSI C header files
configure:3367: clang -c conftest.c >&5
configure:3373: $? = 0
configure:3377: test -z
|| test ! -s conftest.err
configure:3380: $? = 0
configure:3383: test -s conftest.o
configure:3386: $? = 0
configure:3475: clang -o conftest conftest.c >&5
conftest.c:32:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(2);
^
conftest.c:32:7: note: include the header or explicitly provide a declaration for 'exit'
1 warning generated.
configure:3478: $? = 0
configure:3480: ./conftest
configure:3483: $? = 0
configure:3498: result: yes
configure:3508: checking whether time.h and sys/time.h may both be included
configure:3533: clang -c conftest.c >&5
configure:3539: $? = 0
configure:3543: test -z
|| test ! -s conftest.err
configure:3546: $? = 0
configure:3549: test -s conftest.o
configure:3552: $? = 0
configure:3563: result: yes
configure:3587: checking for sys/types.h
configure:3603: clang -c conftest.c >&5
configure:3609: $? = 0
configure:3613: test -z
|| test ! -s conftest.err
configure:3616: $? = 0
configure:3619: test -s conftest.o
configure:3622: $? = 0
configure:3633: result: yes
configure:3587: checking for sys/stat.h
configure:3603: clang -c conftest.c >&5
configure:3609: $? = 0
configure:3613: test -z
|| test ! -s conftest.err
configure:3616: $? = 0
configure:3619: test -s conftest.o
configure:3622: $? = 0
configure:3633: result: yes
configure:3587: checking for stdlib.h
configure:3603: clang -c conftest.c >&5
configure:3609: $? = 0
configure:3613: test -z
|| test ! -s conftest.err
configure:3616: $? = 0
configure:3619: test -s conftest.o
configure:3622: $? = 0
configure:3633: result: yes
configure:3587: checking for string.h
configure:3603: clang -c conftest.c >&5
configure:3609: $? = 0
configure:3613: test -z
|| test ! -s conftest.err
configure:3616: $? = 0
configure:3619: test -s conftest.o
configure:3622: $? = 0
configure:3633: result: yes
configure:3587: checking for memory.h
configure:3603: clang -c conftest.c >&5
configure:3609: $? = 0
configure:3613: test -z
|| test ! -s conftest.err
configure:3616: $? = 0
configure:3619: test -s conftest.o
configure:3622: $? = 0
configure:3633: result: yes
configure:3587: checking for strings.h
configure:3603: clang -c conftest.c >&5
configure:3609: $? = 0
configure:3613: test -z
|| test ! -s conftest.err
configure:3616: $? = 0
configure:3619: test -s conftest.o
configure:3622: $? = 0
configure:3633: result: yes
configure:3587: checking for inttypes.h
configure:3603: clang -c conftest.c >&5
configure:3609: $? = 0
configure:3613: test -z
|| test ! -s conftest.err
configure:3616: $? = 0
configure:3619: test -s conftest.o
configure:3622: $? = 0
configure:3633: result: yes
configure:3587: checking for stdint.h
configure:3603: clang -c conftest.c >&5
configure:3609: $? = 0
configure:3613: test -z
|| test ! -s conftest.err
configure:3616: $? = 0
configure:3619: test -s conftest.o
configure:3622: $? = 0
configure:3633: result: yes
configure:3587: checking for unistd.h
configure:3603: clang -c conftest.c >&5
configure:3609: $? = 0
configure:3613: test -z
|| test ! -s conftest.err
configure:3616: $? = 0
configure:3619: test -s conftest.o
configure:3622: $? = 0
configure:3633: result: yes
configure:3670: checking arpa/inet.h usability
configure:3682: clang -c conftest.c >&5
configure:3688: $? = 0
configure:3692: test -z
|| test ! -s conftest.err
configure:3695: $? = 0
configure:3698: test -s conftest.o
configure:3701: $? = 0
configure:3711: result: yes
configure:3715: checking arpa/inet.h presence
configure:3725: clang -E conftest.c
configure:3731: $? = 0
configure:3751: result: yes
configure:3786: checking for arpa/inet.h
configure:3793: result: yes
configure:3670: checking fcntl.h usability
configure:3682: clang -c conftest.c >&5
configure:3688: $? = 0
configure:3692: test -z
|| test ! -s conftest.err
configure:3695: $? = 0
configure:3698: test -s conftest.o
configure:3701: $? = 0
configure:3711: result: yes
configure:3715: checking fcntl.h presence
configure:3725: clang -E conftest.c
configure:3731: $? = 0
configure:3751: result: yes
configure:3786: checking for fcntl.h
configure:3793: result: yes
configure:3670: checking netdb.h usability
configure:3682: clang -c conftest.c >&5
configure:3688: $? = 0
configure:3692: test -z
|| test ! -s conftest.err
configure:3695: $? = 0
configure:3698: test -s conftest.o
configure:3701: $? = 0
configure:3711: result: yes
configure:3715: checking netdb.h presence
configure:3725: clang -E conftest.c
configure:3731: $? = 0
configure:3751: result: yes
configure:3786: checking for netdb.h
configure:3793: result: yes
configure:3670: checking netinet/in.h usability
configure:3682: clang -c conftest.c >&5
configure:3688: $? = 0
configure:3692: test -z
|| test ! -s conftest.err
configure:3695: $? = 0
configure:3698: test -s conftest.o
configure:3701: $? = 0
configure:3711: result: yes
configure:3715: checking netinet/in.h presence
configure:3725: clang -E conftest.c
configure:3731: $? = 0
configure:3751: result: yes
configure:3786: checking for netinet/in.h
configure:3793: result: yes
configure:3661: checking for stdlib.h
configure:3666: result: yes
configure:3661: checking for string.h
configure:3666: result: yes
configure:3661: checking for strings.h
configure:3666: result: yes
configure:3661: checking for stdint.h
configure:3666: result: yes
configure:3670: checking sys/socket.h usability
configure:3682: clang -c conftest.c >&5
configure:3688: $? = 0
configure:3692: test -z
|| test ! -s conftest.err
configure:3695: $? = 0
configure:3698: test -s conftest.o
configure:3701: $? = 0
configure:3711: result: yes
configure:3715: checking sys/socket.h presence
configure:3725: clang -E conftest.c
configure:3731: $? = 0
configure:3751: result: yes
configure:3786: checking for sys/socket.h
configure:3793: result: yes
configure:3670: checking sys/time.h usability
configure:3682: clang -c conftest.c >&5
configure:3688: $? = 0
configure:3692: test -z
|| test ! -s conftest.err
configure:3695: $? = 0
configure:3698: test -s conftest.o
configure:3701: $? = 0
configure:3711: result: yes
configure:3715: checking sys/time.h presence
configure:3725: clang -E conftest.c
configure:3731: $? = 0
configure:3751: result: yes
configure:3786: checking for sys/time.h
configure:3793: result: yes
configure:3661: checking for unistd.h
configure:3666: result: yes
configure:3670: checking getopt.h usability
configure:3682: clang -c conftest.c >&5
configure:3688: $? = 0
configure:3692: test -z
|| test ! -s conftest.err
configure:3695: $? = 0
configure:3698: test -s conftest.o
configure:3701: $? = 0
configure:3711: result: yes
configure:3715: checking getopt.h presence
configure:3725: clang -E conftest.c
configure:3731: $? = 0
configure:3751: result: yes
configure:3786: checking for getopt.h
configure:3793: result: yes
configure:3808: checking for an ANSI C-conforming const
configure:3875: clang -c conftest.c >&5
configure:3881: $? = 0
configure:3885: test -z
|| test ! -s conftest.err
configure:3888: $? = 0
configure:3891: test -s conftest.o
configure:3894: $? = 0
configure:3905: result: yes
configure:3915: checking for size_t
configure:3939: clang -c conftest.c >&5
configure:3945: $? = 0
configure:3949: test -z
|| test ! -s conftest.err
configure:3952: $? = 0
configure:3955: test -s conftest.o
configure:3958: $? = 0
configure:3969: result: yes
configure:3988: checking for stdlib.h
configure:3993: result: yes
configure:4133: checking for GNU libc compatible malloc
configure:4162: clang -o conftest conftest.c >&5
configure:4165: $? = 0
configure:4167: ./conftest
configure:4170: $? = 0
configure:4184: result: yes
configure:4219: checking for stdlib.h
configure:4224: result: yes
configure:4364: checking for GNU libc compatible realloc
configure:4393: clang -o conftest conftest.c >&5
configure:4396: $? = 0
configure:4398: ./conftest
configure:4401: $? = 0
configure:4415: result: yes
configure:4460: checking sys/select.h usability
configure:4472: clang -c conftest.c >&5
configure:4478: $? = 0
configure:4482: test -z
|| test ! -s conftest.err
configure:4485: $? = 0
configure:4488: test -s conftest.o
configure:4491: $? = 0
configure:4501: result: yes
configure:4505: checking sys/select.h presence
configure:4515: clang -E conftest.c
configure:4521: $? = 0
configure:4541: result: yes
configure:4576: checking for sys/select.h
configure:4583: result: yes
configure:4451: checking for sys/socket.h
configure:4456: result: yes
configure:4596: checking types of arguments for select
configure:4629: clang -c conftest.c >&5
configure:4635: $? = 0
configure:4639: test -z
|| test ! -s conftest.err
configure:4642: $? = 0
configure:4645: test -s conftest.o
configure:4648: $? = 0
configure:4664: result: int,fd_set *,struct timeval *
configure:4687: checking whether lstat dereferences a symlink specified with a trailing slash
configure:4718: clang -o conftest conftest.c >&5
configure:4721: $? = 0
configure:4723: ./conftest
configure:4726: $? = 0
configure:4747: result: yes
configure:4768: checking whether stat accepts an empty string
configure:4793: clang -o conftest conftest.c >&5
configure:4796: $? = 0
configure:4798: ./conftest
configure:4801: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "mmsrip"
| #define PACKAGE_TARNAME "mmsrip"
| #define PACKAGE_VERSION "0.7.0"
| #define PACKAGE_STRING "mmsrip 0.7.0"
| #define PACKAGE_BUGREPORT ""
| #define PROGRAM_SHORT_NAME "mmsrip"
| #define PROGRAM_FULL_NAME "MMS Ripper"
| #define PROGRAM_VERSION "0.7.0"
| #define PROGRAM_MAJOR_VERSION 0
| #define PROGRAM_MINOR_VERSION 7
| #define PROGRAM_MICRO_VERSION 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 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_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #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:4815: result: no
configure:4845: checking for inet_ntoa
configure:4902: clang -o conftest conftest.c >&5
configure:4908: $? = 0
configure:4912: test -z
|| test ! -s conftest.err
configure:4915: $? = 0
configure:4918: test -s conftest
configure:4921: $? = 0
configure:4933: result: yes
configure:4845: checking for memset
configure:4902: clang -o conftest conftest.c >&5
conftest.c:73:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
char memset ();
^
conftest.c:73:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
1 warning generated.
configure:4908: $? = 0
configure:4912: test -z
|| test ! -s conftest.err
configure:4915: $? = 0
configure:4918: test -s conftest
configure:4921: $? = 0
configure:4933: result: yes
configure:4845: checking for socket
configure:4902: clang -o conftest conftest.c >&5
configure:4908: $? = 0
configure:4912: test -z
|| test ! -s conftest.err
configure:4915: $? = 0
configure:4918: test -s conftest
configure:4921: $? = 0
configure:4933: result: yes
configure:4845: checking for strerror
configure:4902: clang -o conftest conftest.c >&5
conftest.c:75:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:75:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:4908: $? = 0
configure:4912: test -z
|| test ! -s conftest.err
configure:4915: $? = 0
configure:4918: test -s conftest
configure:4921: $? = 0
configure:4933: result: yes
configure:4845: checking for strrchr
configure:4902: clang -o conftest conftest.c >&5
conftest.c:76:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration]
char strrchr ();
^
conftest.c:76:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)'
1 warning generated.
configure:4908: $? = 0
configure:4912: test -z
|| test ! -s conftest.err
configure:4915: $? = 0
configure:4918: test -s conftest
configure:4921: $? = 0
configure:4933: result: yes
configure:4845: checking for snprintf
configure:4902: clang -o conftest conftest.c >&5
conftest.c:77:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
char snprintf ();
^
conftest.c:77:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
1 warning generated.
configure:4908: $? = 0
configure:4912: test -z
|| test ! -s conftest.err
configure:4915: $? = 0
configure:4918: test -s conftest
configure:4921: $? = 0
configure:4933: result: yes
configure:4845: checking for vsnprintf
configure:4902: clang -o conftest conftest.c >&5
conftest.c:78:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
char vsnprintf ();
^
conftest.c:78:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
1 warning generated.
configure:4908: $? = 0
configure:4912: test -z
|| test ! -s conftest.err
configure:4915: $? = 0
configure:4918: test -s conftest
configure:4921: $? = 0
configure:4933: result: yes
configure:4845: checking for gettimeofday
configure:4902: clang -o conftest conftest.c >&5
configure:4908: $? = 0
configure:4912: test -z
|| test ! -s conftest.err
configure:4915: $? = 0
configure:4918: test -s conftest
configure:4921: $? = 0
configure:4933: result: yes
configure:4845: checking for getopt_long
configure:4902: clang -o conftest conftest.c >&5
configure:4908: $? = 0
configure:4912: test -z
|| test ! -s conftest.err
configure:4915: $? = 0
configure:4918: test -s conftest
configure:4921: $? = 0
configure:4933: result: yes
configure:4947: checking for socket
configure:5035: result: yes
configure:5124: checking for gethostbyname
configure:5181: clang -o conftest conftest.c >&5
configure:5187: $? = 0
configure:5191: test -z
|| test ! -s conftest.err
configure:5194: $? = 0
configure:5197: test -s conftest
configure:5200: $? = 0
configure:5212: result: yes
configure:5422: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by mmsrip config.status 0.7.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 133dd2a1614a
config.status:691: creating Makefile
config.status:691: creating src/Makefile
config.status:691: creating doc/Makefile
config.status:795: creating config.h
config.status:1175: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
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_gethostbyname=yes
ac_cv_func_getopt_long=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memset=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_strerror=yes
ac_cv_func_strrchr=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_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_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=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_strerror='none required'
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/mmsrip/src/mmsrip-0.7.0/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/mmsrip/src/mmsrip-0.7.0/missing --run tar'
AUTOCONF='${SHELL} /tmp/mmsrip/src/mmsrip-0.7.0/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/mmsrip/src/mmsrip-0.7.0/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/mmsrip/src/mmsrip-0.7.0/missing --run automake-1.9'
AWK='gawk'
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -Wall'
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=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/mmsrip/src/mmsrip-0.7.0/missing --run makeinfo'
OBJEXT='o'
PACKAGE='mmsrip'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='mmsrip'
PACKAGE_STRING='mmsrip 0.7.0'
PACKAGE_TARNAME='mmsrip'
PACKAGE_VERSION='0.7.0'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.7.0'
ac_ct_CC=''
ac_ct_STRIP='strip'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
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/mmsrip/src/mmsrip-0.7.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='/usr/share/man'
mkdir_p='mkdir -p --'
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 HAVE_ARPA_INET_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_LONG 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INET_NTOA 1
#define HAVE_INTTYPES_H 1
#define HAVE_MALLOC 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMSET 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_REALLOC 1
#define HAVE_SNPRINTF 1
#define HAVE_SOCKET 1
#define HAVE_SOCKET 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRRCHR 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VSNPRINTF 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "mmsrip"
#define PACKAGE_STRING "mmsrip 0.7.0"
#define PACKAGE_TARNAME "mmsrip"
#define PACKAGE_VERSION "0.7.0"
#define PROGRAM_FULL_NAME "MMS Ripper"
#define PROGRAM_MAJOR_VERSION 0
#define PROGRAM_MICRO_VERSION 0
#define PROGRAM_MINOR_VERSION 7
#define PROGRAM_SHORT_NAME "mmsrip"
#define PROGRAM_VERSION "0.7.0"
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
configure: exit 0