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 -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... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... 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... gcc -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 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; fi
if 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; fi
main.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; fi
mms.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 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"
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 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 (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 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 = ec60001c9a64
uname -m = x86_64
uname -r = 4.7.1-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure: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/sbin/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/sbin/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:1881: result: no
configure:1890: checking for gcc
configure:1906: found /usr/sbin/gcc
configure:1916: result: gcc
configure:2160: checking for C compiler version
configure:2163: gcc --version &5
gcc (GCC) 6.1.1 20160602
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2166: $? = 0
configure:2168: gcc -v &5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:2171: $? = 0
configure:2173: gcc -V &5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2176: $? = 1
configure:2199: checking for C compiler default output file name
configure:2202: gcc 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: gcc -o conftest conftest.c >&5
configure:2299: $? = 0
configure:2324: result:
configure:2330: checking for suffix of object files
configure:2351: gcc -c conftest.c >&5
configure:2354: $? = 0
configure:2376: result: o
configure:2380: checking whether we are using the GNU C compiler
configure:2404: gcc -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 gcc accepts -g
configure:2463: gcc -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 gcc option to accept ANSI C
configure:2580: gcc -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: gcc -c conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^~~~~
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:2641: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2776: checking dependency style of gcc
configure:2866: result: gcc3
configure:2884: checking for library containing strerror
configure:2914: gcc -o conftest conftest.c >&5
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: gcc -E conftest.c
configure:3138: $? = 0
configure:3170: gcc -E conftest.c
conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
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: gcc -E
configure:3239: gcc -E conftest.c
configure:3245: $? = 0
configure:3277: gcc -E conftest.c
conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
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: gcc -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: gcc -o conftest conftest.c >&5
conftest.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: $? = 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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -o conftest conftest.c >&5
conftest.c:73:6: warning: conflicting types for built-in function 'memset'
char memset ();
^~~~~~
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: gcc -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: gcc -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 strrchr
configure:4902: gcc -o conftest conftest.c >&5
conftest.c:76:6: warning: conflicting types for built-in function 'strrchr'
char strrchr ();
^~~~~~~
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: gcc -o conftest conftest.c >&5
conftest.c:77:6: warning: conflicting types for built-in function 'snprintf'
char snprintf ();
^~~~~~~~
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: gcc -o conftest conftest.c >&5
conftest.c:78:6: warning: conflicting types for built-in function 'vsnprintf'
char vsnprintf ();
^~~~~~~~~
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: gcc -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: gcc -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: gcc -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 ec60001c9a64
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=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_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_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_search_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='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 1
configure: exit 0