Build of libmpdclient with android toolchain

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

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

SLOCLanguage
11,364 sh
6,992 ansic
1,432 makefile
19,788 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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

Copied permanent toolchain into container-local sysroot
# /toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi
# /toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/SOURCES --> /sysroot/SOURCES
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/COPYING --> /sysroot/COPYING
# /toolchain_root/COPYING3 --> /sysroot/COPYING3
# /toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libmpdclient 2.10-1 (Tue Apr 4 21:23:31 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking for style of include used by make... GNU
# checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether arm-linux-androideabi-gcc accepts -g... yes
# checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
# checking whether arm-linux-androideabi-gcc understands -c and -o together... yes
# checking dependency style of arm-linux-androideabi-gcc... gcc3
# checking for arm-linux-androideabi-gcc option to accept ISO C99... -std=gnu99
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... arm-unknown-linux-androideabi
# 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 how to print strings... printf
# checking for ld used by arm-linux-androideabi-gcc -std=gnu99... /sysroot/arm-linux-androideabi/bin/ld
# checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/arm-linux-androideabi-nm -B
# checking the name lister (/sysroot/bin/arm-linux-androideabi-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 how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files... -r
# checking for arm-linux-androideabi-objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for arm-linux-androideabi-dlltool... dlltool
# checking how to associate runtime and link libraries... printf %s\n
# checking for arm-linux-androideabi-ar... arm-linux-androideabi-ar
# checking for archiver @FILE support... @
# checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip
# checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
# checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc -std=gnu99 object... ok
# checking for sysroot... no
# checking for arm-linux-androideabi-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -std=gnu99 -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if arm-linux-androideabi-gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
# checking for arm-linux-androideabi-gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
# checking if arm-linux-androideabi-gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 static flag -static works... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 supports -c -o file.o... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 supports -c -o file.o... (cached) yes
# checking whether the arm-linux-androideabi-gcc -std=gnu99 linker (/sysroot/arm-linux-androideabi/bin/ld) 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 library containing socket... none required
# checking for library containing gethostbyname... none required
# checking whether C compiler accepts -Wall... yes
# checking whether C compiler accepts -W... yes
# checking whether C compiler accepts -Wextra... yes
# checking whether C compiler accepts -Wno-deprecated-declarations... yes
# checking whether C compiler accepts -Wmissing-prototypes... yes
# checking whether C compiler accepts -Wshadow... yes
# checking whether C compiler accepts -Wpointer-arith... yes
# checking whether C compiler accepts -Wstrict-prototypes... yes
# checking whether C compiler accepts -Wcast-qual... yes
# checking whether C compiler accepts -Wwrite-strings... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating include/mpd/version.h
# config.status: creating libmpdclient.pc
# config.status: creating doc/doxygen.conf
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-am
# make[1]: Entering directory '/tmp/libmpdclient/src/libmpdclient-2.10'
# depbase=`echo src/async.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/async.lo -MD -MP -MF $depbase.Tpo -c -o src/async.lo src/async.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo src/ierror.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/ierror.lo -MD -MP -MF $depbase.Tpo -c -o src/ierror.lo src/ierror.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo src/resolver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/resolver.lo -MD -MP -MF $depbase.Tpo -c -o src/resolver.lo src/resolver.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo src/capabilities.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/capabilities.lo -MD -MP -MF $depbase.Tpo -c -o src/capabilities.lo src/capabilities.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/async.lo -MD -MP -MF src/.deps/async.Tpo -c src/async.c -fPIC -DPIC -o src/.libs/async.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/ierror.lo -MD -MP -MF src/.deps/ierror.Tpo -c src/ierror.c -fPIC -DPIC -o src/.libs/ierror.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/capabilities.lo -MD -MP -MF src/.deps/capabilities.Tpo -c src/capabilities.c -fPIC -DPIC -o src/.libs/capabilities.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/resolver.lo -MD -MP -MF src/.deps/resolver.Tpo -c src/resolver.c -fPIC -DPIC -o src/.libs/resolver.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/capabilities.lo -MD -MP -MF src/.deps/capabilities.Tpo -c src/capabilities.c -o src/capabilities.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/resolver.lo -MD -MP -MF src/.deps/resolver.Tpo -c src/resolver.c -o src/resolver.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/ierror.lo -MD -MP -MF src/.deps/ierror.Tpo -c src/ierror.c -o src/ierror.o >/dev/null 2>&1
# depbase=`echo src/connection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/connection.lo -MD -MP -MF $depbase.Tpo -c -o src/connection.lo src/connection.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/async.lo -MD -MP -MF src/.deps/async.Tpo -c src/async.c -o src/async.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/connection.lo -MD -MP -MF src/.deps/connection.Tpo -c src/connection.c -fPIC -DPIC -o src/.libs/connection.o
# depbase=`echo src/database.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/database.lo -MD -MP -MF $depbase.Tpo -c -o src/database.lo src/database.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo src/directory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/directory.lo -MD -MP -MF $depbase.Tpo -c -o src/directory.lo src/directory.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/directory.lo -MD -MP -MF src/.deps/directory.Tpo -c src/directory.c -fPIC -DPIC -o src/.libs/directory.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/database.lo -MD -MP -MF src/.deps/database.Tpo -c src/database.c -fPIC -DPIC -o src/.libs/database.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/connection.lo -MD -MP -MF src/.deps/connection.Tpo -c src/connection.c -o src/connection.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/database.lo -MD -MP -MF src/.deps/database.Tpo -c src/database.c -o src/database.o >/dev/null 2>&1
# depbase=`echo src/rdirectory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/rdirectory.lo -MD -MP -MF $depbase.Tpo -c -o src/rdirectory.lo src/rdirectory.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/directory.lo -MD -MP -MF src/.deps/directory.Tpo -c src/directory.c -o src/directory.o >/dev/null 2>&1
# depbase=`echo src/error.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/error.lo -MD -MP -MF $depbase.Tpo -c -o src/error.lo src/error.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/rdirectory.lo -MD -MP -MF src/.deps/rdirectory.Tpo -c src/rdirectory.c -fPIC -DPIC -o src/.libs/rdirectory.o
# depbase=`echo src/fd_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/fd_util.lo -MD -MP -MF $depbase.Tpo -c -o src/fd_util.lo src/fd_util.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/error.lo -MD -MP -MF src/.deps/error.Tpo -c src/error.c -fPIC -DPIC -o src/.libs/error.o
# depbase=`echo src/output.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/output.lo -MD -MP -MF $depbase.Tpo -c -o src/output.lo src/output.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/fd_util.lo -MD -MP -MF src/.deps/fd_util.Tpo -c src/fd_util.c -fPIC -DPIC -o src/.libs/fd_util.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/rdirectory.lo -MD -MP -MF src/.deps/rdirectory.Tpo -c src/rdirectory.c -o src/rdirectory.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/error.lo -MD -MP -MF src/.deps/error.Tpo -c src/error.c -o src/error.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/output.lo -MD -MP -MF src/.deps/output.Tpo -c src/output.c -fPIC -DPIC -o src/.libs/output.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/fd_util.lo -MD -MP -MF src/.deps/fd_util.Tpo -c src/fd_util.c -o src/fd_util.o >/dev/null 2>&1
# depbase=`echo src/coutput.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/coutput.lo -MD -MP -MF $depbase.Tpo -c -o src/coutput.lo src/coutput.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/output.lo -MD -MP -MF src/.deps/output.Tpo -c src/output.c -o src/output.o >/dev/null 2>&1
# depbase=`echo src/entity.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/entity.lo -MD -MP -MF $depbase.Tpo -c -o src/entity.lo src/entity.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/coutput.lo -MD -MP -MF src/.deps/coutput.Tpo -c src/coutput.c -fPIC -DPIC -o src/.libs/coutput.o
# depbase=`echo src/idle.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/idle.lo -MD -MP -MF $depbase.Tpo -c -o src/idle.lo src/idle.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/entity.lo -MD -MP -MF src/.deps/entity.Tpo -c src/entity.c -fPIC -DPIC -o src/.libs/entity.o
# depbase=`echo src/iso8601.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/iso8601.lo -MD -MP -MF $depbase.Tpo -c -o src/iso8601.lo src/iso8601.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/coutput.lo -MD -MP -MF src/.deps/coutput.Tpo -c src/coutput.c -o src/coutput.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/idle.lo -MD -MP -MF src/.deps/idle.Tpo -c src/idle.c -fPIC -DPIC -o src/.libs/idle.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/iso8601.lo -MD -MP -MF src/.deps/iso8601.Tpo -c src/iso8601.c -fPIC -DPIC -o src/.libs/iso8601.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/entity.lo -MD -MP -MF src/.deps/entity.Tpo -c src/entity.c -o src/entity.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/iso8601.lo -MD -MP -MF src/.deps/iso8601.Tpo -c src/iso8601.c -o src/iso8601.o >/dev/null 2>&1
# depbase=`echo src/list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/list.lo -MD -MP -MF $depbase.Tpo -c -o src/list.lo src/list.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/idle.lo -MD -MP -MF src/.deps/idle.Tpo -c src/idle.c -o src/idle.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/list.lo -MD -MP -MF src/.deps/list.Tpo -c src/list.c -fPIC -DPIC -o src/.libs/list.o
# depbase=`echo src/mixer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/mixer.lo -MD -MP -MF $depbase.Tpo -c -o src/mixer.lo src/mixer.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo src/parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/parser.lo -MD -MP -MF $depbase.Tpo -c -o src/parser.lo src/parser.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/mixer.lo -MD -MP -MF src/.deps/mixer.Tpo -c src/mixer.c -fPIC -DPIC -o src/.libs/mixer.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/list.lo -MD -MP -MF src/.deps/list.Tpo -c src/list.c -o src/list.o >/dev/null 2>&1
# depbase=`echo src/password.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/password.lo -MD -MP -MF $depbase.Tpo -c -o src/password.lo src/password.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/parser.lo -MD -MP -MF src/.deps/parser.Tpo -c src/parser.c -fPIC -DPIC -o src/.libs/parser.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/mixer.lo -MD -MP -MF src/.deps/mixer.Tpo -c src/mixer.c -o src/mixer.o >/dev/null 2>&1
# depbase=`echo src/player.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/player.lo -MD -MP -MF $depbase.Tpo -c -o src/player.lo src/player.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/password.lo -MD -MP -MF src/.deps/password.Tpo -c src/password.c -fPIC -DPIC -o src/.libs/password.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/parser.lo -MD -MP -MF src/.deps/parser.Tpo -c src/parser.c -o src/parser.o >/dev/null 2>&1
# depbase=`echo src/playlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/playlist.lo -MD -MP -MF $depbase.Tpo -c -o src/playlist.lo src/playlist.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/player.lo -MD -MP -MF src/.deps/player.Tpo -c src/player.c -fPIC -DPIC -o src/.libs/player.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/password.lo -MD -MP -MF src/.deps/password.Tpo -c src/password.c -o src/password.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/playlist.lo -MD -MP -MF src/.deps/playlist.Tpo -c src/playlist.c -fPIC -DPIC -o src/.libs/playlist.o
# depbase=`echo src/rplaylist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/rplaylist.lo -MD -MP -MF $depbase.Tpo -c -o src/rplaylist.lo src/rplaylist.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo src/cplaylist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/cplaylist.lo -MD -MP -MF $depbase.Tpo -c -o src/cplaylist.lo src/cplaylist.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/rplaylist.lo -MD -MP -MF src/.deps/rplaylist.Tpo -c src/rplaylist.c -fPIC -DPIC -o src/.libs/rplaylist.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/player.lo -MD -MP -MF src/.deps/player.Tpo -c src/player.c -o src/player.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/playlist.lo -MD -MP -MF src/.deps/playlist.Tpo -c src/playlist.c -o src/playlist.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/cplaylist.lo -MD -MP -MF src/.deps/cplaylist.Tpo -c src/cplaylist.c -fPIC -DPIC -o src/.libs/cplaylist.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/rplaylist.lo -MD -MP -MF src/.deps/rplaylist.Tpo -c src/rplaylist.c -o src/rplaylist.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/cplaylist.lo -MD -MP -MF src/.deps/cplaylist.Tpo -c src/cplaylist.c -o src/cplaylist.o >/dev/null 2>&1
# depbase=`echo src/queue.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/queue.lo -MD -MP -MF $depbase.Tpo -c -o src/queue.lo src/queue.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo src/quote.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/quote.lo -MD -MP -MF $depbase.Tpo -c -o src/quote.lo src/quote.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo src/recv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/recv.lo -MD -MP -MF $depbase.Tpo -c -o src/recv.lo src/recv.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/queue.lo -MD -MP -MF src/.deps/queue.Tpo -c src/queue.c -fPIC -DPIC -o src/.libs/queue.o
# depbase=`echo src/response.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/response.lo -MD -MP -MF $depbase.Tpo -c -o src/response.lo src/response.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/quote.lo -MD -MP -MF src/.deps/quote.Tpo -c src/quote.c -fPIC -DPIC -o src/.libs/quote.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/recv.lo -MD -MP -MF src/.deps/recv.Tpo -c src/recv.c -fPIC -DPIC -o src/.libs/recv.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/quote.lo -MD -MP -MF src/.deps/quote.Tpo -c src/quote.c -o src/quote.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/response.lo -MD -MP -MF src/.deps/response.Tpo -c src/response.c -fPIC -DPIC -o src/.libs/response.o
# depbase=`echo src/run.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/run.lo -MD -MP -MF $depbase.Tpo -c -o src/run.lo src/run.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/response.lo -MD -MP -MF src/.deps/response.Tpo -c src/response.c -o src/response.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/queue.lo -MD -MP -MF src/.deps/queue.Tpo -c src/queue.c -o src/queue.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/recv.lo -MD -MP -MF src/.deps/recv.Tpo -c src/recv.c -o src/recv.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/run.lo -MD -MP -MF src/.deps/run.Tpo -c src/run.c -fPIC -DPIC -o src/.libs/run.o
# depbase=`echo src/search.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/search.lo -MD -MP -MF $depbase.Tpo -c -o src/search.lo src/search.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/run.lo -MD -MP -MF src/.deps/run.Tpo -c src/run.c -o src/run.o >/dev/null 2>&1
# depbase=`echo src/send.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/send.lo -MD -MP -MF $depbase.Tpo -c -o src/send.lo src/send.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/search.lo -MD -MP -MF src/.deps/search.Tpo -c src/search.c -fPIC -DPIC -o src/.libs/search.o
# depbase=`echo src/socket.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/socket.lo -MD -MP -MF $depbase.Tpo -c -o src/socket.lo src/socket.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/send.lo -MD -MP -MF src/.deps/send.Tpo -c src/send.c -fPIC -DPIC -o src/.libs/send.o
# depbase=`echo src/song.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/song.lo -MD -MP -MF $depbase.Tpo -c -o src/song.lo src/song.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/socket.lo -MD -MP -MF src/.deps/socket.Tpo -c src/socket.c -fPIC -DPIC -o src/.libs/socket.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/song.lo -MD -MP -MF src/.deps/song.Tpo -c src/song.c -fPIC -DPIC -o src/.libs/song.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/search.lo -MD -MP -MF src/.deps/search.Tpo -c src/search.c -o src/search.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/send.lo -MD -MP -MF src/.deps/send.Tpo -c src/send.c -o src/send.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/socket.lo -MD -MP -MF src/.deps/socket.Tpo -c src/socket.c -o src/socket.o >/dev/null 2>&1
# depbase=`echo src/status.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/status.lo -MD -MP -MF $depbase.Tpo -c -o src/status.lo src/status.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo src/cstatus.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/cstatus.lo -MD -MP -MF $depbase.Tpo -c -o src/cstatus.lo src/cstatus.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/song.lo -MD -MP -MF src/.deps/song.Tpo -c src/song.c -o src/song.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/status.lo -MD -MP -MF src/.deps/status.Tpo -c src/status.c -fPIC -DPIC -o src/.libs/status.o
# depbase=`echo src/stats.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/stats.lo -MD -MP -MF $depbase.Tpo -c -o src/stats.lo src/stats.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/cstatus.lo -MD -MP -MF src/.deps/cstatus.Tpo -c src/cstatus.c -fPIC -DPIC -o src/.libs/cstatus.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/cstatus.lo -MD -MP -MF src/.deps/cstatus.Tpo -c src/cstatus.c -o src/cstatus.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/stats.lo -MD -MP -MF src/.deps/stats.Tpo -c src/stats.c -fPIC -DPIC -o src/.libs/stats.o
# depbase=`echo src/cstats.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/cstats.lo -MD -MP -MF $depbase.Tpo -c -o src/cstats.lo src/cstats.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/status.lo -MD -MP -MF src/.deps/status.Tpo -c src/status.c -o src/status.o >/dev/null 2>&1
# depbase=`echo src/sync.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/sync.lo -MD -MP -MF $depbase.Tpo -c -o src/sync.lo src/sync.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/cstats.lo -MD -MP -MF src/.deps/cstats.Tpo -c src/cstats.c -fPIC -DPIC -o src/.libs/cstats.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/stats.lo -MD -MP -MF src/.deps/stats.Tpo -c src/stats.c -o src/stats.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/cstats.lo -MD -MP -MF src/.deps/cstats.Tpo -c src/cstats.c -o src/cstats.o >/dev/null 2>&1
# depbase=`echo src/tag.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/tag.lo -MD -MP -MF $depbase.Tpo -c -o src/tag.lo src/tag.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/sync.lo -MD -MP -MF src/.deps/sync.Tpo -c src/sync.c -fPIC -DPIC -o src/.libs/sync.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/tag.lo -MD -MP -MF src/.deps/tag.Tpo -c src/tag.c -fPIC -DPIC -o src/.libs/tag.o
# depbase=`echo src/sticker.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/sticker.lo -MD -MP -MF $depbase.Tpo -c -o src/sticker.lo src/sticker.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo src/settings.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/settings.lo -MD -MP -MF $depbase.Tpo -c -o src/settings.lo src/settings.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/sync.lo -MD -MP -MF src/.deps/sync.Tpo -c src/sync.c -o src/sync.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/tag.lo -MD -MP -MF src/.deps/tag.Tpo -c src/tag.c -o src/tag.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/sticker.lo -MD -MP -MF src/.deps/sticker.Tpo -c src/sticker.c -fPIC -DPIC -o src/.libs/sticker.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/settings.lo -MD -MP -MF src/.deps/settings.Tpo -c src/settings.c -fPIC -DPIC -o src/.libs/settings.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/sticker.lo -MD -MP -MF src/.deps/sticker.Tpo -c src/sticker.c -o src/sticker.o >/dev/null 2>&1
# depbase=`echo src/message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/message.lo -MD -MP -MF $depbase.Tpo -c -o src/message.lo src/message.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo src/cmessage.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/cmessage.lo -MD -MP -MF $depbase.Tpo -c -o src/cmessage.lo src/cmessage.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/settings.lo -MD -MP -MF src/.deps/settings.Tpo -c src/settings.c -o src/settings.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/cmessage.lo -MD -MP -MF src/.deps/cmessage.Tpo -c src/cmessage.c -fPIC -DPIC -o src/.libs/cmessage.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/message.lo -MD -MP -MF src/.deps/message.Tpo -c src/message.c -fPIC -DPIC -o src/.libs/message.o
# depbase=`echo src/example.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/example.o -MD -MP -MF $depbase.Tpo -c -o src/example.o src/example.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo test/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT test/main.o -MD -MP -MF $depbase.Tpo -c -o test/main.o test/main.c &&\
# mv -f $depbase.Tpo $depbase.Po
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/message.lo -MD -MP -MF src/.deps/message.Tpo -c src/message.c -o src/message.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Iinclude -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/cmessage.lo -MD -MP -MF src/.deps/cmessage.Tpo -c src/cmessage.c -o src/cmessage.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=link arm-linux-androideabi-gcc -std=gnu99 -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -version-info 2:10:0 -no-undefined -Wl,--version-script=./libmpdclient.ld -o src/libmpdclient.la -rpath /usr/lib src/async.lo src/ierror.lo src/resolver.lo src/capabilities.lo src/connection.lo src/database.lo src/directory.lo src/rdirectory.lo src/error.lo src/fd_util.lo src/output.lo src/coutput.lo src/entity.lo src/idle.lo src/iso8601.lo src/list.lo src/mixer.lo src/parser.lo src/password.lo src/player.lo src/playlist.lo src/rplaylist.lo src/cplaylist.lo src/queue.lo src/quote.lo src/recv.lo src/response.lo src/run.lo src/search.lo src/send.lo src/socket.lo src/song.lo src/status.lo src/cstatus.lo src/stats.lo src/cstats.lo src/sync.lo src/tag.lo src/sticker.lo src/settings.lo src/message.lo src/cmessage.lo
# libtool: link: arm-linux-androideabi-gcc -std=gnu99 -shared -fPIC -DPIC src/.libs/async.o src/.libs/ierror.o src/.libs/resolver.o src/.libs/capabilities.o src/.libs/connection.o src/.libs/database.o src/.libs/directory.o src/.libs/rdirectory.o src/.libs/error.o src/.libs/fd_util.o src/.libs/output.o src/.libs/coutput.o src/.libs/entity.o src/.libs/idle.o src/.libs/iso8601.o src/.libs/list.o src/.libs/mixer.o src/.libs/parser.o src/.libs/password.o src/.libs/player.o src/.libs/playlist.o src/.libs/rplaylist.o src/.libs/cplaylist.o src/.libs/queue.o src/.libs/quote.o src/.libs/recv.o src/.libs/response.o src/.libs/run.o src/.libs/search.o src/.libs/send.o src/.libs/socket.o src/.libs/song.o src/.libs/status.o src/.libs/cstatus.o src/.libs/stats.o src/.libs/cstats.o src/.libs/sync.o src/.libs/tag.o src/.libs/sticker.o src/.libs/settings.o src/.libs/message.o src/.libs/cmessage.o -Wl,--version-script=./libmpdclient.ld -Wl,-soname -Wl,libmpdclient.so.2 -o src/.libs/libmpdclient.so.2.0.10
# libtool: link: (cd "src/.libs" && rm -f "libmpdclient.so.2" && ln -s "libmpdclient.so.2.0.10" "libmpdclient.so.2")
# libtool: link: (cd "src/.libs" && rm -f "libmpdclient.so" && ln -s "libmpdclient.so.2.0.10" "libmpdclient.so")
# libtool: link: arm-linux-androideabi-ar cru src/.libs/libmpdclient.a src/async.o src/ierror.o src/resolver.o src/capabilities.o src/connection.o src/database.o src/directory.o src/rdirectory.o src/error.o src/fd_util.o src/output.o src/coutput.o src/entity.o src/idle.o src/iso8601.o src/list.o src/mixer.o src/parser.o src/password.o src/player.o src/playlist.o src/rplaylist.o src/cplaylist.o src/queue.o src/quote.o src/recv.o src/response.o src/run.o src/search.o src/send.o src/socket.o src/song.o src/status.o src/cstatus.o src/stats.o src/cstats.o src/sync.o src/tag.o src/sticker.o src/settings.o src/message.o src/cmessage.o
# libtool: link: arm-linux-androideabi-ranlib src/.libs/libmpdclient.a
# libtool: link: ( cd "src/.libs" && rm -f "libmpdclient.la" && ln -s "../libmpdclient.la" "libmpdclient.la" )
# /bin/sh ./libtool --tag=CC --mode=link arm-linux-androideabi-gcc -std=gnu99 -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -o src/example src/example.o src/libmpdclient.la
# /bin/sh ./libtool --tag=CC --mode=link arm-linux-androideabi-gcc -std=gnu99 -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -o test/test test/main.o src/libmpdclient.la
# libtool: link: arm-linux-androideabi-gcc -std=gnu99 -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -o test/.libs/test test/main.o src/.libs/libmpdclient.so
# libtool: link: arm-linux-androideabi-gcc -std=gnu99 -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -o src/.libs/example src/example.o src/.libs/libmpdclient.so
# make[1]: Leaving directory '/tmp/libmpdclient/src/libmpdclient-2.10'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make[1]: Entering directory '/tmp/libmpdclient/src/libmpdclient-2.10'
# /usr/sbin/mkdir -p '/tmp/libmpdclient/pkg/libmpdclient/usr/include/mpd'
# /usr/sbin/mkdir -p '/tmp/libmpdclient/pkg/libmpdclient/usr/share/doc/libmpdclient'
# /usr/sbin/mkdir -p '/tmp/libmpdclient/pkg/libmpdclient/usr/lib/pkgconfig'
# /usr/sbin/mkdir -p '/tmp/libmpdclient/pkg/libmpdclient/usr/share/vala/vapi'
# /usr/bin/install -c -m 644 README COPYING NEWS '/tmp/libmpdclient/pkg/libmpdclient/usr/share/doc/libmpdclient'
# /usr/bin/install -c -m 644 include/mpd/async.h include/mpd/audio_format.h include/mpd/client.h include/mpd/capabilities.h include/mpd/compiler.h include/mpd/connection.h include/mpd/database.h include/mpd/directory.h include/mpd/entity.h include/mpd/error.h include/mpd/idle.h include/mpd/list.h include/mpd/mixer.h include/mpd/parser.h include/mpd/password.h include/mpd/player.h include/mpd/playlist.h include/mpd/protocol.h include/mpd/queue.h include/mpd/recv.h include/mpd/response.h include/mpd/send.h include/mpd/status.h include/mpd/stats.h include/mpd/tag.h include/mpd/output.h include/mpd/pair.h include/mpd/search.h include/mpd/song.h include/mpd/sticker.h include/mpd/settings.h include/mpd/message.h include/mpd/version.h '/tmp/libmpdclient/pkg/libmpdclient/usr/include/mpd'
# /usr/bin/install -c -m 644 libmpdclient.pc '/tmp/libmpdclient/pkg/libmpdclient/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 vapi/libmpdclient.vapi '/tmp/libmpdclient/pkg/libmpdclient/usr/share/vala/vapi'
# /usr/sbin/mkdir -p '/tmp/libmpdclient/pkg/libmpdclient/usr/lib'
# /bin/sh ./libtool --mode=install /usr/bin/install -c src/libmpdclient.la '/tmp/libmpdclient/pkg/libmpdclient/usr/lib'
# libtool: install: /usr/bin/install -c src/.libs/libmpdclient.so.2.0.10 /tmp/libmpdclient/pkg/libmpdclient/usr/lib/libmpdclient.so.2.0.10
# libtool: install: (cd /tmp/libmpdclient/pkg/libmpdclient/usr/lib && { ln -s -f libmpdclient.so.2.0.10 libmpdclient.so.2 || { rm -f libmpdclient.so.2 && ln -s libmpdclient.so.2.0.10 libmpdclient.so.2; }; })
# libtool: install: (cd /tmp/libmpdclient/pkg/libmpdclient/usr/lib && { ln -s -f libmpdclient.so.2.0.10 libmpdclient.so || { rm -f libmpdclient.so && ln -s libmpdclient.so.2.0.10 libmpdclient.so; }; })
# libtool: install: /usr/bin/install -c src/.libs/libmpdclient.lai /tmp/libmpdclient/pkg/libmpdclient/usr/lib/libmpdclient.la
# libtool: install: /usr/bin/install -c src/.libs/libmpdclient.a /tmp/libmpdclient/pkg/libmpdclient/usr/lib/libmpdclient.a
# libtool: install: chmod 644 /tmp/libmpdclient/pkg/libmpdclient/usr/lib/libmpdclient.a
# libtool: install: arm-linux-androideabi-ranlib /tmp/libmpdclient/pkg/libmpdclient/usr/lib/libmpdclient.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[1]: Leaving directory '/tmp/libmpdclient/src/libmpdclient-2.10'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libmpdclient"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libmpdclient 2.10-1 (Tue Apr 4 21:23:39 UTC 2017)

