Build of streamripper with vanilla toolchain

The build took 00h 01m 02s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
19,795 ansic
16,843 sh
1,487 makefile
545 asm
34 perl
15 sed
38,719 total

The process tree of the build process is here.

Log

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:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: streamripper 1.64.6-3 (Wed Aug 24 14:19:25 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (2) faad2-2.7-4 libmad-0.15.1b-7
#
# Total Installed Size: 0.56 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing libmad...
# installing faad2...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> 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 a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-gcc... 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 ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for inline... inline
# checking for main in -lm... yes
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... 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 for working alloca.h... yes
# checking for alloca... yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.7... yes
# checking for GLIB - version >= 2.16.0... yes (version 2.48.1)
# checking for mad_stream_buffer in -lmad... yes
# checking for pthread_create in -lpthread... yes
# checking for socklen_t... yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking for ANSI C header files... (cached) yes
# checking for unistd.h... (cached) yes
# checking wchar.h usability... yes
# checking wchar.h presence... yes
# checking for wchar.h... yes
# checking wctype.h usability... yes
# checking wctype.h presence... yes
# checking for wctype.h... yes
# checking for wchar_t... yes
# checking for iswcntrl... yes
# checking for vswprintf... yes
# checking whether mbrtowc and mbstate_t are properly declared... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for ld used by GCC... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for shared library run path origin... done
# checking for iconv... yes
# checking for iconv declaration...
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# checking for nl_langinfo and CODESET... yes
# checking for buildargv in -liberty... yes
# checking for NeAACDecDecode2 in -lfaad... yes
# checking for initscr in -lncurses ... yes
# configure: Request for ncurses
# checking for Ogg... yes
# checking for Vorbis... yes
# checking for sem_init... no
# checking for sem_init in -lsem... no
# checking for sem_init... (cached) no
# checking for sem_init in -lrt... no
# checking for stdint.h... (cached) yes
# checking for inttypes.h... (cached) yes
# checking for uint32_t... yes
# checking for u_int32_t... yes
# checking sys/sockio.h usability... no
# checking sys/sockio.h presence... no
# checking for sys/sockio.h... no
# checking for connect... yes
# checking for size_t... yes
# checking return type of signal handlers... void
# checking for vprintf... yes
# checking for _doprnt... no
# checking for mkdir... yes
# checking for socket... yes
# checking for strerror... yes
# checking for strstr... yes
# configure: creating ./config.status
# config.status: creating lib/Makefile
# config.status: creating Makefile
# config.status: creating lib/config.h
# config.status: executing depfiles commands
# * Streamripper configuration
# Using included MAD library? no
# Ogg/vorbis support? yes
# Making all in lib
# make[1]: Entering directory '/tmp/streamripper/src/streamripper-1.64.6/lib'
# make all-am
# make[2]: Entering directory '/tmp/streamripper/src/streamripper-1.64.6/lib'
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT cbuf2.o -MD -MP -MF .deps/cbuf2.Tpo -c -o cbuf2.o cbuf2.c
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT charset.o -MD -MP -MF .deps/charset.Tpo -c -o charset.o charset.c
# In file included from srtypes.h:25:0,
# from errors.h:4,
# from cbuf2.c:43:
# cbuf2.c: In function 'cbuf2_advance_metadata_list':
# list.h:211:25: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# for (pos = (head)->prev, prefetch(pos->prev); pos != (head); \
# ^
# cbuf2.c:140:5: note: in expansion of macro 'list_for_each_prev'
# list_for_each_prev (p, &(cbuf2->metadata_list)) {
# ^~~~~~~~~~~~~~~~~~
# list.h:212:25: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# pos = pos->prev, prefetch(pos->prev))
# ^
# cbuf2.c:140:5: note: in expansion of macro 'list_for_each_prev'
# list_for_each_prev (p, &(cbuf2->metadata_list)) {
# ^~~~~~~~~~~~~~~~~~
# cbuf2.c: In function 'cbuf2_insert_chunk':
# list.h:203:25: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# for (pos = (head)->next, prefetch(pos->next); pos != (head); \
# ^
# cbuf2.c:378:2: note: in expansion of macro 'list_for_each'
# list_for_each (p, &this_page_list) {
# ^~~~~~~~~~~~~
# list.h:204:25: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# pos = pos->next, prefetch(pos->next))
# ^
# cbuf2.c:378:2: note: in expansion of macro 'list_for_each'
# list_for_each (p, &this_page_list) {
# ^~~~~~~~~~~~~
# cbuf2.c: In function 'cbuf2_extract_relay_mp3':
# list.h:203:25: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# for (pos = (head)->next, prefetch(pos->next); pos != (head); \
# ^
# cbuf2.c:521:2: note: in expansion of macro 'list_for_each'
# list_for_each (p, &(cbuf2->metadata_list)) {
# ^~~~~~~~~~~~~
# list.h:204:25: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# pos = pos->next, prefetch(pos->next))
# ^
# cbuf2.c:521:2: note: in expansion of macro 'list_for_each'
# list_for_each (p, &(cbuf2->metadata_list)) {
# ^~~~~~~~~~~~~
# cbuf2.c: In function 'cbuf2_debug_lists':
# list.h:203:25: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# for (pos = (head)->next, prefetch(pos->next); pos != (head); \
# ^
# cbuf2.c:555:2: note: in expansion of macro 'list_for_each'
# list_for_each (p, &(cbuf2->metadata_list)) {
# ^~~~~~~~~~~~~
# list.h:204:25: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# pos = pos->next, prefetch(pos->next))
# ^
# cbuf2.c:555:2: note: in expansion of macro 'list_for_each'
# list_for_each (p, &(cbuf2->metadata_list)) {
# ^~~~~~~~~~~~~
# list.h:203:25: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# for (pos = (head)->next, prefetch(pos->next); pos != (head); \
# ^
# cbuf2.c:572:2: note: in expansion of macro 'list_for_each'
# list_for_each (p, &(cbuf2->ogg_page_list)) {
# ^~~~~~~~~~~~~
# list.h:204:25: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# pos = pos->next, prefetch(pos->next))
# ^
# cbuf2.c:572:2: note: in expansion of macro 'list_for_each'
# list_for_each (p, &(cbuf2->ogg_page_list)) {
# ^~~~~~~~~~~~~
# cbuf2.c: In function 'cbuf2_init_relay_entry':
# list.h:203:25: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# for (pos = (head)->next, prefetch(pos->next); pos != (head); \
# ^
# cbuf2.c:782:2: note: in expansion of macro 'list_for_each'
# list_for_each (p, &(cbuf2->ogg_page_list)) {
# ^~~~~~~~~~~~~
# list.h:204:25: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# pos = pos->next, prefetch(pos->next))
# ^
# cbuf2.c:782:2: note: in expansion of macro 'list_for_each'
# list_for_each (p, &(cbuf2->ogg_page_list)) {
# ^~~~~~~~~~~~~
# mv -f .deps/charset.Tpo .deps/charset.Po
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.c
# mv -f .deps/cbuf2.Tpo .deps/cbuf2.Po
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT errors.o -MD -MP -MF .deps/errors.Tpo -c -o errors.o errors.c
# mv -f .deps/debug.Tpo .deps/debug.Po
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT external.o -MD -MP -MF .deps/external.Tpo -c -o external.o external.c
# mv -f .deps/errors.Tpo .deps/errors.Po
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT filelib.o -MD -MP -MF .deps/filelib.Tpo -c -o filelib.o filelib.c
# mv -f .deps/external.Tpo .deps/external.Po
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT findsep.o -MD -MP -MF .deps/findsep.Tpo -c -o findsep.o findsep.c
# filelib.c: In function 'parse_and_subst_pat':
# filelib.c:805:9: warning: variable 'done' set but not used [-Wunused-but-set-variable]
# int done;
# ^~~~
# filelib.c: In function 'get_next_sequence_number':
# filelib.c:1338:9: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
# int rc;
# ^~
# findsep.c: In function 'findsep_silence':
# findsep.c:133:9: warning: variable 'result' set but not used [-Wunused-but-set-variable]
# int result;
# ^~~~~~
# In file included from srtypes.h:25:0,
# from findsep.h:21,
# from findsep.c:30:
# findsep.c: In function 'apply_padding':
# list.h:240:51: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# for (pos = list_entry((head)->next, type, member), \
# ^
# findsep.c:251:5: note: in expansion of macro 'list_for_each_entry'
# list_for_each_entry (pos, FRAME_LIST, &(ds->frame_list), m_list) {
# ^~~~~~~~~~~~~~~~~~~
# list.h:243:55: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# pos = list_entry(pos->member.next, type, member), \
# ^
# findsep.c:251:5: note: in expansion of macro 'list_for_each_entry'
# list_for_each_entry (pos, FRAME_LIST, &(ds->frame_list), m_list) {
# ^~~~~~~~~~~~~~~~~~~
# findsep.c: In function 'find_bitrate':
# findsep.c:488:9: warning: variable 'result' set but not used [-Wunused-but-set-variable]
# int result;
# ^~~~~~
# mv -f .deps/filelib.Tpo .deps/filelib.Po
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT findsep2.o -MD -MP -MF .deps/findsep2.Tpo -c -o findsep2.o findsep2.c
# mv -f .deps/findsep.Tpo .deps/findsep.Po
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT http.o -MD -MP -MF .deps/http.Tpo -c -o http.o http.c
# findsep2.c: In function 'findsep_silence_2':
# findsep2.c:130:9: warning: variable 'result' set but not used [-Wunused-but-set-variable]
# int result;
# ^~~~~~
# In file included from srtypes.h:25:0,
# from findsep.h:21,
# from findsep2.c:30:
# findsep2.c: In function 'apply_padding':
# list.h:240:51: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# for (pos = list_entry((head)->next, type, member), \
# ^
# findsep2.c:250:5: note: in expansion of macro 'list_for_each_entry'
# list_for_each_entry (pos, FRAME_LIST, &(ds->frame_list), m_list) {
# ^~~~~~~~~~~~~~~~~~~
# list.h:243:55: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# pos = list_entry(pos->member.next, type, member), \
# ^
# findsep2.c:250:5: note: in expansion of macro 'list_for_each_entry'
# list_for_each_entry (pos, FRAME_LIST, &(ds->frame_list), m_list) {
# ^~~~~~~~~~~~~~~~~~~
# mv -f .deps/findsep2.Tpo .deps/findsep2.Po
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT iconvert.o -MD -MP -MF .deps/iconvert.Tpo -c -o iconvert.o iconvert.c
# mv -f .deps/iconvert.Tpo .deps/iconvert.Po
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT mchar.o -MD -MP -MF .deps/mchar.Tpo -c -o mchar.o mchar.c
# mv -f .deps/http.Tpo .deps/http.Po
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c
# parse.c: In function 'parse_metadata':
# parse.c:451:9: warning: variable 'eflags' set but not used [-Wunused-but-set-variable]
# int eflags;
# ^~~~~~
# mv -f .deps/parse.Tpo .deps/parse.Po
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT prefs.o -MD -MP -MF .deps/prefs.Tpo -c -o prefs.o prefs.c
# mv -f .deps/prefs.Tpo .deps/prefs.Po
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT relaylib.o -MD -MP -MF .deps/relaylib.Tpo -c -o relaylib.o relaylib.c
# mv -f .deps/mchar.Tpo .deps/mchar.Po
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT rip_manager.o -MD -MP -MF .deps/rip_manager.Tpo -c -o rip_manager.o rip_manager.c
# relaylib.c: In function 'thread_send':
# relaylib.c:670:16: warning: variable 'err' set but not used [-Wunused-but-set-variable]
# error_code err = SR_SUCCESS;
# ^~~
# mv -f .deps/relaylib.Tpo .deps/relaylib.Po
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT ripaac.o -MD -MP -MF .deps/ripaac.Tpo -c -o ripaac.o ripaac.c
# mv -f .deps/ripaac.Tpo .deps/ripaac.Po
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT ripogg.o -MD -MP -MF .deps/ripogg.Tpo -c -o ripogg.o ripogg.c
# mv -f .deps/rip_manager.Tpo .deps/rip_manager.Po
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT ripstream.o -MD -MP -MF .deps/ripstream.Tpo -c -o ripstream.o ripstream.c
# ripstream.c: In function 'ripstream_rip_ogg':
# ripstream.c:228:12: warning: variable 'extract_size' set but not used [-Wunused-but-set-variable]
# u_long extract_size;
# ^~~~~~~~~~~~
# mv -f .deps/ripogg.Tpo .deps/ripogg.Po
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT socklib.o -MD -MP -MF .deps/socklib.Tpo -c -o socklib.o socklib.c
# mv -f .deps/ripstream.Tpo .deps/ripstream.Po
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT threadlib.o -MD -MP -MF .deps/threadlib.Tpo -c -o threadlib.o threadlib.c
# mv -f .deps/socklib.Tpo .deps/socklib.Po
# gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT utf8.o -MD -MP -MF .deps/utf8.Tpo -c -o utf8.o utf8.c
# utf8.c: In function 'utf8_decode':
# utf8.c:310:11: warning: unused variable 'charset' [-Wunused-variable]
# char *charset;
# ^~~~~~~
# mv -f .deps/threadlib.Tpo .deps/threadlib.Po
# mv -f .deps/utf8.Tpo .deps/utf8.Po
# rm -f libstreamripper.a
# ar cru libstreamripper.a cbuf2.o charset.o debug.o errors.o external.o filelib.o findsep.o findsep2.o http.o iconvert.o mchar.o parse.o prefs.o relaylib.o rip_manager.o ripaac.o ripogg.o ripstream.o socklib.o threadlib.o utf8.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libstreamripper.a
# make[2]: Leaving directory '/tmp/streamripper/src/streamripper-1.64.6/lib'
# make[1]: Leaving directory '/tmp/streamripper/src/streamripper-1.64.6/lib'
# make[1]: Entering directory '/tmp/streamripper/src/streamripper-1.64.6'
# gcc -DHAVE_CONFIG_H -I. -I./lib -I/usr/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/tmp/streamripper/src/streamripper-1.64.6/lib -D__UNIX__ -Wall -MT streamripper.o -MD -MP -MF .deps/streamripper.Tpo -c -o streamripper.o `test -f 'console/streamripper.c' || echo './'`console/streamripper.c
# mv -f .deps/streamripper.Tpo .deps/streamripper.Po
# gcc -Wall -o streamripper streamripper.o lib/libstreamripper.a -lfaad -lmad -lpthread -liberty -L/usr/lib -logg -L/usr/lib -lvorbis -lm -lglib-2.0 -lm
# make[1]: Leaving directory '/tmp/streamripper/src/streamripper-1.64.6'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in lib
# make[1]: Entering directory '/tmp/streamripper/src/streamripper-1.64.6/lib'
# make[2]: Entering directory '/tmp/streamripper/src/streamripper-1.64.6/lib'
# 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/streamripper/src/streamripper-1.64.6/lib'
# make[1]: Leaving directory '/tmp/streamripper/src/streamripper-1.64.6/lib'
# make[1]: Entering directory '/tmp/streamripper/src/streamripper-1.64.6'
# make[2]: Entering directory '/tmp/streamripper/src/streamripper-1.64.6'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/streamripper/pkg/streamripper/usr/bin"
# test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/tmp/streamripper/pkg/streamripper/usr/share/man/man1"
# /usr/bin/install -c 'streamripper' '/tmp/streamripper/pkg/streamripper/usr/bin/streamripper'
# /usr/bin/install -c -m 644 './streamripper.1' '/tmp/streamripper/pkg/streamripper/usr/share/man/man1/streamripper.1'
# make[2]: Leaving directory '/tmp/streamripper/src/streamripper-1.64.6'
# make[1]: Leaving directory '/tmp/streamripper/src/streamripper-1.64.6'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "streamripper"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: streamripper 1.64.6-3 (Wed Aug 24 14:19:41 UTC 2016)

CMD: pacman --query --file streamripper-1.64.6-3-x86_64.pkg.tar.xz
# streamripper 1.64.6-3

Creating hybrid package for 'streamripper'

Trying to find vanilla package 'streamripper'...

CMD: pacman --query --file /mirror/streamripper-1.64.6-3.pkg.tar.xz
# streamripper 1.64.6-3

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/streamripper
# /usr/share/man/man1/streamripper.1.gz

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 streamripper.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/streamripper.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/streamripper.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 4699

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/streamripper.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/streamripper.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/streamripper/src/streamripper-1.64.6/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 streamripper configure 1.64.6, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = f568e0bcebc1
# 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
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1945: checking for a BSD-compatible install
# configure:2013: result: /usr/bin/install -c
# configure:2024: checking whether build environment is sane
# configure:2067: result: yes
# configure:2092: checking for a thread-safe mkdir -p
# configure:2131: result: /usr/bin/mkdir -p
# configure:2144: checking for gawk
# configure:2160: found /usr/bin/gawk
# configure:2171: result: gawk
# configure:2182: checking whether make sets $(MAKE)
# configure:2204: result: yes
# configure:2284: checking for x86_64-unknown-linux-strip
# configure:2314: result: no
# configure:2324: checking for strip
# configure:2340: found /usr/bin/strip
# configure:2351: result: strip
# configure:2400: checking for x86_64-unknown-linux-gcc
# configure:2430: result: no
# configure:2440: checking for gcc
# configure:2456: found /usr/bin/gcc
# configure:2467: result: gcc
# configure:2699: checking for C compiler version
# configure:2707: 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:2711: $? = 0
# configure:2718: 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:2722: $? = 0
# configure:2729: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2733: $? = 1
# configure:2756: checking for C compiler default output file name
# configure:2778: gcc conftest.c >&5
# configure:2782: $? = 0
# configure:2820: result: a.out
# configure:2839: checking whether the C compiler works
# configure:2849: ./a.out
# configure:2853: $? = 0
# configure:2872: result: yes
# configure:2879: checking whether we are cross compiling
# configure:2881: result: no
# configure:2884: checking for suffix of executables
# configure:2891: gcc -o conftest conftest.c >&5
# configure:2895: $? = 0
# configure:2921: result:
# configure:2927: checking for suffix of object files
# configure:2953: gcc -c conftest.c >&5
# configure:2957: $? = 0
# configure:2982: result: o
# configure:2986: checking whether we are using the GNU C compiler
# configure:3015: gcc -c conftest.c >&5
# configure:3022: $? = 0
# configure:3039: result: yes
# configure:3048: checking whether gcc accepts -g
# configure:3078: gcc -c -g conftest.c >&5
# configure:3085: $? = 0
# configure:3186: result: yes
# configure:3203: checking for gcc option to accept ISO C89
# configure:3277: gcc -c conftest.c >&5
# configure:3284: $? = 0
# configure:3307: result: none needed
# configure:3336: checking for style of include used by make
# configure:3364: result: GNU
# configure:3389: checking dependency style of gcc
# configure:3480: result: gcc3
# configure:3514: checking for a BSD-compatible install
# configure:3582: result: /usr/bin/install -c
# configure:3596: checking for x86_64-unknown-linux-ranlib
# configure:3626: result: no
# configure:3636: checking for ranlib
# configure:3652: found /usr/bin/ranlib
# configure:3663: result: ranlib
# configure:3687: checking for inline
# configure:3713: gcc -c -Wall conftest.c >&5
# configure:3720: $? = 0
# configure:3738: result: inline
# configure:3759: checking for main in -lm
# configure:3788: gcc -o conftest -Wall conftest.c -lm >&5
# configure:3795: $? = 0
# configure:3816: result: yes
# configure:3833: checking how to run the C preprocessor
# configure:3873: gcc -E conftest.c
# configure:3880: $? = 0
# configure:3911: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3918: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "streamripper"
# | #define PACKAGE_TARNAME "streamripper"
# | #define PACKAGE_VERSION "1.64.6"
# | #define PACKAGE_STRING "streamripper 1.64.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "streamripper"
# | #define VERSION "1.64.6"
# | #define HAVE_LIBM 1
# | /* end confdefs.h. */
# | #include
# configure:3951: result: gcc -E
# configure:3980: gcc -E conftest.c
# configure:3987: $? = 0
# configure:4018: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4025: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "streamripper"
# | #define PACKAGE_TARNAME "streamripper"
# | #define PACKAGE_VERSION "1.64.6"
# | #define PACKAGE_STRING "streamripper 1.64.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "streamripper"
# | #define VERSION "1.64.6"
# | #define HAVE_LIBM 1
# | /* end confdefs.h. */
# | #include
# configure:4065: checking for grep that handles long lines and -e
# configure:4125: result: /usr/bin/grep
# configure:4130: checking for egrep
# configure:4194: result: /usr/bin/grep -E
# configure:4199: checking for ANSI C header files
# configure:4229: gcc -c -Wall conftest.c >&5
# configure:4236: $? = 0
# configure:4335: gcc -o conftest -Wall conftest.c -lm >&5
# configure:4339: $? = 0
# configure:4345: ./conftest
# configure:4349: $? = 0
# configure:4367: result: yes
# configure:4391: checking for sys/types.h
# configure:4412: gcc -c -Wall conftest.c >&5
# configure:4419: $? = 0
# configure:4436: result: yes
# configure:4391: checking for sys/stat.h
# configure:4412: gcc -c -Wall conftest.c >&5
# configure:4419: $? = 0
# configure:4436: result: yes
# configure:4391: checking for stdlib.h
# configure:4412: gcc -c -Wall conftest.c >&5
# configure:4419: $? = 0
# configure:4436: result: yes
# configure:4391: checking for string.h
# configure:4412: gcc -c -Wall conftest.c >&5
# configure:4419: $? = 0
# configure:4436: result: yes
# configure:4391: checking for memory.h
# configure:4412: gcc -c -Wall conftest.c >&5
# configure:4419: $? = 0
# configure:4436: result: yes
# configure:4391: checking for strings.h
# configure:4412: gcc -c -Wall conftest.c >&5
# configure:4419: $? = 0
# configure:4436: result: yes
# configure:4391: checking for inttypes.h
# configure:4412: gcc -c -Wall conftest.c >&5
# configure:4419: $? = 0
# configure:4436: result: yes
# configure:4391: checking for stdint.h
# configure:4412: gcc -c -Wall conftest.c >&5
# configure:4419: $? = 0
# configure:4436: result: yes
# configure:4391: checking for unistd.h
# configure:4412: gcc -c -Wall conftest.c >&5
# configure:4419: $? = 0
# configure:4436: result: yes
# configure:4452: checking for working alloca.h
# configure:4479: gcc -o conftest -Wall conftest.c -lm >&5
# configure:4486: $? = 0
# configure:4506: result: yes
# configure:4516: checking for alloca
# configure:4563: gcc -o conftest -Wall conftest.c -lm >&5
# configure:4570: $? = 0
# configure:4590: result: yes
# configure:4893: checking for x86_64-unknown-linux-pkg-config
# configure:4926: result: no
# configure:4936: checking for pkg-config
# configure:4954: found /usr/bin/pkg-config
# configure:4966: result: /usr/bin/pkg-config
# configure:4991: checking pkg-config is at least version 0.7
# configure:4994: result: yes
# configure:5012: checking for GLIB - version >= 2.16.0
# configure:5136: gcc -o conftest -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D__UNIX__ conftest.c -lglib-2.0 -lm >&5
# configure:5140: $? = 0
# configure:5146: ./conftest
# configure:5150: $? = 0
# configure:5171: result: yes (version 2.48.1)
# configure:5276: checking for mad_stream_buffer in -lmad
# configure:5311: gcc -o conftest -Wall -Ilib -D__UNIX__ conftest.c -lmad -lm >&5
# configure:5318: $? = 0
# configure:5339: result: yes
# configure:5371: checking for pthread_create in -lpthread
# configure:5406: gcc -o conftest -Wall -D__UNIX__ conftest.c -lpthread -lm >&5
# configure:5413: $? = 0
# configure:5434: result: yes
# configure:5661: checking for socklen_t
# configure:5689: gcc -c -Wall -D__UNIX__ conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:28:11: warning: unused variable 'len' [-Wunused-variable]
# socklen_t len = 42; return 0;
# ^~~
# configure:5696: $? = 0
# configure:5712: result: yes
# configure:5731: checking for dirent.h that defines DIR
# configure:5760: gcc -c -Wall -D__UNIX__ conftest.c >&5
# configure:5767: $? = 0
# configure:5784: result: yes
# configure:5799: checking for library containing opendir
# configure:5840: gcc -o conftest -Wall -D__UNIX__ conftest.c -lm >&5
# configure:5847: $? = 0
# configure:5878: result: none required
# configure:5976: checking for ANSI C header files
# configure:6144: result: yes
# configure:6159: checking for unistd.h
# configure:6166: result: yes
# configure:6318: checking wchar.h usability
# configure:6335: gcc -c -Wall -D__UNIX__ conftest.c >&5
# configure:6342: $? = 0
# configure:6356: result: yes
# configure:6360: checking wchar.h presence
# configure:6375: gcc -E -D__UNIX__ conftest.c
# configure:6382: $? = 0
# configure:6396: result: yes
# configure:6424: checking for wchar.h
# configure:6433: result: yes
# configure:6464: checking wctype.h usability
# configure:6481: gcc -c -Wall -D__UNIX__ conftest.c >&5
# configure:6488: $? = 0
# configure:6502: result: yes
# configure:6506: checking wctype.h presence
# configure:6521: gcc -E -D__UNIX__ conftest.c
# configure:6528: $? = 0
# configure:6542: result: yes
# configure:6570: checking for wctype.h
# configure:6579: result: yes
# configure:6594: checking for wchar_t
# configure:6630: gcc -c -Wall -D__UNIX__ conftest.c >&5
# configure:6637: $? = 0
# configure:6672: gcc -c -Wall -D__UNIX__ conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:40:22: error: expected expression before ')' token
# if (sizeof ((wchar_t)))
# ^
# configure:6679: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "streamripper"
# | #define PACKAGE_TARNAME "streamripper"
# | #define PACKAGE_VERSION "1.64.6"
# | #define PACKAGE_STRING "streamripper 1.64.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "streamripper"
# | #define VERSION "1.64.6"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | /* end confdefs.h. */
# |
# | #if HAVE_WCHAR_H
# | #include
# | #endif
# | #if STDC_HEADERS
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((wchar_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6702: result: yes
# configure:6717: checking for iswcntrl
# configure:6773: gcc -o conftest -Wall -D__UNIX__ conftest.c -lm >&5
# conftest.c:52:6: warning: conflicting types for built-in function 'iswcntrl'
# char iswcntrl ();
# ^~~~~~~~
# configure:6780: $? = 0
# configure:6802: result: yes
# configure:6818: checking for vswprintf
# configure:6874: gcc -o conftest -Wall -D__UNIX__ conftest.c -lm >&5
# configure:6881: $? = 0
# configure:6903: result: yes
# configure:6916: checking whether mbrtowc and mbstate_t are properly declared
# configure:6946: gcc -o conftest -Wall -D__UNIX__ conftest.c -lm >&5
# configure:6953: $? = 0
# configure:6973: result: yes
# configure:7006: checking build system type
# configure:7024: result: x86_64-unknown-linux-gnu
# configure:7046: checking host system type
# configure:7061: result: x86_64-unknown-linux-gnu
# configure:7094: checking for ld used by GCC
# configure:7157: result: /usr/bin/ld
# configure:7166: checking if the linker (/usr/bin/ld) is GNU ld
# GNU ld (GNU Binutils) 2.26.1
# configure:7178: result: yes
# configure:7184: checking for shared library run path origin
# configure:7197: result: done
# configure:7629: checking for iconv
# configure:7661: gcc -o conftest -Wall -D__UNIX__ conftest.c -lm >&5
# configure:7668: $? = 0
# configure:7745: result: yes
# configure:7768: checking for iconv declaration
# configure:7807: gcc -c -Wall -D__UNIX__ conftest.c >&5
# configure:7814: $? = 0
# configure:7833: result:
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# configure:7844: checking for nl_langinfo and CODESET
# configure:7870: gcc -o conftest -Wall -D__UNIX__ conftest.c -lm >&5
# conftest.c: In function 'main':
# conftest.c:38:7: warning: unused variable 'cs' [-Wunused-variable]
# char* cs = nl_langinfo(CODESET);
# ^~
# configure:7877: $? = 0
# configure:7898: result: yes
# configure:8074: checking for buildargv in -liberty
# configure:8109: gcc -o conftest -Wall -D__UNIX__ conftest.c -liberty -lm >&5
# configure:8116: $? = 0
# configure:8137: result: yes
# configure:8163: checking for NeAACDecDecode2 in -lfaad
# configure:8198: gcc -o conftest -Wall -D__UNIX__ conftest.c -lfaad -lm >&5
# configure:8205: $? = 0
# configure:8226: result: yes
# configure:8250: checking for initscr in -lncurses
# configure:8285: gcc -o conftest -Wall -D__UNIX__ conftest.c -lncurses -lm >&5
# configure:8292: $? = 0
# configure:8313: result: yes
# configure:8640: Request for ncurses
# configure:8765: checking for Ogg
# configure:8805: gcc -o conftest -Wall -I/usr/include -D__UNIX__ conftest.c -lm -L/usr/lib -logg >&5
# configure:8809: $? = 0
# configure:8815: ./conftest
# configure:8819: $? = 0
# configure:8840: result: yes
# configure:8896: checking for Vorbis
# configure:8948: gcc -o conftest -Wall -I/usr/include -I/usr/include -D__UNIX__ conftest.c -lm -L/usr/lib -lvorbis -lm -lvorbisenc -L/usr/lib -logg >&5
# configure:8952: $? = 0
# configure:8958: ./conftest
# configure:8962: $? = 0
# configure:8983: result: yes
# configure:9171: checking for sem_init
# configure:9227: gcc -o conftest -Wall -D__UNIX__ conftest.c -lm >&5
# /tmp/cca9gzHJ.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `sem_init'
# collect2: error: ld returned 1 exit status
# configure:9234: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "streamripper"
# | #define PACKAGE_TARNAME "streamripper"
# | #define PACKAGE_VERSION "1.64.6"
# | #define PACKAGE_STRING "streamripper 1.64.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "streamripper"
# | #define VERSION "1.64.6"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_VSWPRINTF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_FAAD 1
# | #define HAVE_OGG_VORBIS 1
# | /* end confdefs.h. */
# | /* Define sem_init to an innocuous variant, in case declares sem_init.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define sem_init innocuous_sem_init
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char sem_init (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef sem_init
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char sem_init ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_sem_init || defined __stub___sem_init
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return sem_init ();
# | ;
# | return 0;
# | }
# configure:9254: result: no
# configure:9260: checking for sem_init in -lsem
# configure:9295: gcc -o conftest -Wall -D__UNIX__ conftest.c -lsem -lm >&5
# /usr/bin/ld: cannot find -lsem
# collect2: error: ld returned 1 exit status
# configure:9302: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "streamripper"
# | #define PACKAGE_TARNAME "streamripper"
# | #define PACKAGE_VERSION "1.64.6"
# | #define PACKAGE_STRING "streamripper 1.64.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "streamripper"
# | #define VERSION "1.64.6"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_VSWPRINTF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_FAAD 1
# | #define HAVE_OGG_VORBIS 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char sem_init ();
# | int
# | main ()
# | {
# | return sem_init ();
# | ;
# | return 0;
# | }
# configure:9323: result: no
# configure:9336: checking for sem_init
# configure:9419: result: no
# configure:9425: checking for sem_init in -lrt
# configure:9460: gcc -o conftest -Wall -D__UNIX__ conftest.c -lrt -lm >&5
# /usr/bin/ld: /tmp/cczgU05R.o: undefined reference to symbol 'sem_init@@GLIBC_2.2.5'
# /usr/lib/libpthread.so.0: error adding symbols: DSO missing from command line
# collect2: error: ld returned 1 exit status
# configure:9467: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "streamripper"
# | #define PACKAGE_TARNAME "streamripper"
# | #define PACKAGE_VERSION "1.64.6"
# | #define PACKAGE_STRING "streamripper 1.64.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "streamripper"
# | #define VERSION "1.64.6"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_VSWPRINTF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_FAAD 1
# | #define HAVE_OGG_VORBIS 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char sem_init ();
# | int
# | main ()
# | {
# | return sem_init ();
# | ;
# | return 0;
# | }
# configure:9488: result: no
# configure:9507: checking for stdint.h
# configure:9514: result: yes
# configure:9653: checking for inttypes.h
# configure:9660: result: yes
# configure:9794: checking for uint32_t
# configure:9822: gcc -c -Wall -D__UNIX__ conftest.c >&5
# configure:9829: $? = 0
# configure:9856: gcc -c -Wall -D__UNIX__ conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:75:23: error: expected expression before ')' token
# if (sizeof ((uint32_t)))
# ^
# configure:9863: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "streamripper"
# | #define PACKAGE_TARNAME "streamripper"
# | #define PACKAGE_VERSION "1.64.6"
# | #define PACKAGE_STRING "streamripper 1.64.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "streamripper"
# | #define VERSION "1.64.6"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_VSWPRINTF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_FAAD 1
# | #define HAVE_OGG_VORBIS 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:9886: result: yes
# configure:9896: checking for u_int32_t
# configure:9924: gcc -c -Wall -D__UNIX__ conftest.c >&5
# configure:9931: $? = 0
# configure:9958: gcc -c -Wall -D__UNIX__ conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:76:24: error: expected expression before ')' token
# if (sizeof ((u_int32_t)))
# ^
# configure:9965: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "streamripper"
# | #define PACKAGE_TARNAME "streamripper"
# | #define PACKAGE_VERSION "1.64.6"
# | #define PACKAGE_STRING "streamripper 1.64.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "streamripper"
# | #define VERSION "1.64.6"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_VSWPRINTF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_FAAD 1
# | #define HAVE_OGG_VORBIS 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_UINT32_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((u_int32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:9988: result: yes
# configure:10016: checking sys/sockio.h usability
# configure:10033: gcc -c -Wall -D__UNIX__ conftest.c >&5
# conftest.c:74:24: fatal error: sys/sockio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:10040: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "streamripper"
# | #define PACKAGE_TARNAME "streamripper"
# | #define PACKAGE_VERSION "1.64.6"
# | #define PACKAGE_STRING "streamripper 1.64.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "streamripper"
# | #define VERSION "1.64.6"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_VSWPRINTF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_FAAD 1
# | #define HAVE_OGG_VORBIS 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:10054: result: no
# configure:10058: checking sys/sockio.h presence
# configure:10073: gcc -E -D__UNIX__ conftest.c
# conftest.c:41:24: fatal error: sys/sockio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:10080: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "streamripper"
# | #define PACKAGE_TARNAME "streamripper"
# | #define PACKAGE_VERSION "1.64.6"
# | #define PACKAGE_STRING "streamripper 1.64.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "streamripper"
# | #define VERSION "1.64.6"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_VSWPRINTF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_FAAD 1
# | #define HAVE_OGG_VORBIS 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | /* end confdefs.h. */
# | #include
# configure:10094: result: no
# configure:10122: checking for sys/sockio.h
# configure:10131: result: no
# configure:10151: checking for connect
# configure:10207: gcc -o conftest -Wall -D__UNIX__ conftest.c -lm >&5
# configure:10214: $? = 0
# configure:10236: result: yes
# configure:10571: checking for size_t
# configure:10599: gcc -c -Wall -D__UNIX__ conftest.c >&5
# configure:10606: $? = 0
# configure:10633: gcc -c -Wall -D__UNIX__ conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:78:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:10640: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "streamripper"
# | #define PACKAGE_TARNAME "streamripper"
# | #define PACKAGE_VERSION "1.64.6"
# | #define PACKAGE_STRING "streamripper 1.64.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "streamripper"
# | #define VERSION "1.64.6"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_VSWPRINTF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_FAAD 1
# | #define HAVE_OGG_VORBIS 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10663: result: yes
# configure:10676: checking return type of signal handlers
# configure:10704: gcc -c -Wall -D__UNIX__ conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:48:10: error: void value not ignored as it ought to be
# return *(signal (0, 0)) (0) == 1;
# ~^~~~~~~~~~~~~~~~~~
# configure:10711: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "streamripper"
# | #define PACKAGE_TARNAME "streamripper"
# | #define PACKAGE_VERSION "1.64.6"
# | #define PACKAGE_STRING "streamripper 1.64.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "streamripper"
# | #define VERSION "1.64.6"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_VSWPRINTF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_FAAD 1
# | #define HAVE_OGG_VORBIS 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:10726: result: void
# configure:10738: checking for vprintf
# configure:10794: gcc -o conftest -Wall -D__UNIX__ conftest.c -lm >&5
# conftest.c:66:6: warning: conflicting types for built-in function 'vprintf'
# char vprintf ();
# ^~~~~~~
# configure:10801: $? = 0
# configure:10823: result: yes
# configure:10832: checking for _doprnt
# configure:10888: gcc -o conftest -Wall -D__UNIX__ conftest.c -lm >&5
# /tmp/ccBGgI5t.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `_doprnt'
# collect2: error: ld returned 1 exit status
# configure:10895: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "streamripper"
# | #define PACKAGE_TARNAME "streamripper"
# | #define PACKAGE_VERSION "1.64.6"
# | #define PACKAGE_STRING "streamripper 1.64.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "streamripper"
# | #define VERSION "1.64.6"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_VSWPRINTF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_FAAD 1
# | #define HAVE_OGG_VORBIS 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_CONNECT 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* Define _doprnt to an innocuous variant, in case declares _doprnt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _doprnt innocuous__doprnt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _doprnt
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char _doprnt ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__doprnt || defined __stub____doprnt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _doprnt ();
# | ;
# | return 0;
# | }
# configure:10915: result: no
# configure:10936: checking for mkdir
# configure:10992: gcc -o conftest -Wall -D__UNIX__ conftest.c -lm >&5
# configure:10999: $? = 0
# configure:11021: result: yes
# configure:10936: checking for socket
# configure:10992: gcc -o conftest -Wall -D__UNIX__ conftest.c -lm >&5
# configure:10999: $? = 0
# configure:11021: result: yes
# configure:10936: checking for strerror
# configure:10992: gcc -o conftest -Wall -D__UNIX__ conftest.c -lm >&5
# configure:10999: $? = 0
# configure:11021: result: yes
# configure:10936: checking for strstr
# configure:10992: gcc -o conftest -Wall -D__UNIX__ conftest.c -lm >&5
# conftest.c:70:6: warning: conflicting types for built-in function 'strstr'
# char strstr ();
# ^~~~~~
# configure:10999: $? = 0
# configure:11021: result: yes
# configure:11173: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by streamripper config.status 1.64.6, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on f568e0bcebc1
#
# config.status:834: creating lib/Makefile
# config.status:834: creating Makefile
# config.status:834: creating lib/config.h
# config.status:1108: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# 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_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_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_func__doprnt=no
# ac_cv_func_alloca_works=yes
# ac_cv_func_connect=yes
# ac_cv_func_iswcntrl=yes
# ac_cv_func_mbrtowc=yes
# ac_cv_func_mkdir=yes
# ac_cv_func_sem_init=no
# ac_cv_func_socket=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strstr=yes
# ac_cv_func_vprintf=yes
# ac_cv_func_vswprintf=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_sockio_h=no
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_wchar_h=yes
# ac_cv_header_wctype_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_faad_NeAACDecDecode2=yes
# ac_cv_lib_iberty_buildargv=yes
# ac_cv_lib_m_main=yes
# ac_cv_lib_mad_mad_stream_buffer=yes
# ac_cv_lib_ncurses__initscr=yes
# ac_cv_lib_pthread_pthread_create=yes
# ac_cv_lib_rt_sem_init=no
# ac_cv_lib_sem_sem_init=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_opendir='none required'
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_socklen_t=yes
# ac_cv_type_u_int32_t=yes
# ac_cv_type_uint32_t=yes
# ac_cv_type_wchar_t=yes
# ac_cv_working_alloca_h=yes
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# acl_cv_hardcode_libdir_separator=
# acl_cv_hardcode_minus_L=no
# acl_cv_libext=a
# acl_cv_path_LD=/usr/bin/ld
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
# acl_cv_sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_func_iconv=yes
# am_cv_langinfo_codeset=yes
# am_cv_lib_iconv=no
# am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
# am_cv_proto_iconv_arg1=
# cf_cv_curses_dir=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/streamripper/src/streamripper-1.64.6/missing --run aclocal-1.10'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/streamripper/src/streamripper-1.64.6/missing --run tar'
# AUTOCONF='${SHELL} /tmp/streamripper/src/streamripper-1.64.6/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/streamripper/src/streamripper-1.64.6/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/streamripper/src/streamripper-1.64.6/missing --run automake-1.10'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall'
# CPP='gcc -E'
# CPPFLAGS='-D__UNIX__'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FAAD_LIBS='-lfaad'
# GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# GLIB_GENMARSHAL='glib-genmarshal'
# GLIB_LIBS='-lglib-2.0'
# GLIB_MKENUMS='glib-mkenums'
# GOBJECT_QUERY='gobject-query'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBCHARSET=''
# LIBIBERTY_LIBS='-liberty'
# LIBICONV=''
# LIBMAD='-lmad'
# LIBOBJS=''
# LIBS='-lm '
# LTLIBICONV=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/streamripper/src/streamripper-1.64.6/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJEXT='o'
# OGG_CFLAGS='-I/usr/include'
# OGG_LIBS='-L/usr/lib -logg'
# PACKAGE='streamripper'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='streamripper'
# PACKAGE_STRING='streamripper 1.64.6'
# PACKAGE_TARNAME='streamripper'
# PACKAGE_VERSION='1.64.6'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# SUBDIR_LIBMAD_FALSE=''
# SUBDIR_LIBMAD_TRUE='#'
# THREADLIBS='-lpthread'
# USE_INCLUDED_ARGV_FALSE=''
# USE_INCLUDED_ARGV_TRUE='#'
# VERSION='1.64.6'
# VORBISENC_LIBS='-lvorbisenc'
# VORBISFILE_LIBS='-lvorbisfile'
# VORBIS_CFLAGS='-I/usr/include'
# VORBIS_LIBS='-L/usr/lib -lvorbis -lm'
# WANT_CSTREAMRIPPER_FALSE='#'
# WANT_CSTREAMRIPPER_TRUE=''
# ac_ct_CC='gcc'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='$(SHELL) /tmp/streamripper/src/streamripper-1.64.6/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# subdirs=''
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "streamripper"
# #define PACKAGE_TARNAME "streamripper"
# #define PACKAGE_VERSION "1.64.6"
# #define PACKAGE_STRING "streamripper 1.64.6"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE "streamripper"
# #define VERSION "1.64.6"
# #define HAVE_LIBM 1
# #define STDC_HEADERS 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_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_DIRENT_H 1
# #define STDC_HEADERS 1
# #define HAVE_UNISTD_H 1
# #define HAVE_WCHAR_H 1
# #define HAVE_WCTYPE_H 1
# #define HAVE_WCHAR_T 1
# #define HAVE_ISWCNTRL 1
# #define HAVE_VSWPRINTF 1
# #define HAVE_MBRTOWC 1
# #define HAVE_ICONV 1
# #define ICONV_CONST
# #define HAVE_LANGINFO_CODESET 1
# #define HAVE_FAAD 1
# #define HAVE_OGG_VORBIS 1
# #define HAVE_STDINT_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_UINT32_T 1
# #define HAVE_U_INT32_T 1
# #define HAVE_CONNECT 1
# #define RETSIGTYPE void
# #define HAVE_VPRINTF 1
# #define HAVE_MKDIR 1
# #define HAVE_SOCKET 1
# #define HAVE_STRERROR 1
# #define HAVE_STRSTR 1
#
# configure: exit 0