The build took 00h 01m 43s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
10,702 |
cpp |
1,742 |
sh |
1,690 |
makefile |
437 |
haskell |
125 |
ansic |
14,696 |
total |
The process tree of the build process is here.
Due to the failure of this package to build, we did not attempt to build several packages that depend on this one. Those packages are:
To avoid scrolling, you may jump to the last line of the
invocation of makepkg that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
Copied permanent toolchain into container-local sysroot
/toolchain_root/sysroot --> /sysroot/sysroot/toolchain_root/lib --> /sysroot/lib/toolchain_root/sbin --> /sysroot/sbin/toolchain_root/lib64 --> /sysroot/lib64/toolchain_root/etc --> /sysroot/etc/toolchain_root/share --> /sysroot/share/toolchain_root/bin --> /sysroot/bin/toolchain_root/var --> /sysroot/var/toolchain_root/usr --> /sysroot/usr/toolchain_root/glibc-build --> /sysroot/glibc-build/toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu/toolchain_root/include --> /sysroot/include/toolchain_root/libexec --> /sysroot/libexecCMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: re2c 0.16-1 (Thu Apr 13 19:06:46 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...checking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for x86_64-unknown-linux-strip... nochecking for strip... stripchecking for a thread-safe mkdir -p... /usr/bin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether make supports nested variables... yeschecking whether make supports nested variables... (cached) yeschecking for bison... /usr/bin/bisonchecking for x86_64-unknown-linux-gcc... clangchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether clang accepts -g... yeschecking for clang option to accept ISO C89... none neededchecking whether clang understands -c and -o together... yeschecking for style of include used by make... GNUchecking dependency style of clang... gcc3checking whether we are using the GNU C++ compiler... yeschecking whether clang++ accepts -g... yeschecking dependency style of clang++... gcc3checking C++ compiler flag -W... yeschecking C++ compiler flag -Wall... yeschecking C++ compiler flag -Wextra... yeschecking C++ compiler flag -Weffc++... yeschecking C++ compiler flag -pedantic... yeschecking C++ compiler flag -Wformat=2... yeschecking C++ compiler flag -Wredundant-decls... yeschecking C++ compiler flag -Wsuggest-attribute=format... yeschecking C++ compiler flag -Wconversion... yeschecking C++ compiler flag -Wsign-conversion... yeschecking C++ compiler flag -O2... yeschecking C++ compiler flag -Weverything... yeschecking for stdint.h... yeschecking size of char... 1checking size of short... 2checking size of int... 4checking size of long... 8checking size of long long... 8checking size of __int64... 0checking size of void *... 8checking size of 0l... 8checking size of 0ll... 8checking size of 0i8... 0checking that generated files are newer than configure... doneconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating doc/manpage.rstconfig.status: creating run_tests.shconfig.status: creating config.hconfig.status: executing depfiles commandsmake all-ammake[1]: Entering directory '/tmp/re2c/src/re2c-0.16' CXX src/codegen/bitmap.oIn file included from src/codegen/bitmap.cc:5:In file included from ./src/codegen/go.h:8:./src/codegen/output.h:55:1: warning: 'OutputFile' defined as a struct here but previously declared as a class [-Wmismatched-tags]struct OutputFile^./src/codegen/bitmap.h:14:1: note: did you mean struct here?class OutputFile;^~~~~struct1 warning generated. CXX src/codegen/emit_action.oIn file included from src/codegen/emit_action.cc:6:In file included from ./src/codegen/emit.h:5:./src/ir/adfa/adfa.h:23:1: warning: 'State' defined as a struct here but previously declared as a class [-Wmismatched-tags]struct State^./src/ir/adfa/action.h:15:1: note: did you mean struct here?class State;^~~~~struct./src/codegen/go.h:16:1: note: did you mean struct here?class State;^~~~~struct1 warning generated. CXX src/codegen/emit_dfa.oIn file included from src/codegen/emit_dfa.cc:9:In file included from ./src/codegen/emit.h:4:./src/codegen/output.h:55:1: warning: 'OutputFile' defined as a struct here but previously declared as a class [-Wmismatched-tags]struct OutputFile^./src/codegen/bitmap.h:14:1: note: did you mean struct here?class OutputFile;^~~~~structIn file included from src/codegen/emit_dfa.cc:9:In file included from ./src/codegen/emit.h:5:./src/ir/adfa/adfa.h:23:1: warning: 'State' defined as a struct here but previously declared as a class [-Wmismatched-tags]struct State^./src/ir/adfa/action.h:15:1: note: did you mean struct here?class State;^~~~~struct./src/codegen/go.h:16:1: note: did you mean struct here?class State;^~~~~struct./src/codegen/bitmap.h:13:1: note: did you mean struct here?class State;^~~~~struct2 warnings generated. CXX src/codegen/label.o CXX src/codegen/go_construct.oIn file included from src/codegen/go_construct.cc:8:In file included from ./src/codegen/go.h:8:./src/codegen/output.h:55:1: warning: 'OutputFile' defined as a struct here but previously declared as a class [-Wmismatched-tags]struct OutputFile^./src/codegen/bitmap.h:14:1: note: did you mean struct here?class OutputFile;^~~~~structIn file included from src/codegen/go_construct.cc:11:./src/ir/adfa/adfa.h:23:1: warning: 'State' defined as a struct here but previously declared as a class [-Wmismatched-tags]struct State^./src/ir/adfa/action.h:15:1: note: did you mean struct here?class State;^~~~~struct./src/codegen/go.h:16:1: note: did you mean struct here?class State;^~~~~struct./src/codegen/bitmap.h:13:1: note: did you mean struct here?class State;^~~~~struct2 warnings generated. CXX src/codegen/go_destruct.o CXX src/codegen/go_emit.oIn file included from src/codegen/go_emit.cc:8:In file included from ./src/codegen/go.h:8:./src/codegen/output.h:55:1: warning: 'OutputFile' defined as a struct here but previously declared as a class [-Wmismatched-tags]struct OutputFile^./src/codegen/bitmap.h:14:1: note: did you mean struct here?class OutputFile;^~~~~structIn file included from src/codegen/go_emit.cc:15:./src/ir/adfa/adfa.h:23:1: warning: 'State' defined as a struct here but previously declared as a class [-Wmismatched-tags]struct State^./src/ir/adfa/action.h:15:1: note: did you mean struct here?class State;^~~~~struct./src/codegen/go.h:16:1: note: did you mean struct here?class State;^~~~~struct./src/codegen/bitmap.h:13:1: note: did you mean struct here?class State;^~~~~struct2 warnings generated. CXX src/codegen/go_used_labels.oIn file included from src/codegen/go_used_labels.cc:9:./src/ir/adfa/adfa.h:23:1: warning: 'State' defined as a struct here but previously declared as a class [-Wmismatched-tags]struct State^./src/ir/adfa/action.h:15:1: note: did you mean struct here?class State;^~~~~struct./src/codegen/go.h:16:1: note: did you mean struct here?class State;^~~~~struct1 warning generated. CXX src/codegen/input_api.o CXX src/codegen/output.o CXX src/codegen/print.osrc/codegen/print.cc:125:6: warning: no previous prototype for function 'prtChOrHexForSpan' [-Wmissing-prototypes]void prtChOrHexForSpan(std::ostream& o, uint32_t c) ^1 warning generated. CXX src/conf/msg.o CXX src/conf/opt.osrc/conf/opt.cc:7:5: warning: no previous extern declaration for non-static variable 'opts' [-Wmissing-variable-declarations]Opt opts; ^src/conf/opt.cc:7:5: warning: declaration requires an exit-time destructor [-Wexit-time-destructors]src/conf/opt.cc:7:5: warning: declaration requires a global destructor [-Wglobal-constructors]src/conf/opt.cc:39:10: warning: enumeration value 'CODE' not explicitly handled in switch [-Wswitch-enum] switch (target) ^src/conf/opt.cc:193:10: warning: enumeration value 'CODE' not explicitly handled in switch [-Wswitch-enum] switch (target) ^src/conf/opt.cc:207:10: warning: enumeration values 'ASCII', 'EBCDIC', and 'UTF8' not explicitly handled in switch [-Wswitch-enum] switch (encoding.type ()) ^src/conf/opt.cc:264:18: warning: declaration requires an exit-time destructor [-Wexit-time-destructors]const opt_t Opt::baseopt; ^src/conf/opt.cc:264:18: warning: declaration requires a global destructor [-Wglobal-constructors]8 warnings generated. CXX src/conf/warn.osrc/conf/warn.cc:11:6: warning: no previous extern declaration for non-static variable 'warn' [-Wmissing-variable-declarations]Warn warn; ^src/conf/warn.cc:11:6: warning: declaration requires a global constructor [-Wglobal-constructors]Warn warn; ^~~~2 warnings generated. CXX src/ir/nfa/calc_size.o CXX src/ir/nfa/nfa.oIn file included from src/ir/nfa/nfa.cc:2:./src/ir/regexp/regexp.h:20:1: warning: 'RegExp' defined as a class here but previously declared as a struct [-Wmismatched-tags]class RegExp^./src/ir/nfa/nfa.h:12:1: note: did you mean class here?struct RegExp;^~~~~~classIn file included from src/ir/nfa/nfa.cc:6:In file included from ./src/ir/regexp/regexp_match.h:5:In file included from ./src/util/range.h:8:./src/test/range/test.h:6:18: warning: class 'Range' was previously declared as a struct [-Wmismatched-tags]namespace re2c { class Range; } ^./src/ir/nfa/nfa.h:11:8: note: previous use is herestruct Range; ^In file included from src/ir/nfa/nfa.cc:6:In file included from ./src/ir/regexp/regexp_match.h:5:./src/util/range.h:15:1: warning: 'Range' defined as a class here but previously declared as a struct [-Wmismatched-tags]class Range^./src/ir/nfa/nfa.h:11:1: note: did you mean class here?struct Range;^~~~~~classIn file included from src/ir/nfa/nfa.cc:8:./src/ir/regexp/regexp_rule.h:13:1: warning: 'RuleOp' defined as a class here but previously declared as a struct [-Wmismatched-tags]class RuleOp: public RegExp^./src/ir/nfa/nfa.h:13:1: note: did you mean class here?struct RuleOp;^~~~~~class4 warnings generated. CXX src/ir/nfa/split.o CXX src/ir/adfa/adfa.oIn file included from src/ir/adfa/adfa.cc:8:./src/ir/adfa/adfa.h:23:1: warning: 'State' defined as a struct here but previously declared as a class [-Wmismatched-tags]struct State^./src/ir/adfa/action.h:15:1: note: did you mean struct here?class State;^~~~~struct./src/codegen/go.h:16:1: note: did you mean struct here?class State;^~~~~structsrc/ir/adfa/adfa.cc:65:17: warning: declaration shadows a local variable [-Wshadow] for (uint32_t c = 0; c < nchars; ++j) ^src/ir/adfa/adfa.cc:22:23: note: previous declaration is here , const std::string &c ^2 warnings generated. CXX src/ir/adfa/prepare.oIn file included from src/ir/adfa/prepare.cc:6:In file included from ./src/codegen/go.h:8:./src/codegen/output.h:55:1: warning: 'OutputFile' defined as a struct here but previously declared as a class [-Wmismatched-tags]struct OutputFile^./src/codegen/bitmap.h:14:1: note: did you mean struct here?class OutputFile;^~~~~structIn file included from src/ir/adfa/prepare.cc:9:./src/ir/adfa/adfa.h:23:1: warning: 'State' defined as a struct here but previously declared as a class [-Wmismatched-tags]struct State^./src/ir/adfa/action.h:15:1: note: did you mean struct here?class State;^~~~~struct./src/codegen/go.h:16:1: note: did you mean struct here?class State;^~~~~struct./src/codegen/bitmap.h:13:1: note: did you mean struct here?class State;^~~~~struct2 warnings generated. CXX src/ir/dfa/determinization.oIn file included from src/ir/dfa/determinization.cc:8:./src/ir/nfa/nfa.h:12:1: warning: struct 'RegExp' was previously declared as a class [-Wmismatched-tags]struct RegExp;^./src/ir/regexp/regexp.h:20:7: note: previous use is hereclass RegExp ^./src/ir/nfa/nfa.h:12:1: note: did you mean class here?struct RegExp;^~~~~~class./src/ir/nfa/nfa.h:13:1: warning: struct 'RuleOp' was previously declared as a class [-Wmismatched-tags]struct RuleOp;^./src/ir/dfa/dfa.h:15:7: note: previous use is hereclass RuleOp; ^In file included from src/ir/dfa/determinization.cc:10:./src/ir/regexp/regexp_rule.h:13:1: warning: 'RuleOp' defined as a class here but previously declared as a struct [-Wmismatched-tags]class RuleOp: public RegExp^./src/ir/nfa/nfa.h:13:1: note: did you mean class here?struct RuleOp;^~~~~~classIn file included from src/ir/dfa/determinization.cc:14:In file included from ./src/util/range.h:8:./src/test/range/test.h:6:18: warning: class 'Range' was previously declared as a struct [-Wmismatched-tags]namespace re2c { class Range; } ^./src/ir/nfa/nfa.h:11:8: note: previous use is herestruct Range; ^In file included from src/ir/dfa/determinization.cc:14:./src/util/range.h:15:1: warning: 'Range' defined as a class here but previously declared as a struct [-Wmismatched-tags]class Range^./src/ir/nfa/nfa.h:11:1: note: did you mean class here?struct Range;^~~~~~classsrc/ir/dfa/determinization.cc:19:21: warning: declaration requires a global constructor [-Wglobal-constructors]const size_t dfa_t::NIL = std::numeric_limits::max(); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~src/ir/dfa/determinization.cc:49:11: warning: enumeration values 'RAN' and 'FIN' not explicitly handled in switch [-Wswitch-enum] switch (n->type) ^src/ir/dfa/determinization.cc:114:12: warning: enumeration value 'ALT' not explicitly handled in switch [-Wswitch-enum] switch (n->type) ^8 warnings generated. CXX src/ir/dfa/fillpoints.osrc/ir/dfa/fillpoints.cc:10:21: warning: declaration requires a global constructor [-Wglobal-constructors]static const size_t INFINITY = std::numeric_limits::max(); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~src/ir/dfa/fillpoints.cc:11:21: warning: declaration requires a global constructor [-Wglobal-constructors]static const size_t UNDEFINED = INFINITY - 1; ^ ~~~~~~~~~~~~2 warnings generated. CXX src/ir/dfa/minimization.o CXX src/ir/regexp/display.o CXX src/ir/regexp/encoding/enc.o CXX src/ir/regexp/encoding/range_suffix.osrc/ir/regexp/encoding/range_suffix.cc:10:39: warning: declaration requires an exit-time destructor [-Wexit-time-destructors]free_list RangeSuffix::freeList; ^src/ir/regexp/encoding/range_suffix.cc:10:39: warning: declaration requires a global destructor [-Wglobal-constructors]2 warnings generated. CXX src/ir/regexp/encoding/utf8/utf8_regexp.o CXX src/ir/regexp/encoding/utf8/utf8_range.o CXX src/ir/regexp/encoding/utf8/utf8.o CXX src/ir/regexp/encoding/utf16/utf16_regexp.o CXX src/ir/regexp/encoding/utf16/utf16.o CXX src/ir/regexp/encoding/utf16/utf16_range.o CXX src/ir/regexp/fixed_length.o CXX src/ir/regexp/regexp.osrc/ir/regexp/regexp.cc:25:28: warning: declaration requires an exit-time destructor [-Wexit-time-destructors]free_list RegExp::vFreeList; ^src/ir/regexp/regexp.cc:25:28: warning: declaration requires a global destructor [-Wglobal-constructors]src/ir/regexp/regexp.cc:116:10: warning: 4 enumeration values not explicitly handled in switch: 'ASCII', 'EBCDIC', 'UCS2'... [-Wswitch-enum] switch (opts->encoding.type ()) { ^src/ir/regexp/regexp.cc:152:10: warning: 4 enumeration values not explicitly handled in switch: 'ASCII', 'EBCDIC', 'UCS2'... [-Wswitch-enum] switch (opts->encoding.type ()) ^4 warnings generated. CXX src/ir/compile.oIn file included from src/ir/compile.cc:7:./src/ir/adfa/adfa.h:23:1: warning: 'State' defined as a struct here but previously declared as a class [-Wmismatched-tags]struct State^./src/ir/adfa/action.h:15:1: note: did you mean struct here?class State;^~~~~struct./src/codegen/go.h:16:1: note: did you mean struct here?class State;^~~~~structIn file included from src/ir/compile.cc:9:./src/ir/nfa/nfa.h:12:1: warning: struct 'RegExp' was previously declared as a class [-Wmismatched-tags]struct RegExp;^./src/ir/regexp/regexp.h:20:7: note: previous use is hereclass RegExp ^./src/ir/nfa/nfa.h:12:1: note: did you mean class here?struct RegExp;^~~~~~class./src/ir/nfa/nfa.h:13:1: warning: struct 'RuleOp' was previously declared as a class [-Wmismatched-tags]struct RuleOp;^./src/ir/dfa/dfa.h:15:7: note: previous use is hereclass RuleOp; ^In file included from src/ir/compile.cc:11:./src/ir/skeleton/skeleton.h:28:1: warning: class 'RuleOp' was previously declared as a struct [-Wmismatched-tags]class RuleOp;^./src/ir/nfa/nfa.h:13:8: note: previous use is herestruct RuleOp; ^In file included from src/ir/compile.cc:12:In file included from ./src/parse/spec.h:4:./src/ir/regexp/regexp_rule.h:13:1: warning: 'RuleOp' defined as a class here but previously declared as a struct [-Wmismatched-tags]class RuleOp: public RegExp^./src/ir/nfa/nfa.h:13:1: note: did you mean class here?struct RuleOp;^~~~~~class5 warnings generated. CXX src/ir/rule_rank.osrc/ir/rule_rank.cc:10:29: warning: declaration requires a global constructor [-Wglobal-constructors]const uint32_t rule_rank_t::NONE = std::numeric_limits::max(); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~src/ir/rule_rank.cc:11:29: warning: declaration requires a global constructor [-Wglobal-constructors]const uint32_t rule_rank_t::DEF = rule_rank_t::NONE - 1; ^ ~~~~~~~~~~~~~~~~~~~~~2 warnings generated. CXX src/ir/skeleton/control_flow.o CXX src/ir/skeleton/generate_code.oIn file included from src/ir/skeleton/generate_code.cc:8:./src/codegen/output.h:55:1: warning: 'OutputFile' defined as a struct here but previously declared as a class [-Wmismatched-tags]struct OutputFile^./src/codegen/bitmap.h:14:1: note: did you mean struct here?class OutputFile;^~~~~struct1 warning generated. CXX src/ir/skeleton/generate_data.o CXX src/ir/skeleton/match_empty.o CXX src/ir/skeleton/maxlen.osrc/ir/skeleton/maxlen.cc:13:22: warning: declaration requires a global constructor [-Wglobal-constructors]const uint32_t Node::DIST_ERROR = std::numeric_limits::max(); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~src/ir/skeleton/maxlen.cc:14:22: warning: declaration requires a global constructor [-Wglobal-constructors]const uint32_t Node::DIST_MAX = DIST_ERROR - 1; ^ ~~~~~~~~~~~~~~2 warnings generated. CXX src/ir/skeleton/skeleton.osrc/ir/skeleton/skeleton.cc:51:17: warning: declaration shadows a local variable [-Wshadow] for (uint32_t c = lb; c < ub; c += step) ^src/ir/skeleton/skeleton.cc:26:22: note: previous declaration is herevoid Node::init(bool c, RuleOp *r, const std::vector > &a) ^1 warning generated. CXX src/ir/skeleton/unreachable.o CXX src/ir/skeleton/way.o CXX src/main.osrc/main.cc:20:13: warning: declaration requires an exit-time destructor [-Wexit-time-destructors]std::string yySetupRule = ""; ^src/main.cc:20:13: warning: declaration requires a global destructor [-Wglobal-constructors]2 warnings generated. CXX src/parse/code.osrc/parse/code.cc:6:31: warning: declaration requires an exit-time destructor [-Wexit-time-destructors]free_list Code::freelist; ^src/parse/code.cc:6:31: warning: declaration requires a global destructor [-Wglobal-constructors]2 warnings generated. CXX src/parse/input.o CXX src/parse/scanner.osrc/parse/scanner.cc:133:1: warning: function 'fatal_at' could be declared with attribute 'noreturn' [-Wmissing-noreturn]{^1 warning generated. CXX src/parse/unescape.o CXX src/util/s_to_n32_unsafe.o CXX src/util/range.osrc/util/range.cc:6:26: warning: declaration requires an exit-time destructor [-Wexit-time-destructors]free_list Range::vFreeList; ^src/util/range.cc:6:26: warning: declaration requires a global destructor [-Wglobal-constructors]2 warnings generated. GEN src/parse/parser.cc/bin/sh: line 9: 1471 Segmentation fault (core dumped) /usr/bin/bison --output=src/parse/parser.cc --defines=src/parse/y.tab.h ./src/parse/parser.yppmake[1]: *** [Makefile:1815: src/parse/parser.cc] Error 139make[1]: Leaving directory '/tmp/re2c/src/re2c-0.16'make: *** [Makefile:768: all] Error 2==> ERROR: A failure occurred in build(). Aborting...Printing config logfiles
CMD: config logfiles '/tmp/re2c/src/re2c-0.16/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by re2c configure 0.16, which wasgenerated by GNU Autoconf 2.69. Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr## --------- #### Platform. #### --------- ##hostname = 144d4d81ff82uname -m = x86_64uname -r = 4.10.6-1-ARCHuname -s = Linuxuname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017/usr/bin/uname -p = unknown/bin/uname -X = unknown/bin/arch = unknown/usr/bin/arch -k = unknown/usr/convex/getsysinfo = unknown/usr/bin/hostinfo = unknown/bin/machine = unknown/usr/bin/oslevel = unknown/bin/universe = unknownPATH: /usr/binPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:2147: checking for a BSD-compatible installconfigure:2215: result: /usr/bin/install -cconfigure:2226: checking whether build environment is saneconfigure:2281: result: yesconfigure:2340: checking for x86_64-unknown-linux-stripconfigure:2370: result: noconfigure:2380: checking for stripconfigure:2396: found /usr/bin/stripconfigure:2407: result: stripconfigure:2432: checking for a thread-safe mkdir -pconfigure:2471: result: /usr/bin/mkdir -pconfigure:2478: checking for gawkconfigure:2494: found /usr/bin/gawkconfigure:2505: result: gawkconfigure:2516: checking whether make sets $(MAKE)configure:2538: result: yesconfigure:2567: checking whether make supports nested variablesconfigure:2584: result: yesconfigure:2721: checking whether make supports nested variablesconfigure:2738: result: yesconfigure:2836: checking for bisonconfigure:2854: found /usr/bin/bisonconfigure:2867: result: /usr/bin/bisonconfigure:2883: checking for x86_64-unknown-linux-gccconfigure:2910: result: clangconfigure:3179: checking for C compiler versionconfigure:3188: clang --version >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binconfigure:3199: $? = 0configure:3188: clang -v >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binFound candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Candidate multilib: .;@m64... rest of stderr output deleted ...configure:3199: $? = 0configure:3188: clang -V >&5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:3199: $? = 1configure:3188: clang -qversion >&5clang-3.8: error: unknown argument: '-qversion'clang-3.8: error: no input filesconfigure:3199: $? = 1configure:3219: checking whether the C compiler worksconfigure:3241: clang conftest.c >&5configure:3245: $? = 0configure:3293: result: yesconfigure:3296: checking for C compiler default output file nameconfigure:3298: result: a.outconfigure:3304: checking for suffix of executablesconfigure:3311: clang -o conftest conftest.c >&5configure:3315: $? = 0configure:3337: result:configure:3359: checking whether we are cross compilingconfigure:3367: clang -o conftest conftest.c >&5configure:3371: $? = 0configure:3378: ./conftestconfigure:3382: $? = 0configure:3397: result: noconfigure:3402: checking for suffix of object filesconfigure:3424: clang -c conftest.c >&5configure:3428: $? = 0configure:3449: result: oconfigure:3453: checking whether we are using the GNU C compilerconfigure:3472: clang -c conftest.c >&5configure:3472: $? = 0configure:3481: result: yesconfigure:3490: checking whether clang accepts -gconfigure:3510: clang -c -g conftest.c >&5configure:3510: $? = 0configure:3551: result: yesconfigure:3568: checking for clang option to accept ISO C89configure:3631: clang -c conftest.c >&5configure:3631: $? = 0configure:3644: result: none neededconfigure:3669: checking whether clang understands -c and -o togetherconfigure:3691: clang -c conftest.c -o conftest2.oconfigure:3694: $? = 0configure:3691: clang -c conftest.c -o conftest2.oconfigure:3694: $? = 0configure:3706: result: yesconfigure:3734: checking for style of include used by makeconfigure:3762: result: GNUconfigure:3788: checking dependency style of clangconfigure:3899: result: gcc3configure:4026: checking for C++ compiler versionconfigure:4035: clang++ --version >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binconfigure:4046: $? = 0configure:4035: clang++ -v >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binFound candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Candidate multilib: .;@m64... rest of stderr output deleted ...configure:4046: $? = 0configure:4035: clang++ -V >&5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:4046: $? = 1configure:4035: clang++ -qversion >&5clang-3.8: error: unknown argument: '-qversion'clang-3.8: error: no input filesconfigure:4046: $? = 1configure:4050: checking whether we are using the GNU C++ compilerconfigure:4069: clang++ -c conftest.cpp >&5configure:4069: $? = 0configure:4078: result: yesconfigure:4087: checking whether clang++ accepts -gconfigure:4107: clang++ -c -g conftest.cpp >&5configure:4107: $? = 0configure:4148: result: yesconfigure:4173: checking dependency style of clang++configure:4284: result: gcc3configure:4312: checking C++ compiler flag -Wconfigure:4333: clang++ -c -W conftest.cpp >&5configure:4333: $? = 0configure:4350: result: yesconfigure:4354: checking C++ compiler flag -Wallconfigure:4375: clang++ -c -Wall conftest.cpp >&5configure:4375: $? = 0configure:4392: result: yesconfigure:4396: checking C++ compiler flag -Wextraconfigure:4417: clang++ -c -Wextra conftest.cpp >&5configure:4417: $? = 0configure:4434: result: yesconfigure:4438: checking C++ compiler flag -Weffc++configure:4459: clang++ -c -Weffc++ conftest.cpp >&5configure:4459: $? = 0configure:4476: result: yesconfigure:4480: checking C++ compiler flag -pedanticconfigure:4501: clang++ -c -pedantic conftest.cpp >&5configure:4501: $? = 0configure:4518: result: yesconfigure:4522: checking C++ compiler flag -Wformat=2configure:4543: clang++ -c -Wformat=2 conftest.cpp >&5configure:4543: $? = 0configure:4560: result: yesconfigure:4564: checking C++ compiler flag -Wredundant-declsconfigure:4585: clang++ -c -Wredundant-decls conftest.cpp >&5configure:4585: $? = 0configure:4602: result: yesconfigure:4606: checking C++ compiler flag -Wsuggest-attribute=formatconfigure:4627: clang++ -c -Wsuggest-attribute=format conftest.cpp >&5warning: unknown warning option '-Wsuggest-attribute=format'; did you mean '-Wproperty-attribute-mismatch'? [-Wunknown-warning-option]1 warning generated.configure:4627: $? = 0configure:4644: result: yesconfigure:4648: checking C++ compiler flag -Wconversionconfigure:4669: clang++ -c -Wconversion conftest.cpp >&5configure:4669: $? = 0configure:4686: result: yesconfigure:4690: checking C++ compiler flag -Wsign-conversionconfigure:4711: clang++ -c -Wsign-conversion conftest.cpp >&5configure:4711: $? = 0configure:4728: result: yesconfigure:4732: checking C++ compiler flag -O2configure:4753: clang++ -c -O2 conftest.cpp >&5configure:4753: $? = 0configure:4770: result: yesconfigure:4774: checking C++ compiler flag -Weverythingconfigure:4795: clang++ -c -Weverything conftest.cpp >&5conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]#define PACKAGE_NAME "re2c"^conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]#define PACKAGE_TARNAME "re2c"^conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]#define PACKAGE_VERSION "0.16"^conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]#define PACKAGE_STRING "re2c 0.16"^conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]#define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"^conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]#define PACKAGE_URL ""^conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]#define PACKAGE "re2c"^conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]#define VERSION "0.16"^8 warnings generated.configure:4795: $? = 0configure:4812: result: yesconfigure:4821: checking for stdint.hconfigure:4821: clang -c conftest.c >&5configure:4821: $? = 0configure:4821: result: yesconfigure:4837: checking size of charconfigure:4842: clang -o conftest conftest.c >&5configure:4842: $? = 0configure:4842: ./conftestconfigure:4842: $? = 0configure:4857: result: 1configure:4871: checking size of shortconfigure:4876: clang -o conftest conftest.c >&5configure:4876: $? = 0configure:4876: ./conftestconfigure:4876: $? = 0configure:4891: result: 2configure:4905: checking size of intconfigure:4910: clang -o conftest conftest.c >&5configure:4910: $? = 0configure:4910: ./conftestconfigure:4910: $? = 0configure:4925: result: 4configure:4939: checking size of longconfigure:4944: clang -o conftest conftest.c >&5configure:4944: $? = 0configure:4944: ./conftestconfigure:4944: $? = 0configure:4959: result: 8configure:4973: checking size of long longconfigure:4978: clang -o conftest conftest.c >&5configure:4978: $? = 0configure:4978: ./conftestconfigure:4978: $? = 0configure:4993: result: 8configure:5007: checking size of __int64configure:5012: clang -o conftest conftest.c >&5conftest.c:19:57: error: use of undeclared identifier '__int64'static long int longval () { return (long int) (sizeof (__int64)); }^conftest.c:20:67: error: use of undeclared identifier '__int64'static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }^conftest.c:30:28: error: use of undeclared identifier '__int64'if (((long int) (sizeof (__int64))) < 0)^conftest.c:33:37: error: use of undeclared identifier '__int64'if (i != ((long int) (sizeof (__int64))))^conftest.c:40:37: error: use of undeclared identifier '__int64'if (i != ((long int) (sizeof (__int64))))^5 errors generated.configure:5012: $? = 1configure: program exited with status 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "re2c"| #define PACKAGE_TARNAME "re2c"| #define PACKAGE_VERSION "0.16"| #define PACKAGE_STRING "re2c 0.16"| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"| #define PACKAGE_URL ""| #define PACKAGE "re2c"| #define VERSION "0.16"| #define HAVE_STDINT_H 1| #define SIZEOF_CHAR 1| #define SIZEOF_SHORT 2| #define SIZEOF_INT 4| #define SIZEOF_LONG 8| #define SIZEOF_LONG_LONG 8| /* end confdefs.h. */||| static long int longval () { return (long int) (sizeof (__int64)); }| static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }| #include | #include | int| main ()| {|| FILE *f = fopen ("conftest.val", "w");| if (! f)| return 1;| if (((long int) (sizeof (__int64))) < 0)| {| long int i = longval ();| if (i != ((long int) (sizeof (__int64))))| return 1;| fprintf (f, "%ld", i);| }| else| {| unsigned long int i = ulongval ();| if (i != ((long int) (sizeof (__int64))))| return 1;| fprintf (f, "%lu", i);| }| /* Do not output a trailing newline, as this causes \r\n confusion| on some platforms. */| return ferror (f) || fclose (f) != 0;|| ;| return 0;| }configure:5027: result: 0configure:5042: checking size of void *configure:5047: clang -o conftest conftest.c >&5configure:5047: $? = 0configure:5047: ./conftestconfigure:5047: $? = 0configure:5062: result: 8configure:5077: checking size of 0lconfigure:5082: clang -o conftest conftest.c >&5configure:5082: $? = 0configure:5082: ./conftestconfigure:5082: $? = 0configure:5097: result: 8configure:5111: checking size of 0llconfigure:5116: clang -o conftest conftest.c >&5configure:5116: $? = 0configure:5116: ./conftestconfigure:5116: $? = 0configure:5131: result: 8configure:5145: checking size of 0i8configure:5150: clang -o conftest conftest.c >&5conftest.c:23:58: error: invalid suffix 'i8' on integer constantstatic long int longval () { return (long int) (sizeof (0i8)); }^conftest.c:24:68: error: invalid suffix 'i8' on integer constantstatic unsigned long int ulongval () { return (long int) (sizeof (0i8)); }^conftest.c:34:29: error: invalid suffix 'i8' on integer constantif (((long int) (sizeof (0i8))) < 0)^conftest.c:37:38: error: invalid suffix 'i8' on integer constantif (i != ((long int) (sizeof (0i8))))^conftest.c:44:38: error: invalid suffix 'i8' on integer constantif (i != ((long int) (sizeof (0i8))))^5 errors generated.configure:5150: $? = 1configure: program exited with status 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "re2c"| #define PACKAGE_TARNAME "re2c"| #define PACKAGE_VERSION "0.16"| #define PACKAGE_STRING "re2c 0.16"| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"| #define PACKAGE_URL ""| #define PACKAGE "re2c"| #define VERSION "0.16"| #define HAVE_STDINT_H 1| #define SIZEOF_CHAR 1| #define SIZEOF_SHORT 2| #define SIZEOF_INT 4| #define SIZEOF_LONG 8| #define SIZEOF_LONG_LONG 8| #define SIZEOF___INT64 0| #define SIZEOF_VOID_P 8| #define SIZEOF_0L 8| #define SIZEOF_0LL 8| /* end confdefs.h. */||| static long int longval () { return (long int) (sizeof (0i8)); }| static unsigned long int ulongval () { return (long int) (sizeof (0i8)); }| #include | #include | int| main ()| {|| FILE *f = fopen ("conftest.val", "w");| if (! f)| return 1;| if (((long int) (sizeof (0i8))) < 0)| {| long int i = longval ();| if (i != ((long int) (sizeof (0i8))))| return 1;| fprintf (f, "%ld", i);| }| else| {| unsigned long int i = ulongval ();| if (i != ((long int) (sizeof (0i8))))| return 1;| fprintf (f, "%lu", i);| }| /* Do not output a trailing newline, as this causes \r\n confusion| on some platforms. */| return ferror (f) || fclose (f) != 0;|| ;| return 0;| }configure:5165: result: 0configure:5292: checking that generated files are newer than configureconfigure:5298: result: doneconfigure:5329: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by re2c config.status 0.16, which wasgenerated by GNU Autoconf 2.69. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 144d4d81ff82config.status:866: creating Makefileconfig.status:866: creating doc/manpage.rstconfig.status:866: creating run_tests.shconfig.status:866: creating config.hconfig.status:1095: executing depfiles commands## ---------------- #### Cache variables. #### ---------------- ##ac_cv_c_compiler_gnu=yesac_cv_cxx_compiler_gnu=yesac_cv_env_CCC_set=ac_cv_env_CCC_value=ac_cv_env_CC_set=setac_cv_env_CC_value=clangac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CXXFLAGS_set=setac_cv_env_CXXFLAGS_value=ac_cv_env_CXX_set=setac_cv_env_CXX_value=clang++ac_cv_env_LDFLAGS_set=setac_cv_env_LDFLAGS_value=ac_cv_env_LIBS_set=ac_cv_env_LIBS_value=ac_cv_env_build_alias_set=ac_cv_env_build_alias_value=ac_cv_env_host_alias_set=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_header_stdint_h=yesac_cv_objext=oac_cv_path_BISON=/usr/bin/bisonac_cv_path_install='/usr/bin/install -c'ac_cv_path_mkdir=/usr/bin/mkdirac_cv_prog_AWK=gawkac_cv_prog_CC=clangac_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=yesac_cv_sizeof_0i8=0ac_cv_sizeof_0l=8ac_cv_sizeof_0ll=8ac_cv_sizeof___int64=0ac_cv_sizeof_char=1ac_cv_sizeof_int=4ac_cv_sizeof_long=8ac_cv_sizeof_long_long=8ac_cv_sizeof_short=2ac_cv_sizeof_void_p=8am_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/re2c/src/re2c-0.16/missing aclocal-1.15'AMDEPBACKSLASH='\'AMDEP_FALSE='#'AMDEP_TRUE=''AMTAR='$${TAR-tar}'AM_BACKSLASH='\'AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'AM_DEFAULT_VERBOSITY='0'AM_V='$(V)'AUTOCONF='${SHELL} /tmp/re2c/src/re2c-0.16/missing autoconf'AUTOHEADER='${SHELL} /tmp/re2c/src/re2c-0.16/missing autoheader'AUTOMAKE='${SHELL} /tmp/re2c/src/re2c-0.16/missing automake-1.15'AWK='gawk'BISON='/usr/bin/bison'CC='clang'CCDEPMODE='depmode=gcc3'CFLAGS=''CPPFLAGS=''CXX='clang++'CXXDEPMODE='depmode=gcc3'CXXFLAGS=''CXXFLAGSDEFAULT=' -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -O2 -Weverything -Wno-unknown-warning-option -Wno-reserved-id-macro -Wno-padded -Wno-old-style-cast -Wno-covered-switch-default'CYGPATH_W='echo'DEFS='-DHAVE_CONFIG_H'DEPDIR='.deps'ECHO_C=''ECHO_N='-n'ECHO_T=''EXEEXT=''INSTALL_DATA='${INSTALL} -m 644'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'LDFLAGS=''LIBOBJS=''LIBS=''LTLIBOBJS=''MAKEINFO='${SHELL} /tmp/re2c/src/re2c-0.16/missing makeinfo'MKDIR_P='/usr/bin/mkdir -p'OBJEXT='o'PACKAGE='re2c'PACKAGE_BUGREPORT='re2c-general@lists.sourceforge.net'PACKAGE_DATE='13 Apr 2017'PACKAGE_NAME='re2c'PACKAGE_RELEASE='1'PACKAGE_STRING='re2c 0.16'PACKAGE_TARNAME='re2c'PACKAGE_URL=''PACKAGE_VERSION='0.16'PATH_SEPARATOR=':'REBUILD_DOCS_FALSE=''REBUILD_DOCS_TRUE='#'RST2MAN=''SET_MAKE=''SHELL='/bin/sh'STRIP='strip'VERSION='0.16'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/re2c/src/re2c-0.16/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 "re2c"#define PACKAGE_TARNAME "re2c"#define PACKAGE_VERSION "0.16"#define PACKAGE_STRING "re2c 0.16"#define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"#define PACKAGE_URL ""#define PACKAGE "re2c"#define VERSION "0.16"#define HAVE_STDINT_H 1#define SIZEOF_CHAR 1#define SIZEOF_SHORT 2#define SIZEOF_INT 4#define SIZEOF_LONG 8#define SIZEOF_LONG_LONG 8#define SIZEOF___INT64 0#define SIZEOF_VOID_P 8#define SIZEOF_0L 8#define SIZEOF_0LL 8#define SIZEOF_0I8 0configure: exit 0