Build of librtfcomp with android toolchain

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

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

SLOCLanguage
11,090 sh
2,136 makefile
1,108 ansic
14,334 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: librtfcomp 1.3-2 (Tue Apr 4 21:33:09 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) pyrex-0.9.9-4
#
# Total Installed Size: 1.80 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 pyrex...
# ==> 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/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# 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 for style of include used by make... GNU
# checking dependency style of arm-linux-androideabi-gcc... gcc3
# checking whether make sets $(MAKE)... (cached) yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... arm-unknown-linux-androideabi
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by arm-linux-androideabi-gcc... /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... arm-linux-androideabi-objdump
# checking how to recognize dependent libraries... pass_all
# checking for arm-linux-androideabi-dlltool... no
# checking for dlltool... no
# 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 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 -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 supports -fno-rtti -fno-exceptions... no
# checking for arm-linux-androideabi-gcc option to produce PIC... -fPIC -DPIC
# checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works... yes
# checking if arm-linux-androideabi-gcc static flag -static works... yes
# checking if arm-linux-androideabi-gcc supports -c -o file.o... yes
# checking if arm-linux-androideabi-gcc supports -c -o file.o... (cached) yes
# checking whether the arm-linux-androideabi-gcc 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 whether arm-linux-androideabi-gcc supports the GNUC visibility attribute... yes
# configure: Checking to see if we can build Python bindings
# checking for a Python interpreter with version >= 2.2... python
# checking for python... /sysroot/bin/python
# checking for python version... 2.7
# checking for python platform... linux2
# checking for python script directory... ${prefix}/lib/python2.7/site-packages
# checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
# checking for pyrexc... pyrexc
# checking for headers required to compile python extensions... not found
# configure: Not building Python bindings
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating tests/Makefile
# config.status: creating python/Makefile
# config.status: executing depfiles commands
# config.status: executing libtool commands
# Making all in src
# make[1]: Entering directory '/tmp/librtfcomp/src/librtfcomp-1.3/src'
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" -DPACKAGE_STRING=\"librtfcomp\ 1.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT constants.lo -MD -MP -MF .deps/constants.Tpo -c -o constants.lo constants.c
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" -DPACKAGE_STRING=\"librtfcomp\ 1.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT crc32.lo -MD -MP -MF .deps/crc32.Tpo -c -o crc32.lo crc32.c
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" -DPACKAGE_STRING=\"librtfcomp\ 1.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT rtfcomp.lo -MD -MP -MF .deps/rtfcomp.Tpo -c -o rtfcomp.lo rtfcomp.c
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" -DPACKAGE_STRING=\"librtfcomp\ 1.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT rtfdecomp.lo -MD -MP -MF .deps/rtfdecomp.Tpo -c -o rtfdecomp.lo rtfdecomp.c
# libtool: compile: arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" "-DPACKAGE_STRING=\"librtfcomp 1.3\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT crc32.lo -MD -MP -MF .deps/crc32.Tpo -c crc32.c -fPIC -DPIC -o .libs/crc32.o
# libtool: compile: arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" "-DPACKAGE_STRING=\"librtfcomp 1.3\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT constants.lo -MD -MP -MF .deps/constants.Tpo -c constants.c -fPIC -DPIC -o .libs/constants.o
# libtool: compile: arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" "-DPACKAGE_STRING=\"librtfcomp 1.3\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT rtfcomp.lo -MD -MP -MF .deps/rtfcomp.Tpo -c rtfcomp.c -fPIC -DPIC -o .libs/rtfcomp.o
# libtool: compile: arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" "-DPACKAGE_STRING=\"librtfcomp 1.3\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT rtfdecomp.lo -MD -MP -MF .deps/rtfdecomp.Tpo -c rtfdecomp.c -fPIC -DPIC -o .libs/rtfdecomp.o
# libtool: compile: arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" "-DPACKAGE_STRING=\"librtfcomp 1.3\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT constants.lo -MD -MP -MF .deps/constants.Tpo -c constants.c -o constants.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" "-DPACKAGE_STRING=\"librtfcomp 1.3\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT crc32.lo -MD -MP -MF .deps/crc32.Tpo -c crc32.c -o crc32.o >/dev/null 2>&1
# mv -f .deps/constants.Tpo .deps/constants.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" -DPACKAGE_STRING=\"librtfcomp\ 1.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT rtfconvert.lo -MD -MP -MF .deps/rtfconvert.Tpo -c -o rtfconvert.lo rtfconvert.c
# libtool: compile: arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" "-DPACKAGE_STRING=\"librtfcomp 1.3\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT rtfdecomp.lo -MD -MP -MF .deps/rtfdecomp.Tpo -c rtfdecomp.c -o rtfdecomp.o >/dev/null 2>&1
# mv -f .deps/crc32.Tpo .deps/crc32.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" -DPACKAGE_STRING=\"librtfcomp\ 1.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT utf8conv.lo -MD -MP -MF .deps/utf8conv.Tpo -c -o utf8conv.lo utf8conv.c
# libtool: compile: arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" "-DPACKAGE_STRING=\"librtfcomp 1.3\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT rtfcomp.lo -MD -MP -MF .deps/rtfcomp.Tpo -c rtfcomp.c -o rtfcomp.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" "-DPACKAGE_STRING=\"librtfcomp 1.3\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT rtfconvert.lo -MD -MP -MF .deps/rtfconvert.Tpo -c rtfconvert.c -fPIC -DPIC -o .libs/rtfconvert.o
# mv -f .deps/rtfdecomp.Tpo .deps/rtfdecomp.Plo
# /bin/sh ../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" -DPACKAGE_STRING=\"librtfcomp\ 1.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT errorcode.lo -MD -MP -MF .deps/errorcode.Tpo -c -o errorcode.lo errorcode.c
# libtool: compile: arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" "-DPACKAGE_STRING=\"librtfcomp 1.3\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT utf8conv.lo -MD -MP -MF .deps/utf8conv.Tpo -c utf8conv.c -fPIC -DPIC -o .libs/utf8conv.o
# mv -f .deps/rtfcomp.Tpo .deps/rtfcomp.Plo
# libtool: compile: arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" "-DPACKAGE_STRING=\"librtfcomp 1.3\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT rtfconvert.lo -MD -MP -MF .deps/rtfconvert.Tpo -c rtfconvert.c -o rtfconvert.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" "-DPACKAGE_STRING=\"librtfcomp 1.3\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT errorcode.lo -MD -MP -MF .deps/errorcode.Tpo -c errorcode.c -fPIC -DPIC -o .libs/errorcode.o
# libtool: compile: arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" "-DPACKAGE_STRING=\"librtfcomp 1.3\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT utf8conv.lo -MD -MP -MF .deps/utf8conv.Tpo -c utf8conv.c -o utf8conv.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" "-DPACKAGE_STRING=\"librtfcomp 1.3\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -DHAVE_GCCVISIBILITY -fvisibility=hidden -MT errorcode.lo -MD -MP -MF .deps/errorcode.Tpo -c errorcode.c -o errorcode.o >/dev/null 2>&1
# mv -f .deps/utf8conv.Tpo .deps/utf8conv.Plo
# mv -f .deps/rtfconvert.Tpo .deps/rtfconvert.Plo
# mv -f .deps/errorcode.Tpo .deps/errorcode.Plo
# /bin/sh ../libtool --tag=CC --mode=link arm-linux-androideabi-gcc -DHAVE_GCCVISIBILITY -fvisibility=hidden -o librtfcomp.la -rpath /usr/lib constants.lo crc32.lo rtfcomp.lo rtfdecomp.lo rtfconvert.lo utf8conv.lo errorcode.lo -lc
# libtool: link: arm-linux-androideabi-gcc -shared -fPIC -DPIC .libs/constants.o .libs/crc32.o .libs/rtfcomp.o .libs/rtfdecomp.o .libs/rtfconvert.o .libs/utf8conv.o .libs/errorcode.o -lc -Wl,-soname -Wl,librtfcomp.so.0 -o .libs/librtfcomp.so.0.0.0
# libtool: link: (cd ".libs" && rm -f "librtfcomp.so.0" && ln -s "librtfcomp.so.0.0.0" "librtfcomp.so.0")
# libtool: link: (cd ".libs" && rm -f "librtfcomp.so" && ln -s "librtfcomp.so.0.0.0" "librtfcomp.so")
# libtool: link: arm-linux-androideabi-ar cru .libs/librtfcomp.a constants.o crc32.o rtfcomp.o rtfdecomp.o rtfconvert.o utf8conv.o errorcode.o
# libtool: link: arm-linux-androideabi-ranlib .libs/librtfcomp.a
# libtool: link: ( cd ".libs" && rm -f "librtfcomp.la" && ln -s "../librtfcomp.la" "librtfcomp.la" )
# make[1]: Leaving directory '/tmp/librtfcomp/src/librtfcomp-1.3/src'
# Making all in tests
# make[1]: Entering directory '/tmp/librtfcomp/src/librtfcomp-1.3/tests'
# arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" -DPACKAGE_STRING=\"librtfcomp\ 1.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
# arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" -DPACKAGE_STRING=\"librtfcomp\ 1.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -MT tortf.o -MD -MP -MF .deps/tortf.Tpo -c -o tortf.o tortf.c
# arm-linux-androideabi-gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" -DPACKAGE_STRING=\"librtfcomp\ 1.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -MT fromrtf.o -MD -MP -MF .deps/fromrtf.Tpo -c -o fromrtf.o fromrtf.c
# mv -f .deps/fromrtf.Tpo .deps/fromrtf.Po
# /bin/sh ../libtool --tag=CC --mode=link arm-linux-androideabi-gcc -o fromrtf fromrtf.o ../src/librtfcomp.la
# mv -f .deps/main.Tpo .deps/main.Po
# mv -f .deps/tortf.Tpo .deps/tortf.Po
# /bin/sh ../libtool --tag=CC --mode=link arm-linux-androideabi-gcc -o test main.o ../src/librtfcomp.la
# /bin/sh ../libtool --tag=CC --mode=link arm-linux-androideabi-gcc -o tortf tortf.o ../src/librtfcomp.la
# libtool: link: arm-linux-androideabi-gcc -o .libs/test main.o ../src/.libs/librtfcomp.so
# libtool: link: arm-linux-androideabi-gcc -o .libs/tortf tortf.o ../src/.libs/librtfcomp.so
# libtool: link: arm-linux-androideabi-gcc -o .libs/fromrtf fromrtf.o ../src/.libs/librtfcomp.so
# make[1]: Leaving directory '/tmp/librtfcomp/src/librtfcomp-1.3/tests'
# Making all in python
# make[1]: Entering directory '/tmp/librtfcomp/src/librtfcomp-1.3/python'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/librtfcomp/src/librtfcomp-1.3/python'
# make[1]: Entering directory '/tmp/librtfcomp/src/librtfcomp-1.3'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/librtfcomp/src/librtfcomp-1.3'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/librtfcomp/src/librtfcomp-1.3/src'
# make[2]: Entering directory '/tmp/librtfcomp/src/librtfcomp-1.3/src'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/bin/mkdir -p '/tmp/librtfcomp/pkg/librtfcomp/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c librtfcomp.la '/tmp/librtfcomp/pkg/librtfcomp/usr/lib'
# libtool: install: /usr/bin/install -c .libs/librtfcomp.so.0.0.0 /tmp/librtfcomp/pkg/librtfcomp/usr/lib/librtfcomp.so.0.0.0
# libtool: install: (cd /tmp/librtfcomp/pkg/librtfcomp/usr/lib && { ln -s -f librtfcomp.so.0.0.0 librtfcomp.so.0 || { rm -f librtfcomp.so.0 && ln -s librtfcomp.so.0.0.0 librtfcomp.so.0; }; })
# libtool: install: (cd /tmp/librtfcomp/pkg/librtfcomp/usr/lib && { ln -s -f librtfcomp.so.0.0.0 librtfcomp.so || { rm -f librtfcomp.so && ln -s librtfcomp.so.0.0.0 librtfcomp.so; }; })
# libtool: install: /usr/bin/install -c .libs/librtfcomp.lai /tmp/librtfcomp/pkg/librtfcomp/usr/lib/librtfcomp.la
# libtool: install: /usr/bin/install -c .libs/librtfcomp.a /tmp/librtfcomp/pkg/librtfcomp/usr/lib/librtfcomp.a
# libtool: install: chmod 644 /tmp/librtfcomp/pkg/librtfcomp/usr/lib/librtfcomp.a
# libtool: install: arm-linux-androideabi-ranlib /tmp/librtfcomp/pkg/librtfcomp/usr/lib/librtfcomp.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Leaving directory '/tmp/librtfcomp/src/librtfcomp-1.3/src'
# make[1]: Leaving directory '/tmp/librtfcomp/src/librtfcomp-1.3/src'
# Making install in tests
# make[1]: Entering directory '/tmp/librtfcomp/src/librtfcomp-1.3/tests'
# make[2]: Entering directory '/tmp/librtfcomp/src/librtfcomp-1.3/tests'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/librtfcomp/src/librtfcomp-1.3/tests'
# make[1]: Leaving directory '/tmp/librtfcomp/src/librtfcomp-1.3/tests'
# Making install in python
# make[1]: Entering directory '/tmp/librtfcomp/src/librtfcomp-1.3/python'
# make[2]: Entering directory '/tmp/librtfcomp/src/librtfcomp-1.3/python'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Leaving directory '/tmp/librtfcomp/src/librtfcomp-1.3/python'
# make[1]: Leaving directory '/tmp/librtfcomp/src/librtfcomp-1.3/python'
# make[1]: Entering directory '/tmp/librtfcomp/src/librtfcomp-1.3'
# make[2]: Entering directory '/tmp/librtfcomp/src/librtfcomp-1.3'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/librtfcomp/pkg/librtfcomp/usr/include/rtfcomp'
# /usr/bin/install -c -m 644 ./include/rtfcomp/rtfcomp.h ./include/rtfcomp/errors.h '/tmp/librtfcomp/pkg/librtfcomp/usr/include/rtfcomp'
# make[2]: Leaving directory '/tmp/librtfcomp/src/librtfcomp-1.3'
# make[1]: Leaving directory '/tmp/librtfcomp/src/librtfcomp-1.3'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> WARNING: Package contains reference to $srcdir
# ==> Creating package "librtfcomp"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: librtfcomp 1.3-2 (Tue Apr 4 21:33:15 UTC 2017)

