The build took 00h 01m 12s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
3,214 |
ansic |
1,580 |
sh |
1,335 |
makefile |
6,129 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
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:
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: mpc 0.27-1 (Tue Apr 4 21:33:25 UTC 2017)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) libmpdclient-2.10-1
Total Installed Size: 0.27 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libmpdclient...
==> 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
/tmp/mpc/src/mpc-0.27/missing: Unknown `--is-lightweight' option
Try `/tmp/mpc/src/mpc-0.27/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) 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 whether make sets $(MAKE)... (cached) yes
checking for arm-linux-androideabi-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
configure: WARNING: using cross tools not prefixed with host triplet
checking pkg-config is at least version 0.9.0... yes
checking for LIBMPDCLIENT... yes
checking for iconv... no
checking for iconv in -lintl... no
checking whether C compiler accepts -Wall... 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 whether C compiler accepts -ffunction-sections... yes
checking whether C compiler accepts -fdata-sections... yes
checking whether C compiler accepts -fvisibility=hidden... yes
checking whether the linker accepts -Wl,--gc-sections... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make all-am
make[1]: Entering directory '/tmp/mpc/src/mpc-0.27'
arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden -MT src/src_mpc-main.o -MD -MP -MF src/.deps/src_mpc-main.Tpo -c -o src/src_mpc-main.o `test -f 'src/main.c' || echo './'`src/main.c
arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden -MT src/src_mpc-list.o -MD -MP -MF src/.deps/src_mpc-list.Tpo -c -o src/src_mpc-list.o `test -f 'src/list.c' || echo './'`src/list.c
arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden -MT src/src_mpc-password.o -MD -MP -MF src/.deps/src_mpc-password.Tpo -c -o src/src_mpc-password.o `test -f 'src/password.c' || echo './'`src/password.c
arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden -MT src/src_mpc-status.o -MD -MP -MF src/.deps/src_mpc-status.Tpo -c -o src/src_mpc-status.o `test -f 'src/status.c' || echo './'`src/status.c
mv -f src/.deps/src_mpc-list.Tpo src/.deps/src_mpc-list.Po
arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden -MT src/src_mpc-args.o -MD -MP -MF src/.deps/src_mpc-args.Tpo -c -o src/src_mpc-args.o `test -f 'src/args.c' || echo './'`src/args.c
mv -f src/.deps/src_mpc-password.Tpo src/.deps/src_mpc-password.Po
arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden -MT src/src_mpc-format.o -MD -MP -MF src/.deps/src_mpc-format.Tpo -c -o src/src_mpc-format.o `test -f 'src/format.c' || echo './'`src/format.c
mv -f src/.deps/src_mpc-status.Tpo src/.deps/src_mpc-status.Po
arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden -MT src/src_mpc-song_format.o -MD -MP -MF src/.deps/src_mpc-song_format.Tpo -c -o src/src_mpc-song_format.o `test -f 'src/song_format.c' || echo './'`src/song_format.c
mv -f src/.deps/src_mpc-main.Tpo src/.deps/src_mpc-main.Po
arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden -MT src/src_mpc-util.o -MD -MP -MF src/.deps/src_mpc-util.Tpo -c -o src/src_mpc-util.o `test -f 'src/util.c' || echo './'`src/util.c
mv -f src/.deps/src_mpc-args.Tpo src/.deps/src_mpc-args.Po
arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden -MT src/src_mpc-command.o -MD -MP -MF src/.deps/src_mpc-command.Tpo -c -o src/src_mpc-command.o `test -f 'src/command.c' || echo './'`src/command.c
mv -f src/.deps/src_mpc-format.Tpo src/.deps/src_mpc-format.Po
arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden -MT src/src_mpc-queue.o -MD -MP -MF src/.deps/src_mpc-queue.Tpo -c -o src/src_mpc-queue.o `test -f 'src/queue.c' || echo './'`src/queue.c
mv -f src/.deps/src_mpc-song_format.Tpo src/.deps/src_mpc-song_format.Po
arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden -MT src/src_mpc-sticker.o -MD -MP -MF src/.deps/src_mpc-sticker.Tpo -c -o src/src_mpc-sticker.o `test -f 'src/sticker.c' || echo './'`src/sticker.c
mv -f src/.deps/src_mpc-util.Tpo src/.deps/src_mpc-util.Po
arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden -MT src/src_mpc-tab.o -MD -MP -MF src/.deps/src_mpc-tab.Tpo -c -o src/src_mpc-tab.o `test -f 'src/tab.c' || echo './'`src/tab.c
mv -f src/.deps/src_mpc-sticker.Tpo src/.deps/src_mpc-sticker.Po
arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden -MT src/src_mpc-idle.o -MD -MP -MF src/.deps/src_mpc-idle.Tpo -c -o src/src_mpc-idle.o `test -f 'src/idle.c' || echo './'`src/idle.c
mv -f src/.deps/src_mpc-queue.Tpo src/.deps/src_mpc-queue.Po
mv -f src/.deps/src_mpc-tab.Tpo src/.deps/src_mpc-tab.Po
arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden -MT src/src_mpc-message.o -MD -MP -MF src/.deps/src_mpc-message.Tpo -c -o src/src_mpc-message.o `test -f 'src/message.c' || echo './'`src/message.c
arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden -MT src/src_mpc-search.o -MD -MP -MF src/.deps/src_mpc-search.Tpo -c -o src/src_mpc-search.o `test -f 'src/search.c' || echo './'`src/search.c
mv -f src/.deps/src_mpc-command.Tpo src/.deps/src_mpc-command.Po
arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden -MT src/src_mpc-options.o -MD -MP -MF src/.deps/src_mpc-options.Tpo -c -o src/src_mpc-options.o `test -f 'src/options.c' || echo './'`src/options.c
mv -f src/.deps/src_mpc-idle.Tpo src/.deps/src_mpc-idle.Po
mv -f src/.deps/src_mpc-message.Tpo src/.deps/src_mpc-message.Po
arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden -MT src/src_mpc-path.o -MD -MP -MF src/.deps/src_mpc-path.Tpo -c -o src/src_mpc-path.o `test -f 'src/path.c' || echo './'`src/path.c
mv -f src/.deps/src_mpc-search.Tpo src/.deps/src_mpc-search.Po
mv -f src/.deps/src_mpc-path.Tpo src/.deps/src_mpc-path.Po
mv -f src/.deps/src_mpc-options.Tpo src/.deps/src_mpc-options.Po
arm-linux-androideabi-gcc -std=gnu99 -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden -Wl,--gc-sections -o src/mpc src/src_mpc-main.o src/src_mpc-list.o src/src_mpc-password.o src/src_mpc-status.o src/src_mpc-args.o src/src_mpc-format.o src/src_mpc-song_format.o src/src_mpc-util.o src/src_mpc-command.o src/src_mpc-queue.o src/src_mpc-sticker.o src/src_mpc-tab.o src/src_mpc-idle.o src/src_mpc-message.o src/src_mpc-search.o src/src_mpc-options.o src/src_mpc-path.o -lmpdclient
make[1]: Leaving directory '/tmp/mpc/src/mpc-0.27'
==> Entering fakeroot environment...
==> Starting package()...
make[1]: Entering directory '/tmp/mpc/src/mpc-0.27'
/usr/bin/mkdir -p '/tmp/mpc/pkg/mpc/usr/share/doc/mpc'
/usr/bin/mkdir -p '/tmp/mpc/pkg/mpc/usr/share/man/man1'
/usr/bin/mkdir -p '/tmp/mpc/pkg/mpc/usr/bin'
/usr/bin/install -c -m 644 AUTHORS COPYING NEWS README doc/mpd-m3u-handler.sh doc/mpd-pls-handler.sh doc/mppledit doc/mpc-completion.bash '/tmp/mpc/pkg/mpc/usr/share/doc/mpc'
/usr/bin/install -c src/mpc '/tmp/mpc/pkg/mpc/usr/bin'
/usr/bin/install -c -m 644 doc/mpc.1 '/tmp/mpc/pkg/mpc/usr/share/man/man1'
make[1]: Leaving directory '/tmp/mpc/src/mpc-0.27'
==> Tidying install...
-> Removing doc files...
-> Removing empty directories...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "mpc"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: mpc 0.27-1 (Tue Apr 4 21:33:28 UTC 2017)
CMD: pacman --query --file mpc-0.27-1-x86_64.pkg.tar.xz
Creating hybrid package for 'mpc'
Trying to find vanilla package 'mpc'...
CMD: pacman --query --file /mirror/gmpc-11.8.16-3.pkg.tar.xz
CMD: pacman --query --file /mirror/mpck-0.19-3.pkg.tar.xz
CMD: pacman --query --file /mirror/xfce4-mpc-plugin-0.4.5-1.pkg.tar.xz
CMD: pacman --query --file /mirror/libmpcdec-1:0.1+r475-1.pkg.tar.xz
CMD: pacman --query --file /mirror/pympc-20050330-8.pkg.tar.xz
CMD: pacman --query --file /mirror/libmpc-1.0.3-2.pkg.tar.xz
CMD: pacman --query --file /mirror/mpc-0.27-1.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.MTREE
/usr/bin/mpc
/usr/share/bash-completion/completions/mpc
/usr/share/doc/mpc/AUTHORS
/usr/share/doc/mpc/COPYING
/usr/share/doc/mpc/NEWS
/usr/share/doc/mpc/README
/usr/share/doc/mpc/mpc-completion.bash
/usr/share/doc/mpc/mpd-m3u-handler.sh
/usr/share/doc/mpc/mpd-pls-handler.sh
/usr/share/doc/mpc/mppledit
/usr/share/man/man1/mpc.1.gz
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf mpc.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/mpc.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/mpc.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/mpc.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/mpc/src/mpc-0.27/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 mpc configure 0.27, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 1d6257bd3cdb
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /sysroot/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/lib/jvm/default/bin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2233: checking for a BSD-compatible install
configure:2301: result: /usr/bin/install -c
configure:2312: checking whether build environment is sane
configure:2367: result: yes
configure:2405: WARNING: 'missing' script is too old or missing
configure:2426: checking for arm-linux-androideabi-strip
configure:2442: found /sysroot/bin/arm-linux-androideabi-strip
configure:2453: result: arm-linux-androideabi-strip
configure:2518: checking for a thread-safe mkdir -p
configure:2557: result: /usr/bin/mkdir -p
configure:2564: checking for gawk
configure:2580: found /usr/bin/gawk
configure:2591: result: gawk
configure:2602: checking whether make sets $(MAKE)
configure:2624: result: yes
configure:2653: checking whether make supports nested variables
configure:2670: result: yes
configure:2807: checking whether make supports nested variables
configure:2824: result: yes
configure:2852: checking for style of include used by make
configure:2880: result: GNU
configure:2911: checking for arm-linux-androideabi-gcc
configure:2938: result: arm-linux-androideabi-gcc
configure:3207: checking for C compiler version
configure:3216: 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:3227: $? = 0
configure:3216: 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:3227: $? = 0
configure:3216: 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:3227: $? = 1
configure:3216: 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:3227: $? = 1
configure:3247: checking whether the C compiler works
configure:3269: arm-linux-androideabi-gcc conftest.c >&5
configure:3273: $? = 0
configure:3321: result: yes
configure:3324: checking for C compiler default output file name
configure:3326: result: a.out
configure:3332: checking for suffix of executables
configure:3339: arm-linux-androideabi-gcc -o conftest conftest.c >&5
configure:3343: $? = 0
configure:3365: result:
configure:3387: checking whether we are cross compiling
configure:3425: result: yes
configure:3430: checking for suffix of object files
configure:3452: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3456: $? = 0
configure:3477: result: o
configure:3481: checking whether we are using the GNU C compiler
configure:3500: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3500: $? = 0
configure:3509: result: yes
configure:3518: checking whether arm-linux-androideabi-gcc accepts -g
configure:3538: arm-linux-androideabi-gcc -c -g conftest.c >&5
configure:3538: $? = 0
configure:3579: result: yes
configure:3596: checking for arm-linux-androideabi-gcc option to accept ISO C89
configure:3659: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3659: $? = 0
configure:3672: result: none needed
configure:3697: checking whether arm-linux-androideabi-gcc understands -c and -o together
configure:3719: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
configure:3722: $? = 0
configure:3719: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
configure:3722: $? = 0
configure:3734: result: yes
configure:3753: checking dependency style of arm-linux-androideabi-gcc
configure:3864: result: gcc3
configure:3879: checking for arm-linux-androideabi-gcc option to accept ISO C99
configure:4028: 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:4028: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpc"
| #define PACKAGE_TARNAME "mpc"
| #define PACKAGE_VERSION "0.27"
| #define PACKAGE_STRING "mpc 0.27"
| #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpc"
| #define VERSION "0.27"
| /* 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:4028: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
configure:4028: $? = 0
configure:4048: result: -std=gnu99
configure:4057: checking whether make sets $(MAKE)
configure:4079: result: yes
configure:4099: checking for arm-linux-androideabi-pkg-config
configure:4132: result: no
configure:4142: checking for pkg-config
configure:4160: found /usr/bin/pkg-config
configure:4172: result: /usr/bin/pkg-config
configure:4184: WARNING: using cross tools not prefixed with host triplet
configure:4197: checking pkg-config is at least version 0.9.0
configure:4200: result: yes
configure:4262: checking for LIBMPDCLIENT
configure:4269: $PKG_CONFIG --exists --print-errors "libmpdclient >= 2.3"
configure:4272: $? = 0
configure:4286: $PKG_CONFIG --exists --print-errors "libmpdclient >= 2.3"
configure:4289: $? = 0
configure:4327: result: yes
configure:4344: checking for iconv
configure:4344: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c >&5
/tmp/ccktFX6O.o:conftest.c:function main: error: undefined reference to 'iconv'
collect2: error: ld returned 1 exit status
configure:4344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpc"
| #define PACKAGE_TARNAME "mpc"
| #define PACKAGE_VERSION "0.27"
| #define PACKAGE_STRING "mpc 0.27"
| #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpc"
| #define VERSION "0.27"
| /* end confdefs.h. */
| /* Define iconv to an innocuous variant, in case declares iconv.
| For example, HP-UX 11i declares gettimeofday. */
| #define iconv innocuous_iconv
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char iconv (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef iconv
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char iconv ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_iconv || defined __stub___iconv
| choke me
| #endif
|
| int
| main ()
| {
| return iconv ();
| ;
| return 0;
| }
configure:4344: result: no
configure:4348: checking for iconv in -lintl
configure:4373: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c -lintl >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lintl
/tmp/cc27tDsQ.o:conftest.c:function main: error: undefined reference to 'iconv'
collect2: error: ld returned 1 exit status
configure:4373: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpc"
| #define PACKAGE_TARNAME "mpc"
| #define PACKAGE_VERSION "0.27"
| #define PACKAGE_STRING "mpc 0.27"
| #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpc"
| #define VERSION "0.27"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char iconv ();
| int
| main ()
| {
| return iconv ();
| ;
| return 0;
| }
configure:4382: result: no
configure:4873: checking whether C compiler accepts -Wall
configure:4892: arm-linux-androideabi-gcc -std=gnu99 -c -Wall conftest.c >&5
configure:4892: $? = 0
configure:4901: result: yes
configure:4914: : CFLAGS="$CFLAGS $flag"
configure:4917: $? = 0
configure:4934: checking whether C compiler accepts -Wextra
configure:4953: arm-linux-androideabi-gcc -std=gnu99 -c -Wall -Wextra conftest.c >&5
configure:4953: $? = 0
configure:4962: result: yes
configure:4975: : CFLAGS="$CFLAGS $flag"
configure:4978: $? = 0
configure:4995: checking whether C compiler accepts -Wno-deprecated-declarations
configure:5014: arm-linux-androideabi-gcc -std=gnu99 -c -Wall -Wextra -Wno-deprecated-declarations conftest.c >&5
configure:5014: $? = 0
configure:5023: result: yes
configure:5036: : CFLAGS="$CFLAGS $flag"
configure:5039: $? = 0
configure:5056: checking whether C compiler accepts -Wmissing-prototypes
configure:5075: arm-linux-androideabi-gcc -std=gnu99 -c -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes conftest.c >&5
configure:5075: $? = 0
configure:5084: result: yes
configure:5097: : CFLAGS="$CFLAGS $flag"
configure:5100: $? = 0
configure:5117: checking whether C compiler accepts -Wshadow
configure:5136: arm-linux-androideabi-gcc -std=gnu99 -c -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow conftest.c >&5
configure:5136: $? = 0
configure:5145: result: yes
configure:5158: : CFLAGS="$CFLAGS $flag"
configure:5161: $? = 0
configure:5178: checking whether C compiler accepts -Wpointer-arith
configure:5197: arm-linux-androideabi-gcc -std=gnu99 -c -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith conftest.c >&5
configure:5197: $? = 0
configure:5206: result: yes
configure:5219: : CFLAGS="$CFLAGS $flag"
configure:5222: $? = 0
configure:5239: checking whether C compiler accepts -Wstrict-prototypes
configure:5258: arm-linux-androideabi-gcc -std=gnu99 -c -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes conftest.c >&5
conftest.c:13:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:5258: $? = 0
configure:5267: result: yes
configure:5280: : CFLAGS="$CFLAGS $flag"
configure:5283: $? = 0
configure:5300: checking whether C compiler accepts -Wcast-qual
configure:5319: arm-linux-androideabi-gcc -std=gnu99 -c -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual conftest.c >&5
conftest.c:13:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:5319: $? = 0
configure:5328: result: yes
configure:5341: : CFLAGS="$CFLAGS $flag"
configure:5344: $? = 0
configure:5361: checking whether C compiler accepts -Wwrite-strings
configure:5380: arm-linux-androideabi-gcc -std=gnu99 -c -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings conftest.c >&5
conftest.c:13:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:5380: $? = 0
configure:5389: result: yes
configure:5402: : CFLAGS="$CFLAGS $flag"
configure:5405: $? = 0
configure:5448: checking whether C compiler accepts -ffunction-sections
configure:5467: arm-linux-androideabi-gcc -std=gnu99 -c -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections conftest.c >&5
conftest.c:13:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:5467: $? = 0
configure:5476: result: yes
configure:5489: : CFLAGS="$CFLAGS $flag"
configure:5492: $? = 0
configure:5509: checking whether C compiler accepts -fdata-sections
configure:5528: arm-linux-androideabi-gcc -std=gnu99 -c -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections conftest.c >&5
conftest.c:13:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:5528: $? = 0
configure:5537: result: yes
configure:5550: : CFLAGS="$CFLAGS $flag"
configure:5553: $? = 0
configure:5570: checking whether C compiler accepts -fvisibility=hidden
configure:5589: arm-linux-androideabi-gcc -std=gnu99 -c -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden conftest.c >&5
conftest.c:13:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:5589: $? = 0
configure:5598: result: yes
configure:5611: : CFLAGS="$CFLAGS $flag"
configure:5614: $? = 0
configure:5632: checking whether the linker accepts -Wl,--gc-sections
configure:5651: arm-linux-androideabi-gcc -std=gnu99 -o conftest -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden -Wl,--gc-sections conftest.c >&5
conftest.c:13:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:5651: $? = 0
configure:5661: result: yes
configure:5674: : LDFLAGS="$LDFLAGS $flag"
configure:5677: $? = 0
configure:5989: checking that generated files are newer than configure
configure:5995: result: done
configure:6026: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by mpc config.status 0.27, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 1d6257bd3cdb
config.status:858: creating Makefile
config.status:858: creating config.h
config.status:1087: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
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_LIBMPDCLIENT_CFLAGS_set=
ac_cv_env_LIBMPDCLIENT_CFLAGS_value=
ac_cv_env_LIBMPDCLIENT_LIBS_set=
ac_cv_env_LIBMPDCLIENT_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_func_iconv=no
ac_cv_lib_intl_iconv=no
ac_cv_objext=o
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=arm-linux-androideabi-gcc
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
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_check_cflags___Wall=yes
ax_cv_check_cflags___Wcast_qual=yes
ax_cv_check_cflags___Wextra=yes
ax_cv_check_cflags___Wmissing_prototypes=yes
ax_cv_check_cflags___Wno_deprecated_declarations=yes
ax_cv_check_cflags___Wpointer_arith=yes
ax_cv_check_cflags___Wshadow=yes
ax_cv_check_cflags___Wstrict_prototypes=yes
ax_cv_check_cflags___Wwrite_strings=yes
ax_cv_check_cflags___fdata_sections=yes
ax_cv_check_cflags___ffunction_sections=yes
ax_cv_check_cflags___fvisibility_hidden=yes
ax_cv_check_ldflags___Wl___gc_sections=yes
pkg_cv_LIBMPDCLIENT_CFLAGS=
pkg_cv_LIBMPDCLIENT_LIBS=-lmpdclient
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_CFLAGS=''
AM_CPPFLAGS=' -DNDEBUG'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='automake-1.14'
AWK='gawk'
CC='arm-linux-androideabi-gcc -std=gnu99'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -ffunction-sections -fdata-sections -fvisibility=hidden'
CHECK_CFLAGS=''
CHECK_LIBS=''
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_TEST_FALSE=''
ENABLE_TEST_TRUE='#'
EXEEXT=''
GREP=''
HAVE_ICONV_FALSE=''
HAVE_ICONV_TRUE='#'
ICONV_CPPFLAGS=''
ICONV_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=' -Wl,--gc-sections'
LIBMPDCLIENT_CFLAGS=''
LIBMPDCLIENT_LIBS='-lmpdclient'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
OBJEXT='o'
PACKAGE='mpc'
PACKAGE_BUGREPORT='musicpd-dev-team@lists.sourceforge.net'
PACKAGE_NAME='mpc'
PACKAGE_STRING='mpc 0.27'
PACKAGE_TARNAME='mpc'
PACKAGE_URL=''
PACKAGE_VERSION='0.27'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP='arm-linux-androideabi-strip'
VERSION='0.27'
ac_ct_CC=''
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_alias='x86_64-unknown-linux'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias='arm-linux-androideabi'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/mpc/src/mpc-0.27/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 "mpc"
#define PACKAGE_TARNAME "mpc"
#define PACKAGE_VERSION "0.27"
#define PACKAGE_STRING "mpc 0.27"
#define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
#define PACKAGE_URL ""
#define PACKAGE "mpc"
#define VERSION "0.27"
configure: exit 0