Build of ragel with clang_glibc toolchain

The build took 00h 01m 30s 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/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/libexec

CMD: 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 -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking for x86_64-unknown-linux-gcc... clang
# 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... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking whether make sets $(MAKE)... (cached) yes
# checking for gdc... no
# checking for the Objective-C compiler... yes
# 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'
# 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.cpp
# In 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.Po
# clang++ -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
# In 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.Po
# clang++ -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
# In 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.Po
# clang++ -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
# mv -f .deps/ragel-fsmstate.Tpo .deps/ragel-fsmstate.Po
# clang++ -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
# mv -f .deps/ragel-fsmbase.Tpo .deps/ragel-fsmbase.Po
# clang++ -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-fsmattach.Tpo .deps/ragel-fsmattach.Po
# clang++ -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-fsmmin.Tpo .deps/ragel-fsmmin.Po
# clang++ -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
# In 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.Po
# clang++ -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
# mv -f .deps/ragel-fsmap.Tpo .deps/ragel-fsmap.Po
# clang++ -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
# In 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.Po
# clang++ -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
# In 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.Po
# clang++ -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 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.Po
# clang++ -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-common.Tpo .deps/ragel-common.Po
# clang++ -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
# mv -f .deps/ragel-redfsm.Tpo .deps/ragel-redfsm.Po
# clang++ -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
# In 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.Po
# clang++ -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-cdcodegen.Tpo .deps/ragel-cdcodegen.Po
# clang++ -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-cdtable.Tpo .deps/ragel-cdtable.Po
# clang++ -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-cdftable.Tpo .deps/ragel-cdftable.Po
# clang++ -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-cdflat.Tpo .deps/ragel-cdflat.Po
# clang++ -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-cdfflat.Tpo .deps/ragel-cdfflat.Po
# clang++ -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-cdgoto.Tpo .deps/ragel-cdgoto.Po
# clang++ -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-cdfgoto.Tpo .deps/ragel-cdfgoto.Po
# clang++ -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-cdipgoto.Tpo .deps/ragel-cdipgoto.Po
# clang++ -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
# In 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.Po
# clang++ -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-javacodegen.Tpo .deps/ragel-javacodegen.Po
# clang++ -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-rubycodegen.Tpo .deps/ragel-rubycodegen.Po
# clang++ -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-rubytable.Tpo .deps/ragel-rubytable.Po
# clang++ -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-rubyftable.Tpo .deps/ragel-rubyftable.Po
# clang++ -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-rubyflat.Tpo .deps/ragel-rubyflat.Po
# clang++ -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-rubyfflat.Tpo .deps/ragel-rubyfflat.Po
# clang++ -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-rbxgoto.Tpo .deps/ragel-rbxgoto.Po
# clang++ -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-cscodegen.Tpo .deps/ragel-cscodegen.Po
# clang++ -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-cstable.Tpo .deps/ragel-cstable.Po
# clang++ -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-csftable.Tpo .deps/ragel-csftable.Po
# clang++ -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-csflat.Tpo .deps/ragel-csflat.Po
# clang++ -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-csfflat.Tpo .deps/ragel-csfflat.Po
# clang++ -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-csgoto.Tpo .deps/ragel-csgoto.Po
# clang++ -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-csfgoto.Tpo .deps/ragel-csfgoto.Po
# clang++ -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-csipgoto.Tpo .deps/ragel-csipgoto.Po
# clang++ -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
# In 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.Po
# clang++ -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-dotcodegen.Tpo .deps/ragel-dotcodegen.Po
# clang++ -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
# In 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.Po
# clang++ -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
# mv -f .deps/ragel-gocodegen.Tpo .deps/ragel-gocodegen.Po
# clang++ -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-gotable.Tpo .deps/ragel-gotable.Po
# clang++ -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
# mv -f .deps/ragel-goftable.Tpo .deps/ragel-goftable.Po
# clang++ -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-goflat.Tpo .deps/ragel-goflat.Po
# clang++ -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-gofflat.Tpo .deps/ragel-gofflat.Po
# clang++ -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-gogoto.Tpo .deps/ragel-gogoto.Po
# clang++ -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-gofgoto.Tpo .deps/ragel-gofgoto.Po
# clang++ -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-goipgoto.Tpo .deps/ragel-goipgoto.Po
# clang++ -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-gotablish.Tpo .deps/ragel-gotablish.Po
# clang++ -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-mlcodegen.Tpo .deps/ragel-mlcodegen.Po
# clang++ -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-mltable.Tpo .deps/ragel-mltable.Po
# clang++ -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-mlftable.Tpo .deps/ragel-mlftable.Po
# clang++ -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-mlflat.Tpo .deps/ragel-mlflat.Po
# clang++ -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-mlfflat.Tpo .deps/ragel-mlfflat.Po
# clang++ -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-mlgoto.Tpo .deps/ragel-mlgoto.Po
# clang++ -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-mlfgoto.Tpo .deps/ragel-mlfgoto.Po
# clang++ -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'
# /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 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/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
# 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
# ==> 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 --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 28c56026a75b
# 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: /usr/bin
# 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 x86_64-unknown-linux-strip
# configure:2122: result: no
# configure:2132: checking for strip
# configure:2148: found /usr/bin/strip
# configure:2159: result: strip
# configure:2184: checking for a thread-safe mkdir -p
# configure:2223: result: /usr/bin/mkdir -p
# configure:2230: checking for gawk
# configure:2246: found /usr/bin/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 x86_64-unknown-linux-gcc
# configure:2539: result: clang
# configure:2808: checking for C compiler version
# configure:2817: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2828: $? = 0
# configure:2817: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:2828: $? = 0
# configure:2817: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2828: $? = 1
# configure:2817: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2828: $? = 1
# configure:2848: checking whether the C compiler works
# configure:2870: clang 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: clang -o conftest conftest.c >&5
# configure:2944: $? = 0
# configure:2966: result:
# configure:2988: checking whether we are cross compiling
# configure:2996: clang -o conftest conftest.c >&5
# configure:3000: $? = 0
# configure:3007: ./conftest
# configure:3011: $? = 0
# configure:3026: result: no
# configure:3031: checking for suffix of object files
# configure:3053: clang -c conftest.c >&5
# configure:3057: $? = 0
# configure:3078: result: o
# configure:3082: checking whether we are using the GNU C compiler
# configure:3101: clang -c conftest.c >&5
# configure:3101: $? = 0
# configure:3110: result: yes
# configure:3119: checking whether clang accepts -g
# configure:3139: clang -c -g conftest.c >&5
# configure:3139: $? = 0
# configure:3180: result: yes
# configure:3197: checking for clang option to accept ISO C89
# configure:3260: clang -c conftest.c >&5
# configure:3260: $? = 0
# configure:3273: result: none needed
# configure:3298: checking whether clang understands -c and -o together
# configure:3320: clang -c conftest.c -o conftest2.o
# configure:3323: $? = 0
# configure:3320: clang -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 clang
# configure:3528: result: gcc3
# configure:3655: checking for C++ compiler version
# configure:3664: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3675: $? = 0
# configure:3664: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3675: $? = 0
# configure:3664: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3675: $? = 1
# configure:3664: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3675: $? = 1
# configure:3679: checking whether we are using the GNU C++ compiler
# configure:3698: clang++ -c conftest.cpp >&5
# configure:3698: $? = 0
# configure:3707: result: yes
# configure:3716: checking whether clang++ accepts -g
# configure:3736: clang++ -c -g conftest.cpp >&5
# configure:3736: $? = 0
# configure:3777: result: yes
# configure:3802: checking dependency style of clang++
# configure:3913: result: gcc3
# configure:3931: checking for x86_64-unknown-linux-ar
# configure:3961: result: no
# configure:3971: checking for ar
# configure:3987: found /usr/bin/ar
# configure:3998: result: ar
# configure:4023: checking for x86_64-unknown-linux-ranlib
# configure:4053: result: no
# configure:4063: checking for ranlib
# configure:4079: found /usr/bin/ranlib
# configure:4090: result: 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:4384: result: yes
# configure:4394: checking for javac
# configure:4410: found /usr/bin/javac
# configure:4421: result: javac
# configure:4432: checking for txl
# configure:4462: result: no
# configure:4470: checking for ruby
# configure:4486: found /usr/bin/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 28c56026a75b
#
# 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=clang
# 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=clang++
# 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=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# 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/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_JAVAC=javac
# ac_cv_prog_RUBY=ruby
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=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='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