CMD: pacman --query --file librtfcomp-1.3-2-x86_64.pkg.tar.xz
# librtfcomp 1.3-2

Creating hybrid package for 'librtfcomp'

Trying to find vanilla package 'librtfcomp'...

CMD: pacman --query --file /mirror/librtfcomp-1.3-2.pkg.tar.xz
# librtfcomp 1.3-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/fromrtf
# /usr/bin/tortf
# /usr/lib/librtfcomp.so
# /usr/lib/librtfcomp.so.0.0.0
# /usr/lib/librtfcomp.so.0
# /usr/lib/python2.7/site-packages/pyrtfcomp.so
# /usr/include/rtfcomp/rtfcomp.h
# /usr/include/rtfcomp/errors.h
# /sysroot/sysroot/usr/lib/librtfcomp.so.0.0.0
# /sysroot/sysroot/usr/lib/librtfcomp.so.0
# /sysroot/sysroot/usr/lib/librtfcomp.so
# /sysroot/sysroot/usr/lib/librtfcomp.la
# /sysroot/sysroot/usr/lib/librtfcomp.a
# /sysroot/sysroot/usr/include/rtfcomp/rtfcomp.h
# /sysroot/sysroot/usr/include/rtfcomp/errors.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 librtfcomp.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/librtfcomp.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/librtfcomp.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/librtfcomp/src/librtfcomp-1.3/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 librtfcomp configure 1.3, 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 = f6dfbbcd16d6
# 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:2167: checking for a BSD-compatible install
# configure:2235: result: /usr/bin/install -c
# configure:2246: checking whether build environment is sane
# configure:2296: result: yes
# configure:2345: checking for arm-linux-androideabi-strip
# configure:2361: found /sysroot/bin/arm-linux-androideabi-strip
# configure:2372: result: arm-linux-androideabi-strip
# configure:2437: checking for a thread-safe mkdir -p
# configure:2476: result: /usr/bin/mkdir -p
# configure:2489: checking for gawk
# configure:2505: found /usr/bin/gawk
# configure:2516: result: gawk
# configure:2527: checking whether make sets $(MAKE)
# configure:2549: result: yes
# configure:2638: checking for arm-linux-androideabi-gcc
# configure:2665: result: arm-linux-androideabi-gcc
# configure:2934: checking for C compiler version
# configure:2943: 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:2954: $? = 0
# configure:2943: 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:2954: $? = 0
# configure:2943: 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:2954: $? = 1
# configure:2943: 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:2954: $? = 1
# configure:2974: checking whether the C compiler works
# configure:2996: arm-linux-androideabi-gcc conftest.c >&5
# configure:3000: $? = 0
# configure:3048: result: yes
# configure:3051: checking for C compiler default output file name
# configure:3053: result: a.out
# configure:3059: checking for suffix of executables
# configure:3066: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:3070: $? = 0
# configure:3092: result:
# configure:3114: checking whether we are cross compiling
# configure:3152: result: yes
# configure:3157: checking for suffix of object files
# configure:3179: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3183: $? = 0
# configure:3204: result: o
# configure:3208: checking whether we are using the GNU C compiler
# configure:3227: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3227: $? = 0
# configure:3236: result: yes
# configure:3245: checking whether arm-linux-androideabi-gcc accepts -g
# configure:3265: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:3265: $? = 0
# configure:3306: result: yes
# configure:3323: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:3386: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3386: $? = 0
# configure:3399: result: none needed
# configure:3430: checking for style of include used by make
# configure:3458: result: GNU
# configure:3484: checking dependency style of arm-linux-androideabi-gcc
# configure:3595: result: gcc3
# configure:3611: checking whether make sets $(MAKE)
# configure:3633: result: yes
# configure:3671: checking build system type
# configure:3685: result: x86_64-unknown-linux-gnu
# configure:3705: checking host system type
# configure:3718: result: arm-unknown-linux-androideabi
# configure:3759: checking how to print strings
# configure:3786: result: printf
# configure:3807: checking for a sed that does not truncate output
# configure:3871: result: /usr/bin/sed
# configure:3889: checking for grep that handles long lines and -e
# configure:3947: result: /usr/bin/grep
# configure:3952: checking for egrep
# configure:4014: result: /usr/bin/grep -E
# configure:4019: checking for fgrep
# configure:4081: result: /usr/bin/grep -F
# configure:4116: checking for ld used by arm-linux-androideabi-gcc
# configure:4183: result: /sysroot/arm-linux-androideabi/bin/ld
# configure:4190: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
# configure:4205: result: yes
# configure:4217: checking for BSD- or MS-compatible name lister (nm)
# configure:4266: result: /sysroot/bin/arm-linux-androideabi-nm -B
# configure:4396: checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface
# configure:4403: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4406: /sysroot/bin/arm-linux-androideabi-nm -B "conftest.o"
# configure:4409: output
# 00000000 B some_variable
# configure:4416: result: BSD nm
# configure:4419: checking whether ln -s works
# configure:4423: result: yes
# configure:4431: checking the maximum length of command line arguments
# configure:4562: result: 1572864
# configure:4579: checking whether the shell understands some XSI constructs
# configure:4589: result: yes
# configure:4593: checking whether the shell understands "+="
# configure:4599: result: yes
# configure:4634: checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format
# configure:4674: result: func_convert_file_noop
# configure:4681: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:4701: result: func_convert_file_noop
# configure:4708: checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files
# configure:4715: result: -r
# configure:4749: checking for arm-linux-androideabi-objdump
# configure:4765: found /sysroot/bin/arm-linux-androideabi-objdump
# configure:4776: result: arm-linux-androideabi-objdump
# configure:4848: checking how to recognize dependent libraries
# configure:5046: result: pass_all
# configure:5091: checking for arm-linux-androideabi-dlltool
# configure:5121: result: no
# configure:5131: checking for dlltool
# configure:5161: result: no
# configure:5191: checking how to associate runtime and link libraries
# configure:5218: result: printf %s\n
# configure:5235: checking for arm-linux-androideabi-ar
# configure:5251: found /sysroot/bin/arm-linux-androideabi-ar
# configure:5262: result: arm-linux-androideabi-ar
# configure:5343: checking for archiver @FILE support
# configure:5360: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5360: $? = 0
# configure:5363: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# configure:5366: $? = 0
# configure:5371: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# arm-linux-androideabi-ar: conftest.o: No such file or directory
# configure:5374: $? = 1
# configure:5386: result: @
# configure:5404: checking for arm-linux-androideabi-strip
# configure:5431: result: arm-linux-androideabi-strip
# configure:5503: checking for arm-linux-androideabi-ranlib
# configure:5519: found /sysroot/bin/arm-linux-androideabi-ranlib
# configure:5530: result: arm-linux-androideabi-ranlib
# configure:5672: checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object
# configure:5792: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5795: $? = 0
# configure:5799: /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:5802: $? = 0
# configure:5868: arm-linux-androideabi-gcc -o conftest conftest.c conftstm.o >&5
# configure:5871: $? = 0
# configure:5909: result: ok
# configure:5946: checking for sysroot
# configure:5976: result: no
# configure:6199: checking for arm-linux-androideabi-mt
# configure:6229: result: no
# configure:6239: checking for mt
# configure:6269: result: no
# configure:6289: checking if : is a manifest tool
# configure:6295: : '-?'
# configure:6303: result: no
# configure:6945: checking how to run the C preprocessor
# configure:6976: arm-linux-androideabi-gcc -E conftest.c
# configure:6976: $? = 0
# configure:6990: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6990: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "librtfcomp"
# | #define PACKAGE_TARNAME "librtfcomp"
# | #define PACKAGE_VERSION "1.3"
# | #define PACKAGE_STRING "librtfcomp 1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "librtfcomp"
# | #define VERSION "1.3"
# | /* end confdefs.h. */
# | #include
# configure:7015: result: arm-linux-androideabi-gcc -E
# configure:7035: arm-linux-androideabi-gcc -E conftest.c
# configure:7035: $? = 0
# configure:7049: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7049: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "librtfcomp"
# | #define PACKAGE_TARNAME "librtfcomp"
# | #define PACKAGE_VERSION "1.3"
# | #define PACKAGE_STRING "librtfcomp 1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "librtfcomp"
# | #define VERSION "1.3"
# | /* end confdefs.h. */
# | #include
# configure:7078: checking for ANSI C header files
# configure:7098: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7098: $? = 0
# configure:7182: result: yes
# configure:7195: checking for sys/types.h
# configure:7195: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7195: $? = 0
# configure:7195: result: yes
# configure:7195: checking for sys/stat.h
# configure:7195: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7195: $? = 0
# configure:7195: result: yes
# configure:7195: checking for stdlib.h
# configure:7195: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7195: $? = 0
# configure:7195: result: yes
# configure:7195: checking for string.h
# configure:7195: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7195: $? = 0
# configure:7195: result: yes
# configure:7195: checking for memory.h
# configure:7195: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7195: $? = 0
# configure:7195: result: yes
# configure:7195: checking for strings.h
# configure:7195: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7195: $? = 0
# configure:7195: result: yes
# configure:7195: checking for inttypes.h
# configure:7195: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7195: $? = 0
# configure:7195: result: yes
# configure:7195: checking for stdint.h
# configure:7195: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7195: $? = 0
# configure:7195: result: yes
# configure:7195: checking for unistd.h
# configure:7195: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7195: $? = 0
# configure:7195: result: yes
# configure:7209: checking for dlfcn.h
# configure:7209: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:7209: $? = 0
# configure:7209: result: yes
# configure:7415: checking for objdir
# configure:7430: result: .libs
# configure:7697: checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions
# configure:7715: arm-linux-androideabi-gcc -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:7719: $? = 0
# configure:7732: result: no
# configure:8059: checking for arm-linux-androideabi-gcc option to produce PIC
# configure:8066: result: -fPIC -DPIC
# configure:8074: checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works
# configure:8092: arm-linux-androideabi-gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8096: $? = 0
# configure:8109: result: yes
# configure:8138: checking if arm-linux-androideabi-gcc static flag -static works
# configure:8166: result: yes
# configure:8181: checking if arm-linux-androideabi-gcc supports -c -o file.o
# configure:8202: arm-linux-androideabi-gcc -c -o out/conftest2.o conftest.c >&5
# configure:8206: $? = 0
# configure:8228: result: yes
# configure:8236: checking if arm-linux-androideabi-gcc supports -c -o file.o
# configure:8283: result: yes
# configure:8316: checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
# configure:9473: result: yes
# configure:9510: checking whether -lc should be explicitly linked in
# configure:9518: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:9521: $? = 0
# configure:9536: arm-linux-androideabi-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:9539: $? = 0
# configure:9553: result: no
# configure:9713: checking dynamic linker characteristics
# configure:10213: arm-linux-androideabi-gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10213: $? = 0
# configure:10447: result: GNU/Linux ld.so
# configure:10554: checking how to hardcode library paths into programs
# configure:10579: result: immediate
# configure:11119: checking whether stripping libraries is possible
# configure:11124: result: yes
# configure:11159: checking if libtool supports shared libraries
# configure:11161: result: yes
# configure:11164: checking whether to build shared libraries
# configure:11185: result: yes
# configure:11188: checking whether to build static libraries
# configure:11192: result: yes
# configure:11231: checking whether arm-linux-androideabi-gcc supports the GNUC visibility attribute
# configure:11241: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:11241: $? = 0
# configure:11244: result: yes
# configure:11273: Checking to see if we can build Python bindings
# configure:11315: checking for a Python interpreter with version >= 2.2
# configure:11332: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.2'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
# configure:11335: $? = 0
# configure:11341: result: python
# configure:11349: checking for python
# configure:11367: found /sysroot/bin/python
# configure:11379: result: /sysroot/bin/python
# configure:11397: checking for python version
# configure:11404: result: 2.7
# configure:11416: checking for python platform
# configure:11423: result: linux2
# configure:11430: checking for python script directory
# configure:11458: result: ${prefix}/lib/python2.7/site-packages
# configure:11467: checking for python extension module directory
# configure:11495: result: ${exec_prefix}/lib/python2.7/site-packages
# configure:11512: checking for pyrexc
# configure:11528: found /usr/bin/pyrexc
# configure:11539: result: pyrexc
# configure:11551: checking for headers required to compile python extensions
# configure:11566: arm-linux-androideabi-gcc -E -I/sysroot/include/python2.7 conftest.c
# In file included from /sysroot/include/python2.7/Python.h:58:0,
# from conftest.c:23:
# /sysroot/include/python2.7/pyport.h:1029:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
# #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
# ^
# configure:11566: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "librtfcomp"
# | #define PACKAGE_TARNAME "librtfcomp"
# | #define PACKAGE_VERSION "1.3"
# | #define PACKAGE_STRING "librtfcomp 1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "librtfcomp"
# | #define VERSION "1.3"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:11571: result: not found
# configure:11583: Not building Python bindings
# configure:11811: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by librtfcomp config.status 1.3, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on f6dfbbcd16d6
#
# config.status:1015: creating Makefile
# config.status:1015: creating src/Makefile
# config.status:1015: creating tests/Makefile
# config.status:1015: creating python/Makefile
# config.status:1187: executing depfiles commands
# config.status:1187: 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_PYTHON_set=
# ac_cv_env_PYTHON_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/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_PYTHON=/sysroot/bin/python
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/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 -E'
# ac_cv_prog_OBJDUMP=arm-linux-androideabi-objdump
# ac_cv_prog_PYREX=pyrexc
# 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_g=yes
# ac_cv_prog_make_make_set=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_pathless_PYTHON=python
# am_cv_python_platform=linux2
# am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
# am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
# am_cv_python_version=2.7
# 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/librtfcomp/src/librtfcomp-1.3/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AR='arm-linux-androideabi-ar'
# AUTOCONF='${SHELL} /tmp/librtfcomp/src/librtfcomp-1.3/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/librtfcomp/src/librtfcomp-1.3/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/librtfcomp/src/librtfcomp-1.3/missing --run automake-1.11'
# AWK='gawk'
# CC='arm-linux-androideabi-gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.3\" -DPACKAGE_STRING=\"librtfcomp\ 1.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# HAVE_PYTHON_FALSE=''
# HAVE_PYTHON_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=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/librtfcomp/src/librtfcomp-1.3/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/sysroot/bin/arm-linux-androideabi-nm -B'
# NMEDIT=''
# OBJDUMP='arm-linux-androideabi-objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='librtfcomp'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='librtfcomp'
# PACKAGE_STRING='librtfcomp 1.3'
# PACKAGE_TARNAME='librtfcomp'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.3'
# PATH_SEPARATOR=':'
# PYREX='pyrexc'
# PYTHON='/sysroot/bin/python'
# PYTHON_EXEC_PREFIX='${exec_prefix}'
# PYTHON_INCLUDES='-I/sysroot/include/python2.7'
# PYTHON_PLATFORM='linux2'
# PYTHON_PREFIX='${prefix}'
# PYTHON_VERSION='2.7'
# RANLIB='arm-linux-androideabi-ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='arm-linux-androideabi-strip'
# VERSION='1.3'
# VISIBILITY='-DHAVE_GCCVISIBILITY -fvisibility=hidden'
# 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/librtfcomp/src/librtfcomp-1.3/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# pkgpyexecdir='${pyexecdir}/librtfcomp'
# pkgpythondir='${pythondir}/librtfcomp'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
# pythondir='${prefix}/lib/python2.7/site-packages'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "librtfcomp"
# #define PACKAGE_TARNAME "librtfcomp"
# #define PACKAGE_VERSION "1.3"
# #define PACKAGE_STRING "librtfcomp 1.3"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "librtfcomp"
# #define VERSION "1.3"
# #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/"
#
# configure: exit 0