CMD: pacman --query --file libmpdclient-2.10-1-x86_64.pkg.tar.xz
# libmpdclient 2.10-1

Creating hybrid package for 'libmpdclient'

Trying to find vanilla package 'libmpdclient'...

CMD: pacman --query --file /mirror/libmpdclient-2.10-1.pkg.tar.xz
# libmpdclient 2.10-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/include/mpd/async.h
# /usr/include/mpd/audio_format.h
# /usr/include/mpd/capabilities.h
# /usr/include/mpd/client.h
# /usr/include/mpd/compiler.h
# /usr/include/mpd/connection.h
# /usr/include/mpd/database.h
# /usr/include/mpd/directory.h
# /usr/include/mpd/entity.h
# /usr/include/mpd/error.h
# /usr/include/mpd/idle.h
# /usr/include/mpd/list.h
# /usr/include/mpd/message.h
# /usr/include/mpd/mixer.h
# /usr/include/mpd/output.h
# /usr/include/mpd/pair.h
# /usr/include/mpd/parser.h
# /usr/include/mpd/password.h
# /usr/include/mpd/player.h
# /usr/include/mpd/playlist.h
# /usr/include/mpd/protocol.h
# /usr/include/mpd/queue.h
# /usr/include/mpd/recv.h
# /usr/include/mpd/response.h
# /usr/include/mpd/search.h
# /usr/include/mpd/send.h
# /usr/include/mpd/settings.h
# /usr/include/mpd/song.h
# /usr/include/mpd/stats.h
# /usr/include/mpd/status.h
# /usr/include/mpd/sticker.h
# /usr/include/mpd/tag.h
# /usr/include/mpd/version.h
# /usr/lib/libmpdclient.so
# /usr/lib/libmpdclient.so.2
# /usr/lib/libmpdclient.so.2.0.10
# /usr/lib/pkgconfig/libmpdclient.pc
# /usr/share/doc/libmpdclient/COPYING
# /usr/share/doc/libmpdclient/NEWS
# /usr/share/doc/libmpdclient/README
# /usr/share/licenses/libmpdclient/COPYING
# /usr/share/vala/vapi/libmpdclient.vapi
# /sysroot/sysroot/usr/lib/libmpdclient.so.2.0.10
# /sysroot/sysroot/usr/lib/libmpdclient.so.2
# /sysroot/sysroot/usr/lib/libmpdclient.so
# /sysroot/sysroot/usr/lib/libmpdclient.la
# /sysroot/sysroot/usr/lib/libmpdclient.a
# /sysroot/sysroot/usr/lib/pkgconfig/libmpdclient.pc
# /sysroot/sysroot/usr/include/mpd/async.h
# /sysroot/sysroot/usr/include/mpd/audio_format.h
# /sysroot/sysroot/usr/include/mpd/client.h
# /sysroot/sysroot/usr/include/mpd/capabilities.h
# /sysroot/sysroot/usr/include/mpd/compiler.h
# /sysroot/sysroot/usr/include/mpd/connection.h
# /sysroot/sysroot/usr/include/mpd/database.h
# /sysroot/sysroot/usr/include/mpd/directory.h
# /sysroot/sysroot/usr/include/mpd/entity.h
# /sysroot/sysroot/usr/include/mpd/error.h
# /sysroot/sysroot/usr/include/mpd/idle.h
# /sysroot/sysroot/usr/include/mpd/list.h
# /sysroot/sysroot/usr/include/mpd/mixer.h
# /sysroot/sysroot/usr/include/mpd/parser.h
# /sysroot/sysroot/usr/include/mpd/password.h
# /sysroot/sysroot/usr/include/mpd/player.h
# /sysroot/sysroot/usr/include/mpd/playlist.h
# /sysroot/sysroot/usr/include/mpd/protocol.h
# /sysroot/sysroot/usr/include/mpd/queue.h
# /sysroot/sysroot/usr/include/mpd/recv.h
# /sysroot/sysroot/usr/include/mpd/response.h
# /sysroot/sysroot/usr/include/mpd/send.h
# /sysroot/sysroot/usr/include/mpd/status.h
# /sysroot/sysroot/usr/include/mpd/stats.h
# /sysroot/sysroot/usr/include/mpd/tag.h
# /sysroot/sysroot/usr/include/mpd/output.h
# /sysroot/sysroot/usr/include/mpd/pair.h
# /sysroot/sysroot/usr/include/mpd/search.h
# /sysroot/sysroot/usr/include/mpd/song.h
# /sysroot/sysroot/usr/include/mpd/sticker.h
# /sysroot/sysroot/usr/include/mpd/settings.h
# /sysroot/sysroot/usr/include/mpd/message.h
# /sysroot/sysroot/usr/include/mpd/version.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libmpdclient.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

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

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libmpdclient.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libmpdclient.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/libmpdclient/src/libmpdclient-2.10/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 libmpdclient configure 2.10, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --disable-documentation
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 946c463dbdeb
# 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: /sysroot/libexec/gcc/arm-linux-androideabi/4.8
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2188: checking for a BSD-compatible install
# configure:2256: result: /usr/bin/install -c
# configure:2267: checking whether build environment is sane
# configure:2322: result: yes
# configure:2381: checking for arm-linux-androideabi-strip
# configure:2397: found /sysroot/bin/arm-linux-androideabi-strip
# configure:2408: result: arm-linux-androideabi-strip
# configure:2473: checking for a thread-safe mkdir -p
# configure:2512: result: /usr/sbin/mkdir -p
# configure:2519: checking for gawk
# configure:2535: found /usr/sbin/gawk
# configure:2546: result: gawk
# configure:2557: checking whether make sets $(MAKE)
# configure:2579: result: yes
# configure:2608: checking whether make supports nested variables
# configure:2625: result: yes
# configure:2781: checking for style of include used by make
# configure:2809: result: GNU
# configure:2840: checking for arm-linux-androideabi-gcc
# configure:2867: result: arm-linux-androideabi-gcc
# configure:3136: checking for C compiler version
# configure:3145: arm-linux-androideabi-gcc --version >&5
# arm-linux-androideabi-gcc (GCC) 4.8
# Copyright (C) 2013 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3156: $? = 0
# configure:3145: arm-linux-androideabi-gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=arm-linux-androideabi-gcc
# COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
# Target: arm-linux-androideabi
# Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
# Thread model: posix
# gcc version 4.8 (GCC)
# configure:3156: $? = 0
# configure:3145: arm-linux-androideabi-gcc -V >&5
# arm-linux-androideabi-gcc: error: unrecognized command line option '-V'
# arm-linux-androideabi-gcc: fatal error: no input files
# compilation terminated.
# configure:3156: $? = 1
# configure:3145: arm-linux-androideabi-gcc -qversion >&5
# arm-linux-androideabi-gcc: error: unrecognized command line option '-qversion'
# arm-linux-androideabi-gcc: fatal error: no input files
# compilation terminated.
# configure:3156: $? = 1
# configure:3176: checking whether the C compiler works
# configure:3198: arm-linux-androideabi-gcc conftest.c >&5
# configure:3202: $? = 0
# configure:3250: result: yes
# configure:3253: checking for C compiler default output file name
# configure:3255: result: a.out
# configure:3261: checking for suffix of executables
# configure:3268: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:3272: $? = 0
# configure:3294: result:
# configure:3316: checking whether we are cross compiling
# configure:3354: result: yes
# configure:3359: checking for suffix of object files
# configure:3381: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3385: $? = 0
# configure:3406: result: o
# configure:3410: checking whether we are using the GNU C compiler
# configure:3429: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3429: $? = 0
# configure:3438: result: yes
# configure:3447: checking whether arm-linux-androideabi-gcc accepts -g
# configure:3467: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:3467: $? = 0
# configure:3508: result: yes
# configure:3525: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:3588: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3588: $? = 0
# configure:3601: result: none needed
# configure:3626: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:3648: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3651: $? = 0
# configure:3648: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3651: $? = 0
# configure:3663: result: yes
# configure:3682: checking dependency style of arm-linux-androideabi-gcc
# configure:3793: result: gcc3
# configure:3808: checking for arm-linux-androideabi-gcc option to accept ISO C99
# configure:3957: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:61:29: error: expected ';', ',' or ')' before 'text'
# test_restrict (ccp restrict text)
# ^
# conftest.c: In function 'main':
# conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
# char *restrict newvar = "Another string";
# ^
# conftest.c:115:18: error: 'newvar' undeclared (first use in this function)
# conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in
# conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode
# for (int i = 0; i < ia->datasize; ++i)
# ^
# conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code
# configure:3957: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmpdclient"
# | #define PACKAGE_TARNAME "libmpdclient"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "libmpdclient 2.10"
# | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmpdclient"
# | #define VERSION "2.10"
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# | #include
# | #include
# |
# | // Check varargs macros. These examples are taken from C99 6.10.3.5.
# | #define debug(...) fprintf (stderr, __VA_ARGS__)
# | #define showlist(...) puts (#__VA_ARGS__)
# | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
# | static void
# | test_varargs_macros (void)
# | {
# | int x = 1234;
# | int y = 5678;
# | debug ("Flag");
# | debug ("X = %d\n", x);
# | showlist (The first, second, and third items.);
# | report (x>y, "x is %d but y is %d", x, y);
# | }
# |
# | // Check long long types.
# | #define BIG64 18446744073709551615ull
# | #define BIG32 4294967295ul
# | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
# | #if !BIG_OK
# | your preprocessor is broken;
# | #endif
# | #if BIG_OK
# | #else
# | your preprocessor is broken;
# | #endif
# | static long long int bignum = -9223372036854775807LL;
# | static unsigned long long int ubignum = BIG64;
# |
# | struct incomplete_array
# | {
# | int datasize;
# | double data[];
# | };
# |
# | struct named_init {
# | int number;
# | const wchar_t *name;
# | double average;
# | };
# |
# | typedef const char *ccp;
# |
# | static inline int
# | test_restrict (ccp restrict text)
# | {
# | // See if C++-style comments work.
# | // Iterate through items via the restricted pointer.
# | // Also check for declarations in for loops.
# | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
# | continue;
# | return 0;
# | }
# |
# | // Check varargs and va_copy.
# | static void
# | test_varargs (const char *format, ...)
# | {
# | va_list args;
# | va_start (args, format);
# | va_list args_copy;
# | va_copy (args_copy, args);
# |
# | const char *str;
# | int number;
# | float fnumber;
# |
# | while (*format)
# | {
# | switch (*format++)
# | {
# | case 's': // string
# | str = va_arg (args_copy, const char *);
# | break;
# | case 'd': // int
# | number = va_arg (args_copy, int);
# | break;
# | case 'f': // float
# | fnumber = va_arg (args_copy, double);
# | break;
# | default:
# | break;
# | }
# | }
# | va_end (args_copy);
# | va_end (args);
# | }
# |
# | int
# | main ()
# | {
# |
# | // Check bool.
# | _Bool success = false;
# |
# | // Check restrict.
# | if (test_restrict ("String literal") == 0)
# | success = true;
# | char *restrict newvar = "Another string";
# |
# | // Check varargs.
# | test_varargs ("s, d' f .", "string", 65, 34.234);
# | test_varargs_macros ();
# |
# | // Check flexible array members.
# | struct incomplete_array *ia =
# | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
# | ia->datasize = 10;
# | for (int i = 0; i < ia->datasize; ++i)
# | ia->data[i] = i * 1.234;
# |
# | // Check named initializers.
# | struct named_init ni = {
# | .number = 34,
# | .name = L"Test wide string",
# | .average = 543.34343,
# | };
# |
# | ni.number = 58;
# |
# | int dynamic_array[ni.number];
# | dynamic_array[ni.number - 1] = 543;
# |
# | // work around unused variable warnings
# | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
# | || dynamic_array[ni.number - 1] != 543);
# |
# | ;
# | return 0;
# | }
# configure:3957: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:3957: $? = 0
# configure:3977: result: -std=gnu99
# configure:3991: checking build system type
# configure:4005: result: x86_64-unknown-linux-gnu
# configure:4025: checking host system type
# configure:4038: result: arm-unknown-linux-androideabi
# configure:4058: checking for a sed that does not truncate output
# configure:4122: result: /usr/sbin/sed
# configure:4140: checking for grep that handles long lines and -e
# configure:4198: result: /usr/sbin/grep
# configure:4203: checking for egrep
# configure:4265: result: /usr/sbin/grep -E
# configure:4270: checking for fgrep
# configure:4332: result: /usr/sbin/grep -F
# configure:4359: checking how to print strings
# configure:4386: result: printf
# configure:4419: checking for ld used by arm-linux-androideabi-gcc -std=gnu99
# configure:4486: result: /sysroot/arm-linux-androideabi/bin/ld
# configure:4493: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
# configure:4508: result: yes
# configure:4874: checking for BSD- or MS-compatible name lister (nm)
# configure:4923: result: /sysroot/bin/arm-linux-androideabi-nm -B
# configure:5053: checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface
# configure:5060: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:5063: /sysroot/bin/arm-linux-androideabi-nm -B "conftest.o"
# configure:5066: output
# 00000000 B some_variable
# configure:5073: result: BSD nm
# configure:5076: checking whether ln -s works
# configure:5080: result: yes
# configure:5088: checking the maximum length of command line arguments
# configure:5219: result: 1572864
# configure:5236: checking whether the shell understands some XSI constructs
# configure:5246: result: yes
# configure:5250: checking whether the shell understands "+="
# configure:5256: result: yes
# configure:5291: checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format
# configure:5331: result: func_convert_file_noop
# configure:5338: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5358: result: func_convert_file_noop
# configure:5365: checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files
# configure:5372: result: -r
# configure:5406: checking for arm-linux-androideabi-objdump
# configure:5433: result: objdump
# configure:5502: checking how to recognize dependent libraries
# configure:5700: result: pass_all
# configure:5745: checking for arm-linux-androideabi-dlltool
# configure:5772: result: dlltool
# configure:5842: checking how to associate runtime and link libraries
# configure:5869: result: printf %s\n
# configure:5886: checking for arm-linux-androideabi-ar
# configure:5902: found /sysroot/bin/arm-linux-androideabi-ar
# configure:5913: result: arm-linux-androideabi-ar
# configure:5994: checking for archiver @FILE support
# configure:6011: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:6011: $? = 0
# configure:6014: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# configure:6017: $? = 0
# configure:6022: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# arm-linux-androideabi-ar: conftest.o: No such file or directory
# configure:6025: $? = 1
# configure:6037: result: @
# configure:6055: checking for arm-linux-androideabi-strip
# configure:6082: result: arm-linux-androideabi-strip
# configure:6154: checking for arm-linux-androideabi-ranlib
# configure:6170: found /sysroot/bin/arm-linux-androideabi-ranlib
# configure:6181: result: arm-linux-androideabi-ranlib
# configure:6323: checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc -std=gnu99 object
# configure:6443: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:6446: $? = 0
# configure:6450: /sysroot/bin/arm-linux-androideabi-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6453: $? = 0
# configure:6519: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c conftstm.o >&5
# configure:6522: $? = 0
# configure:6560: result: ok
# configure:6597: checking for sysroot
# configure:6627: result: no
# configure:6856: checking for arm-linux-androideabi-mt
# configure:6886: result: no
# configure:6896: checking for mt
# configure:6926: result: no
# configure:6946: checking if : is a manifest tool
# configure:6952: : '-?'
# configure:6960: result: no
# configure:7602: checking how to run the C preprocessor
# configure:7633: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# configure:7633: $? = 0
# configure:7647: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7647: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmpdclient"
# | #define PACKAGE_TARNAME "libmpdclient"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "libmpdclient 2.10"
# | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmpdclient"
# | #define VERSION "2.10"
# | /* end confdefs.h. */
# | #include
# configure:7672: result: arm-linux-androideabi-gcc -std=gnu99 -E
# configure:7692: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# configure:7692: $? = 0
# configure:7706: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7706: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmpdclient"
# | #define PACKAGE_TARNAME "libmpdclient"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "libmpdclient 2.10"
# | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libmpdclient"
# | #define VERSION "2.10"
# | /* end confdefs.h. */
# | #include
# configure:7735: checking for ANSI C header files
# configure:7755: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:7755: $? = 0
# configure:7839: result: yes
# configure:7852: checking for sys/types.h
# configure:7852: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:7852: $? = 0
# configure:7852: result: yes
# configure:7852: checking for sys/stat.h
# configure:7852: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:7852: $? = 0
# configure:7852: result: yes
# configure:7852: checking for stdlib.h
# configure:7852: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:7852: $? = 0
# configure:7852: result: yes
# configure:7852: checking for string.h
# configure:7852: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:7852: $? = 0
# configure:7852: result: yes
# configure:7852: checking for memory.h
# configure:7852: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:7852: $? = 0
# configure:7852: result: yes
# configure:7852: checking for strings.h
# configure:7852: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:7852: $? = 0
# configure:7852: result: yes
# configure:7852: checking for inttypes.h
# configure:7852: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:7852: $? = 0
# configure:7852: result: yes
# configure:7852: checking for stdint.h
# configure:7852: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:7852: $? = 0
# configure:7852: result: yes
# configure:7852: checking for unistd.h
# configure:7852: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:7852: $? = 0
# configure:7852: result: yes
# configure:7866: checking for dlfcn.h
# configure:7866: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:7866: $? = 0
# configure:7866: result: yes
# configure:8070: checking for objdir
# configure:8085: result: .libs
# configure:8356: checking if arm-linux-androideabi-gcc -std=gnu99 supports -fno-rtti -fno-exceptions
# configure:8374: arm-linux-androideabi-gcc -std=gnu99 -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
# configure:8378: $? = 0
# configure:8391: result: no
# configure:8718: checking for arm-linux-androideabi-gcc -std=gnu99 option to produce PIC
# configure:8725: result: -fPIC -DPIC
# configure:8733: checking if arm-linux-androideabi-gcc -std=gnu99 PIC flag -fPIC -DPIC works
# configure:8751: arm-linux-androideabi-gcc -std=gnu99 -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8755: $? = 0
# configure:8768: result: yes
# configure:8797: checking if arm-linux-androideabi-gcc -std=gnu99 static flag -static works
# configure:8825: result: yes
# configure:8840: checking if arm-linux-androideabi-gcc -std=gnu99 supports -c -o file.o
# configure:8861: arm-linux-androideabi-gcc -std=gnu99 -c -o out/conftest2.o conftest.c >&5
# configure:8865: $? = 0
# configure:8887: result: yes
# configure:8895: checking if arm-linux-androideabi-gcc -std=gnu99 supports -c -o file.o
# configure:8942: result: yes
# configure:8975: checking whether the arm-linux-androideabi-gcc -std=gnu99 linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
# configure:10132: result: yes
# configure:10169: checking whether -lc should be explicitly linked in
# configure:10177: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:10180: $? = 0
# configure:10195: arm-linux-androideabi-gcc -std=gnu99 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10198: $? = 0
# configure:10212: result: no
# configure:10372: checking dynamic linker characteristics
# configure:10872: arm-linux-androideabi-gcc -std=gnu99 -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10872: $? = 0
# configure:11106: result: GNU/Linux ld.so
# configure:11213: checking how to hardcode library paths into programs
# configure:11238: result: immediate
# configure:11778: checking whether stripping libraries is possible
# configure:11783: result: yes
# configure:11818: checking if libtool supports shared libraries
# configure:11820: result: yes
# configure:11823: checking whether to build shared libraries
# configure:11844: result: yes
# configure:11847: checking whether to build static libraries
# configure:11851: result: yes
# configure:11905: checking for library containing socket
# configure:11936: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c >&5
# configure:11936: $? = 0
# configure:11953: result: none required
# configure:11961: checking for library containing gethostbyname
# configure:11992: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c >&5
# configure:11992: $? = 0
# configure:12009: result: none required
# configure:12124: checking whether C compiler accepts -Wall
# configure:12139: arm-linux-androideabi-gcc -std=gnu99 -c -Wall conftest.c >&5
# configure:12139: $? = 0
# configure:12147: result: yes
# configure:12124: checking whether C compiler accepts -W
# configure:12139: arm-linux-androideabi-gcc -std=gnu99 -c -W conftest.c >&5
# configure:12139: $? = 0
# configure:12147: result: yes
# configure:12124: checking whether C compiler accepts -Wextra
# configure:12139: arm-linux-androideabi-gcc -std=gnu99 -c -Wextra conftest.c >&5
# configure:12139: $? = 0
# configure:12147: result: yes
# configure:12124: checking whether C compiler accepts -Wno-deprecated-declarations
# configure:12139: arm-linux-androideabi-gcc -std=gnu99 -c -Wno-deprecated-declarations conftest.c >&5
# configure:12139: $? = 0
# configure:12147: result: yes
# configure:12124: checking whether C compiler accepts -Wmissing-prototypes
# configure:12139: arm-linux-androideabi-gcc -std=gnu99 -c -Wmissing-prototypes conftest.c >&5
# configure:12139: $? = 0
# configure:12147: result: yes
# configure:12124: checking whether C compiler accepts -Wshadow
# configure:12139: arm-linux-androideabi-gcc -std=gnu99 -c -Wshadow conftest.c >&5
# configure:12139: $? = 0
# configure:12147: result: yes
# configure:12124: checking whether C compiler accepts -Wpointer-arith
# configure:12139: arm-linux-androideabi-gcc -std=gnu99 -c -Wpointer-arith conftest.c >&5
# configure:12139: $? = 0
# configure:12147: result: yes
# configure:12124: checking whether C compiler accepts -Wstrict-prototypes
# configure:12139: arm-linux-androideabi-gcc -std=gnu99 -c -Wstrict-prototypes conftest.c >&5
# conftest.c:26:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# configure:12139: $? = 0
# configure:12147: result: yes
# configure:12124: checking whether C compiler accepts -Wcast-qual
# configure:12139: arm-linux-androideabi-gcc -std=gnu99 -c -Wcast-qual conftest.c >&5
# configure:12139: $? = 0
# configure:12147: result: yes
# configure:12124: checking whether C compiler accepts -Wwrite-strings
# configure:12139: arm-linux-androideabi-gcc -std=gnu99 -c -Wwrite-strings conftest.c >&5
# configure:12139: $? = 0
# configure:12147: result: yes
# configure:12328: checking that generated files are newer than configure
# configure:12334: result: done
# configure:12365: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libmpdclient config.status 2.10, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 946c463dbdeb
#
# config.status:1100: creating Makefile
# config.status:1100: creating include/mpd/version.h
# config.status:1100: creating libmpdclient.pc
# config.status:1100: creating doc/doxygen.conf
# config.status:1100: creating config.h
# config.status:1329: executing depfiles commands
# config.status:1329: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=arm-linux-androideabi-gcc
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=set
# ac_cv_env_build_alias_value=x86_64-unknown-linux
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=arm-linux-androideabi
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=arm-unknown-linux-androideabi
# 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_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AR=arm-linux-androideabi-ar
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=arm-linux-androideabi-gcc
# ac_cv_prog_CPP='arm-linux-androideabi-gcc -std=gnu99 -E'
# ac_cv_prog_DLLTOOL=dlltool
# ac_cv_prog_OBJDUMP=objdump
# ac_cv_prog_RANLIB=arm-linux-androideabi-ranlib
# ac_cv_prog_STRIP=arm-linux-androideabi-strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=-std=gnu99
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_gethostbyname='none required'
# ac_cv_search_socket='none required'
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# ax_cv_c_flags__W=yes
# ax_cv_c_flags__Wall=yes
# ax_cv_c_flags__Wcast_qual=yes
# ax_cv_c_flags__Wextra=yes
# ax_cv_c_flags__Wmissing_prototypes=yes
# ax_cv_c_flags__Wno_deprecated_declarations=yes
# ax_cv_c_flags__Wpointer_arith=yes
# ax_cv_c_flags__Wshadow=yes
# ax_cv_c_flags__Wstrict_prototypes=yes
# ax_cv_c_flags__Wwrite_strings=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# 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/arm-linux-androideabi/bin/ld
# lt_cv_path_NM='/sysroot/bin/arm-linux-androideabi-nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# 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
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libmpdclient/src/libmpdclient-2.10/build/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_CFLAGS=''
# AM_CPPFLAGS=''
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='arm-linux-androideabi-ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/libmpdclient/src/libmpdclient-2.10/build/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libmpdclient/src/libmpdclient-2.10/build/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libmpdclient/src/libmpdclient-2.10/build/missing automake-1.14'
# AWK='gawk'
# CC='arm-linux-androideabi-gcc -std=gnu99'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall -W -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings'
# CPP='arm-linux-androideabi-gcc -std=gnu99 -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DOXYGEN=''
# DOXYGEN_FALSE=''
# DOXYGEN_TRUE='#'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# HAVE_GNU_LD_FALSE='#'
# HAVE_GNU_LD_TRUE=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/sysroot/arm-linux-androideabi/bin/ld'
# LDFLAGS=''
# LIBMPDCLIENT_LIBTOOL_VERSION='2:10:0'
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAJOR_VERSION='2'
# MAKEINFO='${SHELL} /tmp/libmpdclient/src/libmpdclient-2.10/build/missing makeinfo'
# MANIFEST_TOOL=':'
# MINOR_VERSION='10'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/sysroot/bin/arm-linux-androideabi-nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libmpdclient'
# PACKAGE_BUGREPORT='musicpd-dev-team@lists.sourceforge.net'
# PACKAGE_NAME='libmpdclient'
# PACKAGE_STRING='libmpdclient 2.10'
# PACKAGE_TARNAME='libmpdclient'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.10'
# PATCH_VERSION='0'
# PATH_SEPARATOR=':'
# RANLIB='arm-linux-androideabi-ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='arm-linux-androideabi-strip'
# VERSION='2.10'
# ac_ct_AR=''
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias='x86_64-unknown-linux'
# 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='arm-unknown-linux-androideabi'
# host_alias='arm-linux-androideabi'
# host_cpu='arm'
# host_os='linux-androideabi'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/libmpdclient/src/libmpdclient-2.10/build/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(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=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libmpdclient"
# #define PACKAGE_TARNAME "libmpdclient"
# #define PACKAGE_VERSION "2.10"
# #define PACKAGE_STRING "libmpdclient 2.10"
# #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
# #define PACKAGE_URL ""
# #define PACKAGE "libmpdclient"
# #define VERSION "2.10"
# #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 ENABLE_TCP 1
# #define DEFAULT_SOCKET "/var/run/mpd/socket"
# #define DEFAULT_HOST "localhost"
# #define DEFAULT_PORT 6600
#
# configure: exit 0