Build of ragel with android toolchain

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

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

SLOCLanguage
46,989 cpp
5,143 ansic
4,157 makefile
2,159 sh
189 ruby
58,637 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: ragel 6.9-2 (Tue Apr 4 21:08:39 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether arm-linux-androideabi-gcc accepts -g... yes
# checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
# checking whether arm-linux-androideabi-gcc understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of arm-linux-androideabi-gcc... gcc3
# checking whether we are using the GNU C++ compiler... yes
# checking whether arm-linux-androideabi-g++ accepts -g... yes
# checking dependency style of arm-linux-androideabi-g++... gcc3
# checking for arm-linux-androideabi-ar... arm-linux-androideabi-ar
# checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
# checking whether make sets $(MAKE)... (cached) yes
# checking for gdc... no
# checking for the Objective-C compiler... no
# checking for javac... javac
# checking for txl... no
# checking for ruby... ruby
# checking for gmcs... no
# checking for go... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating ragel/Makefile
# config.status: creating aapl/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/ragel.1
# config.status: creating contrib/Makefile
# config.status: creating test/Makefile
# config.status: creating test/runtests
# config.status: creating examples/Makefile
# config.status: creating ragel/config.h
# config.status: executing depfiles commands
# config.status: executing default commands
# configuration of ragel complete
# Making all in ragel
# make[1]: Entering directory '/tmp/ragel/src/ragel-6.9/ragel'
# echo '#define VERSION "6.9"' > version.h
# echo '#define PUBDATE "Oct 2014"' >> version.h
# make all-am
# make[2]: Entering directory '/tmp/ragel/src/ragel-6.9/ragel'
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-main.o -MD -MP -MF .deps/ragel-main.Tpo -c -o ragel-main.o `test -f 'main.cpp' || echo './'`main.cpp
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-parsetree.o -MD -MP -MF .deps/ragel-parsetree.Tpo -c -o ragel-parsetree.o `test -f 'parsetree.cpp' || echo './'`parsetree.cpp
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-parsedata.o -MD -MP -MF .deps/ragel-parsedata.Tpo -c -o ragel-parsedata.o `test -f 'parsedata.cpp' || echo './'`parsedata.cpp
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-fsmstate.o -MD -MP -MF .deps/ragel-fsmstate.Tpo -c -o ragel-fsmstate.o `test -f 'fsmstate.cpp' || echo './'`fsmstate.cpp
# In file included from parsedata.h:36:0,
# from rlparse.kh:27,
# from rlscan.h:28,
# from main.cpp:50:
# parsetree.h: In constructor 'Expression::Expression(Expression*, Term*, Expression::Type)':
# parsetree.h:386:2: warning: 'Expression::builtin' is initialized with itself [-Winit-self]
# Expression( Expression *expression, Term *term, Type type ) :
# ^
# parsetree.h: In constructor 'Expression::Expression(Term*)':
# parsetree.h:391:2: warning: 'Expression::builtin' is initialized with itself [-Winit-self]
# Expression( Term *term ) :
# ^
# In file included from parsedata.h:36:0,
# from rlparse.kh:27,
# from parsedata.cpp:29:
# parsetree.h: In constructor 'Expression::Expression(Expression*, Term*, Expression::Type)':
# parsetree.h:386:2: warning: 'Expression::builtin' is initialized with itself [-Winit-self]
# Expression( Expression *expression, Term *term, Type type ) :
# ^
# parsetree.h: In constructor 'Expression::Expression(Term*)':
# parsetree.h:391:2: warning: 'Expression::builtin' is initialized with itself [-Winit-self]
# Expression( Term *term ) :
# ^
# In file included from fsmstate.cpp:24:0:
# fsmgraph.h: In instantiation of 'void PairIter::findNext() [with ListItem1 = TransAp; ListItem2 = TransAp]':
# fsmgraph.h:854:11: required from 'PairIter::PairIter(ListItem1*, ListItem2*) [with ListItem1 = TransAp; ListItem2 = TransAp]'
# fsmstate.cpp:198:72: required from here
# fsmgraph.h:878:7: warning: variable 'backIn' set but not used [-Wunused-but-set-variable]
# bool backIn;
# ^
# fsmgraph.h: In instantiation of 'void PairIter::findNext() [with ListItem1 = StateCond; ListItem2 = StateCond]':
# fsmgraph.h:854:11: required from 'PairIter::PairIter(ListItem1*, ListItem2*) [with ListItem1 = StateCond; ListItem2 = StateCond]'
# fsmstate.cpp:260:87: required from here
# fsmgraph.h:878:7: warning: variable 'backIn' set but not used [-Wunused-but-set-variable]
# In file included from parsedata.h:36:0,
# from rlparse.kh:27,
# from parsetree.cpp:30:
# parsetree.h: In constructor 'Expression::Expression(Expression*, Term*, Expression::Type)':
# parsetree.h:386:2: warning: 'Expression::builtin' is initialized with itself [-Winit-self]
# Expression( Expression *expression, Term *term, Type type ) :
# ^
# parsetree.h: In constructor 'Expression::Expression(Term*)':
# parsetree.h:391:2: warning: 'Expression::builtin' is initialized with itself [-Winit-self]
# Expression( Term *term ) :
# ^
# mv -f .deps/ragel-main.Tpo .deps/ragel-main.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-fsmbase.o -MD -MP -MF .deps/ragel-fsmbase.Tpo -c -o ragel-fsmbase.o `test -f 'fsmbase.cpp' || echo './'`fsmbase.cpp
# parsetree.cpp: In constructor 'Join::Join(Expression*)':
# parsetree.cpp:585:1: warning: 'Join::loc' is initialized with itself [-Winit-self]
# Join::Join( Expression *expr )
# ^
# mv -f .deps/ragel-fsmstate.Tpo .deps/ragel-fsmstate.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-fsmattach.o -MD -MP -MF .deps/ragel-fsmattach.Tpo -c -o ragel-fsmattach.o `test -f 'fsmattach.cpp' || echo './'`fsmattach.cpp
# mv -f .deps/ragel-parsedata.Tpo .deps/ragel-parsedata.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-fsmmin.o -MD -MP -MF .deps/ragel-fsmmin.Tpo -c -o ragel-fsmmin.o `test -f 'fsmmin.cpp' || echo './'`fsmmin.cpp
# mv -f .deps/ragel-parsetree.Tpo .deps/ragel-parsetree.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-fsmgraph.o -MD -MP -MF .deps/ragel-fsmgraph.Tpo -c -o ragel-fsmgraph.o `test -f 'fsmgraph.cpp' || echo './'`fsmgraph.cpp
# mv -f .deps/ragel-fsmbase.Tpo .deps/ragel-fsmbase.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-fsmap.o -MD -MP -MF .deps/ragel-fsmap.Tpo -c -o ragel-fsmap.o `test -f 'fsmap.cpp' || echo './'`fsmap.cpp
# In file included from fsmattach.cpp:24:0:
# fsmgraph.h: In instantiation of 'void PairIter::findNext() [with ListItem1 = TransAp; ListItem2 = TransAp]':
# fsmgraph.h:854:11: required from 'PairIter::PairIter(ListItem1*, ListItem2*) [with ListItem1 = TransAp; ListItem2 = TransAp]'
# fsmattach.cpp:348:57: required from here
# fsmgraph.h:878:7: warning: variable 'backIn' set but not used [-Wunused-but-set-variable]
# bool backIn;
# ^
# mv -f .deps/ragel-fsmattach.Tpo .deps/ragel-fsmattach.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-rlscan.o -MD -MP -MF .deps/ragel-rlscan.Tpo -c -o ragel-rlscan.o `test -f 'rlscan.cpp' || echo './'`rlscan.cpp
# mv -f .deps/ragel-fsmmin.Tpo .deps/ragel-fsmmin.Po
# In file included from parsedata.h:36:0,
# from fsmgraph.cpp:27:
# parsetree.h: In constructor 'Expression::Expression(Expression*, Term*, Expression::Type)':
# parsetree.h:386:2: warning: 'Expression::builtin' is initialized with itself [-Winit-self]
# Expression( Expression *expression, Term *term, Type type ) :
# ^
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-rlparse.o -MD -MP -MF .deps/ragel-rlparse.Tpo -c -o ragel-rlparse.o `test -f 'rlparse.cpp' || echo './'`rlparse.cpp
# parsetree.h: In constructor 'Expression::Expression(Term*)':
# parsetree.h:391:2: warning: 'Expression::builtin' is initialized with itself [-Winit-self]
# Expression( Term *term ) :
# ^
# In file included from fsmgraph.cpp:25:0:
# fsmgraph.h: In instantiation of 'void PairIter::findNext() [with ListItem1 = TransAp; ListItem2 = StateCond]':
# fsmgraph.h:854:11: required from 'PairIter::PairIter(ListItem1*, ListItem2*) [with ListItem1 = TransAp; ListItem2 = StateCond]'
# fsmgraph.cpp:933:33: required from here
# fsmgraph.h:878:7: warning: variable 'backIn' set but not used [-Wunused-but-set-variable]
# bool backIn;
# ^
# fsmgraph.h: In instantiation of 'void PairIter::findNext() [with ListItem1 = TransAp; ListItem2 = TransAp]':
# fsmgraph.h:854:11: required from 'PairIter::PairIter(ListItem1*, ListItem2*) [with ListItem1 = TransAp; ListItem2 = TransAp]'
# fsmgraph.cpp:970:64: required from here
# fsmgraph.h:878:7: warning: variable 'backIn' set but not used [-Wunused-but-set-variable]
# fsmgraph.h: In instantiation of 'void PairIter::findNext() [with ListItem1 = StateCond; ListItem2 = StateCond]':
# fsmgraph.h:854:11: required from 'PairIter::PairIter(ListItem1*, ListItem2*) [with ListItem1 = StateCond; ListItem2 = StateCond]'
# fsmgraph.cpp:1001:33: required from here
# fsmgraph.h:878:7: warning: variable 'backIn' set but not used [-Wunused-but-set-variable]
# fsmgraph.h: In instantiation of 'void PairIter::findNext() [with ListItem1 = TransAp; ListItem2 = Removal]':
# fsmgraph.h:854:11: required from 'PairIter::PairIter(ListItem1*, ListItem2*) [with ListItem1 = TransAp; ListItem2 = Removal]'
# fsmgraph.cpp:1104:74: required from here
# fsmgraph.h:878:7: warning: variable 'backIn' set but not used [-Wunused-but-set-variable]
# In file included from parsedata.h:36:0,
# from rlparse.kh:27,
# from rlscan.h:28,
# from rlscan.rl:28:
# parsetree.h: In constructor 'Expression::Expression(Expression*, Term*, Expression::Type)':
# parsetree.h:386:2: warning: 'Expression::builtin' is initialized with itself [-Winit-self]
# Expression( Expression *expression, Term *term, Type type ) :
# ^
# parsetree.h: In constructor 'Expression::Expression(Term*)':
# parsetree.h:391:2: warning: 'Expression::builtin' is initialized with itself [-Winit-self]
# Expression( Term *term ) :
# ^
# mv -f .deps/ragel-fsmap.Tpo .deps/ragel-fsmap.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-inputdata.o -MD -MP -MF .deps/ragel-inputdata.Tpo -c -o ragel-inputdata.o `test -f 'inputdata.cpp' || echo './'`inputdata.cpp
# In file included from parsedata.h:36:0,
# from rlparse.kh:27,
# from rlparse.kl:22:
# parsetree.h: In constructor 'Expression::Expression(Expression*, Term*, Expression::Type)':
# parsetree.h:386:2: warning: 'Expression::builtin' is initialized with itself [-Winit-self]
# Expression( Expression *expression, Term *term, Type type ) :
# ^
# parsetree.h: In constructor 'Expression::Expression(Term*)':
# parsetree.h:391:2: warning: 'Expression::builtin' is initialized with itself [-Winit-self]
# Expression( Term *term ) :
# ^
# In file included from parsedata.h:36:0,
# from inputdata.cpp:25:
# parsetree.h: In constructor 'Expression::Expression(Expression*, Term*, Expression::Type)':
# parsetree.h:386:2: warning: 'Expression::builtin' is initialized with itself [-Winit-self]
# Expression( Expression *expression, Term *term, Type type ) :
# ^
# parsetree.h: In constructor 'Expression::Expression(Term*)':
# parsetree.h:391:2: warning: 'Expression::builtin' is initialized with itself [-Winit-self]
# Expression( Term *term ) :
# ^
# mv -f .deps/ragel-fsmgraph.Tpo .deps/ragel-fsmgraph.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-common.o -MD -MP -MF .deps/ragel-common.Tpo -c -o ragel-common.o `test -f 'common.cpp' || echo './'`common.cpp
# mv -f .deps/ragel-inputdata.Tpo .deps/ragel-inputdata.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-redfsm.o -MD -MP -MF .deps/ragel-redfsm.Tpo -c -o ragel-redfsm.o `test -f 'redfsm.cpp' || echo './'`redfsm.cpp
# common.cpp:87:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
# { "int32", 0, "int32", true, true, false, S32BIT_MIN, S32BIT_MAX, 4 },
# ^
# common.cpp:91:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
# { "rune", 0, "int32", true, true, true, S32BIT_MIN, S32BIT_MAX, 4 }
# ^
# mv -f .deps/ragel-rlparse.Tpo .deps/ragel-rlparse.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-gendata.o -MD -MP -MF .deps/ragel-gendata.Tpo -c -o ragel-gendata.o `test -f 'gendata.cpp' || echo './'`gendata.cpp
# common.cpp:92:1: warning: narrowing conversion of '18446744073709551615ull' from 'long long unsigned int' to 'long long int' inside { } is ill-formed in C++11 [-Wnarrowing]
# };
# ^
# mv -f .deps/ragel-common.Tpo .deps/ragel-common.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-cdcodegen.o -MD -MP -MF .deps/ragel-cdcodegen.Tpo -c -o ragel-cdcodegen.o `test -f 'cdcodegen.cpp' || echo './'`cdcodegen.cpp
# mv -f .deps/ragel-rlscan.Tpo .deps/ragel-rlscan.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-cdtable.o -MD -MP -MF .deps/ragel-cdtable.Tpo -c -o ragel-cdtable.o `test -f 'cdtable.cpp' || echo './'`cdtable.cpp
# mv -f .deps/ragel-redfsm.Tpo .deps/ragel-redfsm.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-cdftable.o -MD -MP -MF .deps/ragel-cdftable.Tpo -c -o ragel-cdftable.o `test -f 'cdftable.cpp' || echo './'`cdftable.cpp
# mv -f .deps/ragel-cdcodegen.Tpo .deps/ragel-cdcodegen.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-cdflat.o -MD -MP -MF .deps/ragel-cdflat.Tpo -c -o ragel-cdflat.o `test -f 'cdflat.cpp' || echo './'`cdflat.cpp
# mv -f .deps/ragel-cdftable.Tpo .deps/ragel-cdftable.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-cdfflat.o -MD -MP -MF .deps/ragel-cdfflat.Tpo -c -o ragel-cdfflat.o `test -f 'cdfflat.cpp' || echo './'`cdfflat.cpp
# mv -f .deps/ragel-cdtable.Tpo .deps/ragel-cdtable.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-cdgoto.o -MD -MP -MF .deps/ragel-cdgoto.Tpo -c -o ragel-cdgoto.o `test -f 'cdgoto.cpp' || echo './'`cdgoto.cpp
# mv -f .deps/ragel-gendata.Tpo .deps/ragel-gendata.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-cdfgoto.o -MD -MP -MF .deps/ragel-cdfgoto.Tpo -c -o ragel-cdfgoto.o `test -f 'cdfgoto.cpp' || echo './'`cdfgoto.cpp
# mv -f .deps/ragel-cdfflat.Tpo .deps/ragel-cdfflat.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-cdipgoto.o -MD -MP -MF .deps/ragel-cdipgoto.Tpo -c -o ragel-cdipgoto.o `test -f 'cdipgoto.cpp' || echo './'`cdipgoto.cpp
# mv -f .deps/ragel-cdfgoto.Tpo .deps/ragel-cdfgoto.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-cdsplit.o -MD -MP -MF .deps/ragel-cdsplit.Tpo -c -o ragel-cdsplit.o `test -f 'cdsplit.cpp' || echo './'`cdsplit.cpp
# mv -f .deps/ragel-cdflat.Tpo .deps/ragel-cdflat.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-javacodegen.o -MD -MP -MF .deps/ragel-javacodegen.Tpo -c -o ragel-javacodegen.o `test -f 'javacodegen.cpp' || echo './'`javacodegen.cpp
# mv -f .deps/ragel-cdgoto.Tpo .deps/ragel-cdgoto.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-rubycodegen.o -MD -MP -MF .deps/ragel-rubycodegen.Tpo -c -o ragel-rubycodegen.o `test -f 'rubycodegen.cpp' || echo './'`rubycodegen.cpp
# mv -f .deps/ragel-cdipgoto.Tpo .deps/ragel-cdipgoto.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-rubytable.o -MD -MP -MF .deps/ragel-rubytable.Tpo -c -o ragel-rubytable.o `test -f 'rubytable.cpp' || echo './'`rubytable.cpp
# mv -f .deps/ragel-cdsplit.Tpo .deps/ragel-cdsplit.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-rubyftable.o -MD -MP -MF .deps/ragel-rubyftable.Tpo -c -o ragel-rubyftable.o `test -f 'rubyftable.cpp' || echo './'`rubyftable.cpp
# mv -f .deps/ragel-rubycodegen.Tpo .deps/ragel-rubycodegen.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-rubyflat.o -MD -MP -MF .deps/ragel-rubyflat.Tpo -c -o ragel-rubyflat.o `test -f 'rubyflat.cpp' || echo './'`rubyflat.cpp
# mv -f .deps/ragel-javacodegen.Tpo .deps/ragel-javacodegen.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-rubyfflat.o -MD -MP -MF .deps/ragel-rubyfflat.Tpo -c -o ragel-rubyfflat.o `test -f 'rubyfflat.cpp' || echo './'`rubyfflat.cpp
# mv -f .deps/ragel-rubytable.Tpo .deps/ragel-rubytable.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-rbxgoto.o -MD -MP -MF .deps/ragel-rbxgoto.Tpo -c -o ragel-rbxgoto.o `test -f 'rbxgoto.cpp' || echo './'`rbxgoto.cpp
# mv -f .deps/ragel-rubyftable.Tpo .deps/ragel-rubyftable.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-cscodegen.o -MD -MP -MF .deps/ragel-cscodegen.Tpo -c -o ragel-cscodegen.o `test -f 'cscodegen.cpp' || echo './'`cscodegen.cpp
# mv -f .deps/ragel-rubyflat.Tpo .deps/ragel-rubyflat.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-cstable.o -MD -MP -MF .deps/ragel-cstable.Tpo -c -o ragel-cstable.o `test -f 'cstable.cpp' || echo './'`cstable.cpp
# mv -f .deps/ragel-rubyfflat.Tpo .deps/ragel-rubyfflat.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-csftable.o -MD -MP -MF .deps/ragel-csftable.Tpo -c -o ragel-csftable.o `test -f 'csftable.cpp' || echo './'`csftable.cpp
# mv -f .deps/ragel-cscodegen.Tpo .deps/ragel-cscodegen.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-csflat.o -MD -MP -MF .deps/ragel-csflat.Tpo -c -o ragel-csflat.o `test -f 'csflat.cpp' || echo './'`csflat.cpp
# mv -f .deps/ragel-rbxgoto.Tpo .deps/ragel-rbxgoto.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-csfflat.o -MD -MP -MF .deps/ragel-csfflat.Tpo -c -o ragel-csfflat.o `test -f 'csfflat.cpp' || echo './'`csfflat.cpp
# mv -f .deps/ragel-csftable.Tpo .deps/ragel-csftable.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-csgoto.o -MD -MP -MF .deps/ragel-csgoto.Tpo -c -o ragel-csgoto.o `test -f 'csgoto.cpp' || echo './'`csgoto.cpp
# mv -f .deps/ragel-csfflat.Tpo .deps/ragel-csfflat.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-csfgoto.o -MD -MP -MF .deps/ragel-csfgoto.Tpo -c -o ragel-csfgoto.o `test -f 'csfgoto.cpp' || echo './'`csfgoto.cpp
# mv -f .deps/ragel-csflat.Tpo .deps/ragel-csflat.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-csipgoto.o -MD -MP -MF .deps/ragel-csipgoto.Tpo -c -o ragel-csipgoto.o `test -f 'csipgoto.cpp' || echo './'`csipgoto.cpp
# mv -f .deps/ragel-cstable.Tpo .deps/ragel-cstable.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-cssplit.o -MD -MP -MF .deps/ragel-cssplit.Tpo -c -o ragel-cssplit.o `test -f 'cssplit.cpp' || echo './'`cssplit.cpp
# mv -f .deps/ragel-csgoto.Tpo .deps/ragel-csgoto.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-dotcodegen.o -MD -MP -MF .deps/ragel-dotcodegen.Tpo -c -o ragel-dotcodegen.o `test -f 'dotcodegen.cpp' || echo './'`dotcodegen.cpp
# mv -f .deps/ragel-csfgoto.Tpo .deps/ragel-csfgoto.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-xmlcodegen.o -MD -MP -MF .deps/ragel-xmlcodegen.Tpo -c -o ragel-xmlcodegen.o `test -f 'xmlcodegen.cpp' || echo './'`xmlcodegen.cpp
# mv -f .deps/ragel-csipgoto.Tpo .deps/ragel-csipgoto.Po
# mv -f .deps/ragel-cssplit.Tpo .deps/ragel-cssplit.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-gocodegen.o -MD -MP -MF .deps/ragel-gocodegen.Tpo -c -o ragel-gocodegen.o `test -f 'gocodegen.cpp' || echo './'`gocodegen.cpp
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-gotable.o -MD -MP -MF .deps/ragel-gotable.Tpo -c -o ragel-gotable.o `test -f 'gotable.cpp' || echo './'`gotable.cpp
# mv -f .deps/ragel-dotcodegen.Tpo .deps/ragel-dotcodegen.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-goftable.o -MD -MP -MF .deps/ragel-goftable.Tpo -c -o ragel-goftable.o `test -f 'goftable.cpp' || echo './'`goftable.cpp
# In file included from parsedata.h:36:0,
# from xmlcodegen.h:28,
# from xmlcodegen.cpp:24:
# parsetree.h: In constructor 'Expression::Expression(Expression*, Term*, Expression::Type)':
# parsetree.h:386:2: warning: 'Expression::builtin' is initialized with itself [-Winit-self]
# Expression( Expression *expression, Term *term, Type type ) :
# ^
# parsetree.h: In constructor 'Expression::Expression(Term*)':
# parsetree.h:391:2: warning: 'Expression::builtin' is initialized with itself [-Winit-self]
# Expression( Term *term ) :
# ^
# mv -f .deps/ragel-goftable.Tpo .deps/ragel-goftable.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-goflat.o -MD -MP -MF .deps/ragel-goflat.Tpo -c -o ragel-goflat.o `test -f 'goflat.cpp' || echo './'`goflat.cpp
# mv -f .deps/ragel-gocodegen.Tpo .deps/ragel-gocodegen.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-gofflat.o -MD -MP -MF .deps/ragel-gofflat.Tpo -c -o ragel-gofflat.o `test -f 'gofflat.cpp' || echo './'`gofflat.cpp
# mv -f .deps/ragel-xmlcodegen.Tpo .deps/ragel-xmlcodegen.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-gogoto.o -MD -MP -MF .deps/ragel-gogoto.Tpo -c -o ragel-gogoto.o `test -f 'gogoto.cpp' || echo './'`gogoto.cpp
# mv -f .deps/ragel-gotable.Tpo .deps/ragel-gotable.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-gofgoto.o -MD -MP -MF .deps/ragel-gofgoto.Tpo -c -o ragel-gofgoto.o `test -f 'gofgoto.cpp' || echo './'`gofgoto.cpp
# mv -f .deps/ragel-gofflat.Tpo .deps/ragel-gofflat.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-goipgoto.o -MD -MP -MF .deps/ragel-goipgoto.Tpo -c -o ragel-goipgoto.o `test -f 'goipgoto.cpp' || echo './'`goipgoto.cpp
# mv -f .deps/ragel-gofgoto.Tpo .deps/ragel-gofgoto.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-gotablish.o -MD -MP -MF .deps/ragel-gotablish.Tpo -c -o ragel-gotablish.o `test -f 'gotablish.cpp' || echo './'`gotablish.cpp
# mv -f .deps/ragel-goflat.Tpo .deps/ragel-goflat.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-mlcodegen.o -MD -MP -MF .deps/ragel-mlcodegen.Tpo -c -o ragel-mlcodegen.o `test -f 'mlcodegen.cpp' || echo './'`mlcodegen.cpp
# mv -f .deps/ragel-gogoto.Tpo .deps/ragel-gogoto.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-mltable.o -MD -MP -MF .deps/ragel-mltable.Tpo -c -o ragel-mltable.o `test -f 'mltable.cpp' || echo './'`mltable.cpp
# mv -f .deps/ragel-gotablish.Tpo .deps/ragel-gotablish.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-mlftable.o -MD -MP -MF .deps/ragel-mlftable.Tpo -c -o ragel-mlftable.o `test -f 'mlftable.cpp' || echo './'`mlftable.cpp
# mv -f .deps/ragel-goipgoto.Tpo .deps/ragel-goipgoto.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-mlflat.o -MD -MP -MF .deps/ragel-mlflat.Tpo -c -o ragel-mlflat.o `test -f 'mlflat.cpp' || echo './'`mlflat.cpp
# mv -f .deps/ragel-mlcodegen.Tpo .deps/ragel-mlcodegen.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-mlfflat.o -MD -MP -MF .deps/ragel-mlfflat.Tpo -c -o ragel-mlfflat.o `test -f 'mlfflat.cpp' || echo './'`mlfflat.cpp
# mv -f .deps/ragel-mltable.Tpo .deps/ragel-mltable.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-mlgoto.o -MD -MP -MF .deps/ragel-mlgoto.Tpo -c -o ragel-mlgoto.o `test -f 'mlgoto.cpp' || echo './'`mlgoto.cpp
# mv -f .deps/ragel-mlftable.Tpo .deps/ragel-mlftable.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -MT ragel-mlfgoto.o -MD -MP -MF .deps/ragel-mlfgoto.Tpo -c -o ragel-mlfgoto.o `test -f 'mlfgoto.cpp' || echo './'`mlfgoto.cpp
# mv -f .deps/ragel-mlflat.Tpo .deps/ragel-mlflat.Po
# mv -f .deps/ragel-mlfflat.Tpo .deps/ragel-mlfflat.Po
# mv -f .deps/ragel-mlfgoto.Tpo .deps/ragel-mlfgoto.Po
# mv -f .deps/ragel-mlgoto.Tpo .deps/ragel-mlgoto.Po
# arm-linux-androideabi-g++ -Wall -o ragel ragel-main.o ragel-parsetree.o ragel-parsedata.o ragel-fsmstate.o ragel-fsmbase.o ragel-fsmattach.o ragel-fsmmin.o ragel-fsmgraph.o ragel-fsmap.o ragel-rlscan.o ragel-rlparse.o ragel-inputdata.o ragel-common.o ragel-redfsm.o ragel-gendata.o ragel-cdcodegen.o ragel-cdtable.o ragel-cdftable.o ragel-cdflat.o ragel-cdfflat.o ragel-cdgoto.o ragel-cdfgoto.o ragel-cdipgoto.o ragel-cdsplit.o ragel-javacodegen.o ragel-rubycodegen.o ragel-rubytable.o ragel-rubyftable.o ragel-rubyflat.o ragel-rubyfflat.o ragel-rbxgoto.o ragel-cscodegen.o ragel-cstable.o ragel-csftable.o ragel-csflat.o ragel-csfflat.o ragel-csgoto.o ragel-csfgoto.o ragel-csipgoto.o ragel-cssplit.o ragel-dotcodegen.o ragel-xmlcodegen.o ragel-gocodegen.o ragel-gotable.o ragel-goftable.o ragel-goflat.o ragel-gofflat.o ragel-gogoto.o ragel-gofgoto.o ragel-goipgoto.o ragel-gotablish.o ragel-mlcodegen.o ragel-mltable.o ragel-mlftable.o ragel-mlflat.o ragel-mlfflat.o ragel-mlgoto.o ragel-mlfgoto.o
# make[2]: Leaving directory '/tmp/ragel/src/ragel-6.9/ragel'
# make[1]: Leaving directory '/tmp/ragel/src/ragel-6.9/ragel'
# Making all in doc
# make[1]: Entering directory '/tmp/ragel/src/ragel-6.9/doc'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/ragel/src/ragel-6.9/doc'
# make[1]: Entering directory '/tmp/ragel/src/ragel-6.9'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/ragel/src/ragel-6.9'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in ragel
# make[1]: Entering directory '/tmp/ragel/src/ragel-6.9/ragel'
# make install-am
# make[2]: Entering directory '/tmp/ragel/src/ragel-6.9/ragel'
# make[3]: Entering directory '/tmp/ragel/src/ragel-6.9/ragel'
# make[3]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/ragel/pkg/ragel//usr/bin'
# /usr/bin/install -c ragel '/tmp/ragel/pkg/ragel//usr/bin'
# make[3]: Leaving directory '/tmp/ragel/src/ragel-6.9/ragel'
# make[2]: Leaving directory '/tmp/ragel/src/ragel-6.9/ragel'
# make[1]: Leaving directory '/tmp/ragel/src/ragel-6.9/ragel'
# Making install in doc
# make[1]: Entering directory '/tmp/ragel/src/ragel-6.9/doc'
# make[2]: Entering directory '/tmp/ragel/src/ragel-6.9/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/ragel/pkg/ragel//usr/share/man/man1'
# /usr/bin/install -c -m 644 ragel.1 '/tmp/ragel/pkg/ragel//usr/share/man/man1'
# make[2]: Leaving directory '/tmp/ragel/src/ragel-6.9/doc'
# make[1]: Leaving directory '/tmp/ragel/src/ragel-6.9/doc'
# make[1]: Entering directory '/tmp/ragel/src/ragel-6.9'
# make[2]: Entering directory '/tmp/ragel/src/ragel-6.9'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/ragel/pkg/ragel//usr/share/doc/ragel'
# /usr/bin/install -c -m 644 CREDITS ChangeLog '/tmp/ragel/pkg/ragel//usr/share/doc/ragel'
# make[2]: Leaving directory '/tmp/ragel/src/ragel-6.9'
# make[1]: Leaving directory '/tmp/ragel/src/ragel-6.9'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "ragel"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: ragel 6.9-2 (Tue Apr 4 21:08:54 UTC 2017)

CMD: pacman --query --file ragel-6.9-2-x86_64.pkg.tar.xz
# ragel 6.9-2

Creating hybrid package for 'ragel'

Trying to find vanilla package 'ragel'...

CMD: pacman --query --file /mirror/ragel-6.9-2.pkg.tar.xz
# ragel 6.9-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/man/man1/ragel.1.gz
# /usr/share/doc/ragel/ChangeLog
# /usr/share/doc/ragel/CREDITS
# /usr/share/vim/vimfiles/syntax/ragel.vim
# /usr/bin/ragel

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr .MTREE

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

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

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/ragel.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/ragel.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/ragel/src/ragel-6.9/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 ragel configure 6.9, 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 = ff4e729451c0
# 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:1899: checking for a BSD-compatible install
# configure:1967: result: /usr/bin/install -c
# configure:1978: checking whether build environment is sane
# configure:2033: result: yes
# configure:2092: checking for arm-linux-androideabi-strip
# configure:2108: found /sysroot/bin/arm-linux-androideabi-strip
# configure:2119: result: arm-linux-androideabi-strip
# configure:2184: checking for a thread-safe mkdir -p
# configure:2223: result: /usr/sbin/mkdir -p
# configure:2230: checking for gawk
# configure:2246: found /usr/sbin/gawk
# configure:2257: result: gawk
# configure:2268: checking whether make sets $(MAKE)
# configure:2290: result: yes
# configure:2319: checking whether make supports nested variables
# configure:2336: result: yes
# configure:2512: checking for arm-linux-androideabi-gcc
# configure:2539: result: arm-linux-androideabi-gcc
# configure:2808: checking for C compiler version
# configure:2817: 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:2828: $? = 0
# configure:2817: 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:2828: $? = 0
# configure:2817: 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:2828: $? = 1
# configure:2817: 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:2828: $? = 1
# configure:2848: checking whether the C compiler works
# configure:2870: arm-linux-androideabi-gcc conftest.c >&5
# configure:2874: $? = 0
# configure:2922: result: yes
# configure:2925: checking for C compiler default output file name
# configure:2927: result: a.out
# configure:2933: checking for suffix of executables
# configure:2940: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:2944: $? = 0
# configure:2966: result:
# configure:2988: checking whether we are cross compiling
# configure:3026: result: yes
# configure:3031: checking for suffix of object files
# configure:3053: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3057: $? = 0
# configure:3078: result: o
# configure:3082: checking whether we are using the GNU C compiler
# configure:3101: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3101: $? = 0
# configure:3110: result: yes
# configure:3119: checking whether arm-linux-androideabi-gcc accepts -g
# configure:3139: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:3139: $? = 0
# configure:3180: result: yes
# configure:3197: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:3260: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3260: $? = 0
# configure:3273: result: none needed
# configure:3298: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:3320: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3323: $? = 0
# configure:3320: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3323: $? = 0
# configure:3335: result: yes
# configure:3363: checking for style of include used by make
# configure:3391: result: GNU
# configure:3417: checking dependency style of arm-linux-androideabi-gcc
# configure:3528: result: gcc3
# configure:3655: checking for C++ compiler version
# configure:3664: 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:3675: $? = 0
# configure:3664: 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:3675: $? = 0
# configure:3664: 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:3675: $? = 1
# configure:3664: 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:3675: $? = 1
# configure:3679: checking whether we are using the GNU C++ compiler
# configure:3698: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3698: $? = 0
# configure:3707: result: yes
# configure:3716: checking whether arm-linux-androideabi-g++ accepts -g
# configure:3736: arm-linux-androideabi-g++ -c -g conftest.cpp >&5
# configure:3736: $? = 0
# configure:3777: result: yes
# configure:3802: checking dependency style of arm-linux-androideabi-g++
# configure:3913: result: gcc3
# configure:3931: checking for arm-linux-androideabi-ar
# configure:3947: found /sysroot/bin/arm-linux-androideabi-ar
# configure:3958: result: arm-linux-androideabi-ar
# configure:4023: checking for arm-linux-androideabi-ranlib
# configure:4039: found /sysroot/bin/arm-linux-androideabi-ranlib
# configure:4050: result: arm-linux-androideabi-ranlib
# configure:4120: checking whether make sets $(MAKE)
# configure:4142: result: yes
# configure:4340: checking for gdc
# configure:4370: result: no
# configure:4376: checking for the Objective-C compiler
# configure:4387: result: no
# configure:4394: checking for javac
# configure:4410: found /usr/sbin/javac
# configure:4421: result: javac
# configure:4432: checking for txl
# configure:4462: result: no
# configure:4470: checking for ruby
# configure:4486: found /usr/sbin/ruby
# configure:4497: result: ruby
# configure:4508: checking for gmcs
# configure:4538: result: no
# configure:4546: checking for go
# configure:4576: result: no
# configure:4695: checking that generated files are newer than configure
# configure:4701: result: done
# configure:4736: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ragel config.status 6.9, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on ff4e729451c0
#
# config.status:872: creating Makefile
# config.status:872: creating ragel/Makefile
# config.status:872: creating aapl/Makefile
# config.status:872: creating doc/Makefile
# config.status:872: creating doc/ragel.1
# config.status:872: creating contrib/Makefile
# config.status:872: creating test/Makefile
# config.status:872: creating test/runtests
# config.status:872: creating examples/Makefile
# config.status:872: creating ragel/config.h
# config.status:1101: executing depfiles commands
# config.status:1101: executing default commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# 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_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_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AR=arm-linux-androideabi-ar
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=arm-linux-androideabi-gcc
# ac_cv_prog_JAVAC=javac
# ac_cv_prog_RANLIB=arm-linux-androideabi-ranlib
# ac_cv_prog_RUBY=ruby
# 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
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/ragel/src/ragel-6.9/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='arm-linux-androideabi-ar'
# AUTOCONF='${SHELL} /tmp/ragel/src/ragel-6.9/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/ragel/src/ragel-6.9/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/ragel/src/ragel-6.9/missing automake-1.14'
# AWK='gawk'
# BUILD_MANUAL_FALSE=''
# BUILD_MANUAL_TRUE='#'
# BUILD_PARSERS_FALSE=''
# BUILD_PARSERS_TRUE='#'
# CC='arm-linux-androideabi-gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPPFLAGS=''
# CXX='arm-linux-androideabi-g++'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EXEEXT=''
# FIG2DEV=''
# GDC=''
# GMCS=''
# GOBIN=''
# GOBJC=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# JAVAC='javac'
# KELBT=''
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/ragel/src/ragel-6.9/missing makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='ragel'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='ragel'
# PACKAGE_STRING='ragel 6.9'
# PACKAGE_TARNAME='ragel'
# PACKAGE_URL=''
# PACKAGE_VERSION='6.9'
# PATH_SEPARATOR=':'
# PDFLATEX=''
# PUBDATE='Oct 2014'
# RAGEL=''
# RANLIB='arm-linux-androideabi-ranlib'
# RUBY='ruby'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='arm-linux-androideabi-strip'
# TXL=''
# VERSION='6.9'
# 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/ragel/src/ragel-6.9/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 "ragel"
# #define PACKAGE_TARNAME "ragel"
# #define PACKAGE_VERSION "6.9"
# #define PACKAGE_STRING "ragel 6.9"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "ragel"
# #define VERSION "6.9"
#
# configure: exit 0