The build took 00h 01m 13s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language | 
|---|---|
| 1,786 | ansic | 
| 1,097 | makefile | 
| 785 | sh | 
| 3,668 | 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:
        There were existing files in /sysroot, using those
        CMD: sudo -u tuscan PATH=/sysroot/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 (Tue Apr  4 23:45:58 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 -cchecking whether build environment is sane... yeschecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking for x86_64-unknown-linux-strip... nochecking for strip... stripchecking for style of include used by make... GNUchecking for x86_64-unknown-linux-gcc... clangchecking for C compiler default output file name... a.outchecking whether the C compiler works... yeschecking whether we are cross compiling... yeschecking for suffix of executables... checking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether clang accepts -g... yeschecking for clang option to accept ANSI C... none neededchecking dependency style of clang... gcc3checking for library containing strerror... none requiredchecking for a BSD-compatible install... /usr/bin/install -cchecking how to run the C preprocessor... clang -Echecking for egrep... grep -Echecking for ANSI C header files... yeschecking whether time.h and sys/time.h may both be included... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking arpa/inet.h usability... yeschecking arpa/inet.h presence... yeschecking for arpa/inet.h... yeschecking fcntl.h usability... yeschecking fcntl.h presence... yeschecking for fcntl.h... yeschecking netdb.h usability... yeschecking netdb.h presence... yeschecking for netdb.h... yeschecking netinet/in.h usability... yeschecking netinet/in.h presence... yeschecking for netinet/in.h... yeschecking for stdlib.h... (cached) yeschecking for string.h... (cached) yeschecking for strings.h... (cached) yeschecking for stdint.h... (cached) yeschecking sys/socket.h usability... yeschecking sys/socket.h presence... yeschecking for sys/socket.h... yeschecking sys/time.h usability... yeschecking sys/time.h presence... yeschecking for sys/time.h... yeschecking for unistd.h... (cached) yeschecking getopt.h usability... yeschecking getopt.h presence... yeschecking for getopt.h... yeschecking for an ANSI C-conforming const... yeschecking for size_t... yeschecking for stdlib.h... (cached) yeschecking for GNU libc compatible malloc... nochecking for stdlib.h... (cached) yeschecking for GNU libc compatible realloc... nochecking sys/select.h usability... yeschecking sys/select.h presence... yeschecking for sys/select.h... yeschecking for sys/socket.h... (cached) yeschecking types of arguments for select... int,fd_set *,struct timeval *checking whether lstat dereferences a symlink specified with a trailing slash... nochecking whether stat accepts an empty string... yeschecking for inet_ntoa... yeschecking for memset... yeschecking for socket... yeschecking for strerror... yeschecking for strrchr... yeschecking for snprintf... yeschecking for vsnprintf... yeschecking for gettimeofday... yeschecking for getopt_long... yeschecking for socket... (cached) yeschecking for gethostbyname... yesconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating src/Makefileconfig.status: creating doc/Makefileconfig.status: creating config.hconfig.status: executing depfiles commandsmake  all-recursivemake[1]: Entering directory '/tmp/mmsrip/src/mmsrip-0.7.0'Making all in srcmake[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; fiif 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; fiif 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; fierror.c:49:24: warning: implicit declaration of function 'rpl_malloc' is invalid in C99 [-Wimplicit-function-declaration]  message = ( char * ) malloc ( ERROR_MSG_LEN );                       ^../config.h:159:16: note: expanded from macro 'malloc'#define malloc rpl_malloc               ^error.c:49:13: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast]  message = ( char * ) malloc ( ERROR_MSG_LEN );            ^error.c:92:13: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast]  message = ( char * ) malloc ( ERROR_MSG_LEN );            ^main.c:162:40: warning: implicit declaration of function 'rpl_malloc' is invalid in C99 [-Wimplicit-function-declaration]  if ( ( stream_list = (STREAM_LIST *) malloc(sizeof(STREAM_LIST)) ) == NULL )                                       ^../config.h:159:16: note: expanded from macro 'malloc'#define malloc rpl_malloc               ^main.c:162:24: warning: cast to 'STREAM_LIST *' from smaller integer type 'int' [-Wint-to-pointer-cast]  if ( ( stream_list = (STREAM_LIST *) malloc(sizeof(STREAM_LIST)) ) == NULL )                       ^main.c:237:40: warning: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion]                    if ( ( block->next = malloc ( sizeof(STREAM_LIST) ) ) == NULL )                                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~main.c:311:40: warning: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion]                    if ( ( block->next = malloc ( sizeof(STREAM_LIST) ) ) == NULL )                                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~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 );                                     ~~                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~                                     %zdmain.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 );                                               ~~                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~                                               %zdmain.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 );                                               ~~                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~                                               %zdmain.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 );                                           ~~                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~                                           %zdmain.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 );                                     ~~                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~                                     %zd3 warnings generated.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 );                                               ~~            ^~~~~~                                               %zdmms.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 );                                               ~~            ^~~~~~                                               %zdmms.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 );                                                           ~~            ^~~~~~~~~~                                                           %zdmms.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 );                                                                ~~~~            ^~~~~~                                                                %lumms.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 );                                                               ~~     ^~~~~~~~~~~~~                                                               %zdmms.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 );                                                       ~~~~            ^~~~~~                                                       %lumms.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 );                                                   ~~~~              ^~~~~~                                                   %lumms.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 );                                                     ~~~~              ^~~~~~                                                     %lumms.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 );                                                           ~~~~              ^~~~~~                                                           %lumms.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 );                                                    ~~~~              ^~~~~~                                                    %lumms.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 );                                                               ~~~~              ^~~~~~                                                               %lumms.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 );                                                                  ~~~~              ^~~~~~                                                                  %lumms.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 );                                                                           ~~~~              ^~~~~~                                                                           %lumms.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 );                                                         ~~~~              ^~~~~~                                                         %lumms.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 );                                                                        ~~~~              ^~~~~~                                                                        %lumms.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 );                                                      ~~~~              ^~~~~~                                                      %lumms.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 );                                                      ~~            ^~~~~~~~~~                                                      %zdmms.c:789:26: warning: implicit declaration of function 'rpl_malloc' is invalid in C99 [-Wimplicit-function-declaration]  if ( ( mms = ( MMS * ) malloc ( sizeof(MMS) ) ) == NULL )                         ^../config.h:159:16: note: expanded from macro 'malloc'#define malloc rpl_malloc               ^mms.c:789:16: warning: cast to 'MMS *' from smaller integer type 'int' [-Wint-to-pointer-cast]  if ( ( mms = ( MMS * ) malloc ( sizeof(MMS) ) ) == NULL )               ^mms.c:797:13: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion]  mms->host = malloc ( ( sep - &url[host_idx] ) + 1 );            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~9 warnings generated.20 warnings generated.clang  -Wall   -o mmsrip  main.o error.o mms.o  main.o:main.c:function main: error: undefined reference to 'rpl_malloc'main.o:main.c:function main: error: undefined reference to 'rpl_malloc'main.o:main.c:function main: error: undefined reference to 'rpl_malloc'error.o:error.c:function warning: error: undefined reference to 'rpl_malloc'clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)make[2]: *** [Makefile:200: mmsrip] Error 1make[2]: Leaving directory '/tmp/mmsrip/src/mmsrip-0.7.0/src'make[1]: *** [Makefile:211: all-recursive] Error 1make[1]: Leaving directory '/tmp/mmsrip/src/mmsrip-0.7.0'make: *** [Makefile:149: all] Error 2==> ERROR: A failure occurred in build().    Aborting...Printing config logfiles
        CMD: config logfiles '/tmp/mmsrip/src/mmsrip-0.7.0/config.log'
        This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by mmsrip configure 0.7.0, which wasgenerated by GNU Autoconf 2.59.  Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man## --------- #### Platform. #### --------- ##hostname = a0f3e51a3c19uname -m = x86_64uname -r = 4.10.6-1-ARCHuname -s = Linuxuname -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 = unknownhostinfo               = unknown/bin/machine           = unknown/usr/bin/oslevel       = unknown/bin/universe          = unknownPATH: /sysroot/binPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:1388: checking for a BSD-compatible installconfigure:1443: result: /usr/bin/install -cconfigure:1454: checking whether build environment is saneconfigure:1497: result: yesconfigure:1562: checking for gawkconfigure:1578: found /usr/sbin/gawkconfigure:1588: result: gawkconfigure:1598: checking whether make sets $(MAKE)configure:1618: result: yesconfigure:1685: checking for x86_64-unknown-linux-stripconfigure:1714: result: noconfigure:1723: checking for stripconfigure:1739: found /sysroot/bin/stripconfigure:1750: result: stripconfigure:1791: checking for style of include used by makeconfigure:1819: result: GNUconfigure:1852: checking for x86_64-unknown-linux-gccconfigure:1878: result: clangconfigure:2160: checking for C compiler versionconfigure:2163: clang --version &5clang version 3.8.1Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /configure:2166: $? = 0configure:2168: clang -v &5clang version 3.8.1Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Candidate multilib: .;@m64Selected multilib: .;@m64configure:2171: $? = 0configure:2173: clang -V &5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:2176: $? = 1configure:2199: checking for C compiler default output file nameconfigure:2202: clang    conftest.c  >&5configure:2205: $? = 0configure:2251: result: a.outconfigure:2256: checking whether the C compiler worksconfigure:2262: ./a.out./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF headerconfigure:2265: $? = 127configure:2282: result: yesconfigure:2289: checking whether we are cross compilingconfigure:2291: result: yesconfigure:2294: checking for suffix of executablesconfigure:2296: clang -o conftest    conftest.c  >&5configure:2299: $? = 0configure:2324: result:configure:2330: checking for suffix of object filesconfigure:2351: clang -c   conftest.c >&5configure:2354: $? = 0configure:2376: result: oconfigure:2380: checking whether we are using the GNU C compilerconfigure:2404: clang -c   conftest.c >&5configure:2410: $? = 0configure:2414: test -z|| test ! -s conftest.errconfigure:2417: $? = 0configure:2420: test -s conftest.oconfigure:2423: $? = 0configure:2436: result: yesconfigure:2442: checking whether clang accepts -gconfigure:2463: clang -c -g  conftest.c >&5configure:2469: $? = 0configure:2473: test -z|| test ! -s conftest.errconfigure:2476: $? = 0configure:2479: test -s conftest.oconfigure:2482: $? = 0configure:2493: result: yesconfigure:2510: checking for clang option to accept ANSI Cconfigure:2580: clang  -c   conftest.c >&5configure:2586: $? = 0configure:2590: test -z|| test ! -s conftest.errconfigure:2593: $? = 0configure:2596: test -s conftest.oconfigure:2599: $? = 0configure:2617: result: none neededconfigure:2635: clang -c   conftest.c >&5conftest.c:2:3: error: unknown type name 'choke'choke me^conftest.c:2:11: error: expected ';' after top level declaratorchoke me^;2 errors generated.configure:2641: $? = 1configure: failed program was:| #ifndef __cplusplus|   choke me| #endifconfigure:2776: checking dependency style of clangconfigure:2866: result: gcc3configure:2884: checking for library containing strerrorconfigure:2914: clang -o conftest    conftest.c  >&5conftest.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: $? = 0configure:2924: test -z|| test ! -s conftest.errconfigure:2927: $? = 0configure:2930: test -s conftestconfigure:2933: $? = 0configure:3003: result: none requiredconfigure:3024: checking for a BSD-compatible installconfigure:3079: result: /usr/bin/install -cconfigure:3097: checking how to run the C preprocessorconfigure:3132: clang -E  conftest.cconfigure:3138: $? = 0configure:3170: clang -E  conftest.cconftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:3176: $? = 1configure: 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 -Econfigure:3239: clang -E  conftest.cconfigure:3245: $? = 0configure:3277: clang -E  conftest.cconftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:3283: $? = 1configure: 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 egrepconfigure:3337: result: grep -Econfigure:3342: checking for ANSI C header filesconfigure:3367: clang -c   conftest.c >&5configure:3373: $? = 0configure:3377: test -z|| test ! -s conftest.errconfigure:3380: $? = 0configure:3383: test -s conftest.oconfigure:3386: $? = 0configure:3498: result: yesconfigure:3508: checking whether time.h and sys/time.h may both be includedconfigure:3533: clang -c   conftest.c >&5configure:3539: $? = 0configure:3543: test -z|| test ! -s conftest.errconfigure:3546: $? = 0configure:3549: test -s conftest.oconfigure:3552: $? = 0configure:3563: result: yesconfigure:3587: checking for sys/types.hconfigure:3603: clang -c   conftest.c >&5configure:3609: $? = 0configure:3613: test -z|| test ! -s conftest.errconfigure:3616: $? = 0configure:3619: test -s conftest.oconfigure:3622: $? = 0configure:3633: result: yesconfigure:3587: checking for sys/stat.hconfigure:3603: clang -c   conftest.c >&5configure:3609: $? = 0configure:3613: test -z|| test ! -s conftest.errconfigure:3616: $? = 0configure:3619: test -s conftest.oconfigure:3622: $? = 0configure:3633: result: yesconfigure:3587: checking for stdlib.hconfigure:3603: clang -c   conftest.c >&5configure:3609: $? = 0configure:3613: test -z|| test ! -s conftest.errconfigure:3616: $? = 0configure:3619: test -s conftest.oconfigure:3622: $? = 0configure:3633: result: yesconfigure:3587: checking for string.hconfigure:3603: clang -c   conftest.c >&5configure:3609: $? = 0configure:3613: test -z|| test ! -s conftest.errconfigure:3616: $? = 0configure:3619: test -s conftest.oconfigure:3622: $? = 0configure:3633: result: yesconfigure:3587: checking for memory.hconfigure:3603: clang -c   conftest.c >&5configure:3609: $? = 0configure:3613: test -z|| test ! -s conftest.errconfigure:3616: $? = 0configure:3619: test -s conftest.oconfigure:3622: $? = 0configure:3633: result: yesconfigure:3587: checking for strings.hconfigure:3603: clang -c   conftest.c >&5configure:3609: $? = 0configure:3613: test -z|| test ! -s conftest.errconfigure:3616: $? = 0configure:3619: test -s conftest.oconfigure:3622: $? = 0configure:3633: result: yesconfigure:3587: checking for inttypes.hconfigure:3603: clang -c   conftest.c >&5configure:3609: $? = 0configure:3613: test -z|| test ! -s conftest.errconfigure:3616: $? = 0configure:3619: test -s conftest.oconfigure:3622: $? = 0configure:3633: result: yesconfigure:3587: checking for stdint.hconfigure:3603: clang -c   conftest.c >&5configure:3609: $? = 0configure:3613: test -z|| test ! -s conftest.errconfigure:3616: $? = 0configure:3619: test -s conftest.oconfigure:3622: $? = 0configure:3633: result: yesconfigure:3587: checking for unistd.hconfigure:3603: clang -c   conftest.c >&5configure:3609: $? = 0configure:3613: test -z|| test ! -s conftest.errconfigure:3616: $? = 0configure:3619: test -s conftest.oconfigure:3622: $? = 0configure:3633: result: yesconfigure:3670: checking arpa/inet.h usabilityconfigure:3682: clang -c   conftest.c >&5configure:3688: $? = 0configure:3692: test -z|| test ! -s conftest.errconfigure:3695: $? = 0configure:3698: test -s conftest.oconfigure:3701: $? = 0configure:3711: result: yesconfigure:3715: checking arpa/inet.h presenceconfigure:3725: clang -E  conftest.cconfigure:3731: $? = 0configure:3751: result: yesconfigure:3786: checking for arpa/inet.hconfigure:3793: result: yesconfigure:3670: checking fcntl.h usabilityconfigure:3682: clang -c   conftest.c >&5configure:3688: $? = 0configure:3692: test -z|| test ! -s conftest.errconfigure:3695: $? = 0configure:3698: test -s conftest.oconfigure:3701: $? = 0configure:3711: result: yesconfigure:3715: checking fcntl.h presenceconfigure:3725: clang -E  conftest.cconfigure:3731: $? = 0configure:3751: result: yesconfigure:3786: checking for fcntl.hconfigure:3793: result: yesconfigure:3670: checking netdb.h usabilityconfigure:3682: clang -c   conftest.c >&5configure:3688: $? = 0configure:3692: test -z|| test ! -s conftest.errconfigure:3695: $? = 0configure:3698: test -s conftest.oconfigure:3701: $? = 0configure:3711: result: yesconfigure:3715: checking netdb.h presenceconfigure:3725: clang -E  conftest.cconfigure:3731: $? = 0configure:3751: result: yesconfigure:3786: checking for netdb.hconfigure:3793: result: yesconfigure:3670: checking netinet/in.h usabilityconfigure:3682: clang -c   conftest.c >&5configure:3688: $? = 0configure:3692: test -z|| test ! -s conftest.errconfigure:3695: $? = 0configure:3698: test -s conftest.oconfigure:3701: $? = 0configure:3711: result: yesconfigure:3715: checking netinet/in.h presenceconfigure:3725: clang -E  conftest.cconfigure:3731: $? = 0configure:3751: result: yesconfigure:3786: checking for netinet/in.hconfigure:3793: result: yesconfigure:3661: checking for stdlib.hconfigure:3666: result: yesconfigure:3661: checking for string.hconfigure:3666: result: yesconfigure:3661: checking for strings.hconfigure:3666: result: yesconfigure:3661: checking for stdint.hconfigure:3666: result: yesconfigure:3670: checking sys/socket.h usabilityconfigure:3682: clang -c   conftest.c >&5configure:3688: $? = 0configure:3692: test -z|| test ! -s conftest.errconfigure:3695: $? = 0configure:3698: test -s conftest.oconfigure:3701: $? = 0configure:3711: result: yesconfigure:3715: checking sys/socket.h presenceconfigure:3725: clang -E  conftest.cconfigure:3731: $? = 0configure:3751: result: yesconfigure:3786: checking for sys/socket.hconfigure:3793: result: yesconfigure:3670: checking sys/time.h usabilityconfigure:3682: clang -c   conftest.c >&5configure:3688: $? = 0configure:3692: test -z|| test ! -s conftest.errconfigure:3695: $? = 0configure:3698: test -s conftest.oconfigure:3701: $? = 0configure:3711: result: yesconfigure:3715: checking sys/time.h presenceconfigure:3725: clang -E  conftest.cconfigure:3731: $? = 0configure:3751: result: yesconfigure:3786: checking for sys/time.hconfigure:3793: result: yesconfigure:3661: checking for unistd.hconfigure:3666: result: yesconfigure:3670: checking getopt.h usabilityconfigure:3682: clang -c   conftest.c >&5configure:3688: $? = 0configure:3692: test -z|| test ! -s conftest.errconfigure:3695: $? = 0configure:3698: test -s conftest.oconfigure:3701: $? = 0configure:3711: result: yesconfigure:3715: checking getopt.h presenceconfigure:3725: clang -E  conftest.cconfigure:3731: $? = 0configure:3751: result: yesconfigure:3786: checking for getopt.hconfigure:3793: result: yesconfigure:3808: checking for an ANSI C-conforming constconfigure:3875: clang -c   conftest.c >&5configure:3881: $? = 0configure:3885: test -z|| test ! -s conftest.errconfigure:3888: $? = 0configure:3891: test -s conftest.oconfigure:3894: $? = 0configure:3905: result: yesconfigure:3915: checking for size_tconfigure:3939: clang -c   conftest.c >&5configure:3945: $? = 0configure:3949: test -z|| test ! -s conftest.errconfigure:3952: $? = 0configure:3955: test -s conftest.oconfigure:3958: $? = 0configure:3969: result: yesconfigure:3988: checking for stdlib.hconfigure:3993: result: yesconfigure:4133: checking for GNU libc compatible mallocconfigure:4184: result: noconfigure:4219: checking for stdlib.hconfigure:4224: result: yesconfigure:4364: checking for GNU libc compatible reallocconfigure:4415: result: noconfigure:4460: checking sys/select.h usabilityconfigure:4472: clang -c   conftest.c >&5configure:4478: $? = 0configure:4482: test -z|| test ! -s conftest.errconfigure:4485: $? = 0configure:4488: test -s conftest.oconfigure:4491: $? = 0configure:4501: result: yesconfigure:4505: checking sys/select.h presenceconfigure:4515: clang -E  conftest.cconfigure:4521: $? = 0configure:4541: result: yesconfigure:4576: checking for sys/select.hconfigure:4583: result: yesconfigure:4451: checking for sys/socket.hconfigure:4456: result: yesconfigure:4596: checking types of arguments for selectconfigure:4629: clang -c   conftest.c >&5configure:4635: $? = 0configure:4639: test -z|| test ! -s conftest.errconfigure:4642: $? = 0configure:4645: test -s conftest.oconfigure:4648: $? = 0configure:4664: result: int,fd_set *,struct timeval *configure:4687: checking whether lstat dereferences a symlink specified with a trailing slashconfigure:4747: result: noconfigure:4768: checking whether stat accepts an empty stringconfigure:4815: result: yesconfigure:4845: checking for inet_ntoaconfigure:4902: clang -o conftest    conftest.c  >&5configure:4908: $? = 0configure:4912: test -z|| test ! -s conftest.errconfigure:4915: $? = 0configure:4918: test -s conftestconfigure:4921: $? = 0configure:4933: result: yesconfigure:4845: checking for memsetconfigure:4902: clang -o conftest    conftest.c  >&5conftest.c:75:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]char memset ();^conftest.c:75:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'1 warning generated.configure:4908: $? = 0configure:4912: test -z|| test ! -s conftest.errconfigure:4915: $? = 0configure:4918: test -s conftestconfigure:4921: $? = 0configure:4933: result: yesconfigure:4845: checking for socketconfigure:4902: clang -o conftest    conftest.c  >&5configure:4908: $? = 0configure:4912: test -z|| test ! -s conftest.errconfigure:4915: $? = 0configure:4918: test -s conftestconfigure:4921: $? = 0configure:4933: result: yesconfigure:4845: checking for strerrorconfigure:4902: clang -o conftest    conftest.c  >&5conftest.c:77:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]char strerror ();^conftest.c:77:6: note: 'strerror' is a builtin with type 'char *(int)'1 warning generated.configure:4908: $? = 0configure:4912: test -z|| test ! -s conftest.errconfigure:4915: $? = 0configure:4918: test -s conftestconfigure:4921: $? = 0configure:4933: result: yesconfigure:4845: checking for strrchrconfigure:4902: clang -o conftest    conftest.c  >&5conftest.c:78:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration]char strrchr ();^conftest.c:78:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)'1 warning generated.configure:4908: $? = 0configure:4912: test -z|| test ! -s conftest.errconfigure:4915: $? = 0configure:4918: test -s conftestconfigure:4921: $? = 0configure:4933: result: yesconfigure:4845: checking for snprintfconfigure:4902: clang -o conftest    conftest.c  >&5conftest.c:79:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]char snprintf ();^conftest.c:79:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'1 warning generated.configure:4908: $? = 0configure:4912: test -z|| test ! -s conftest.errconfigure:4915: $? = 0configure:4918: test -s conftestconfigure:4921: $? = 0configure:4933: result: yesconfigure:4845: checking for vsnprintfconfigure:4902: clang -o conftest    conftest.c  >&5conftest.c:80:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]char vsnprintf ();^conftest.c:80:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'1 warning generated.configure:4908: $? = 0configure:4912: test -z|| test ! -s conftest.errconfigure:4915: $? = 0configure:4918: test -s conftestconfigure:4921: $? = 0configure:4933: result: yesconfigure:4845: checking for gettimeofdayconfigure:4902: clang -o conftest    conftest.c  >&5configure:4908: $? = 0configure:4912: test -z|| test ! -s conftest.errconfigure:4915: $? = 0configure:4918: test -s conftestconfigure:4921: $? = 0configure:4933: result: yesconfigure:4845: checking for getopt_longconfigure:4902: clang -o conftest    conftest.c  >&5configure:4908: $? = 0configure:4912: test -z|| test ! -s conftest.errconfigure:4915: $? = 0configure:4918: test -s conftestconfigure:4921: $? = 0configure:4933: result: yesconfigure:4947: checking for socketconfigure:5035: result: yesconfigure:5124: checking for gethostbynameconfigure:5181: clang -o conftest    conftest.c  >&5configure:5187: $? = 0configure:5191: test -z|| test ! -s conftest.errconfigure:5194: $? = 0configure:5197: test -s conftestconfigure:5200: $? = 0configure:5212: result: yesconfigure:5422: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by mmsrip config.status 0.7.0, which wasgenerated by GNU Autoconf 2.59.  Invocation command line wasCONFIG_FILES    =CONFIG_HEADERS  =CONFIG_LINKS    =CONFIG_COMMANDS =$ ./config.statuson a0f3e51a3c19config.status:691: creating Makefileconfig.status:691: creating src/Makefileconfig.status:691: creating doc/Makefileconfig.status:795: creating config.hconfig.status:1179: executing depfiles commands## ---------------- #### Cache variables. #### ---------------- ##ac_cv_c_compiler_gnu=yesac_cv_c_const=yesac_cv_env_CC_set=setac_cv_env_CC_value=clangac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CPP_set=ac_cv_env_CPP_value=ac_cv_env_LDFLAGS_set=setac_cv_env_LDFLAGS_value=ac_cv_env_build_alias_set=ac_cv_env_build_alias_value=ac_cv_env_host_alias_set=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_exeext=ac_cv_func_gethostbyname=yesac_cv_func_getopt_long=yesac_cv_func_gettimeofday=yesac_cv_func_inet_ntoa=yesac_cv_func_lstat_dereferences_slashed_symlink=noac_cv_func_malloc_0_nonnull=noac_cv_func_memset=yesac_cv_func_realloc_0_nonnull=noac_cv_func_select_args='int,fd_set *,struct timeval *'ac_cv_func_snprintf=yesac_cv_func_socket=yesac_cv_func_stat_empty_string_bug=yesac_cv_func_strerror=yesac_cv_func_strrchr=yesac_cv_func_vsnprintf=yesac_cv_header_arpa_inet_h=yesac_cv_header_fcntl_h=yesac_cv_header_getopt_h=yesac_cv_header_inttypes_h=yesac_cv_header_memory_h=yesac_cv_header_netdb_h=yesac_cv_header_netinet_in_h=yesac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_select_h=yesac_cv_header_sys_socket_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_time_h=yesac_cv_header_sys_types_h=yesac_cv_header_time=yesac_cv_header_unistd_h=yesac_cv_objext=oac_cv_path_install='/usr/bin/install -c'ac_cv_prog_AWK=gawkac_cv_prog_CC=clangac_cv_prog_CPP='clang -E'ac_cv_prog_ac_ct_STRIP=stripac_cv_prog_cc_g=yesac_cv_prog_cc_stdc=ac_cv_prog_egrep='grep -E'ac_cv_prog_make_make_set=yesac_cv_search_strerror='none required'ac_cv_type_size_t=yesam_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=' malloc$U.o realloc$U.o lstat$U.o stat$U.o'LIBS=''LTLIBOBJS=' malloc$U.lo realloc$U.lo lstat$U.lo stat$U.lo'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 0#define HAVE_MEMORY_H 1#define HAVE_MEMSET 1#define HAVE_NETDB_H 1#define HAVE_NETINET_IN_H 1#define HAVE_REALLOC 0#define HAVE_SNPRINTF 1#define HAVE_SOCKET 1#define HAVE_SOCKET 1#define HAVE_STAT_EMPTY_STRING_BUG 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 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#define malloc rpl_malloc#define realloc rpl_reallocconfigure: exit 0