Build of ragel with vanilla toolchain

The build took 00h 00m 30s and was NOT 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.

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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: ragel 6.9-2 (Wed Aug 24 13:15:57 UTC 2016)
# ==> 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/sbin/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... no
# checking for gcc... 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... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking for x86_64-unknown-linux-g++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl.exe... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# checking whether we are using the GNU C++ compiler... yes
# checking whether g++ accepts -g... yes
# checking dependency style of g++... 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... 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'
# 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
# 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
# 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 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 ) :
# ^~~~~~~~~~
# 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-main.Tpo .deps/ragel-main.Po
# 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
# mv -f .deps/ragel-parsetree.Tpo .deps/ragel-parsetree.Po
# 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 fsmstate.cpp:24:0:
# fsmgraph.h: In instantiation of 'void PairIter::findNext() [with ListItem1 = TransAp; ListItem2 = TransAp]':
# fsmgraph.h:854:10: 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:10: 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 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 ) :
# ^~~~~~~~~~
# mv -f .deps/ragel-fsmstate.Tpo .deps/ragel-fsmstate.Po
# 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
# mv -f .deps/ragel-parsedata.Tpo .deps/ragel-parsedata.Po
# 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-fsmbase.Tpo .deps/ragel-fsmbase.Po
# 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
# In file included from fsmattach.cpp:24:0:
# fsmgraph.h: In instantiation of 'void PairIter::findNext() [with ListItem1 = TransAp; ListItem2 = TransAp]':
# fsmgraph.h:854:10: 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-fsmmin.Tpo .deps/ragel-fsmmin.Po
# 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-fsmattach.Tpo .deps/ragel-fsmattach.Po
# 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 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 ) :
# ^~~~~~~~~~
# 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:10: 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:10: 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:10: 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:10: 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]
# mv -f .deps/ragel-fsmap.Tpo .deps/ragel-fsmap.Po
# 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-fsmgraph.Tpo .deps/ragel-fsmgraph.Po
# 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
# 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 ) :
# ^~~~~~~~~~
# 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 ) :
# ^~~~~~~~~~
# mv -f .deps/ragel-rlparse.Tpo .deps/ragel-rlparse.Po
# 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
# mv -f .deps/ragel-rlscan.Tpo .deps/ragel-rlscan.Po
# 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
# common.cpp:38:1: error: narrowing conversion of '18446744073709551615ul' from 'long unsigned int' to 'long long int' inside { } [-Wnarrowing]
# };
# ^
# common.cpp:92:1: error: narrowing conversion of '18446744073709551615ull' from 'long long unsigned int' to 'long long int' inside { } [-Wnarrowing]
# };
# ^
# common.cpp:120:1: error: narrowing conversion of '18446744073709551615ul' from 'long unsigned int' to 'long long int' inside { } [-Wnarrowing]
# };
# ^
# 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 ) :
# ^~~~~~~~~~
# make[2]: *** [Makefile:678: ragel-common.o] Error 1
# make[2]: *** Waiting for unfinished jobs....
# mv -f .deps/ragel-inputdata.Tpo .deps/ragel-inputdata.Po
# make[2]: Leaving directory '/tmp/ragel/src/ragel-6.9/ragel'
# make[1]: *** [Makefile:334: all] Error 2
# make[1]: Leaving directory '/tmp/ragel/src/ragel-6.9/ragel'
# make: *** [Makefile:392: all-recursive] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

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 = 820bfdc78234
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /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/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/sbin/strip
# configure:2159: result: 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 x86_64-unknown-linux-gcc
# configure:2542: result: no
# configure:2552: checking for gcc
# configure:2568: found /usr/sbin/gcc
# configure:2579: result: gcc
# configure:2808: checking for C compiler version
# configure:2817: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 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: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2828: $? = 0
# configure:2817: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2828: $? = 1
# configure:2817: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:2828: $? = 1
# configure:2848: checking whether the C compiler works
# configure:2870: 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: gcc -o conftest conftest.c >&5
# configure:2944: $? = 0
# configure:2966: result:
# configure:2988: checking whether we are cross compiling
# configure:2996: gcc -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: 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: gcc -c conftest.c >&5
# configure:3101: $? = 0
# configure:3110: result: yes
# configure:3119: checking whether gcc accepts -g
# configure:3139: gcc -c -g conftest.c >&5
# configure:3139: $? = 0
# configure:3180: result: yes
# configure:3197: checking for gcc option to accept ISO C89
# configure:3260: gcc -c conftest.c >&5
# configure:3260: $? = 0
# configure:3273: result: none needed
# configure:3298: checking whether gcc understands -c and -o together
# configure:3320: gcc -c conftest.c -o conftest2.o
# configure:3323: $? = 0
# configure:3320: 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 gcc
# configure:3528: result: gcc3
# configure:3557: checking for x86_64-unknown-linux-g++
# configure:3587: result: no
# configure:3557: checking for x86_64-unknown-linux-c++
# configure:3587: result: no
# configure:3557: checking for x86_64-unknown-linux-gpp
# configure:3587: result: no
# configure:3557: checking for x86_64-unknown-linux-aCC
# configure:3587: result: no
# configure:3557: checking for x86_64-unknown-linux-CC
# configure:3587: result: no
# configure:3557: checking for x86_64-unknown-linux-cxx
# configure:3587: result: no
# configure:3557: checking for x86_64-unknown-linux-cc++
# configure:3587: result: no
# configure:3557: checking for x86_64-unknown-linux-cl.exe
# configure:3587: result: no
# configure:3557: checking for x86_64-unknown-linux-FCC
# configure:3587: result: no
# configure:3557: checking for x86_64-unknown-linux-KCC
# configure:3587: result: no
# configure:3557: checking for x86_64-unknown-linux-RCC
# configure:3587: result: no
# configure:3557: checking for x86_64-unknown-linux-xlC_r
# configure:3587: result: no
# configure:3557: checking for x86_64-unknown-linux-xlC
# configure:3587: result: no
# configure:3601: checking for g++
# configure:3617: found /usr/sbin/g++
# configure:3628: result: g++
# configure:3655: checking for C++ compiler version
# configure:3664: g++ --version >&5
# g++ (GCC) 6.1.1 20160602
# Copyright (C) 2016 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: g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=g++
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3675: $? = 0
# configure:3664: g++ -V >&5
# g++: error: unrecognized command line option '-V'
# g++: fatal error: no input files
# compilation terminated.
# configure:3675: $? = 1
# configure:3664: g++ -qversion >&5
# g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
# g++: fatal error: no input files
# compilation terminated.
# configure:3675: $? = 1
# configure:3679: checking whether we are using the GNU C++ compiler
# configure:3698: g++ -c conftest.cpp >&5
# configure:3698: $? = 0
# configure:3707: result: yes
# configure:3716: checking whether g++ accepts -g
# configure:3736: g++ -c -g conftest.cpp >&5
# configure:3736: $? = 0
# configure:3777: result: yes
# configure:3802: checking dependency style of g++
# 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/sbin/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/sbin/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: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 820bfdc78234
#
# 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=
# ac_cv_env_CC_value=
# 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=
# ac_cv_env_CXX_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_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/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_JAVAC=javac
# ac_cv_prog_RUBY=ruby
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_CXX=g++
# 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='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPPFLAGS=''
# CXX='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='ranlib'
# RUBY='ruby'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# TXL=''
# VERSION='6.9'
# ac_ct_CC='gcc'
# ac_ct_CXX='g++'
# 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