Build of uncrustify with android toolchain

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

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

SLOCLanguage
39,332 cpp
18,680 ansic
3,371 sh
2,310 makefile
1,115 objc
830 cs
574 python
321 java
63 perl
66,596 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

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

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: uncrustify 0.63-1 (Tue Apr 4 20:48:46 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# 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-g++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of arm-linux-androideabi-g++... none
# checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
# 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... none
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for inttypes.h... (cached) yes
# checking for stdint.h... (cached) yes
# checking utime.h usability... yes
# checking utime.h presence... yes
# checking for utime.h... yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for working memcmp... no
# checking for memset... yes
# checking for strcasecmp... yes
# checking for strchr... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for strtol... yes
# checking for strtoul... yes
# checking whether our compiler supports __func__... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating man/Makefile
# config.status: creating man/uncrustify.1
# config.status: creating src/uncrustify_version.h
# config.status: creating src/config.h
# config.status: executing depfiles commands
# Making all in src
# make[1]: Entering directory '/tmp/uncrustify/src/uncrustify-0.63/src'
# make all-am
# make[2]: Entering directory '/tmp/uncrustify/src/uncrustify-0.63/src'
# CXX uncrustify-uncrustify.o
# CXX uncrustify-indent.o
# CXX uncrustify-chunk_list.o
# CXX uncrustify-align.o
# CXX uncrustify-combine.o
# CXX uncrustify-tokenize.o
# CXX uncrustify-tokenize_cleanup.o
# CXX uncrustify-space.o
# CXX uncrustify-newlines.o
# CXX uncrustify-output.o
# CXX uncrustify-args.o
# CXX uncrustify-options.o
# CXX uncrustify-keywords.o
# CXX uncrustify-punctuators.o
# CXX uncrustify-parse_frame.o
# CXX uncrustify-logmask.o
# CXX uncrustify-logger.o
# CXX uncrustify-ChunkStack.o
# CXX uncrustify-braces.o
# CXX uncrustify-brace_cleanup.o
# CXX uncrustify-align_stack.o
# CXX uncrustify-defines.o
# CXX uncrustify-width.o
# CXX uncrustify-lang_pawn.o
# CXX uncrustify-md5.o
# CXX uncrustify-backup.o
# CXX uncrustify-parens.o
# CXX uncrustify-universalindentgui.o
# CXX uncrustify-semicolons.o
# CXX uncrustify-sorting.o
# CXX uncrustify-detect.o
# CXX uncrustify-unicode.o
# CXX uncrustify-unc_text.o
# CXX uncrustify-compat_posix.o
# CXX uncrustify-compat_win32.o
# CXX uncrustify-options_for_QT.o
# CXX uncrustify-unc_tools.o
# CXXLD uncrustify
# make[2]: Leaving directory '/tmp/uncrustify/src/uncrustify-0.63/src'
# make[1]: Leaving directory '/tmp/uncrustify/src/uncrustify-0.63/src'
# Making all in man
# make[1]: Entering directory '/tmp/uncrustify/src/uncrustify-0.63/man'
# make[2]: Entering directory '/tmp/uncrustify/src/uncrustify-0.63/man'
# make[2]: Nothing to be done for 'all-am'.
# make[2]: Leaving directory '/tmp/uncrustify/src/uncrustify-0.63/man'
# make[1]: Leaving directory '/tmp/uncrustify/src/uncrustify-0.63/man'
# make[1]: Entering directory '/tmp/uncrustify/src/uncrustify-0.63'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/uncrustify/src/uncrustify-0.63'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/uncrustify/src/uncrustify-0.63/src'
# make install-am
# make[2]: Entering directory '/tmp/uncrustify/src/uncrustify-0.63/src'
# make[3]: Entering directory '/tmp/uncrustify/src/uncrustify-0.63/src'
# make[3]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/uncrustify/pkg/uncrustify/usr/bin'
# /usr/bin/install -c uncrustify '/tmp/uncrustify/pkg/uncrustify/usr/bin'
# make[3]: Leaving directory '/tmp/uncrustify/src/uncrustify-0.63/src'
# make[2]: Leaving directory '/tmp/uncrustify/src/uncrustify-0.63/src'
# make[1]: Leaving directory '/tmp/uncrustify/src/uncrustify-0.63/src'
# Making install in man
# make[1]: Entering directory '/tmp/uncrustify/src/uncrustify-0.63/man'
# make[2]: Entering directory '/tmp/uncrustify/src/uncrustify-0.63/man'
# make[3]: Entering directory '/tmp/uncrustify/src/uncrustify-0.63/man'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/uncrustify/pkg/uncrustify/usr/share/man/man1'
# /usr/bin/install -c -m 644 uncrustify.1 '/tmp/uncrustify/pkg/uncrustify/usr/share/man/man1'
# make[3]: Leaving directory '/tmp/uncrustify/src/uncrustify-0.63/man'
# make[2]: Leaving directory '/tmp/uncrustify/src/uncrustify-0.63/man'
# make[1]: Leaving directory '/tmp/uncrustify/src/uncrustify-0.63/man'
# make[1]: Entering directory '/tmp/uncrustify/src/uncrustify-0.63'
# make[2]: Entering directory '/tmp/uncrustify/src/uncrustify-0.63'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/uncrustify/pkg/uncrustify/usr/share/uncrustify'
# /usr/bin/install -c -m 644 etc/ben.cfg etc/d.cfg etc/defaults.cfg etc/gnu-indent.cfg etc/kr-indent.cfg etc/linux-indent.cfg etc/linux.cfg etc/mono.cfg etc/xsupplicant.cfg '/tmp/uncrustify/pkg/uncrustify/usr/share/uncrustify'
# make[2]: Leaving directory '/tmp/uncrustify/src/uncrustify-0.63'
# make[1]: Leaving directory '/tmp/uncrustify/src/uncrustify-0.63'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "uncrustify"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: uncrustify 0.63-1 (Tue Apr 4 20:48:53 UTC 2017)

CMD: pacman --query --file uncrustify-0.63-1-x86_64.pkg.tar.xz
# uncrustify 0.63-1

Creating hybrid package for 'uncrustify'

Trying to find vanilla package 'uncrustify'...

CMD: pacman --query --file /mirror/uncrustify-0.63-1.pkg.tar.xz
# uncrustify 0.63-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/share/man/man1/uncrustify.1.gz
# /usr/share/uncrustify/defaults.cfg
# /usr/share/uncrustify/kr-indent.cfg
# /usr/share/uncrustify/linux-indent.cfg
# /usr/share/uncrustify/xsupplicant.cfg
# /usr/share/uncrustify/d.cfg
# /usr/share/uncrustify/ben.cfg
# /usr/share/uncrustify/linux.cfg
# /usr/share/uncrustify/gnu-indent.cfg
# /usr/share/uncrustify/mono.cfg
# /usr/bin/uncrustify

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/uncrustify.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/uncrustify.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/uncrustify/src/uncrustify-0.63/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 uncrustify configure 0.63, 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 = ea6085a62ee3
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /sysroot/libexec/gcc/arm-linux-androideabi/4.8
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2293: checking for a BSD-compatible install
# configure:2361: result: /usr/bin/install -c
# configure:2372: checking whether build environment is sane
# configure:2427: result: yes
# configure:2486: checking for arm-linux-androideabi-strip
# configure:2502: found /sysroot/bin/arm-linux-androideabi-strip
# configure:2513: result: arm-linux-androideabi-strip
# configure:2578: checking for a thread-safe mkdir -p
# configure:2617: result: /usr/sbin/mkdir -p
# configure:2624: checking for gawk
# configure:2640: found /usr/sbin/gawk
# configure:2651: result: gawk
# configure:2662: checking whether make sets $(MAKE)
# configure:2684: result: yes
# configure:2713: checking whether make supports nested variables
# configure:2730: result: yes
# configure:2857: checking whether to enable maintainer-specific portions of Makefiles
# configure:2866: result: no
# configure:2996: checking for C++ compiler version
# configure:3005: arm-linux-androideabi-g++ --version >&5
# arm-linux-androideabi-g++ (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:3016: $? = 0
# configure:3005: arm-linux-androideabi-g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=arm-linux-androideabi-g++
# 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:3016: $? = 0
# configure:3005: arm-linux-androideabi-g++ -V >&5
# arm-linux-androideabi-g++: error: unrecognized command line option '-V'
# arm-linux-androideabi-g++: fatal error: no input files
# compilation terminated.
# configure:3016: $? = 1
# configure:3005: arm-linux-androideabi-g++ -qversion >&5
# arm-linux-androideabi-g++: error: unrecognized command line option '-qversion'
# arm-linux-androideabi-g++: fatal error: no input files
# compilation terminated.
# configure:3016: $? = 1
# configure:3036: checking whether the C++ compiler works
# configure:3058: arm-linux-androideabi-g++ conftest.cpp >&5
# configure:3062: $? = 0
# configure:3110: result: yes
# configure:3113: checking for C++ compiler default output file name
# configure:3115: result: a.out
# configure:3121: checking for suffix of executables
# configure:3128: arm-linux-androideabi-g++ -o conftest conftest.cpp >&5
# configure:3132: $? = 0
# configure:3154: result:
# configure:3176: checking whether we are cross compiling
# configure:3214: result: yes
# configure:3219: checking for suffix of object files
# configure:3241: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3245: $? = 0
# configure:3266: result: o
# configure:3270: checking whether we are using the GNU C++ compiler
# configure:3289: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3289: $? = 0
# configure:3298: result: yes
# configure:3307: checking whether arm-linux-androideabi-g++ accepts -g
# configure:3327: arm-linux-androideabi-g++ -c -g conftest.cpp >&5
# configure:3327: $? = 0
# configure:3368: result: yes
# configure:3402: checking for style of include used by make
# configure:3430: result: GNU
# configure:3456: checking dependency style of arm-linux-androideabi-g++
# configure:3567: result: none
# configure:3590: checking for arm-linux-androideabi-gcc
# configure:3617: result: arm-linux-androideabi-gcc
# configure:3886: checking for C compiler version
# configure:3895: 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:3906: $? = 0
# configure:3895: 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:3906: $? = 0
# configure:3895: 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:3906: $? = 1
# configure:3895: 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:3906: $? = 1
# configure:3910: checking whether we are using the GNU C compiler
# configure:3929: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3929: $? = 0
# configure:3938: result: yes
# configure:3947: checking whether arm-linux-androideabi-gcc accepts -g
# configure:3967: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:3967: $? = 0
# configure:4008: result: yes
# configure:4025: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:4088: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4088: $? = 0
# configure:4101: result: none needed
# configure:4126: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:4148: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:4151: $? = 0
# configure:4148: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:4151: $? = 0
# configure:4163: result: yes
# configure:4182: checking dependency style of arm-linux-androideabi-gcc
# configure:4293: result: none
# configure:4318: checking how to run the C preprocessor
# configure:4349: arm-linux-androideabi-gcc -E conftest.c
# configure:4349: $? = 0
# configure:4363: 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:4363: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "uncrustify"
# | #define PACKAGE_TARNAME "uncrustify"
# | #define PACKAGE_VERSION "0.63"
# | #define PACKAGE_STRING "uncrustify 0.63"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL "http://uncrustify.sourceforge.net/"
# | #define PACKAGE "uncrustify"
# | #define VERSION "0.63"
# | /* end confdefs.h. */
# | #include
# configure:4388: result: arm-linux-androideabi-gcc -E
# configure:4408: arm-linux-androideabi-gcc -E conftest.c
# configure:4408: $? = 0
# configure:4422: 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:4422: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "uncrustify"
# | #define PACKAGE_TARNAME "uncrustify"
# | #define PACKAGE_VERSION "0.63"
# | #define PACKAGE_STRING "uncrustify 0.63"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL "http://uncrustify.sourceforge.net/"
# | #define PACKAGE "uncrustify"
# | #define VERSION "0.63"
# | /* end confdefs.h. */
# | #include
# configure:4451: checking for grep that handles long lines and -e
# configure:4509: result: /usr/sbin/grep
# configure:4514: checking for egrep
# configure:4576: result: /usr/sbin/grep -E
# configure:4581: checking for ANSI C header files
# configure:4601: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4601: $? = 0
# configure:4685: result: yes
# configure:4698: checking for sys/types.h
# configure:4698: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4698: $? = 0
# configure:4698: result: yes
# configure:4698: checking for sys/stat.h
# configure:4698: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4698: $? = 0
# configure:4698: result: yes
# configure:4698: checking for stdlib.h
# configure:4698: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4698: $? = 0
# configure:4698: result: yes
# configure:4698: checking for string.h
# configure:4698: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4698: $? = 0
# configure:4698: result: yes
# configure:4698: checking for memory.h
# configure:4698: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4698: $? = 0
# configure:4698: result: yes
# configure:4698: checking for strings.h
# configure:4698: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4698: $? = 0
# configure:4698: result: yes
# configure:4698: checking for inttypes.h
# configure:4698: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4698: $? = 0
# configure:4698: result: yes
# configure:4698: checking for stdint.h
# configure:4698: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4698: $? = 0
# configure:4698: result: yes
# configure:4698: checking for unistd.h
# configure:4698: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4698: $? = 0
# configure:4698: result: yes
# configure:4713: checking for inttypes.h
# configure:4713: result: yes
# configure:4713: checking for stdint.h
# configure:4713: result: yes
# configure:4726: checking utime.h usability
# configure:4726: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4726: $? = 0
# configure:4726: result: yes
# configure:4726: checking utime.h presence
# configure:4726: arm-linux-androideabi-gcc -E conftest.c
# configure:4726: $? = 0
# configure:4726: result: yes
# configure:4726: checking for utime.h
# configure:4726: result: yes
# configure:4738: checking for stdbool.h that conforms to C99
# configure:4805: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4805: $? = 0
# configure:4812: result: yes
# configure:4814: checking for _Bool
# configure:4814: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4814: $? = 0
# configure:4814: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:60:20: error: expected expression before ')' token
# if (sizeof ((_Bool)))
# ^
# configure:4814: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "uncrustify"
# | #define PACKAGE_TARNAME "uncrustify"
# | #define PACKAGE_VERSION "0.63"
# | #define PACKAGE_STRING "uncrustify 0.63"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL "http://uncrustify.sourceforge.net/"
# | #define PACKAGE "uncrustify"
# | #define VERSION "0.63"
# | #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_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTIME_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((_Bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4814: result: yes
# configure:4831: checking for an ANSI C-conforming const
# configure:4897: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4897: $? = 0
# configure:4904: result: yes
# configure:4912: checking for inline
# configure:4928: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4928: $? = 0
# configure:4936: result: inline
# configure:4956: checking for working memcmp
# configure:5009: result: no
# configure:5021: checking for memset
# configure:5021: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:49:6: warning: conflicting types for built-in function 'memset' [enabled by default]
# char memset ();
# ^
# configure:5021: $? = 0
# configure:5021: result: yes
# configure:5021: checking for strcasecmp
# configure:5021: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:50:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
# char strcasecmp ();
# ^
# configure:5021: $? = 0
# configure:5021: result: yes
# configure:5021: checking for strchr
# configure:5021: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:51:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
# char strchr ();
# ^
# configure:5021: $? = 0
# configure:5021: result: yes
# configure:5021: checking for strdup
# configure:5021: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:52:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
# char strdup ();
# ^
# configure:5021: $? = 0
# configure:5021: result: yes
# configure:5021: checking for strerror
# configure:5021: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:5021: $? = 0
# configure:5021: result: yes
# configure:5021: checking for strtol
# configure:5021: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:5021: $? = 0
# configure:5021: result: yes
# configure:5021: checking for strtoul
# configure:5021: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:5021: $? = 0
# configure:5021: result: yes
# configure:5031: checking whether our compiler supports __func__
# configure:5044: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5044: $? = 0
# configure:5045: result: yes
# configure:5191: checking that generated files are newer than configure
# configure:5197: result: done
# configure:5228: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by uncrustify config.status 0.63, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on ea6085a62ee3
#
# config.status:878: creating Makefile
# config.status:878: creating src/Makefile
# config.status:878: creating man/Makefile
# config.status:878: creating man/uncrustify.1
# config.status:878: creating src/uncrustify_version.h
# config.status:878: creating src/config.h
# config.status:1107: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# 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_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=arm-linux-androideabi-g++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=set
# ac_cv_env_build_alias_value=x86_64-unknown-linux
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=arm-linux-androideabi
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_memcmp_working=no
# ac_cv_func_memset=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strtol=yes
# ac_cv_func_strtoul=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdbool_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_header_utime_h=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# 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_STRIP=arm-linux-androideabi-strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type__Bool=yes
# am_cv_CC_dependencies_compiler_type=none
# am_cv_CXX_dependencies_compiler_type=none
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/uncrustify/src/uncrustify-0.63/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/uncrustify/src/uncrustify-0.63/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/uncrustify/src/uncrustify-0.63/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/uncrustify/src/uncrustify-0.63/missing automake-1.15'
# AWK='gawk'
# CC='arm-linux-androideabi-gcc'
# CCDEPMODE='depmode=none'
# CFLAGS=''
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# CXX='arm-linux-androideabi-g++'
# CXXDEPMODE='depmode=none'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=' ${LIBOBJDIR}memcmp$U.o'
# LIBS=''
# LTLIBOBJS=' ${LIBOBJDIR}memcmp$U.lo'
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/uncrustify/src/uncrustify-0.63/missing makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='uncrustify'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='uncrustify'
# PACKAGE_STRING='uncrustify 0.63'
# PACKAGE_TARNAME='uncrustify'
# PACKAGE_URL='http://uncrustify.sourceforge.net/'
# PACKAGE_VERSION='0.63'
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='arm-linux-androideabi-strip'
# VERSION='0.63'
# ac_ct_CC=''
# ac_ct_CXX=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE=''
# am__fastdepCC_TRUE='#'
# am__fastdepCXX_FALSE=''
# am__fastdepCXX_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/uncrustify/src/uncrustify-0.63/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 "uncrustify"
# #define PACKAGE_TARNAME "uncrustify"
# #define PACKAGE_VERSION "0.63"
# #define PACKAGE_STRING "uncrustify 0.63"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL "http://uncrustify.sourceforge.net/"
# #define PACKAGE "uncrustify"
# #define VERSION "0.63"
# #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_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UTIME_H 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_MEMSET 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRTOL 1
# #define HAVE_STRTOUL 1
#
# configure: exit 0