The build took 00h 00m 57s 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:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: mmsrip 0.7.0-5 (Wed Aug 24 12:38:48 UTC 2016)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used.checking for a BSD-compatible install... /usr/bin/install -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... nochecking for gcc... gccchecking for C compiler default output file name... a.outchecking whether the C compiler works... yeschecking whether we are cross compiling... nochecking for suffix of executables... checking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option to accept ANSI C... none neededchecking dependency style of gcc... gcc3checking for library containing strerror... none requiredchecking for a BSD-compatible install... /usr/bin/install -cchecking how to run the C preprocessor... gcc -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... yeschecking for stdlib.h... (cached) yeschecking for GNU libc compatible realloc... yeschecking 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... yeschecking whether stat accepts an empty string... nochecking 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 gcc -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 gcc -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; fimain.c: In function 'main':main.c:596:39: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] fprintf ( stderr, "%s: %d bytes written (--.- kbps)\r", output_filename, (ssize_t)total_len_written ); ^main.c:669:49: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] fprintf ( stderr, "%s: %d bytes written (%.1f mbps)\r", output_filename, (ssize_t)total_len_written, speed/1024.0f ); ^main.c:671:49: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] fprintf ( stderr, "%s: %d bytes written (%.1f kbps)\r", output_filename, (ssize_t)total_len_written, speed ); ^main.c:674:45: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] fprintf ( stderr, "%s: %d bytes written (--.- kbps)\r", output_filename, (ssize_t)total_len_written ); ^main.c:694:39: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] fprintf ( stderr, "%s: %d bytes written\n", output_filename, (ssize_t)total_len_written ); ^if gcc -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; fimms.c: In function 'mms_print_packet':mms.c:166:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'ssize_t {aka const long int}' [-Wformat=] fprintf ( stddebug, " command from server (%d bytes)\n", length ); ^mms.c:168:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'ssize_t {aka const long int}' [-Wformat=] fprintf ( stddebug, " command from client (%d bytes)\n", length ); ^mms.c: In function 'mms_recv_header_packet':mms.c:440:61: warning: format '%d' expects argument of type 'int', but argument 3 has type 'ssize_t {aka long int}' [-Wformat=] fprintf ( mms->stddebug, "\nASF Header Packet (%d bytes)\n", packet_len ); ^mms.c: In function 'mms_interp_header':mms.c:561:68: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=] fprintf ( mms->stddebug, "File Properties Object (%lld bytes)\n", length ); ^mms.c:563:65: warning: format '%d' expects argument of type 'int', but argument 3 has type 'ssize_t {aka long int}' [-Wformat=] fprintf ( mms->stddebug, " -> min packet length: %d\n", packet_length ); ^mms.c:597:59: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=] fprintf ( mms->stddebug, "Stream Object (%lld bytes)\n", length ); ^mms.c:606:55: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=] fprintf ( mms->stddebug, "Data Object (%lld bytes)\n\n", length ); ^mms.c:611:57: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=] fprintf ( mms->stddebug, "Header Object (%lld bytes)\n\n", length ); ^mms.c:613:63: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=] fprintf ( mms->stddebug, "Simple Index Object (%lld bytes)\n\n", length ); ^mms.c:615:56: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=] fprintf ( mms->stddebug, "Index Object (%lld bytes)\n\n", length ); ^mms.c:617:67: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=] fprintf ( mms->stddebug, "Header Extension Object (%lld bytes)\n\n", length ); ^mms.c:619:70: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=] fprintf ( mms->stddebug, "Content Description Object (%lld bytes)\n\n", length ); ^mms.c:621:79: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=] fprintf ( mms->stddebug, "Extended Content Description Object (%lld bytes)\n\n", length ); ^mms.c:623:61: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=] fprintf ( mms->stddebug, "Codec List Object (%lld bytes)\n\n", length ); ^mms.c:625:76: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=] fprintf ( mms->stddebug, "Stream Bitrate Properties Object (%lld bytes)\n\n", length ); ^mms.c:627:58: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=] fprintf ( mms->stddebug, "Unknown Object (%lld bytes)\n\n", length ); ^mms.c: In function 'mms_recv_media_packet':mms.c:676:56: warning: format '%d' expects argument of type 'int', but argument 3 has type 'ssize_t {aka long int}' [-Wformat=] fprintf ( mms->stddebug, "\nASF Media Packet (%d bytes)\n", packet_len ); ^gcc -Wall -o mmsrip main.o error.o mms.o make[2]: Leaving directory '/tmp/mmsrip/src/mmsrip-0.7.0/src'Making all in docmake[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 srcmake[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"make[2]: Nothing to be done for 'install-data-am'. /usr/bin/install -c 'mmsrip' '/tmp/mmsrip/pkg/mmsrip/usr/bin/mmsrip'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 docmake[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 (Wed Aug 24 12:38:54 UTC 2016)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
Attempting to access local repository, attempt 2
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 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 = ec60001c9a64uname -m = x86_64uname -r = 4.7.1-1-ARCHuname -s = Linuxuname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016/usr/bin/uname -p = unknown/bin/uname -X = unknown/bin/arch = unknown/usr/bin/arch -k = unknown/usr/convex/getsysinfo = unknownhostinfo = unknown/bin/machine = unknown/usr/bin/oslevel = unknown/bin/universe = unknownPATH: /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 /usr/sbin/stripconfigure:1750: result: stripconfigure:1791: checking for style of include used by makeconfigure:1819: result: GNUconfigure:1852: checking for x86_64-unknown-linux-gccconfigure:1881: result: noconfigure:1890: checking for gccconfigure:1906: found /usr/sbin/gccconfigure:1916: result: gccconfigure:2160: checking for C compiler versionconfigure:2163: gcc --version &5gcc (GCC) 6.1.1 20160602Copyright (C) 2016 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:2166: $? = 0configure:2168: gcc -v &5Using built-in specs.COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapperTarget: x86_64-pc-linux-gnuConfigured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=releaseThread model: posixgcc version 6.1.1 20160602 (GCC)configure:2171: $? = 0configure:2173: gcc -V &5gcc: error: unrecognized command line option '-V'gcc: fatal error: no input filescompilation terminated.configure:2176: $? = 1configure:2199: checking for C compiler default output file nameconfigure:2202: gcc conftest.c >&5configure:2205: $? = 0configure:2251: result: a.outconfigure:2256: checking whether the C compiler worksconfigure:2262: ./a.outconfigure:2265: $? = 0configure:2282: result: yesconfigure:2289: checking whether we are cross compilingconfigure:2291: result: noconfigure:2294: checking for suffix of executablesconfigure:2296: gcc -o conftest conftest.c >&5configure:2299: $? = 0configure:2324: result:configure:2330: checking for suffix of object filesconfigure:2351: gcc -c conftest.c >&5configure:2354: $? = 0configure:2376: result: oconfigure:2380: checking whether we are using the GNU C compilerconfigure:2404: gcc -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 gcc accepts -gconfigure:2463: gcc -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 gcc option to accept ANSI Cconfigure:2580: gcc -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: gcc -c conftest.c >&5conftest.c:2:3: error: unknown type name 'choke'choke me^~~~~conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of inputconfigure:2641: $? = 1configure: failed program was:| #ifndef __cplusplus| choke me| #endifconfigure:2776: checking dependency style of gccconfigure:2866: result: gcc3configure:2884: checking for library containing strerrorconfigure:2914: gcc -o conftest conftest.c >&5configure: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: gcc -E conftest.cconfigure:3138: $? = 0configure:3170: gcc -E conftest.cconftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.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: gcc -Econfigure:3239: gcc -E conftest.cconfigure:3245: $? = 0configure:3277: gcc -E conftest.cconftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.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: gcc -c conftest.c >&5configure:3373: $? = 0configure:3377: test -z|| test ! -s conftest.errconfigure:3380: $? = 0configure:3383: test -s conftest.oconfigure:3386: $? = 0configure:3475: gcc -o conftest conftest.c >&5conftest.c: In function 'main':conftest.c:32:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]exit(2);^~~~conftest.c:32:7: warning: incompatible implicit declaration of built-in function 'exit'conftest.c:32:7: note: include '' or provide a declaration of 'exit' conftest.c:33:3: warning: incompatible implicit declaration of built-in function 'exit'exit (0);^~~~conftest.c:33:3: note: include '' or provide a declaration of 'exit' configure:3478: $? = 0configure:3480: ./conftestconfigure:3483: $? = 0configure:3498: result: yesconfigure:3508: checking whether time.h and sys/time.h may both be includedconfigure:3533: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -E conftest.cconfigure:3731: $? = 0configure:3751: result: yesconfigure:3786: checking for arpa/inet.hconfigure:3793: result: yesconfigure:3670: checking fcntl.h usabilityconfigure:3682: gcc -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: gcc -E conftest.cconfigure:3731: $? = 0configure:3751: result: yesconfigure:3786: checking for fcntl.hconfigure:3793: result: yesconfigure:3670: checking netdb.h usabilityconfigure:3682: gcc -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: gcc -E conftest.cconfigure:3731: $? = 0configure:3751: result: yesconfigure:3786: checking for netdb.hconfigure:3793: result: yesconfigure:3670: checking netinet/in.h usabilityconfigure:3682: gcc -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: gcc -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: gcc -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: gcc -E conftest.cconfigure:3731: $? = 0configure:3751: result: yesconfigure:3786: checking for sys/socket.hconfigure:3793: result: yesconfigure:3670: checking sys/time.h usabilityconfigure:3682: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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:4162: gcc -o conftest conftest.c >&5configure:4165: $? = 0configure:4167: ./conftestconfigure:4170: $? = 0configure:4184: result: yesconfigure:4219: checking for stdlib.hconfigure:4224: result: yesconfigure:4364: checking for GNU libc compatible reallocconfigure:4393: gcc -o conftest conftest.c >&5configure:4396: $? = 0configure:4398: ./conftestconfigure:4401: $? = 0configure:4415: result: yesconfigure:4460: checking sys/select.h usabilityconfigure:4472: gcc -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: gcc -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: gcc -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:4718: gcc -o conftest conftest.c >&5configure:4721: $? = 0configure:4723: ./conftestconfigure:4726: $? = 0configure:4747: result: yesconfigure:4768: checking whether stat accepts an empty stringconfigure:4793: gcc -o conftest conftest.c >&5configure:4796: $? = 0configure:4798: ./conftestconfigure:4801: $? = 1configure: program exited with status 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| #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: noconfigure:4845: checking for inet_ntoaconfigure:4902: gcc -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: gcc -o conftest conftest.c >&5conftest.c:73:6: warning: conflicting types for built-in function 'memset'char memset ();^~~~~~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: gcc -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: gcc -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 strrchrconfigure:4902: gcc -o conftest conftest.c >&5conftest.c:76:6: warning: conflicting types for built-in function 'strrchr'char strrchr ();^~~~~~~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: gcc -o conftest conftest.c >&5conftest.c:77:6: warning: conflicting types for built-in function 'snprintf'char snprintf ();^~~~~~~~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: gcc -o conftest conftest.c >&5conftest.c:78:6: warning: conflicting types for built-in function 'vsnprintf'char vsnprintf ();^~~~~~~~~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: gcc -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: gcc -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: gcc -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 ec60001c9a64config.status:691: creating Makefileconfig.status:691: creating src/Makefileconfig.status:691: creating doc/Makefileconfig.status:795: creating config.hconfig.status:1175: executing depfiles commands## ---------------- #### Cache variables. #### ---------------- ##ac_cv_c_compiler_gnu=yesac_cv_c_const=yesac_cv_env_CC_set=ac_cv_env_CC_value=ac_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=yesac_cv_func_malloc_0_nonnull=yesac_cv_func_memset=yesac_cv_func_realloc_0_nonnull=yesac_cv_func_select_args='int,fd_set *,struct timeval *'ac_cv_func_snprintf=yesac_cv_func_socket=yesac_cv_func_stat_empty_string_bug=noac_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_CPP='gcc -E'ac_cv_prog_ac_ct_CC=gccac_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='gcc'CCDEPMODE='depmode=gcc3'CFLAGS=' -Wall'CPP='gcc -E'CPPFLAGS=''CYGPATH_W='echo'DEFS='-DHAVE_CONFIG_H'DEPDIR='.deps'ECHO_C=''ECHO_N='-n'ECHO_T=''EGREP='grep -E'EXEEXT=''INSTALL_DATA='${INSTALL} -m 644'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'LDFLAGS=''LIBOBJS=''LIBS=''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='gcc'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 1configure: exit 0