The build took 00h 00m 30s and was NOT 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.
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:
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 -cchecking whether build environment is sane... yeschecking for x86_64-unknown-linux-strip... nochecking for strip... stripchecking for a thread-safe mkdir -p... /usr/sbin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether make supports nested variables... yeschecking for x86_64-unknown-linux-gcc... nochecking for gcc... gccchecking 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 gcc accepts -g... yeschecking for gcc option to accept ISO C89... none neededchecking whether gcc understands -c and -o together... yeschecking for style of include used by make... GNUchecking dependency style of gcc... gcc3checking for x86_64-unknown-linux-g++... nochecking for x86_64-unknown-linux-c++... nochecking for x86_64-unknown-linux-gpp... nochecking for x86_64-unknown-linux-aCC... nochecking for x86_64-unknown-linux-CC... nochecking for x86_64-unknown-linux-cxx... nochecking for x86_64-unknown-linux-cc++... nochecking for x86_64-unknown-linux-cl.exe... nochecking for x86_64-unknown-linux-FCC... nochecking for x86_64-unknown-linux-KCC... nochecking for x86_64-unknown-linux-RCC... nochecking for x86_64-unknown-linux-xlC_r... nochecking for x86_64-unknown-linux-xlC... nochecking for g++... g++checking whether we are using the GNU C++ compiler... yeschecking whether g++ accepts -g... yeschecking dependency style of g++... 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... nochecking 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'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.cppg++ -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 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.Pog++ -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.cppmv -f .deps/ragel-parsetree.Tpo .deps/ragel-parsetree.Pog++ -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.cppIn 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 herefsmgraph.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 herefsmgraph.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.Pog++ -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-parsedata.Tpo .deps/ragel-parsedata.Pog++ -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-fsmbase.Tpo .deps/ragel-fsmbase.Pog++ -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.cppIn 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 herefsmgraph.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.Pog++ -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.cppmv -f .deps/ragel-fsmattach.Tpo .deps/ragel-fsmattach.Pog++ -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.cppIn 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 herefsmgraph.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 herefsmgraph.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 herefsmgraph.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 herefsmgraph.h:878:7: warning: variable 'backIn' set but not used [-Wunused-but-set-variable]mv -f .deps/ragel-fsmap.Tpo .deps/ragel-fsmap.Pog++ -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.cppmv -f .deps/ragel-fsmgraph.Tpo .deps/ragel-fsmgraph.Pog++ -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 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.Pog++ -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.cppmv -f .deps/ragel-rlscan.Tpo .deps/ragel-rlscan.Pog++ -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.cppcommon.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 1make[2]: *** Waiting for unfinished jobs....mv -f .deps/ragel-inputdata.Tpo .deps/ragel-inputdata.Pomake[2]: Leaving directory '/tmp/ragel/src/ragel-6.9/ragel'make[1]: *** [Makefile:334: all] Error 2make[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 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 = 820bfdc78234uname -m = x86_64uname -r = 4.7.1-1-ARCHuname -s = Linuxuname -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 = unknownPATH: /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/sbin/stripconfigure:2159: result: stripconfigure:2184: checking for a thread-safe mkdir -pconfigure:2223: result: /usr/sbin/mkdir -pconfigure:2230: checking for gawkconfigure:2246: found /usr/sbin/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:2542: result: noconfigure:2552: checking for gccconfigure:2568: found /usr/sbin/gccconfigure:2579: result: gccconfigure:2808: checking for C compiler versionconfigure:2817: gcc --version >&5gcc (GCC) 6.1.1 20160602Copyright (C) 2016 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:2828: $? = 0configure:2817: gcc -v >&5Using built-in specs.COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapperTarget: x86_64-pc-linux-gnuConfigured 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=releaseThread model: posixgcc version 6.1.1 20160602 (GCC)configure:2828: $? = 0configure:2817: gcc -V >&5gcc: error: unrecognized command line option '-V'gcc: fatal error: no input filescompilation terminated.configure:2828: $? = 1configure:2817: gcc -qversion >&5gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?gcc: fatal error: no input filescompilation terminated.configure:2828: $? = 1configure:2848: checking whether the C compiler worksconfigure:2870: gcc 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: gcc -o conftest conftest.c >&5configure:2944: $? = 0configure:2966: result:configure:2988: checking whether we are cross compilingconfigure:2996: gcc -o conftest conftest.c >&5configure:3000: $? = 0configure:3007: ./conftestconfigure:3011: $? = 0configure:3026: result: noconfigure:3031: checking for suffix of object filesconfigure:3053: gcc -c conftest.c >&5configure:3057: $? = 0configure:3078: result: oconfigure:3082: checking whether we are using the GNU C compilerconfigure:3101: gcc -c conftest.c >&5configure:3101: $? = 0configure:3110: result: yesconfigure:3119: checking whether gcc accepts -gconfigure:3139: gcc -c -g conftest.c >&5configure:3139: $? = 0configure:3180: result: yesconfigure:3197: checking for gcc option to accept ISO C89configure:3260: gcc -c conftest.c >&5configure:3260: $? = 0configure:3273: result: none neededconfigure:3298: checking whether gcc understands -c and -o togetherconfigure:3320: gcc -c conftest.c -o conftest2.oconfigure:3323: $? = 0configure:3320: gcc -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 gccconfigure:3528: result: gcc3configure:3557: checking for x86_64-unknown-linux-g++configure:3587: result: noconfigure:3557: checking for x86_64-unknown-linux-c++configure:3587: result: noconfigure:3557: checking for x86_64-unknown-linux-gppconfigure:3587: result: noconfigure:3557: checking for x86_64-unknown-linux-aCCconfigure:3587: result: noconfigure:3557: checking for x86_64-unknown-linux-CCconfigure:3587: result: noconfigure:3557: checking for x86_64-unknown-linux-cxxconfigure:3587: result: noconfigure:3557: checking for x86_64-unknown-linux-cc++configure:3587: result: noconfigure:3557: checking for x86_64-unknown-linux-cl.execonfigure:3587: result: noconfigure:3557: checking for x86_64-unknown-linux-FCCconfigure:3587: result: noconfigure:3557: checking for x86_64-unknown-linux-KCCconfigure:3587: result: noconfigure:3557: checking for x86_64-unknown-linux-RCCconfigure:3587: result: noconfigure:3557: checking for x86_64-unknown-linux-xlC_rconfigure:3587: result: noconfigure:3557: checking for x86_64-unknown-linux-xlCconfigure:3587: result: noconfigure:3601: checking for g++configure:3617: found /usr/sbin/g++configure:3628: result: g++configure:3655: checking for C++ compiler versionconfigure:3664: g++ --version >&5g++ (GCC) 6.1.1 20160602Copyright (C) 2016 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:3675: $? = 0configure:3664: g++ -v >&5Using built-in specs.COLLECT_GCC=g++COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapperTarget: x86_64-pc-linux-gnuConfigured 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=releaseThread model: posixgcc version 6.1.1 20160602 (GCC)configure:3675: $? = 0configure:3664: g++ -V >&5g++: error: unrecognized command line option '-V'g++: fatal error: no input filescompilation terminated.configure:3675: $? = 1configure:3664: g++ -qversion >&5g++: error: unrecognized command line option '-qversion'; did you mean '--version'?g++: fatal error: no input filescompilation terminated.configure:3675: $? = 1configure:3679: checking whether we are using the GNU C++ compilerconfigure:3698: g++ -c conftest.cpp >&5configure:3698: $? = 0configure:3707: result: yesconfigure:3716: checking whether g++ accepts -gconfigure:3736: g++ -c -g conftest.cpp >&5configure:3736: $? = 0configure:3777: result: yesconfigure:3802: checking dependency style of g++configure:3913: result: gcc3configure:3931: checking for x86_64-unknown-linux-arconfigure:3961: result: noconfigure:3971: checking for arconfigure:3987: found /usr/sbin/arconfigure:3998: result: arconfigure:4023: checking for x86_64-unknown-linux-ranlibconfigure:4053: result: noconfigure:4063: checking for ranlibconfigure:4079: found /usr/sbin/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:4387: result: noconfigure:4394: checking for javacconfigure:4410: found /usr/sbin/javacconfigure:4421: result: javacconfigure:4432: checking for txlconfigure:4462: result: noconfigure:4470: checking for rubyconfigure:4486: found /usr/sbin/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 820bfdc78234config.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=ac_cv_env_CC_value=ac_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=ac_cv_env_CXX_value=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/sbin/mkdirac_cv_prog_AWK=gawkac_cv_prog_JAVAC=javacac_cv_prog_RUBY=rubyac_cv_prog_ac_ct_AR=arac_cv_prog_ac_ct_CC=gccac_cv_prog_ac_ct_CXX=g++ac_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='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