The build took 00h 01m 30s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
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:
To avoid scrolling, you may jump to the last line of the
invocation of makepkg that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
Copied permanent toolchain into container-local sysroot
/toolchain_root/sysroot --> /sysroot/sysroot/toolchain_root/lib --> /sysroot/lib/toolchain_root/sbin --> /sysroot/sbin/toolchain_root/lib64 --> /sysroot/lib64/toolchain_root/etc --> /sysroot/etc/toolchain_root/share --> /sysroot/share/toolchain_root/bin --> /sysroot/bin/toolchain_root/var --> /sysroot/var/toolchain_root/usr --> /sysroot/usr/toolchain_root/glibc-build --> /sysroot/glibc-build/toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu/toolchain_root/include --> /sysroot/include/toolchain_root/libexec --> /sysroot/libexecCMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: ragel 6.9-2 (Thu Apr 13 17:04:12 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...checking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for x86_64-unknown-linux-strip... nochecking for strip... stripchecking for a thread-safe mkdir -p... /usr/bin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether make supports nested variables... yeschecking for x86_64-unknown-linux-gcc... clangchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether clang accepts -g... yeschecking for clang option to accept ISO C89... none neededchecking whether clang understands -c and -o together... yeschecking for style of include used by make... GNUchecking dependency style of clang... gcc3checking whether we are using the GNU C++ compiler... yeschecking whether clang++ accepts -g... yeschecking dependency style of clang++... gcc3checking for x86_64-unknown-linux-ar... nochecking for ar... archecking for x86_64-unknown-linux-ranlib... nochecking for ranlib... ranlibchecking whether make sets $(MAKE)... (cached) yeschecking for gdc... nochecking for the Objective-C compiler... yeschecking for javac... javacchecking for txl... nochecking for ruby... rubychecking for gmcs... nochecking for go... nochecking that generated files are newer than configure... doneconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating ragel/Makefileconfig.status: creating aapl/Makefileconfig.status: creating doc/Makefileconfig.status: creating doc/ragel.1config.status: creating contrib/Makefileconfig.status: creating test/Makefileconfig.status: creating test/runtestsconfig.status: creating examples/Makefileconfig.status: creating ragel/config.hconfig.status: executing depfiles commandsconfig.status: executing default commandsconfiguration of ragel completeMaking all in ragelmake[1]: Entering directory '/tmp/ragel/src/ragel-6.9/ragel'echo '#define VERSION "6.9"' > version.hecho '#define PUBDATE "Oct 2014"' >> version.hmake all-ammake[2]: Entering directory '/tmp/ragel/src/ragel-6.9/ragel'clang++ -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.cppIn file included from main.cpp:50:In file included from ./rlscan.h:28:In file included from rlparse.kh:27:In file included from ./parsedata.h:36:./parsetree.h:388:11: warning: field 'builtin' is uninitialized when used here [-Wuninitialized] builtin(builtin), type(type), prev(this), next(this) { } ^./parsetree.h:392:38: warning: field 'builtin' is uninitialized when used here [-Wuninitialized] expression(0), term(term), builtin(builtin), ^2 warnings generated.mv -f .deps/ragel-main.Tpo .deps/ragel-main.Poclang++ -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.cppIn file included from parsetree.cpp:30:In file included from rlparse.kh:27:In file included from ./parsedata.h:36:./parsetree.h:388:11: warning: field 'builtin' is uninitialized when used here [-Wuninitialized] builtin(builtin), type(type), prev(this), next(this) { } ^./parsetree.h:392:38: warning: field 'builtin' is uninitialized when used here [-Wuninitialized] expression(0), term(term), builtin(builtin), ^parsetree.cpp:587:6: warning: field 'loc' is uninitialized when used here [-Wuninitialized] loc(loc) ^3 warnings generated.mv -f .deps/ragel-parsetree.Tpo .deps/ragel-parsetree.Poclang++ -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.cppIn file included from parsedata.cpp:29:In file included from rlparse.kh:27:In file included from ./parsedata.h:36:./parsetree.h:388:11: warning: field 'builtin' is uninitialized when used here [-Wuninitialized] builtin(builtin), type(type), prev(this), next(this) { } ^./parsetree.h:392:38: warning: field 'builtin' is uninitialized when used here [-Wuninitialized] expression(0), term(term), builtin(builtin), ^2 warnings generated.mv -f .deps/ragel-parsedata.Tpo .deps/ragel-parsedata.Poclang++ -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.cppmv -f .deps/ragel-fsmstate.Tpo .deps/ragel-fsmstate.Poclang++ -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.cppmv -f .deps/ragel-fsmbase.Tpo .deps/ragel-fsmbase.Poclang++ -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.cppmv -f .deps/ragel-fsmattach.Tpo .deps/ragel-fsmattach.Poclang++ -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.cppmv -f .deps/ragel-fsmmin.Tpo .deps/ragel-fsmmin.Poclang++ -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.cppIn file included from fsmgraph.cpp:27:In file included from ./parsedata.h:36:./parsetree.h:388:11: warning: field 'builtin' is uninitialized when used here [-Wuninitialized] builtin(builtin), type(type), prev(this), next(this) { } ^./parsetree.h:392:38: warning: field 'builtin' is uninitialized when used here [-Wuninitialized] expression(0), term(term), builtin(builtin), ^2 warnings generated.mv -f .deps/ragel-fsmgraph.Tpo .deps/ragel-fsmgraph.Poclang++ -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.cppmv -f .deps/ragel-fsmap.Tpo .deps/ragel-fsmap.Poclang++ -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.cppIn file included from rlscan.rl:28:In file included from ./rlscan.h:28:In file included from rlparse.kh:27:In file included from ./parsedata.h:36:./parsetree.h:388:11: warning: field 'builtin' is uninitialized when used here [-Wuninitialized] builtin(builtin), type(type), prev(this), next(this) { } ^./parsetree.h:392:38: warning: field 'builtin' is uninitialized when used here [-Wuninitialized] expression(0), term(term), builtin(builtin), ^rlscan.cpp:66:18: warning: unused variable 'inline_token_scan_first_final' [-Wunused-const-variable]static const int inline_token_scan_first_final = 2; ^rlscan.cpp:67:18: warning: unused variable 'inline_token_scan_error' [-Wunused-const-variable]static const int inline_token_scan_error = -1; ^rlscan.cpp:69:18: warning: unused variable 'inline_token_scan_en_main' [-Wunused-const-variable]static const int inline_token_scan_en_main = 2; ^rlscan.cpp:322:18: warning: unused variable 'section_parse_first_final' [-Wunused-const-variable]static const int section_parse_first_final = 10; ^rlscan.cpp:323:18: warning: unused variable 'section_parse_error' [-Wunused-const-variable]static const int section_parse_error = 0; ^rlscan.cpp:325:18: warning: unused variable 'section_parse_en_main' [-Wunused-const-variable]static const int section_parse_en_main = 10; ^rlscan.cpp:905:18: warning: unused variable 'rlscan_first_final' [-Wunused-const-variable]static const int rlscan_first_final = 38; ^rlscan.cpp:908:18: warning: unused variable 'rlscan_en_inline_code_ruby' [-Wunused-const-variable]static const int rlscan_en_inline_code_ruby = 52; ^rlscan.cpp:909:18: warning: unused variable 'rlscan_en_inline_code' [-Wunused-const-variable]static const int rlscan_en_inline_code = 95; ^rlscan.cpp:910:18: warning: unused variable 'rlscan_en_or_literal' [-Wunused-const-variable]static const int rlscan_en_or_literal = 137; ^rlscan.cpp:911:18: warning: unused variable 'rlscan_en_ragel_re_literal' [-Wunused-const-variable]static const int rlscan_en_ragel_re_literal = 139; ^rlscan.cpp:912:18: warning: unused variable 'rlscan_en_write_statement' [-Wunused-const-variable]static const int rlscan_en_write_statement = 143; ^rlscan.cpp:913:18: warning: unused variable 'rlscan_en_parser_def' [-Wunused-const-variable]static const int rlscan_en_parser_def = 146; ^15 warnings generated.mv -f .deps/ragel-rlscan.Tpo .deps/ragel-rlscan.Poclang++ -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.cppIn file included from rlparse.kl:22:In file included from rlparse.kh:27:In file included from ./parsedata.h:36:./parsetree.h:388:11: warning: field 'builtin' is uninitialized when used here [-Wuninitialized] builtin(builtin), type(type), prev(this), next(this) { } ^./parsetree.h:392:38: warning: field 'builtin' is uninitialized when used here [-Wuninitialized] expression(0), term(term), builtin(builtin), ^2 warnings generated.mv -f .deps/ragel-rlparse.Tpo .deps/ragel-rlparse.Poclang++ -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.cppIn file included from inputdata.cpp:25:In file included from ./parsedata.h:36:./parsetree.h:388:11: warning: field 'builtin' is uninitialized when used here [-Wuninitialized] builtin(builtin), type(type), prev(this), next(this) { } ^./parsetree.h:392:38: warning: field 'builtin' is uninitialized when used here [-Wuninitialized] expression(0), term(term), builtin(builtin), ^2 warnings generated.mv -f .deps/ragel-inputdata.Tpo .deps/ragel-inputdata.Poclang++ -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.cppmv -f .deps/ragel-common.Tpo .deps/ragel-common.Poclang++ -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.cppmv -f .deps/ragel-redfsm.Tpo .deps/ragel-redfsm.Poclang++ -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.cppIn file included from gendata.cpp:37:./cssplit.h:38:7: warning: 'CSharpSplitCodeGen::GOTO_HEADER' hides overloaded virtual function [-Woverloaded-virtual] void GOTO_HEADER( RedStateAp *state, bool stateInPartition ); ^./csipgoto.h:67:7: note: hidden overloaded virtual function 'CSharpIpGotoCodeGen::GOTO_HEADER' declared here: different number of parameters (1 vs 2) void GOTO_HEADER( RedStateAp *state ); ^In file included from gendata.cpp:46:./cdsplit.h:38:7: warning: 'SplitCodeGen::GOTO_HEADER' hides overloaded virtual function [-Woverloaded-virtual] void GOTO_HEADER( RedStateAp *state, bool stateInPartition ); ^./cdipgoto.h:66:7: note: hidden overloaded virtual function 'IpGotoCodeGen::GOTO_HEADER' declared here: different number of parameters (1 vs 2) void GOTO_HEADER( RedStateAp *state ); ^2 warnings generated.mv -f .deps/ragel-gendata.Tpo .deps/ragel-gendata.Poclang++ -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.cppmv -f .deps/ragel-cdcodegen.Tpo .deps/ragel-cdcodegen.Poclang++ -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.cppmv -f .deps/ragel-cdtable.Tpo .deps/ragel-cdtable.Poclang++ -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.cppmv -f .deps/ragel-cdftable.Tpo .deps/ragel-cdftable.Poclang++ -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.cppmv -f .deps/ragel-cdflat.Tpo .deps/ragel-cdflat.Poclang++ -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.cppmv -f .deps/ragel-cdfflat.Tpo .deps/ragel-cdfflat.Poclang++ -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.cppmv -f .deps/ragel-cdgoto.Tpo .deps/ragel-cdgoto.Poclang++ -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.cppmv -f .deps/ragel-cdfgoto.Tpo .deps/ragel-cdfgoto.Poclang++ -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.cppmv -f .deps/ragel-cdipgoto.Tpo .deps/ragel-cdipgoto.Poclang++ -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.cppIn file included from cdsplit.cpp:24:./cdsplit.h:38:7: warning: 'SplitCodeGen::GOTO_HEADER' hides overloaded virtual function [-Woverloaded-virtual] void GOTO_HEADER( RedStateAp *state, bool stateInPartition ); ^./cdipgoto.h:66:7: note: hidden overloaded virtual function 'IpGotoCodeGen::GOTO_HEADER' declared here: different number of parameters (1 vs 2) void GOTO_HEADER( RedStateAp *state ); ^1 warning generated.mv -f .deps/ragel-cdsplit.Tpo .deps/ragel-cdsplit.Poclang++ -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.cppmv -f .deps/ragel-javacodegen.Tpo .deps/ragel-javacodegen.Poclang++ -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.cppmv -f .deps/ragel-rubycodegen.Tpo .deps/ragel-rubycodegen.Poclang++ -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.cppmv -f .deps/ragel-rubytable.Tpo .deps/ragel-rubytable.Poclang++ -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.cppmv -f .deps/ragel-rubyftable.Tpo .deps/ragel-rubyftable.Poclang++ -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.cppmv -f .deps/ragel-rubyflat.Tpo .deps/ragel-rubyflat.Poclang++ -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.cppmv -f .deps/ragel-rubyfflat.Tpo .deps/ragel-rubyfflat.Poclang++ -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.cppmv -f .deps/ragel-rbxgoto.Tpo .deps/ragel-rbxgoto.Poclang++ -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.cppmv -f .deps/ragel-cscodegen.Tpo .deps/ragel-cscodegen.Poclang++ -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.cppmv -f .deps/ragel-cstable.Tpo .deps/ragel-cstable.Poclang++ -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.cppmv -f .deps/ragel-csftable.Tpo .deps/ragel-csftable.Poclang++ -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.cppmv -f .deps/ragel-csflat.Tpo .deps/ragel-csflat.Poclang++ -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.cppmv -f .deps/ragel-csfflat.Tpo .deps/ragel-csfflat.Poclang++ -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.cppmv -f .deps/ragel-csgoto.Tpo .deps/ragel-csgoto.Poclang++ -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.cppmv -f .deps/ragel-csfgoto.Tpo .deps/ragel-csfgoto.Poclang++ -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.cppmv -f .deps/ragel-csipgoto.Tpo .deps/ragel-csipgoto.Poclang++ -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.cppIn file included from cssplit.cpp:24:./cssplit.h:38:7: warning: 'CSharpSplitCodeGen::GOTO_HEADER' hides overloaded virtual function [-Woverloaded-virtual] void GOTO_HEADER( RedStateAp *state, bool stateInPartition ); ^./csipgoto.h:67:7: note: hidden overloaded virtual function 'CSharpIpGotoCodeGen::GOTO_HEADER' declared here: different number of parameters (1 vs 2) void GOTO_HEADER( RedStateAp *state ); ^1 warning generated.mv -f .deps/ragel-cssplit.Tpo .deps/ragel-cssplit.Poclang++ -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.cppmv -f .deps/ragel-dotcodegen.Tpo .deps/ragel-dotcodegen.Poclang++ -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.cppIn file included from xmlcodegen.cpp:24:In file included from ./xmlcodegen.h:28:In file included from ./parsedata.h:36:./parsetree.h:388:11: warning: field 'builtin' is uninitialized when used here [-Wuninitialized] builtin(builtin), type(type), prev(this), next(this) { } ^./parsetree.h:392:38: warning: field 'builtin' is uninitialized when used here [-Wuninitialized] expression(0), term(term), builtin(builtin), ^2 warnings generated.mv -f .deps/ragel-xmlcodegen.Tpo .deps/ragel-xmlcodegen.Poclang++ -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.cppmv -f .deps/ragel-gocodegen.Tpo .deps/ragel-gocodegen.Poclang++ -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.cppmv -f .deps/ragel-gotable.Tpo .deps/ragel-gotable.Poclang++ -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.cppmv -f .deps/ragel-goftable.Tpo .deps/ragel-goftable.Poclang++ -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.cppmv -f .deps/ragel-goflat.Tpo .deps/ragel-goflat.Poclang++ -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.cppmv -f .deps/ragel-gofflat.Tpo .deps/ragel-gofflat.Poclang++ -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.cppmv -f .deps/ragel-gogoto.Tpo .deps/ragel-gogoto.Poclang++ -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.cppmv -f .deps/ragel-gofgoto.Tpo .deps/ragel-gofgoto.Poclang++ -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.cppmv -f .deps/ragel-goipgoto.Tpo .deps/ragel-goipgoto.Poclang++ -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.cppmv -f .deps/ragel-gotablish.Tpo .deps/ragel-gotablish.Poclang++ -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.cppmv -f .deps/ragel-mlcodegen.Tpo .deps/ragel-mlcodegen.Poclang++ -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.cppmv -f .deps/ragel-mltable.Tpo .deps/ragel-mltable.Poclang++ -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.cppmv -f .deps/ragel-mlftable.Tpo .deps/ragel-mlftable.Poclang++ -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.cppmv -f .deps/ragel-mlflat.Tpo .deps/ragel-mlflat.Poclang++ -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.cppmv -f .deps/ragel-mlfflat.Tpo .deps/ragel-mlfflat.Poclang++ -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.cppmv -f .deps/ragel-mlgoto.Tpo .deps/ragel-mlgoto.Poclang++ -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.cppmv -f .deps/ragel-mlfgoto.Tpo .deps/ragel-mlfgoto.Poclang++ -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 docmake[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 ragelmake[1]: Entering directory '/tmp/ragel/src/ragel-6.9/ragel'make install-ammake[2]: Entering directory '/tmp/ragel/src/ragel-6.9/ragel'make[3]: Entering directory '/tmp/ragel/src/ragel-6.9/ragel' /usr/bin/mkdir -p '/tmp/ragel/pkg/ragel//usr/bin' /usr/bin/install -c ragel '/tmp/ragel/pkg/ragel//usr/bin'make[3]: Nothing to be done for 'install-data-am'.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 docmake[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/bin/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/bin/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 (Thu Apr 13 17:04:46 UTC 2017)CMD: pacman --query --file ragel-6.9-2-x86_64.pkg.tar.xz
Creating hybrid package for 'ragel'
Trying to find vanilla package 'ragel'...
CMD: pacman --query --file /mirror/ragel-6.9-2.pkg.tar.xz
Package file has the following structure:
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
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
==> 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 whilerunning configure, to aid debugging if configure makes a mistake.It was created by ragel configure 6.9, which wasgenerated by GNU Autoconf 2.69. Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr## --------- #### Platform. #### --------- ##hostname = 28c56026a75buname -m = x86_64uname -r = 4.10.6-1-ARCHuname -s = Linuxuname -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 = unknownPATH: /usr/binPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:1899: checking for a BSD-compatible installconfigure:1967: result: /usr/bin/install -cconfigure:1978: checking whether build environment is saneconfigure:2033: result: yesconfigure:2092: checking for x86_64-unknown-linux-stripconfigure:2122: result: noconfigure:2132: checking for stripconfigure:2148: found /usr/bin/stripconfigure:2159: result: stripconfigure:2184: checking for a thread-safe mkdir -pconfigure:2223: result: /usr/bin/mkdir -pconfigure:2230: checking for gawkconfigure:2246: found /usr/bin/gawkconfigure:2257: result: gawkconfigure:2268: checking whether make sets $(MAKE)configure:2290: result: yesconfigure:2319: checking whether make supports nested variablesconfigure:2336: result: yesconfigure:2512: checking for x86_64-unknown-linux-gccconfigure:2539: result: clangconfigure:2808: checking for C compiler versionconfigure:2817: clang --version >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binconfigure:2828: $? = 0configure:2817: clang -v >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binFound candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Candidate multilib: .;@m64... rest of stderr output deleted ...configure:2828: $? = 0configure:2817: clang -V >&5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:2828: $? = 1configure:2817: clang -qversion >&5clang-3.8: error: unknown argument: '-qversion'clang-3.8: error: no input filesconfigure:2828: $? = 1configure:2848: checking whether the C compiler worksconfigure:2870: clang conftest.c >&5configure:2874: $? = 0configure:2922: result: yesconfigure:2925: checking for C compiler default output file nameconfigure:2927: result: a.outconfigure:2933: checking for suffix of executablesconfigure:2940: clang -o conftest conftest.c >&5configure:2944: $? = 0configure:2966: result:configure:2988: checking whether we are cross compilingconfigure:2996: clang -o conftest conftest.c >&5configure:3000: $? = 0configure:3007: ./conftestconfigure:3011: $? = 0configure:3026: result: noconfigure:3031: checking for suffix of object filesconfigure:3053: clang -c conftest.c >&5configure:3057: $? = 0configure:3078: result: oconfigure:3082: checking whether we are using the GNU C compilerconfigure:3101: clang -c conftest.c >&5configure:3101: $? = 0configure:3110: result: yesconfigure:3119: checking whether clang accepts -gconfigure:3139: clang -c -g conftest.c >&5configure:3139: $? = 0configure:3180: result: yesconfigure:3197: checking for clang option to accept ISO C89configure:3260: clang -c conftest.c >&5configure:3260: $? = 0configure:3273: result: none neededconfigure:3298: checking whether clang understands -c and -o togetherconfigure:3320: clang -c conftest.c -o conftest2.oconfigure:3323: $? = 0configure:3320: clang -c conftest.c -o conftest2.oconfigure:3323: $? = 0configure:3335: result: yesconfigure:3363: checking for style of include used by makeconfigure:3391: result: GNUconfigure:3417: checking dependency style of clangconfigure:3528: result: gcc3configure:3655: checking for C++ compiler versionconfigure:3664: clang++ --version >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binconfigure:3675: $? = 0configure:3664: clang++ -v >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binFound candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Candidate multilib: .;@m64... rest of stderr output deleted ...configure:3675: $? = 0configure:3664: clang++ -V >&5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:3675: $? = 1configure:3664: clang++ -qversion >&5clang-3.8: error: unknown argument: '-qversion'clang-3.8: error: no input filesconfigure:3675: $? = 1configure:3679: checking whether we are using the GNU C++ compilerconfigure:3698: clang++ -c conftest.cpp >&5configure:3698: $? = 0configure:3707: result: yesconfigure:3716: checking whether clang++ accepts -gconfigure:3736: clang++ -c -g conftest.cpp >&5configure:3736: $? = 0configure:3777: result: yesconfigure:3802: checking dependency style of clang++configure:3913: result: gcc3configure:3931: checking for x86_64-unknown-linux-arconfigure:3961: result: noconfigure:3971: checking for arconfigure:3987: found /usr/bin/arconfigure:3998: result: arconfigure:4023: checking for x86_64-unknown-linux-ranlibconfigure:4053: result: noconfigure:4063: checking for ranlibconfigure:4079: found /usr/bin/ranlibconfigure:4090: result: ranlibconfigure:4120: checking whether make sets $(MAKE)configure:4142: result: yesconfigure:4340: checking for gdcconfigure:4370: result: noconfigure:4376: checking for the Objective-C compilerconfigure:4384: result: yesconfigure:4394: checking for javacconfigure:4410: found /usr/bin/javacconfigure:4421: result: javacconfigure:4432: checking for txlconfigure:4462: result: noconfigure:4470: checking for rubyconfigure:4486: found /usr/bin/rubyconfigure:4497: result: rubyconfigure:4508: checking for gmcsconfigure:4538: result: noconfigure:4546: checking for goconfigure:4576: result: noconfigure:4695: checking that generated files are newer than configureconfigure:4701: result: doneconfigure:4736: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by ragel config.status 6.9, which wasgenerated by GNU Autoconf 2.69. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 28c56026a75bconfig.status:872: creating Makefileconfig.status:872: creating ragel/Makefileconfig.status:872: creating aapl/Makefileconfig.status:872: creating doc/Makefileconfig.status:872: creating doc/ragel.1config.status:872: creating contrib/Makefileconfig.status:872: creating test/Makefileconfig.status:872: creating test/runtestsconfig.status:872: creating examples/Makefileconfig.status:872: creating ragel/config.hconfig.status:1101: executing depfiles commandsconfig.status:1101: executing default commands## ---------------- #### Cache variables. #### ---------------- ##ac_cv_c_compiler_gnu=yesac_cv_cxx_compiler_gnu=yesac_cv_env_CCC_set=ac_cv_env_CCC_value=ac_cv_env_CC_set=setac_cv_env_CC_value=clangac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CXXFLAGS_set=setac_cv_env_CXXFLAGS_value=ac_cv_env_CXX_set=setac_cv_env_CXX_value=clang++ac_cv_env_LDFLAGS_set=setac_cv_env_LDFLAGS_value=ac_cv_env_LIBS_set=ac_cv_env_LIBS_value=ac_cv_env_build_alias_set=ac_cv_env_build_alias_value=ac_cv_env_host_alias_set=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_objext=oac_cv_path_install='/usr/bin/install -c'ac_cv_path_mkdir=/usr/bin/mkdirac_cv_prog_AWK=gawkac_cv_prog_CC=clangac_cv_prog_JAVAC=javacac_cv_prog_RUBY=rubyac_cv_prog_ac_ct_AR=arac_cv_prog_ac_ct_RANLIB=ranlibac_cv_prog_ac_ct_STRIP=stripac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_prog_cxx_g=yesac_cv_prog_make_make_set=yesam_cv_CC_dependencies_compiler_type=gcc3am_cv_CXX_dependencies_compiler_type=gcc3am_cv_make_support_nested_variables=yesam_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='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='clang'CCDEPMODE='depmode=gcc3'CFLAGS=''CPPFLAGS=''CXX='clang++'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='gcc -x objective-c'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/bin/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='ranlib'RUBY='ruby'SET_MAKE=''SHELL='/bin/sh'STRIP='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=''datadir='${datarootdir}'datarootdir='${prefix}/share'docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'dvidir='${docdir}'exec_prefix='${prefix}'host_alias='x86_64-unknown-linux'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