The build took 00h 01m 03s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
12,486 |
cpp |
1,742 |
sh |
1,690 |
makefile |
437 |
haskell |
125 |
ansic |
16,480 |
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: re2c 0.16-1 (Wed Aug 24 13:57:20 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 whether make supports nested variables... (cached) yeschecking for bison... /usr/sbin/bisonchecking 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 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... nochecking 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/ir/regexp/fixed_length.o CXX src/ir/regexp/regexp.o GEN src/parse/parser.cc GEN src/parse/lex_conf.cc CXX src/parse/parser.o GEN src/conf/parse_opts.cccp ./bootstrap/doc/re2c.1 doc/re2c.1Reconfigure to rebuild docs: ./configure --enable-docs CXX src/codegen/bitmap.osrc/parse/parser.cc: In function 'int yyparse()':src/parse/parser.cc:1266:12: warning: conversion to 'yytype_int16 {aka short int}' from 'int' may alter its value [-Wconversion] *yyssp = yystate; ^~~~~~~src/parse/parser.cc:1271:38: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] YYSIZE_T yysize = yyssp - yyss + 1; ~~~~~~~~~~~~~^~~ CXX src/codegen/emit_action.o CXX src/codegen/emit_dfa.o CXX src/codegen/label.o CXX src/codegen/go_construct.o CXX src/codegen/go_destruct.o CXX src/codegen/go_emit.o CXX src/codegen/go_used_labels.o CXX src/codegen/input_api.o CXX src/codegen/output.o CXX src/codegen/print.o CXX src/conf/msg.o CXX src/conf/opt.o CXX src/conf/warn.o CXX src/ir/nfa/calc_size.o CXX src/ir/nfa/nfa.o CXX src/ir/nfa/split.o CXX src/ir/adfa/adfa.o CXX src/ir/adfa/prepare.o CXX src/ir/dfa/determinization.o CXX src/ir/dfa/fillpoints.o 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.o 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/compile.o CXX src/ir/rule_rank.o CXX src/ir/skeleton/control_flow.o CXX src/ir/skeleton/generate_code.o CXX src/ir/skeleton/generate_data.o CXX src/ir/skeleton/match_empty.o CXX src/ir/skeleton/maxlen.o CXX src/ir/skeleton/skeleton.o CXX src/ir/skeleton/unreachable.o CXX src/ir/skeleton/way.o CXX src/main.o CXX src/parse/code.o CXX src/parse/input.o CXX src/parse/scanner.o CXX src/parse/unescape.o CXX src/util/s_to_n32_unsafe.o CXX src/util/range.o GEN src/parse/lex.cc CXX src/parse/lex_conf.o CXX src/conf/parse_opts.o CXX src/parse/lex.o../src/parse/lex.re: In member function 'uint32_t re2c::Scanner::lex_cls_chr()':../src/parse/lex.re:616:35: warning: conversion to 'uint32_t {aka unsigned int}' from 'long int' may alter its value [-Wconversion]../src/parse/lex.re: In member function 'uint32_t re2c::Scanner::lex_str_chr(char, bool&)':../src/parse/lex.re:648:36: warning: conversion to 'uint32_t {aka unsigned int}' from 'long int' may alter its value [-Wconversion] CXXLD re2cmake[1]: Leaving directory '/tmp/re2c/src/re2c-0.16'==> Entering fakeroot environment...==> Starting package()...Reconfigure to rebuild docs: ./configure --enable-docsmake[1]: Entering directory '/tmp/re2c/src/re2c-0.16' /usr/sbin/mkdir -p '/tmp/re2c/pkg/re2c/usr/share/man/man1' /usr/sbin/mkdir -p '/tmp/re2c/pkg/re2c/usr/bin' /usr/bin/install -c -m 644 doc/re2c.1 '/tmp/re2c/pkg/re2c/usr/share/man/man1' /usr/bin/install -c re2c '/tmp/re2c/pkg/re2c/usr/bin'make[1]: Leaving directory '/tmp/re2c/src/re2c-0.16'==> Tidying install... -> Removing doc files... -> Purging unwanted files...==> Checking for packaging issue...==> Creating package "re2c"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file...error: invalid option '--noprogressbar' -> Generating .MTREE file... -> Compressing package...==> Leaving fakeroot environment.==> Finished making: re2c 0.16-1 (Wed Aug 24 13:57:42 UTC 2016)CMD: pacman --query --file re2c-0.16-1-x86_64.pkg.tar.xz
Creating hybrid package for 're2c'
Trying to find vanilla package 're2c'...
CMD: pacman --query --file /mirror/re2c-0.16-1.pkg.tar.xz
Package file has the following structure:
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf re2c.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/re2c.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/re2c.pkg.tar.xz
Attempting to access local repository, attempt 2
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/re2c.pkg.tar.xz
==> Extracting database to a temporary location...==> Extracting database to a temporary location...==> Adding package '/var/cache/pacman/pkg/re2c.pkg.tar.xz' -> Computing checksums... -> Creating 'desc' db entry... -> Creating 'files' db entry...==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'Printing config logfiles
CMD: config logfiles '/tmp/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 = 3a1667f68289uname -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: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/sbin/stripconfigure:2407: result: stripconfigure:2432: checking for a thread-safe mkdir -pconfigure:2471: result: /usr/sbin/mkdir -pconfigure:2478: checking for gawkconfigure:2494: found /usr/sbin/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/sbin/bisonconfigure:2867: result: /usr/sbin/bisonconfigure:2883: checking for x86_64-unknown-linux-gccconfigure:2913: result: noconfigure:2923: checking for gccconfigure:2939: found /usr/sbin/gccconfigure:2950: result: gccconfigure:3179: checking for C compiler versionconfigure:3188: 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:3199: $? = 0configure:3188: 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:3199: $? = 0configure:3188: gcc -V >&5gcc: error: unrecognized command line option '-V'gcc: fatal error: no input filescompilation terminated.configure:3199: $? = 1configure:3188: gcc -qversion >&5gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?gcc: fatal error: no input filescompilation terminated.configure:3199: $? = 1configure:3219: checking whether the C compiler worksconfigure:3241: gcc 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: gcc -o conftest conftest.c >&5configure:3315: $? = 0configure:3337: result:configure:3359: checking whether we are cross compilingconfigure:3367: gcc -o conftest conftest.c >&5configure:3371: $? = 0configure:3378: ./conftestconfigure:3382: $? = 0configure:3397: result: noconfigure:3402: checking for suffix of object filesconfigure:3424: gcc -c conftest.c >&5configure:3428: $? = 0configure:3449: result: oconfigure:3453: checking whether we are using the GNU C compilerconfigure:3472: gcc -c conftest.c >&5configure:3472: $? = 0configure:3481: result: yesconfigure:3490: checking whether gcc accepts -gconfigure:3510: gcc -c -g conftest.c >&5configure:3510: $? = 0configure:3551: result: yesconfigure:3568: checking for gcc option to accept ISO C89configure:3631: gcc -c conftest.c >&5configure:3631: $? = 0configure:3644: result: none neededconfigure:3669: checking whether gcc understands -c and -o togetherconfigure:3691: gcc -c conftest.c -o conftest2.oconfigure:3694: $? = 0configure:3691: gcc -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 gccconfigure:3899: result: gcc3configure:3928: checking for x86_64-unknown-linux-g++configure:3958: result: noconfigure:3928: checking for x86_64-unknown-linux-c++configure:3958: result: noconfigure:3928: checking for x86_64-unknown-linux-gppconfigure:3958: result: noconfigure:3928: checking for x86_64-unknown-linux-aCCconfigure:3958: result: noconfigure:3928: checking for x86_64-unknown-linux-CCconfigure:3958: result: noconfigure:3928: checking for x86_64-unknown-linux-cxxconfigure:3958: result: noconfigure:3928: checking for x86_64-unknown-linux-cc++configure:3958: result: noconfigure:3928: checking for x86_64-unknown-linux-cl.execonfigure:3958: result: noconfigure:3928: checking for x86_64-unknown-linux-FCCconfigure:3958: result: noconfigure:3928: checking for x86_64-unknown-linux-KCCconfigure:3958: result: noconfigure:3928: checking for x86_64-unknown-linux-RCCconfigure:3958: result: noconfigure:3928: checking for x86_64-unknown-linux-xlC_rconfigure:3958: result: noconfigure:3928: checking for x86_64-unknown-linux-xlCconfigure:3958: result: noconfigure:3972: checking for g++configure:3988: found /usr/sbin/g++configure:3999: result: g++configure:4026: checking for C++ compiler versionconfigure:4035: 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:4046: $? = 0configure:4035: 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:4046: $? = 0configure:4035: g++ -V >&5g++: error: unrecognized command line option '-V'g++: fatal error: no input filescompilation terminated.configure:4046: $? = 1configure:4035: g++ -qversion >&5g++: error: unrecognized command line option '-qversion'; did you mean '--version'?g++: fatal error: no input filescompilation terminated.configure:4046: $? = 1configure:4050: checking whether we are using the GNU C++ compilerconfigure:4069: g++ -c conftest.cpp >&5configure:4069: $? = 0configure:4078: result: yesconfigure:4087: checking whether g++ accepts -gconfigure:4107: g++ -c -g conftest.cpp >&5configure:4107: $? = 0configure:4148: result: yesconfigure:4173: checking dependency style of g++configure:4284: result: gcc3configure:4312: checking C++ compiler flag -Wconfigure:4333: g++ -c -W conftest.cpp >&5configure:4333: $? = 0configure:4350: result: yesconfigure:4354: checking C++ compiler flag -Wallconfigure:4375: g++ -c -Wall conftest.cpp >&5configure:4375: $? = 0configure:4392: result: yesconfigure:4396: checking C++ compiler flag -Wextraconfigure:4417: g++ -c -Wextra conftest.cpp >&5configure:4417: $? = 0configure:4434: result: yesconfigure:4438: checking C++ compiler flag -Weffc++configure:4459: g++ -c -Weffc++ conftest.cpp >&5configure:4459: $? = 0configure:4476: result: yesconfigure:4480: checking C++ compiler flag -pedanticconfigure:4501: g++ -c -pedantic conftest.cpp >&5configure:4501: $? = 0configure:4518: result: yesconfigure:4522: checking C++ compiler flag -Wformat=2configure:4543: g++ -c -Wformat=2 conftest.cpp >&5configure:4543: $? = 0configure:4560: result: yesconfigure:4564: checking C++ compiler flag -Wredundant-declsconfigure:4585: g++ -c -Wredundant-decls conftest.cpp >&5configure:4585: $? = 0configure:4602: result: yesconfigure:4606: checking C++ compiler flag -Wsuggest-attribute=formatconfigure:4627: g++ -c -Wsuggest-attribute=format conftest.cpp >&5configure:4627: $? = 0configure:4644: result: yesconfigure:4648: checking C++ compiler flag -Wconversionconfigure:4669: g++ -c -Wconversion conftest.cpp >&5configure:4669: $? = 0configure:4686: result: yesconfigure:4690: checking C++ compiler flag -Wsign-conversionconfigure:4711: g++ -c -Wsign-conversion conftest.cpp >&5configure:4711: $? = 0configure:4728: result: yesconfigure:4732: checking C++ compiler flag -O2configure:4753: g++ -c -O2 conftest.cpp >&5configure:4753: $? = 0configure:4770: result: yesconfigure:4774: checking C++ compiler flag -Weverythingconfigure:4795: g++ -c -Weverything conftest.cpp >&5g++: error: unrecognized command line option '-Weverything'configure:4795: $? = 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"| /* end confdefs.h. */|| int| main ()| {|| ;| return 0;| }configure:4812: result: noconfigure:4821: checking for stdint.hconfigure:4821: gcc -c conftest.c >&5configure:4821: $? = 0configure:4821: result: yesconfigure:4837: checking size of charconfigure:4842: gcc -o conftest conftest.c >&5configure:4842: $? = 0configure:4842: ./conftestconfigure:4842: $? = 0configure:4857: result: 1configure:4871: checking size of shortconfigure:4876: gcc -o conftest conftest.c >&5configure:4876: $? = 0configure:4876: ./conftestconfigure:4876: $? = 0configure:4891: result: 2configure:4905: checking size of intconfigure:4910: gcc -o conftest conftest.c >&5configure:4910: $? = 0configure:4910: ./conftestconfigure:4910: $? = 0configure:4925: result: 4configure:4939: checking size of longconfigure:4944: gcc -o conftest conftest.c >&5configure:4944: $? = 0configure:4944: ./conftestconfigure:4944: $? = 0configure:4959: result: 8configure:4973: checking size of long longconfigure:4978: gcc -o conftest conftest.c >&5configure:4978: $? = 0configure:4978: ./conftestconfigure:4978: $? = 0configure:4993: result: 8configure:5007: checking size of __int64configure:5012: gcc -o conftest conftest.c >&5conftest.c: In function 'longval':conftest.c:19:57: error: '__int64' undeclared (first use in this function)static long int longval () { return (long int) (sizeof (__int64)); }^~~~~~~conftest.c:19:57: note: each undeclared identifier is reported only once for each function it appears inconftest.c: In function 'ulongval':conftest.c:20:67: error: '__int64' undeclared (first use in this function)static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }^~~~~~~conftest.c: In function 'main':conftest.c:30:28: error: '__int64' undeclared (first use in this function)if (((long int) (sizeof (__int64))) < 0)^~~~~~~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: gcc -o conftest conftest.c >&5configure:5047: $? = 0configure:5047: ./conftestconfigure:5047: $? = 0configure:5062: result: 8configure:5077: checking size of 0lconfigure:5082: gcc -o conftest conftest.c >&5configure:5082: $? = 0configure:5082: ./conftestconfigure:5082: $? = 0configure:5097: result: 8configure:5111: checking size of 0llconfigure:5116: gcc -o conftest conftest.c >&5configure:5116: $? = 0configure:5116: ./conftestconfigure:5116: $? = 0configure:5131: result: 8configure:5145: checking size of 0i8configure:5150: gcc -o conftest conftest.c >&5conftest.c: In function 'longval':conftest.c:23:57: error: invalid suffix "i8" on integer constantstatic long int longval () { return (long int) (sizeof (0i8)); }^~~conftest.c: In function 'ulongval':conftest.c:24:67: error: invalid suffix "i8" on integer constantstatic unsigned long int ulongval () { return (long int) (sizeof (0i8)); }^~~conftest.c: In function 'main':conftest.c:34:28: error: invalid suffix "i8" on integer constantif (((long int) (sizeof (0i8))) < 0)^~~conftest.c:37:37: error: invalid suffix "i8" on integer constantif (i != ((long int) (sizeof (0i8))))^~~conftest.c:44:37: error: invalid suffix "i8" on integer constantif (i != ((long int) (sizeof (0i8))))^~~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 3a1667f68289config.status:865: creating Makefileconfig.status:865: creating doc/manpage.rstconfig.status:865: creating run_tests.shconfig.status:865: creating config.hconfig.status:1094: 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=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_header_stdint_h=yesac_cv_objext=oac_cv_path_BISON=/usr/sbin/bisonac_cv_path_install='/usr/bin/install -c'ac_cv_path_mkdir=/usr/sbin/mkdirac_cv_prog_AWK=gawkac_cv_prog_ac_ct_CC=gccac_cv_prog_ac_ct_CXX=g++ac_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/sbin/bison'CC='gcc'CCDEPMODE='depmode=gcc3'CFLAGS=''CPPFLAGS=''CXX='g++'CXXDEPMODE='depmode=gcc3'CXXFLAGS=''CXXFLAGSDEFAULT=' -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -O2 '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/sbin/mkdir -p'OBJEXT='o'PACKAGE='re2c'PACKAGE_BUGREPORT='re2c-general@lists.sourceforge.net'PACKAGE_DATE='24 Aug 2016'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='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/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