Build of libcddb with musl toolchain

The build took 00h 01m 24s and was NOT successful.

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

SLOCLanguage
11,099 sh
4,788 ansic
2,593 makefile
18,480 total

The process tree of the build process is here.

List of Errors

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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libcddb 1.3.2-4 (Wed Apr 5 01:45:19 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/sbin/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 whether to enable maintainer-specific portions of Makefiles... no
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for gawk... (cached) gawk
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... yes
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
# checking the name lister (/sysroot/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /sysroot/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# configure: WARNING: using cross tools not prefixed with host triplet
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /sysroot/bin/nm -B output from clang object... ok
# 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 dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for connect in -lsocket... no
# checking for connect in -lnetwork... no
# checking for ANSI C header files... (cached) yes
# checking whether time.h and sys/time.h may both be included... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.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 regex.h usability... yes
# checking regex.h presence... yes
# checking for regex.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking for unistd.h... (cached) yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking windows.h usability... no
# checking windows.h presence... no
# checking for windows.h... no
# checking winsock2.h usability... no
# checking winsock2.h presence... no
# checking for winsock2.h... no
# 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... no
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible realloc... no
# checking whether lstat dereferences a symlink specified with a trailing slash... no
# checking whether stat accepts an empty string... yes
# checking for vprintf... yes
# checking for _doprnt... no
# 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 for mkdir... yes
# checking for regcomp... yes
# checking for socket... yes
# checking for strdup... yes
# checking for strtol... yes
# checking for strchr... yes
# checking for memset... yes
# checking for alarm... yes
# checking for select... yes
# checking for realloc... yes
# checking for gethostbyname... yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/sbin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for LIBCDIO... no
# configure: WARNING: new enough libcdio not found. CD reading in CDDB test program disabled. Get libcdio from http://www.gnu.org/software/libcdio/
# checking iconv.h usability... yes
# checking iconv.h presence... yes
# checking for iconv.h... yes
# checking for ld used by GCC... /sysroot/bin/ld -m elf_x86_64
# checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld... yes
# checking for shared library run path origin... done
# checking for iconv... yes
# checking for working iconv... guessing yes
# checking for iconv declaration...
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# checking whether clang accepts -Wall... yes
# checking whether clang accepts -Wchar-subscripts... yes
# checking whether clang accepts -Wmissing-prototypes... yes
# checking whether clang accepts -Wmissing-declarations... yes
# checking whether clang accepts -Wunused... yes
# checking whether clang accepts -Wpointer-arith... yes
# checking whether clang accepts -Wwrite-strings... yes
# checking whether clang accepts -Wnested-externs... yes
# checking whether clang accepts -Wno-sign-compare... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating libcddb.pc
# config.status: creating include/Makefile
# config.status: creating include/cddb/Makefile
# config.status: creating include/cddb/cddb_config.h
# config.status: creating include/cddb/version.h
# config.status: creating lib/Makefile
# config.status: creating examples/Makefile
# config.status: creating tests/Makefile
# config.status: creating tests/settings.sh
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/libcddb/src/libcddb-1.3.2'
# Making all in include
# make[2]: Entering directory '/tmp/libcddb/src/libcddb-1.3.2/include'
# Making all in cddb
# make[3]: Entering directory '/tmp/libcddb/src/libcddb-1.3.2/include/cddb'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/libcddb/src/libcddb-1.3.2/include/cddb'
# make[3]: Entering directory '/tmp/libcddb/src/libcddb-1.3.2/include'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/libcddb/src/libcddb-1.3.2/include'
# make[2]: Leaving directory '/tmp/libcddb/src/libcddb-1.3.2/include'
# Making all in lib
# make[2]: Entering directory '/tmp/libcddb/src/libcddb-1.3.2/lib'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_track.lo -MD -MP -MF .deps/cddb_track.Tpo -c -o cddb_track.lo cddb_track.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_disc.lo -MD -MP -MF .deps/cddb_disc.Tpo -c -o cddb_disc.lo cddb_disc.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_regex.lo -MD -MP -MF .deps/cddb_regex.Tpo -c -o cddb_regex.lo cddb_regex.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_error.lo -MD -MP -MF .deps/cddb_error.Tpo -c -o cddb_error.lo cddb_error.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_disc.lo -MD -MP -MF .deps/cddb_disc.Tpo -c cddb_disc.c -fPIC -DPIC -o .libs/cddb_disc.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_error.lo -MD -MP -MF .deps/cddb_error.Tpo -c cddb_error.c -fPIC -DPIC -o .libs/cddb_error.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_regex.lo -MD -MP -MF .deps/cddb_regex.Tpo -c cddb_regex.c -fPIC -DPIC -o .libs/cddb_regex.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_track.lo -MD -MP -MF .deps/cddb_track.Tpo -c cddb_track.c -fPIC -DPIC -o .libs/cddb_track.o
# In file included from cddb_error.c:22:
# In file included from ../include/cddb/cddb_ni.h:58:
# In file included from ../include/cddb/cddb.h:39:
# ../include/cddb/cddb_log.h:22:9: warning: 'CDDB_LOH_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_H
# ^~~~~~~~~~
# ../include/cddb/cddb_log.h:23:9: note: 'CDDB_LOG_H' is defined here; did you mean 'CDDB_LOH_H'?
# #define CDDB_LOG_H
# ^~~~~~~~~~
# CDDB_LOH_H
# In file included from cddb_error.c:22:
# In file included from ../include/cddb/cddb_ni.h:62:
# ../include/cddb/cddb_log_ni.h:22:9: warning: 'CDDB_LOH_NI_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_NI_H
# ^~~~~~~~~~~~~
# ../include/cddb/cddb_log_ni.h:23:9: note: 'CDDB_LOG_NI_H' is defined here; did you mean 'CDDB_LOH_NI_H'?
# #define CDDB_LOG_NI_H
# ^~~~~~~~~~~~~
# CDDB_LOH_NI_H
# cddb_error.c:81:17: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
# if ((errnum < 0) || (errnum >= CDDB_ERR_LAST)) {
# ~~~~~~ ^ ~
# In file included from cddb_regex.c:22:
# In file included from ../include/cddb/cddb_ni.h:58:
# In file included from ../include/cddb/cddb.h:39:
# ../include/cddb/cddb_log.h:22:9: warning: 'CDDB_LOH_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_H
# ^~~~~~~~~~
# ../include/cddb/cddb_log.h:23:9: note: 'CDDB_LOG_H' is defined here; did you mean 'CDDB_LOH_H'?
# #define CDDB_LOG_H
# ^~~~~~~~~~
# CDDB_LOH_H
# In file included from cddb_regex.c:22:
# In file included from ../include/cddb/cddb_ni.h:62:
# ../include/cddb/cddb_log_ni.h:22:9: warning: 'CDDB_LOH_NI_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_NI_H
# ^~~~~~~~~~~~~
# ../include/cddb/cddb_log_ni.h:23:9: note: 'CDDB_LOG_NI_H' is defined here; did you mean 'CDDB_LOH_NI_H'?
# #define CDDB_LOG_NI_H
# ^~~~~~~~~~~~~
# CDDB_LOH_NI_H
# 3 warnings generated.
# In file included from cddb_disc.c:23:
# In file included from ../include/cddb/cddb_ni.h:58:
# In file included from ../include/cddb/cddb.h:39:
# ../include/cddb/cddb_log.h:22:9: warning: 'CDDB_LOH_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_H
# ^~~~~~~~~~
# ../include/cddb/cddb_log.h:23:9: note: 'CDDB_LOG_H' is defined here; did you mean 'CDDB_LOH_H'?
# #define CDDB_LOG_H
# ^~~~~~~~~~
# CDDB_LOH_H
# In file included from cddb_disc.c:23:
# In file included from ../include/cddb/cddb_ni.h:62:
# ../include/cddb/cddb_log_ni.h:22:9: warning: 'CDDB_LOH_NI_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_NI_H
# ^~~~~~~~~~~~~
# ../include/cddb/cddb_log_ni.h:23:9: note: 'CDDB_LOG_NI_H' is defined here; did you mean 'CDDB_LOH_NI_H'?
# #define CDDB_LOG_NI_H
# ^~~~~~~~~~~~~
# CDDB_LOH_NI_H
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_error.lo -MD -MP -MF .deps/cddb_error.Tpo -c cddb_error.c -o cddb_error.o >/dev/null 2>&1
# In file included from cddb_track.c:23:
# In file included from ../include/cddb/cddb_ni.h:58:
# In file included from ../include/cddb/cddb.h:39:
# ../include/cddb/cddb_log.h:22:9: warning: 'CDDB_LOH_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_H
# ^~~~~~~~~~
# ../include/cddb/cddb_log.h:23:9: note: 'CDDB_LOG_H' is defined here; did you mean 'CDDB_LOH_H'?
# #define CDDB_LOG_H
# ^~~~~~~~~~
# CDDB_LOH_H
# In file included from cddb_track.c:23:
# In file included from ../include/cddb/cddb_ni.h:62:
# ../include/cddb/cddb_log_ni.h:22:9: warning: 'CDDB_LOH_NI_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_NI_H
# ^~~~~~~~~~~~~
# ../include/cddb/cddb_log_ni.h:23:9: note: 'CDDB_LOG_NI_H' is defined here; did you mean 'CDDB_LOH_NI_H'?
# #define CDDB_LOG_NI_H
# ^~~~~~~~~~~~~
# CDDB_LOH_NI_H
# 2 warnings generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_regex.lo -MD -MP -MF .deps/cddb_regex.Tpo -c cddb_regex.c -o cddb_regex.o >/dev/null 2>&1
# 2 warnings generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_track.lo -MD -MP -MF .deps/cddb_track.Tpo -c cddb_track.c -o cddb_track.o >/dev/null 2>&1
# mv -f .deps/cddb_error.Tpo .deps/cddb_error.Plo
# 2 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_conn.lo -MD -MP -MF .deps/cddb_conn.Tpo -c -o cddb_conn.lo cddb_conn.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_disc.lo -MD -MP -MF .deps/cddb_disc.Tpo -c cddb_disc.c -o cddb_disc.o >/dev/null 2>&1
# mv -f .deps/cddb_regex.Tpo .deps/cddb_regex.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_cmd.lo -MD -MP -MF .deps/cddb_cmd.Tpo -c -o cddb_cmd.lo cddb_cmd.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_conn.lo -MD -MP -MF .deps/cddb_conn.Tpo -c cddb_conn.c -fPIC -DPIC -o .libs/cddb_conn.o
# mv -f .deps/cddb_track.Tpo .deps/cddb_track.Plo
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_cmd.lo -MD -MP -MF .deps/cddb_cmd.Tpo -c cddb_cmd.c -fPIC -DPIC -o .libs/cddb_cmd.o
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_net.lo -MD -MP -MF .deps/cddb_net.Tpo -c -o cddb_net.lo cddb_net.c
# In file included from cddb_conn.c:22:
# In file included from ../include/cddb/cddb_ni.h:58:
# In file included from ../include/cddb/cddb.h:39:
# ../include/cddb/cddb_log.h:22:9: warning: 'CDDB_LOH_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_H
# ^~~~~~~~~~
# ../include/cddb/cddb_log.h:23:9: note: 'CDDB_LOG_H' is defined here; did you mean 'CDDB_LOH_H'?
# #define CDDB_LOG_H
# ^~~~~~~~~~
# CDDB_LOH_H
# In file included from cddb_conn.c:22:
# In file included from ../include/cddb/cddb_ni.h:62:
# ../include/cddb/cddb_log_ni.h:22:9: warning: 'CDDB_LOH_NI_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_NI_H
# ^~~~~~~~~~~~~
# ../include/cddb/cddb_log_ni.h:23:9: note: 'CDDB_LOG_NI_H' is defined here; did you mean 'CDDB_LOH_NI_H'?
# #define CDDB_LOG_NI_H
# ^~~~~~~~~~~~~
# CDDB_LOH_NI_H
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_net.lo -MD -MP -MF .deps/cddb_net.Tpo -c cddb_net.c -fPIC -DPIC -o .libs/cddb_net.o
# In file included from cddb_cmd.c:30:
# In file included from ../include/cddb/cddb_ni.h:58:
# In file included from ../include/cddb/cddb.h:39:
# ../include/cddb/cddb_log.h:22:9: warning: 'CDDB_LOH_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_H
# ^~~~~~~~~~
# ../include/cddb/cddb_log.h:23:9: note: 'CDDB_LOG_H' is defined here; did you mean 'CDDB_LOH_H'?
# #define CDDB_LOG_H
# ^~~~~~~~~~
# CDDB_LOH_H
# In file included from cddb_cmd.c:30:
# In file included from ../include/cddb/cddb_ni.h:62:
# ../include/cddb/cddb_log_ni.h:22:9: warning: 'CDDB_LOH_NI_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_NI_H
# ^~~~~~~~~~~~~
# ../include/cddb/cddb_log_ni.h:23:9: note: 'CDDB_LOG_NI_H' is defined here; did you mean 'CDDB_LOH_NI_H'?
# #define CDDB_LOG_NI_H
# ^~~~~~~~~~~~~
# CDDB_LOH_NI_H
# cddb_cmd.c:125:17: warning: implicit declaration of function 'rpl_malloc' is invalid in C99 [-Wimplicit-function-declaration]
# fn = (char*)malloc(len + 1);
# ^
# ../config.h:198:16: note: expanded from macro 'malloc'
# #define malloc rpl_malloc
# ^
# cddb_cmd.c:125:10: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
# fn = (char*)malloc(len + 1);
# ^
# cddb_cmd.c:308:10: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
# fn = (char*)malloc(c->buf_size);
# ^
# cddb_cmd.c:501:23: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
# buf = (char*)malloc(c->buf_size);
# ^
# mv -f .deps/cddb_disc.Tpo .deps/cddb_disc.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_log.lo -MD -MP -MF .deps/cddb_log.Tpo -c -o cddb_log.lo cddb_log.c
# cddb_cmd.c:1108:11: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
# In file included from cddb_net.c buf = (char*)malloc(c->buf_size);:
# 22 ^:
#
# In file included from ../include/cddb/cddb_ni.h:58:
# In file included from ../include/cddb/cddb.h:39:
# ../include/cddb/cddb_log.h:22:9: warning: 'CDDB_LOH_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_H
# ^~~~~~~~~~
# ../include/cddb/cddb_log.h:23:9: note: 'CDDB_LOG_H' is defined here; did you mean 'CDDB_LOH_H'?
# #define CDDB_LOG_H
# ^~~~~~~~~~
# CDDB_LOH_H
# In file included from cddb_net.c:22:
# In file included from ../include/cddb/cddb_ni.h:62:
# ../include/cddb/cddb_log_ni.h:22:9: warning: 'CDDB_LOH_NI_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_NI_H
# ^~~~~~~~~~~~~
# ../include/cddb/cddb_log_ni.h:23:9: note: 'CDDB_LOG_NI_H' is defined here; did you mean 'CDDB_LOH_NI_H'?
# #define CDDB_LOG_NI_H
# ^~~~~~~~~~~~~
# CDDB_LOH_NI_H
# 2 warnings generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_conn.lo -MD -MP -MF .deps/cddb_conn.Tpo -c cddb_conn.c -o cddb_conn.o >/dev/null 2>&1
# cddb_net.c:328:63: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'socklen_t *' (aka 'unsigned int *') [-Wincompatible-pointer-types]
# getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &rv, &l);
# ^~
# /sysroot/include/sys/socket.h:314:71: note: passing argument to parameter here
# int getsockopt (int, int, int, void *__restrict, socklen_t *__restrict);
# ^
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_log.lo -MD -MP -MF .deps/cddb_log.Tpo -c cddb_log.c -fPIC -DPIC -o .libs/cddb_log.o
# 3 warnings generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_net.lo -MD -MP -MF .deps/cddb_net.Tpo -c cddb_net.c -o cddb_net.o >/dev/null 2>&1
# In file included from cddb_log.c:23:
# In file included from ../include/cddb/cddb_ni.h:58:
# In file included from ../include/cddb/cddb.h:39:
# ../include/cddb/cddb_log.h:22:9: warning: 'CDDB_LOH_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_H
# ^~~~~~~~~~
# ../include/cddb/cddb_log.h:23:9: note: 'CDDB_LOG_H' is defined here; did you mean 'CDDB_LOH_H'?
# #define CDDB_LOG_H
# ^~~~~~~~~~
# CDDB_LOH_H
# 7 warnings generated.
# In file included from cddb_log.c:23:
# In file included from ../include/cddb/cddb_ni.h:62:
# ../include/cddb/cddb_log_ni.h:22:9: warning: 'CDDB_LOH_NI_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_NI_H
# ^~~~~~~~~~~~~
# ../include/cddb/cddb_log_ni.h:23:9: note: 'CDDB_LOG_NI_H' is defined here; did you mean 'CDDB_LOH_NI_H'?
# #define CDDB_LOG_NI_H
# ^~~~~~~~~~~~~
# CDDB_LOH_NI_H
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_cmd.lo -MD -MP -MF .deps/cddb_cmd.Tpo -c cddb_cmd.c -o cddb_cmd.o >/dev/null 2>&1
# 2 warnings generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_log.lo -MD -MP -MF .deps/cddb_log.Tpo -c cddb_log.c -o cddb_log.o >/dev/null 2>&1
# mv -f .deps/cddb_net.Tpo .deps/cddb_net.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_util.lo -MD -MP -MF .deps/cddb_util.Tpo -c -o cddb_util.lo cddb_util.c
# mv -f .deps/cddb_conn.Tpo .deps/cddb_conn.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb.lo -MD -MP -MF .deps/cddb.Tpo -c -o cddb.lo cddb.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_util.lo -MD -MP -MF .deps/cddb_util.Tpo -c cddb_util.c -fPIC -DPIC -o .libs/cddb_util.o
# mv -f .deps/cddb_log.Tpo .deps/cddb_log.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_site.lo -MD -MP -MF .deps/cddb_site.Tpo -c -o cddb_site.lo cddb_site.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb.lo -MD -MP -MF .deps/cddb.Tpo -c cddb.c -fPIC -DPIC -o .libs/cddb.o
# In file included from cddb_util.c:22:
# In file included from ../include/cddb/cddb_ni.h:58:
# In file included from ../include/cddb/cddb.h:39:
# ../include/cddb/cddb_log.h:22:9: warning: 'CDDB_LOH_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_H
# ^~~~~~~~~~
# ../include/cddb/cddb_log.h:23:9: note: 'CDDB_LOG_H' is defined here; did you mean 'CDDB_LOH_H'?
# #define CDDB_LOG_H
# ^~~~~~~~~~
# CDDB_LOH_H
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_site.lo -MD -MP -MF .deps/cddb_site.Tpo -c cddb_site.c -fPIC -DPIC -o .libs/cddb_site.o
# In file included from cddb_util.c:22:
# In file included from ../include/cddb/cddb_ni.h:62:
# ../include/cddb/cddb_log_ni.h:22:9: warning: 'CDDB_LOH_NI_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_NI_H
# ^~~~~~~~~~~~~
# ../include/cddb/cddb_log_ni.h:23:9: note: 'CDDB_LOG_NI_H' is defined here; did you mean 'CDDB_LOH_NI_H'?
# #define CDDB_LOG_NI_H
# ^~~~~~~~~~~~~
# CDDB_LOH_NI_H
# In file included from cddb.c:23:
# In file included from ../include/cddb/cddb_ni.h:58:
# In file included from ../include/cddb/cddb.h:39:
# ../include/cddb/cddb_log.h:22:9: warning: 'CDDB_LOH_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_H
# ^~~~~~~~~~
# ../include/cddb/cddb_log.h:23:9: note: 'CDDB_LOG_H' is defined here; did you mean 'CDDB_LOH_H'?
# #define CDDB_LOG_H
# ^~~~~~~~~~
# CDDB_LOH_H
# In file included from cddb.c:23:
# In file included from ../include/cddb/cddb_ni.h:62:
# ../include/cddb/cddb_log_ni.h:22:9: warning: 'CDDB_LOH_NI_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_NI_H
# ^~~~~~~~~~~~~
# ../include/cddb/cddb_log_ni.h:23:9: note: 'CDDB_LOG_NI_H' is defined here; did you mean 'CDDB_LOH_NI_H'?
# #define CDDB_LOG_NI_H
# ^~~~~~~~~~~~~
# CDDB_LOH_NI_H
# 2 warnings generated.
# 2 warnings generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_util.lo -MD -MP -MF .deps/cddb_util.Tpo -c cddb_util.c -o cddb_util.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb.lo -MD -MP -MF .deps/cddb.Tpo -c cddb.c -o cddb.o >/dev/null 2>&1
# mv -f .deps/cddb_cmd.Tpo .deps/cddb_cmd.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT ll.lo -MD -MP -MF .deps/ll.Tpo -c -o ll.lo ll.c
# In file included from cddb_site.c:29:
# In file included from ../include/cddb/cddb_ni.h:58:
# In file included from ../include/cddb/cddb.h:39:
# ../include/cddb/cddb_log.h:22:9: warning: 'CDDB_LOH_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_H
# ^~~~~~~~~~
# ../include/cddb/cddb_log.h:23:9: note: 'CDDB_LOG_H' is defined here; did you mean 'CDDB_LOH_H'?
# #define CDDB_LOG_H
# ^~~~~~~~~~
# CDDB_LOH_H
# In file included from cddb_site.c:29:
# In file included from ../include/cddb/cddb_ni.h:62:
# ../include/cddb/cddb_log_ni.h:22:9: warning: 'CDDB_LOH_NI_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_NI_H
# ^~~~~~~~~~~~~
# ../include/cddb/cddb_log_ni.h:23:9: note: 'CDDB_LOG_NI_H' is defined here; did you mean 'CDDB_LOH_NI_H'?
# #define CDDB_LOG_NI_H
# ^~~~~~~~~~~~~
# CDDB_LOH_NI_H
# mv -f .deps/cddb.Tpo .deps/cddb.Plo
# 2 warnings generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cddb_site.lo -MD -MP -MF .deps/cddb_site.Tpo -c cddb_site.c -o cddb_site.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT ll.lo -MD -MP -MF .deps/ll.Tpo -c ll.c -fPIC -DPIC -o .libs/ll.o
# mv -f .deps/cddb_util.Tpo .deps/cddb_util.Plo
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT ll.lo -MD -MP -MF .deps/ll.Tpo -c ll.c -o ll.o >/dev/null 2>&1
# mv -f .deps/cddb_site.Tpo .deps/cddb_site.Plo
# mv -f .deps/ll.Tpo .deps/ll.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -no-undefined -version-info 4:3:2 -o libcddb.la -rpath /usr/lib cddb_track.lo cddb_disc.lo cddb_regex.lo cddb_error.lo cddb_conn.lo cddb_cmd.lo cddb_net.lo cddb_log.lo cddb_util.lo cddb.lo cddb_site.lo ll.lo
# libtool: link: clang -shared .libs/cddb_track.o .libs/cddb_disc.o .libs/cddb_regex.o .libs/cddb_error.o .libs/cddb_conn.o .libs/cddb_cmd.o .libs/cddb_net.o .libs/cddb_log.o .libs/cddb_util.o .libs/cddb.o .libs/cddb_site.o .libs/ll.o -Wl,-soname -Wl,libcddb.so.2 -o .libs/libcddb.so.2.2.3
# libtool: link: (cd ".libs" && rm -f "libcddb.so.2" && ln -s "libcddb.so.2.2.3" "libcddb.so.2")
# libtool: link: (cd ".libs" && rm -f "libcddb.so" && ln -s "libcddb.so.2.2.3" "libcddb.so")
# libtool: link: ar cru .libs/libcddb.a cddb_track.o cddb_disc.o cddb_regex.o cddb_error.o cddb_conn.o cddb_cmd.o cddb_net.o cddb_log.o cddb_util.o cddb.o cddb_site.o ll.o
# /r: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libcddb.a
# libtool: link: ( cd ".libs" && rm -f "libcddb.la" && ln -s "../libcddb.la" "libcddb.la" )
# make[2]: Leaving directory '/tmp/libcddb/src/libcddb-1.3.2/lib'
# Making all in examples
# make[2]: Entering directory '/tmp/libcddb/src/libcddb-1.3.2/examples'
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT do_query.o -MD -MP -MF .deps/do_query.Tpo -c -o do_query.o do_query.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT do_read.o -MD -MP -MF .deps/do_read.Tpo -c -o do_read.o do_read.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT do_display.o -MD -MP -MF .deps/do_display.Tpo -c -o do_display.o do_display.c
# In file included from do_query.c:22:
# In file included from ./main.h:25:
# In file included from ../include/cddb/cddb.h:39:
# ../include/cddb/cddb_log.h:22:9: warning: 'CDDB_LOH_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_H
# ^~~~~~~~~~
# ../include/cddb/cddb_log.h:23:9: note: 'CDDB_LOG_H' is defined here; did you mean 'CDDB_LOH_H'?
# #define CDDB_LOG_H
# ^~~~~~~~~~
# CDDB_LOH_H
# In file included from do_display.c:22:
# In file included from ./main.h:25:
# In file included from ../include/cddb/cddb.h:39:
# ../include/cddb/cddb_log.h:22:9: warning: 'CDDB_LOH_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_H
# ^~~~~~~~~~
# ../include/cddb/cddb_log.h:23:9: note: 'CDDB_LOG_H' is defined here; did you mean 'CDDB_LOH_H'?
# #define CDDB_LOG_H
# ^~~~~~~~~~
# CDDB_LOH_H
# 1 warning generated.
# mv -f .deps/do_query.Tpo .deps/do_query.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT cd_access.o -MD -MP -MF .deps/cd_access.Tpo -c -o cd_access.o cd_access.c
# 1 warning generated.
# mv -f .deps/do_display.Tpo .deps/do_display.Po
# In file included from do_read.c:22:
# In file included from ./main.h:25:
# In file included from ../include/cddb/cddb.h:39:
# ../include/cddb/cddb_log.h:22:9:clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT do_sites.o -MD -MP -MF .deps/do_sites.Tpo -c -o do_sites.o do_sites.c
# warning: 'CDDB_LOH_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_H
# ^~~~~~~~~~
# ../include/cddb/cddb_log.h:23:9: note: 'CDDB_LOG_H' is defined here; did you mean 'CDDB_LOH_H'?
# #define CDDB_LOG_H
# ^~~~~~~~~~
# CDDB_LOH_H
# In file included from main.c:26:
# In file included from ./main.h:25:
# In file included from ../include/cddb/cddb.h:39:
# ../include/cddb/cddb_log.h:22:9: warning: 'CDDB_LOH_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_H
# ^~~~~~~~~~
# ../include/cddb/cddb_log.h:23:9: note: 'CDDB_LOG_H' is defined here; did you mean 'CDDB_LOH_H'?
# #define CDDB_LOG_H
# ^~~~~~~~~~
# CDDB_LOH_H
# 1 warning generated.
# In file included from cd_access.c:23:
# In file included from ./main.h:25:
# In file included from ../include/cddb/cddb.h:39:
# ../include/cddb/cddb_log.h:22:9: warning: 'CDDB_LOH_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_H
# ^~~~~~~~~~
# ../include/cddb/cddb_log.h:23:9: note: 'CDDB_LOG_H' is defined here; did you mean 'CDDB_LOH_H'?
# #define CDDB_LOG_H
# ^~~~~~~~~~
# CDDB_LOH_H
# main.c:257:19: warning: implicit declaration of function 'rpl_malloc' is invalid in C99 [-Wimplicit-function-declaration]
# aux = malloc(len + 1);
# ^
# ../config.h:198:16: note: expanded from macro 'malloc'
# #define malloc rpl_malloc
# ^
# main.c:257:17: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion]
# aux = malloc(len + 1);
# ^ ~~~~~~~~~~~~~~~
# mv -f .deps/do_read.Tpo .deps/do_read.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT do_search.o -MD -MP -MF .deps/do_search.Tpo -c -o do_search.o do_search.c
# 1 warning generated.
# mv -f .deps/cd_access.Tpo .deps/cd_access.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT do_album.o -MD -MP -MF .deps/do_album.Tpo -c -o do_album.o do_album.c
# In file included from do_sites.c:22:
# In file included from ./main.h:25:
# In file included from ../include/cddb/cddb.h:39:
# ../include/cddb/cddb_log.h:22:9: warning: 'CDDB_LOH_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_H
# ^~~~~~~~~~
# ../include/cddb/cddb_log.h:23:9: note: 'CDDB_LOG_H' is defined here; did you mean 'CDDB_LOH_H'?
# #define CDDB_LOG_H
# ^~~~~~~~~~
# CDDB_LOH_H
# 1 warning generated.
# mv -f .deps/do_sites.Tpo .deps/do_sites.Po
# 3 warnings generated.
# In file included from do_search.c:22:
# In file included from ./main.h:25:
# In file included from ../include/cddb/cddb.h:39:
# ../include/cddb/cddb_log.h:22:9: warning: 'CDDB_LOH_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_H
# ^~~~~~~~~~
# ../include/cddb/cddb_log.h:23:9: note: 'CDDB_LOG_H' is defined here; did you mean 'CDDB_LOH_H'?
# #define CDDB_LOG_H
# ^~~~~~~~~~
# CDDB_LOH_H
# In file included from do_album.c:22:
# In file included from ./main.h:25:
# In file included from ../include/cddb/cddb.h:39:
# ../include/cddb/cddb_log.h:22:9: warning: 'CDDB_LOH_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
# #ifndef CDDB_LOH_H
# ^~~~~~~~~~
# ../include/cddb/cddb_log.h:23:9: note: 'CDDB_LOG_H' is defined here; did you mean 'CDDB_LOH_H'?
# #define CDDB_LOG_H
# ^~~~~~~~~~
# CDDB_LOH_H
# mv -f .deps/main.Tpo .deps/main.Po
# 1 warning generated.
# mv -f .deps/do_search.Tpo .deps/do_search.Po
# 1 warning generated.
# mv -f .deps/do_album.Tpo .deps/do_album.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -o cddb_query main.o do_query.o do_read.o do_display.o cd_access.o do_sites.o do_search.o do_album.o ../lib/libcddb.la
# libtool: link: clang -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -o .libs/cddb_query main.o do_query.o do_read.o do_display.o cd_access.o do_sites.o do_search.o do_album.o ../lib/.libs/libcddb.so
# ../lib/.libs/libcddb.so: error: undefined reference to 'rpl_realloc'
# main.o:main.c:function init_protocol: error: undefined reference to 'rpl_malloc'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[2]: *** [Makefile:260: cddb_query] Error 1
# make[2]: Leaving directory '/tmp/libcddb/src/libcddb-1.3.2/examples'
# make[1]: *** [Makefile:301: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/libcddb/src/libcddb-1.3.2'
# make: *** [Makefile:212: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/libcddb/src/libcddb-1.3.2/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 libcddb configure 1.3.2, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = df39674ece4b
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2105: checking for a BSD-compatible install
# configure:2173: result: /usr/bin/install -c
# configure:2184: checking whether build environment is sane
# configure:2227: result: yes
# configure:2252: checking for a thread-safe mkdir -p
# configure:2291: result: /usr/sbin/mkdir -p
# configure:2304: checking for gawk
# configure:2320: found /usr/sbin/gawk
# configure:2331: result: gawk
# configure:2342: checking whether make sets $(MAKE)
# configure:2364: result: yes
# configure:2444: checking for x86_64-unknown-linux-strip
# configure:2474: result: no
# configure:2484: checking for strip
# configure:2500: found /sysroot/bin/strip
# configure:2511: result: strip
# configure:2548: checking whether to enable maintainer-specific portions of Makefiles
# configure:2557: result: no
# configure:2627: checking build system type
# configure:2645: result: x86_64-unknown-linux-gnu
# configure:2667: checking host system type
# configure:2682: result: x86_64-unknown-linux-gnu
# configure:2747: checking for gawk
# configure:2774: result: gawk
# configure:2793: checking for x86_64-unknown-linux-gcc
# configure:2820: result: clang
# configure:3092: checking for C compiler version
# configure:3100: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3104: $? = 0
# configure:3111: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3115: $? = 0
# configure:3122: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3126: $? = 1
# configure:3149: checking for C compiler default output file name
# configure:3171: clang conftest.c >&5
# configure:3175: $? = 0
# configure:3213: result: a.out
# configure:3232: checking whether the C compiler works
# configure:3242: ./a.out
# ./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3246: $? = 127
# configure:3265: result: yes
# configure:3272: checking whether we are cross compiling
# configure:3274: result: yes
# configure:3277: checking for suffix of executables
# configure:3284: clang -o conftest conftest.c >&5
# configure:3288: $? = 0
# configure:3314: result:
# configure:3320: checking for suffix of object files
# configure:3346: clang -c conftest.c >&5
# configure:3350: $? = 0
# configure:3375: result: o
# configure:3379: checking whether we are using the GNU C compiler
# configure:3408: clang -c conftest.c >&5
# configure:3415: $? = 0
# configure:3432: result: yes
# configure:3441: checking whether clang accepts -g
# configure:3471: clang -c -g conftest.c >&5
# configure:3478: $? = 0
# configure:3579: result: yes
# configure:3596: checking for clang option to accept ISO C89
# configure:3670: clang -c conftest.c >&5
# configure:3677: $? = 0
# configure:3700: result: none needed
# configure:3729: checking for style of include used by make
# configure:3757: result: GNU
# configure:3782: checking dependency style of clang
# configure:3873: result: gcc3
# configure:3893: checking how to run the C preprocessor
# configure:3933: clang -E conftest.c
# configure:3940: $? = 0
# configure:3971: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3978: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libcddb"
# | #define PACKAGE_TARNAME "libcddb"
# | #define PACKAGE_VERSION "1.3.2"
# | #define PACKAGE_STRING "libcddb 1.3.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libcddb"
# | #define VERSION "1.3.2"
# | /* end confdefs.h. */
# | #include
# configure:4011: result: clang -E
# configure:4040: clang -E conftest.c
# configure:4047: $? = 0
# configure:4078: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4085: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libcddb"
# | #define PACKAGE_TARNAME "libcddb"
# | #define PACKAGE_VERSION "1.3.2"
# | #define PACKAGE_STRING "libcddb 1.3.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libcddb"
# | #define VERSION "1.3.2"
# | /* end confdefs.h. */
# | #include
# configure:4452: checking for a sed that does not truncate output
# configure:4518: result: /usr/sbin/sed
# configure:4536: checking for grep that handles long lines and -e
# configure:4596: result: /usr/sbin/grep
# configure:4601: checking for egrep
# configure:4665: result: /usr/sbin/grep -E
# configure:4670: checking for fgrep
# configure:4734: result: /usr/sbin/grep -F
# configure:4769: checking for ld used by clang
# configure:4836: result: /sysroot/bin/ld
# configure:4845: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:4860: result: yes
# configure:4872: checking for BSD- or MS-compatible name lister (nm)
# configure:4921: result: /sysroot/bin/nm -B
# configure:5039: checking the name lister (/sysroot/bin/nm -B) interface
# configure:5046: clang -c conftest.c >&5
# configure:5049: /sysroot/bin/nm -B "conftest.o"
# configure:5052: output
# 0000000000000000 B some_variable
# configure:5059: result: BSD nm
# configure:5062: checking whether ln -s works
# configure:5066: result: yes
# configure:5074: checking the maximum length of command line arguments
# configure:5194: result: 1572864
# configure:5211: checking whether the shell understands some XSI constructs
# configure:5221: result: yes
# configure:5225: checking whether the shell understands "+="
# configure:5231: result: yes
# configure:5266: checking for /sysroot/bin/ld option to reload object files
# configure:5273: result: -r
# configure:5302: checking for x86_64-unknown-linux-objdump
# configure:5329: result: objdump
# configure:5398: checking how to recognize dependent libraries
# configure:5594: result: pass_all
# configure:5614: checking for x86_64-unknown-linux-ar
# configure:5644: result: no
# configure:5654: checking for ar
# configure:5670: found /sysroot/bin/ar
# configure:5681: result: ar
# configure:5693: WARNING: using cross tools not prefixed with host triplet
# configure:5719: checking for x86_64-unknown-linux-strip
# configure:5746: result: strip
# configure:5818: checking for x86_64-unknown-linux-ranlib
# configure:5848: result: no
# configure:5858: checking for ranlib
# configure:5874: found /sysroot/bin/ranlib
# configure:5885: result: ranlib
# configure:5975: checking command to parse /sysroot/bin/nm -B output from clang object
# configure:6093: clang -c conftest.c >&5
# configure:6096: $? = 0
# configure:6100: /sysroot/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6103: $? = 0
# configure:6157: clang -o conftest conftest.c conftstm.o >&5
# configure:6160: $? = 0
# configure:6198: result: ok
# configure:6294: clang -c conftest.c >&5
# configure:6297: $? = 0
# configure:7061: checking for ANSI C header files
# configure:7091: clang -c conftest.c >&5
# configure:7098: $? = 0
# configure:7229: result: yes
# configure:7253: checking for sys/types.h
# configure:7274: clang -c conftest.c >&5
# configure:7281: $? = 0
# configure:7298: result: yes
# configure:7253: checking for sys/stat.h
# configure:7274: clang -c conftest.c >&5
# configure:7281: $? = 0
# configure:7298: result: yes
# configure:7253: checking for stdlib.h
# configure:7274: clang -c conftest.c >&5
# configure:7281: $? = 0
# configure:7298: result: yes
# configure:7253: checking for string.h
# configure:7274: clang -c conftest.c >&5
# configure:7281: $? = 0
# configure:7298: result: yes
# configure:7253: checking for memory.h
# configure:7274: clang -c conftest.c >&5
# configure:7281: $? = 0
# configure:7298: result: yes
# configure:7253: checking for strings.h
# configure:7274: clang -c conftest.c >&5
# configure:7281: $? = 0
# configure:7298: result: yes
# configure:7253: checking for inttypes.h
# configure:7274: clang -c conftest.c >&5
# configure:7281: $? = 0
# configure:7298: result: yes
# configure:7253: checking for stdint.h
# configure:7274: clang -c conftest.c >&5
# configure:7281: $? = 0
# configure:7298: result: yes
# configure:7253: checking for unistd.h
# configure:7274: clang -c conftest.c >&5
# configure:7281: $? = 0
# configure:7298: result: yes
# configure:7316: checking for dlfcn.h
# configure:7337: clang -c conftest.c >&5
# configure:7344: $? = 0
# configure:7361: result: yes
# configure:7545: checking for objdir
# configure:7560: result: .libs
# configure:7852: checking if clang supports -fno-rtti -fno-exceptions
# configure:7870: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:7874: $? = 0
# configure:7887: result: yes
# configure:7907: checking for clang option to produce PIC
# configure:8179: result: -fPIC -DPIC
# configure:8191: checking if clang PIC flag -fPIC -DPIC works
# configure:8209: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8213: $? = 0
# configure:8226: result: yes
# configure:8250: checking if clang static flag -static works
# configure:8278: result: no
# configure:8293: checking if clang supports -c -o file.o
# configure:8314: clang -c -o out/conftest2.o conftest.c >&5
# configure:8318: $? = 0
# configure:8340: result: yes
# configure:8348: checking if clang supports -c -o file.o
# configure:8395: result: yes
# configure:8428: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:9502: result: yes
# configure:9539: checking whether -lc should be explicitly linked in
# configure:9544: clang -c conftest.c >&5
# configure:9547: $? = 0
# configure:9562: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:9565: $? = 0
# configure:9577: result: no
# configure:9741: checking dynamic linker characteristics
# configure:10184: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10191: $? = 0
# configure:10424: result: GNU/Linux ld.so
# configure:10526: checking how to hardcode library paths into programs
# configure:10551: result: immediate
# configure:11384: checking whether stripping libraries is possible
# configure:11389: result: yes
# configure:11424: checking if libtool supports shared libraries
# configure:11426: result: yes
# configure:11429: checking whether to build shared libraries
# configure:11450: result: yes
# configure:11453: checking whether to build static libraries
# configure:11457: result: yes
# configure:11506: checking for a BSD-compatible install
# configure:11574: result: /usr/bin/install -c
# configure:11585: checking whether ln -s works
# configure:11589: result: yes
# configure:11596: checking whether make sets $(MAKE)
# configure:11618: result: yes
# configure:11629: checking for connect in -lsocket
# configure:11664: clang -o conftest conftest.c -lsocket >&5
# /sysroot/bin/ld: error: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11671: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libcddb"
# | #define PACKAGE_TARNAME "libcddb"
# | #define PACKAGE_VERSION "1.3.2"
# | #define PACKAGE_STRING "libcddb 1.3.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libcddb"
# | #define VERSION "1.3.2"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* 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 connect ();
# | int
# | main ()
# | {
# | return connect ();
# | ;
# | return 0;
# | }
# configure:11692: result: no
# configure:11704: checking for connect in -lnetwork
# configure:11739: clang -o conftest conftest.c -lnetwork >&5
# /sysroot/bin/ld: error: cannot find -lnetwork
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11746: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libcddb"
# | #define PACKAGE_TARNAME "libcddb"
# | #define PACKAGE_VERSION "1.3.2"
# | #define PACKAGE_STRING "libcddb 1.3.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libcddb"
# | #define VERSION "1.3.2"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* 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 connect ();
# | int
# | main ()
# | {
# | return connect ();
# | ;
# | return 0;
# | }
# configure:11767: result: no
# configure:11779: checking for ANSI C header files
# configure:11947: result: yes
# configure:11957: checking whether time.h and sys/time.h may both be included
# configure:11987: clang -c conftest.c >&5
# configure:11994: $? = 0
# configure:12009: result: yes
# configure:12041: checking arpa/inet.h usability
# configure:12058: clang -c conftest.c >&5
# configure:12065: $? = 0
# configure:12079: result: yes
# configure:12083: checking arpa/inet.h presence
# configure:12098: clang -E conftest.c
# configure:12105: $? = 0
# configure:12119: result: yes
# configure:12147: checking for arpa/inet.h
# configure:12156: result: yes
# configure:12041: checking netdb.h usability
# configure:12058: clang -c conftest.c >&5
# configure:12065: $? = 0
# configure:12079: result: yes
# configure:12083: checking netdb.h presence
# configure:12098: clang -E conftest.c
# configure:12105: $? = 0
# configure:12119: result: yes
# configure:12147: checking for netdb.h
# configure:12156: result: yes
# configure:12041: checking netinet/in.h usability
# configure:12058: clang -c conftest.c >&5
# configure:12065: $? = 0
# configure:12079: result: yes
# configure:12083: checking netinet/in.h presence
# configure:12098: clang -E conftest.c
# configure:12105: $? = 0
# configure:12119: result: yes
# configure:12147: checking for netinet/in.h
# configure:12156: result: yes
# configure:12041: checking regex.h usability
# configure:12058: clang -c conftest.c >&5
# configure:12065: $? = 0
# configure:12079: result: yes
# configure:12083: checking regex.h presence
# configure:12098: clang -E conftest.c
# configure:12105: $? = 0
# configure:12119: result: yes
# configure:12147: checking for regex.h
# configure:12156: result: yes
# configure:12030: checking for stdlib.h
# configure:12037: result: yes
# configure:12030: checking for string.h
# configure:12037: result: yes
# configure:12041: checking sys/socket.h usability
# configure:12058: clang -c conftest.c >&5
# configure:12065: $? = 0
# configure:12079: result: yes
# configure:12083: checking sys/socket.h presence
# configure:12098: clang -E conftest.c
# configure:12105: $? = 0
# configure:12119: result: yes
# configure:12147: checking for sys/socket.h
# configure:12156: result: yes
# configure:12182: checking for unistd.h
# configure:12189: result: yes
# configure:12193: checking errno.h usability
# configure:12210: clang -c conftest.c >&5
# configure:12217: $? = 0
# configure:12231: result: yes
# configure:12235: checking errno.h presence
# configure:12250: clang -E conftest.c
# configure:12257: $? = 0
# configure:12271: result: yes
# configure:12299: checking for errno.h
# configure:12308: result: yes
# configure:12193: checking time.h usability
# configure:12210: clang -c conftest.c >&5
# configure:12217: $? = 0
# configure:12231: result: yes
# configure:12235: checking time.h presence
# configure:12250: clang -E conftest.c
# configure:12257: $? = 0
# configure:12271: result: yes
# configure:12299: checking for time.h
# configure:12308: result: yes
# configure:12193: checking sys/time.h usability
# configure:12210: clang -c conftest.c >&5
# configure:12217: $? = 0
# configure:12231: result: yes
# configure:12235: checking sys/time.h presence
# configure:12250: clang -E conftest.c
# configure:12257: $? = 0
# configure:12271: result: yes
# configure:12299: checking for sys/time.h
# configure:12308: result: yes
# configure:12193: checking fcntl.h usability
# configure:12210: clang -c conftest.c >&5
# configure:12217: $? = 0
# configure:12231: result: yes
# configure:12235: checking fcntl.h presence
# configure:12250: clang -E conftest.c
# configure:12257: $? = 0
# configure:12271: result: yes
# configure:12299: checking for fcntl.h
# configure:12308: result: yes
# configure:12193: checking windows.h usability
# configure:12210: clang -c conftest.c >&5
# conftest.c:69:10: fatal error: 'windows.h' file not found
# #include
# ^
# 1 error generated.
# configure:12217: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libcddb"
# | #define PACKAGE_TARNAME "libcddb"
# | #define PACKAGE_VERSION "1.3.2"
# | #define PACKAGE_STRING "libcddb 1.3.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libcddb"
# | #define VERSION "1.3.2"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_FCNTL_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
# | #include
# configure:12231: result: no
# configure:12235: checking windows.h presence
# configure:12250: clang -E conftest.c
# conftest.c:36:10: fatal error: 'windows.h' file not found
# #include
# ^
# 1 error generated.
# configure:12257: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libcddb"
# | #define PACKAGE_TARNAME "libcddb"
# | #define PACKAGE_VERSION "1.3.2"
# | #define PACKAGE_STRING "libcddb 1.3.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libcddb"
# | #define VERSION "1.3.2"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_FCNTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:12271: result: no
# configure:12299: checking for windows.h
# configure:12308: result: no
# configure:12193: checking winsock2.h usability
# configure:12210: clang -c conftest.c >&5
# conftest.c:69:10: fatal error: 'winsock2.h' file not found
# #include
# ^
# 1 error generated.
# configure:12217: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libcddb"
# | #define PACKAGE_TARNAME "libcddb"
# | #define PACKAGE_VERSION "1.3.2"
# | #define PACKAGE_STRING "libcddb 1.3.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libcddb"
# | #define VERSION "1.3.2"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_FCNTL_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
# | #include
# configure:12231: result: no
# configure:12235: checking winsock2.h presence
# configure:12250: clang -E conftest.c
# conftest.c:36:10: fatal error: 'winsock2.h' file not found
# #include
# ^
# 1 error generated.
# configure:12257: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libcddb"
# | #define PACKAGE_TARNAME "libcddb"
# | #define PACKAGE_VERSION "1.3.2"
# | #define PACKAGE_STRING "libcddb 1.3.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libcddb"
# | #define VERSION "1.3.2"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_FCNTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:12271: result: no
# configure:12299: checking for winsock2.h
# configure:12308: result: no
# configure:12324: checking for an ANSI C-conforming const
# configure:12399: clang -c conftest.c >&5
# configure:12406: $? = 0
# configure:12421: result: yes
# configure:12431: checking for size_t
# configure:12459: clang -c conftest.c >&5
# configure:12466: $? = 0
# configure:12493: clang -c conftest.c >&5
# conftest.c:72:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:12500: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libcddb"
# | #define PACKAGE_TARNAME "libcddb"
# | #define PACKAGE_VERSION "1.3.2"
# | #define PACKAGE_STRING "libcddb 1.3.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libcddb"
# | #define VERSION "1.3.2"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_FCNTL_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 ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12523: result: yes
# configure:12541: checking for stdlib.h
# configure:12548: result: yes
# configure:12682: checking for GNU libc compatible malloc
# configure:12747: result: no
# configure:12780: checking for stdlib.h
# configure:12787: result: yes
# configure:12921: checking for GNU libc compatible realloc
# configure:12986: result: no
# configure:13014: checking whether lstat dereferences a symlink specified with a trailing slash
# configure:13088: result: no
# configure:13107: checking whether stat accepts an empty string
# configure:13168: result: yes
# configure:13188: checking for vprintf
# configure:13244: clang -o conftest conftest.c >&5
# conftest.c:66:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
# char vprintf ();
# ^
# conftest.c:66:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:13251: $? = 0
# configure:13273: result: yes
# configure:13282: checking for _doprnt
# configure:13338: clang -o conftest conftest.c >&5
# /tmp/conftest-1ad451.o:conftest.c:function main: error: undefined reference to '_doprnt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13345: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libcddb"
# | #define PACKAGE_TARNAME "libcddb"
# | #define PACKAGE_VERSION "1.3.2"
# | #define PACKAGE_STRING "libcddb 1.3.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libcddb"
# | #define VERSION "1.3.2"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_REGEX_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 0
# | #define malloc rpl_malloc
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 0
# | #define realloc rpl_realloc
# | #define HAVE_STAT_EMPTY_STRING_BUG 1
# | #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:13365: result: no
# configure:13396: checking sys/select.h usability
# configure:13413: clang -c conftest.c >&5
# configure:13420: $? = 0
# configure:13434: result: yes
# configure:13438: checking sys/select.h presence
# configure:13453: clang -E conftest.c
# configure:13460: $? = 0
# configure:13474: result: yes
# configure:13502: checking for sys/select.h
# configure:13511: result: yes
# configure:13385: checking for sys/socket.h
# configure:13392: result: yes
# configure:13526: checking types of arguments for select
# configure:13564: clang -c conftest.c >&5
# configure:13571: $? = 0
# configure:13592: result: int,fd_set *,struct timeval *
# configure:13628: checking for mkdir
# configure:13684: clang -o conftest conftest.c >&5
# configure:13691: $? = 0
# configure:13713: result: yes
# configure:13628: checking for regcomp
# configure:13684: clang -o conftest conftest.c >&5
# configure:13691: $? = 0
# configure:13713: result: yes
# configure:13628: checking for socket
# configure:13684: clang -o conftest conftest.c >&5
# configure:13691: $? = 0
# configure:13713: result: yes
# configure:13628: checking for strdup
# configure:13684: clang -o conftest conftest.c >&5
# conftest.c:75:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:75:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:13691: $? = 0
# configure:13713: result: yes
# configure:13628: checking for strtol
# configure:13684: clang -o conftest conftest.c >&5
# configure:13691: $? = 0
# configure:13713: result: yes
# configure:13628: checking for strchr
# configure:13684: clang -o conftest conftest.c >&5
# conftest.c:77:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:77:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:13691: $? = 0
# configure:13713: result: yes
# configure:13628: checking for memset
# configure:13684: clang -o conftest conftest.c >&5
# conftest.c:78:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:78:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:13691: $? = 0
# configure:13713: result: yes
# configure:13628: checking for alarm
# configure:13684: clang -o conftest conftest.c >&5
# configure:13691: $? = 0
# configure:13713: result: yes
# configure:13628: checking for select
# configure:13684: clang -o conftest conftest.c >&5
# configure:13691: $? = 0
# configure:13713: result: yes
# configure:13628: checking for realloc
# configure:13684: clang -o conftest conftest.c >&5
# conftest.c:60:9: warning: 'realloc' macro redefined [-Wmacro-redefined]
# #define realloc innocuous_realloc
# ^
# conftest.c:40:9: note: previous definition is here
# #define realloc rpl_realloc
# ^
# conftest.c:81:6: warning: incompatible redeclaration of library function 'realloc' [-Wincompatible-library-redeclaration]
# char realloc ();
# ^
# conftest.c:81:6: note: 'realloc' is a builtin with type 'void *(void *, unsigned long)'
# 2 warnings generated.
# configure:13691: $? = 0
# configure:13713: result: yes
# configure:13725: checking for gethostbyname
# configure:13781: clang -o conftest conftest.c >&5
# conftest.c:57:9: warning: 'HAVE_REALLOC' macro redefined [-Wmacro-redefined]
# #define HAVE_REALLOC 1
# ^
# conftest.c:39:9: note: previous definition is here
# #define HAVE_REALLOC 0
# ^
# 1 warning generated.
# configure:13788: $? = 0
# configure:13808: result: yes
# configure:13898: checking for x86_64-unknown-linux-pkg-config
# configure:13931: result: no
# configure:13941: checking for pkg-config
# configure:13959: found /usr/sbin/pkg-config
# configure:13971: result: /usr/sbin/pkg-config
# configure:13996: checking pkg-config is at least version 0.9.0
# configure:13999: result: yes
# configure:14010: checking for LIBCDIO
# configure:14017: $PKG_CONFIG --exists --print-errors "libcdio >= 0.76"
# Package libcdio was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libcdio.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libcdio' found
# configure:14020: $? = 1
# configure:14033: $PKG_CONFIG --exists --print-errors "libcdio >= 0.76"
# Package libcdio was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libcdio.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libcdio' found
# configure:14036: $? = 1
# No package 'libcdio' found
# configure:14063: result: no
# configure:14065: WARNING: new enough libcdio not found. CD reading in CDDB test program disabled. Get libcdio from http://www.gnu.org/software/libcdio/
# configure:14109: checking iconv.h usability
# configure:14126: clang -c conftest.c >&5
# conftest.c:57:9: warning: 'HAVE_REALLOC' macro redefined [-Wmacro-redefined]
# #define HAVE_REALLOC 1
# ^
# conftest.c:39:9: note: previous definition is here
# #define HAVE_REALLOC 0
# ^
# 1 warning generated.
# configure:14133: $? = 0
# configure:14147: result: yes
# configure:14151: checking iconv.h presence
# configure:14166: clang -E conftest.c
# conftest.c:57:9: warning: 'HAVE_REALLOC' macro redefined [-Wmacro-redefined]
# #define HAVE_REALLOC 1
# ^
# conftest.c:39:9: note: previous definition is here
# #define HAVE_REALLOC 0
# ^
# 1 warning generated.
# configure:14173: $? = 0
# configure:14187: result: yes
# configure:14215: checking for iconv.h
# configure:14224: result: yes
# configure:14281: checking for ld used by GCC
# configure:14345: result: /sysroot/bin/ld -m elf_x86_64
# configure:14354: checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld
# configure:14367: result: yes
# configure:14374: checking for shared library run path origin
# configure:14387: result: done
# configure:14895: checking for iconv
# configure:14927: clang -o conftest conftest.c >&5
# conftest.c:57:9: warning: 'HAVE_REALLOC' macro redefined [-Wmacro-redefined]
# #define HAVE_REALLOC 1
# ^
# conftest.c:39:9: note: previous definition is here
# #define HAVE_REALLOC 0
# ^
# 1 warning generated.
# configure:14934: $? = 0
# configure:15011: result: yes
# configure:15014: checking for working iconv
# configure:15133: result: guessing yes
# configure:15163: checking for iconv declaration
# configure:15202: clang -c conftest.c >&5
# conftest.c:57:9: warning: 'HAVE_REALLOC' macro redefined [-Wmacro-redefined]
# #define HAVE_REALLOC 1
# ^
# conftest.c:39:9: note: previous definition is here
# #define HAVE_REALLOC 0
# ^
# 1 warning generated.
# configure:15209: $? = 0
# configure:15228: result:
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# configure:15323: checking whether clang accepts -Wall
# configure:15346: clang -c -Wall conftest.c >&5
# conftest.c:57:9: warning: 'HAVE_REALLOC' macro redefined [-Wmacro-redefined]
# #define HAVE_REALLOC 1
# ^
# conftest.c:39:9: note: previous definition is here
# #define HAVE_REALLOC 0
# ^
# 1 warning generated.
# configure:15353: $? = 0
# configure:15368: result: yes
# configure:15323: checking whether clang accepts -Wchar-subscripts
# configure:15346: clang -c -Wchar-subscripts conftest.c >&5
# conftest.c:57:9: warning: 'HAVE_REALLOC' macro redefined [-Wmacro-redefined]
# #define HAVE_REALLOC 1
# ^
# conftest.c:39:9: note: previous definition is here
# #define HAVE_REALLOC 0
# ^
# 1 warning generated.
# configure:15353: $? = 0
# configure:15368: result: yes
# configure:15323: checking whether clang accepts -Wmissing-prototypes
# configure:15346: clang -c -Wmissing-prototypes conftest.c >&5
# conftest.c:57:9: warning: 'HAVE_REALLOC' macro redefined [-Wmacro-redefined]
# #define HAVE_REALLOC 1
# ^
# conftest.c:39:9: note: previous definition is here
# #define HAVE_REALLOC 0
# ^
# 1 warning generated.
# configure:15353: $? = 0
# configure:15368: result: yes
# configure:15323: checking whether clang accepts -Wmissing-declarations
# configure:15346: clang -c -Wmissing-declarations conftest.c >&5
# conftest.c:57:9: warning: 'HAVE_REALLOC' macro redefined [-Wmacro-redefined]
# #define HAVE_REALLOC 1
# ^
# conftest.c:39:9: note: previous definition is here
# #define HAVE_REALLOC 0
# ^
# 1 warning generated.
# configure:15353: $? = 0
# configure:15368: result: yes
# configure:15323: checking whether clang accepts -Wunused
# configure:15346: clang -c -Wunused conftest.c >&5
# conftest.c:57:9: warning: 'HAVE_REALLOC' macro redefined [-Wmacro-redefined]
# #define HAVE_REALLOC 1
# ^
# conftest.c:39:9: note: previous definition is here
# #define HAVE_REALLOC 0
# ^
# 1 warning generated.
# configure:15353: $? = 0
# configure:15368: result: yes
# configure:15323: checking whether clang accepts -Wpointer-arith
# configure:15346: clang -c -Wpointer-arith conftest.c >&5
# conftest.c:57:9: warning: 'HAVE_REALLOC' macro redefined [-Wmacro-redefined]
# #define HAVE_REALLOC 1
# ^
# conftest.c:39:9: note: previous definition is here
# #define HAVE_REALLOC 0
# ^
# 1 warning generated.
# configure:15353: $? = 0
# configure:15368: result: yes
# configure:15323: checking whether clang accepts -Wwrite-strings
# configure:15346: clang -c -Wwrite-strings conftest.c >&5
# conftest.c:57:9: warning: 'HAVE_REALLOC' macro redefined [-Wmacro-redefined]
# #define HAVE_REALLOC 1
# ^
# conftest.c:39:9: note: previous definition is here
# #define HAVE_REALLOC 0
# ^
# 1 warning generated.
# configure:15353: $? = 0
# configure:15368: result: yes
# configure:15323: checking whether clang accepts -Wnested-externs
# configure:15346: clang -c -Wnested-externs conftest.c >&5
# conftest.c:57:9: warning: 'HAVE_REALLOC' macro redefined [-Wmacro-redefined]
# #define HAVE_REALLOC 1
# ^
# conftest.c:39:9: note: previous definition is here
# #define HAVE_REALLOC 0
# ^
# 1 warning generated.
# configure:15353: $? = 0
# configure:15368: result: yes
# configure:15323: checking whether clang accepts -Wno-sign-compare
# configure:15346: clang -c -Wno-sign-compare conftest.c >&5
# conftest.c:57:9: warning: 'HAVE_REALLOC' macro redefined [-Wmacro-redefined]
# #define HAVE_REALLOC 1
# ^
# conftest.c:39:9: note: previous definition is here
# #define HAVE_REALLOC 0
# ^
# 1 warning generated.
# configure:15353: $? = 0
# configure:15368: result: yes
# configure:15513: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libcddb config.status 1.3.2, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on df39674ece4b
#
# config.status:1041: creating Makefile
# config.status:1041: creating libcddb.pc
# config.status:1041: creating include/Makefile
# config.status:1041: creating include/cddb/Makefile
# config.status:1041: creating include/cddb/cddb_config.h
# config.status:1041: creating include/cddb/version.h
# config.status:1041: creating lib/Makefile
# config.status:1041: creating examples/Makefile
# config.status:1041: creating tests/Makefile
# config.status:1041: creating tests/settings.sh
# config.status:1041: creating config.h
# config.status:1315: executing depfiles commands
# config.status:1315: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBCDIO_CFLAGS_set=
# ac_cv_env_LIBCDIO_CFLAGS_value=
# ac_cv_env_LIBCDIO_LIBS_set=
# ac_cv_env_LIBCDIO_LIBS_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_alarm=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_lstat_dereferences_slashed_symlink=no
# ac_cv_func_malloc_0_nonnull=no
# ac_cv_func_memset=yes
# ac_cv_func_mkdir=yes
# ac_cv_func_realloc=yes
# ac_cv_func_realloc_0_nonnull=no
# ac_cv_func_regcomp=yes
# ac_cv_func_select=yes
# ac_cv_func_select_args='int,fd_set *,struct timeval *'
# ac_cv_func_socket=yes
# ac_cv_func_stat_empty_string_bug=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strtol=yes
# ac_cv_func_vprintf=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_iconv_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_regex_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_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_windows_h=no
# ac_cv_header_winsock2_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_network_connect=no
# ac_cv_lib_socket_connect=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_OBJDUMP=objdump
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# 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_type_size_t=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='/sysroot/bin/ld -m elf_x86_64'
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_func_iconv=yes
# am_cv_func_iconv_works='guessing 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=
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/sysroot/bin/ld
# lt_cv_path_NM='/sysroot/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libcddb/src/libcddb-1.3.2/missing --run aclocal-1.10'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/libcddb/src/libcddb-1.3.2/missing --run tar'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/libcddb/src/libcddb-1.3.2/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libcddb/src/libcddb-1.3.2/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libcddb/src/libcddb-1.3.2/missing --run automake-1.10'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare '
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/sysroot/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBCDDB_VERSION_NUM='131'
# LIBCDIO_CFLAGS=''
# LIBCDIO_LIBS=''
# LIBICONV=''
# LIBOBJS=' ${LIBOBJDIR}malloc$U.o ${LIBOBJDIR}realloc$U.o ${LIBOBJDIR}lstat$U.o ${LIBOBJDIR}stat$U.o'
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBICONV=''
# LTLIBOBJS=' ${LIBOBJDIR}malloc$U.lo ${LIBOBJDIR}realloc$U.lo ${LIBOBJDIR}lstat$U.lo ${LIBOBJDIR}stat$U.lo'
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/libcddb/src/libcddb-1.3.2/missing --run makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/sysroot/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libcddb'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='libcddb'
# PACKAGE_STRING='libcddb 1.3.2'
# PACKAGE_TARNAME='libcddb'
# PACKAGE_VERSION='1.3.2'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/sbin/pkg-config'
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.3.2'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# 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/libcddb/src/libcddb-1.3.2/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/sbin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
# with_iconv='1'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "libcddb"
# #define PACKAGE_TARNAME "libcddb"
# #define PACKAGE_VERSION "1.3.2"
# #define PACKAGE_STRING "libcddb 1.3.2"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE "libcddb"
# #define VERSION "1.3.2"
# #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_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define STDC_HEADERS 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_REGEX_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_TIME_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 0
# #define malloc rpl_malloc
# #define HAVE_STDLIB_H 1
# #define HAVE_REALLOC 0
# #define realloc rpl_realloc
# #define HAVE_STAT_EMPTY_STRING_BUG 1
# #define HAVE_VPRINTF 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 HAVE_MKDIR 1
# #define HAVE_REGCOMP 1
# #define HAVE_SOCKET 1
# #define HAVE_STRDUP 1
# #define HAVE_STRTOL 1
# #define HAVE_STRCHR 1
# #define HAVE_MEMSET 1
# #define HAVE_ALARM 1
# #define HAVE_SELECT 1
# #define HAVE_REALLOC 1
# #define HAVE_ICONV_H 1
# #define HAVE_ICONV 1
# #define ICONV_CONST
#
# configure: exit 0