The build took 00h 01m 04s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
151,091 |
ansic |
4,132 |
makefile |
3,463 |
yacc |
3,005 |
sh |
412 |
lex |
162,103 |
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:
Copied permanent toolchain into container-local sysroot
/toolchain_root/sysroot --> /sysroot/sysroot
/toolchain_root/lib --> /sysroot/lib
/toolchain_root/sbin --> /sysroot/sbin
/toolchain_root/lib64 --> /sysroot/lib64
/toolchain_root/etc --> /sysroot/etc
/toolchain_root/share --> /sysroot/share
/toolchain_root/bin --> /sysroot/bin
/toolchain_root/var --> /sysroot/var
/toolchain_root/usr --> /sysroot/usr
/toolchain_root/glibc-build --> /sysroot/glibc-build
/toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
/toolchain_root/include --> /sysroot/include
/toolchain_root/libexec --> /sysroot/libexec
CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: splint 3.1.2-4 (Thu Apr 13 15:56:36 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gcc... clang
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of clang... gcc3
checking how to run the C preprocessor... clang -E
checking for flex... flex
checking for yywrap in -lfl... no
checking for yywrap in -ll... no
checking lex output file root... lex.yy
checking whether yytext is a pointer... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking for bison... bison
checking for grep... grep
checking for diff... diff
checking for cat... cat
checking for rm... rm
checking for mv... mv
checking for cp... cp
checking for sed... sed
checking whether we need _ALL_SOURCE to expose mode_t... no
checking whether to include support for LCL files... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating imports/Makefile
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating doc/Makefile
config.status: creating bin/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make all-recursive
make[1]: Entering directory '/tmp/splint/src/splint-3.1.2'
Making all in src
make[2]: Entering directory '/tmp/splint/src/splint-3.1.2/src'
* Making signature.c
signature.y:59.1-12: warning: deprecated directive, use '%pure-parser' [-Wdeprecated]
%pure_parser
^^^^^^^^^^^^
/bin/sh: line 10: 1901 Segmentation fault (core dumped) bison -v -t -d --debug --no-lines -p lsl signature.y
cat: signature.tab.c: No such file or directory
cat: signature.tab.h: No such file or directory
rm: cannot remove 'signature.tab.c': No such file or directory
rm: cannot remove 'signature.tab.h': No such file or directory
make[2]: *** [Makefile:1043: signature.c] Error 1
make[2]: Leaving directory '/tmp/splint/src/splint-3.1.2/src'
make[1]: *** [Makefile:175: all-recursive] Error 1
make[1]: Leaving directory '/tmp/splint/src/splint-3.1.2'
make: *** [Makefile:130: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Printing config logfiles
CMD: config logfiles '/tmp/splint/src/splint-3.1.2/config.log'
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Splint configure 3.1.2, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man
## --------- ##
## Platform. ##
## --------- ##
hostname = 26a45b46c660
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1321: checking build system type
configure:1339: result: x86_64-unknown-linux-gnu
configure:1347: checking host system type
configure:1361: result: x86_64-unknown-linux-gnu
configure:1369: checking target system type
configure:1383: result: x86_64-unknown-linux-gnu
configure:1412: checking for a BSD-compatible install
configure:1467: result: /usr/bin/install -c
configure:1478: checking whether build environment is sane
configure:1521: result: yes
configure:1554: checking for gawk
configure:1570: found /usr/bin/gawk
configure:1580: result: gawk
configure:1590: checking whether make sets $(MAKE)
configure:1610: result: yes
configure:1661: checking for x86_64-unknown-linux-strip
configure:1690: result: no
configure:1699: checking for strip
configure:1715: found /usr/bin/strip
configure:1726: result: strip
configure:1768: checking for x86_64-unknown-linux-gcc
configure:1794: result: clang
configure:2076: checking for C compiler version
configure:2079: clang --version &5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:2082: $? = 0
configure:2084: clang -v &5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:2087: $? = 0
configure:2089: clang -V &5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2092: $? = 1
configure:2115: checking for C compiler default output file name
configure:2118: clang conftest.c >&5
configure:2121: $? = 0
configure:2167: result: a.out
configure:2172: checking whether the C compiler works
configure:2178: ./a.out
configure:2181: $? = 0
configure:2198: result: yes
configure:2205: checking whether we are cross compiling
configure:2207: result: no
configure:2210: checking for suffix of executables
configure:2212: clang -o conftest conftest.c >&5
configure:2215: $? = 0
configure:2240: result:
configure:2246: checking for suffix of object files
configure:2267: clang -c conftest.c >&5
configure:2270: $? = 0
configure:2292: result: o
configure:2296: checking whether we are using the GNU C compiler
configure:2320: clang -c conftest.c >&5
configure:2326: $? = 0
configure:2330: test -z
|| test ! -s conftest.err
configure:2333: $? = 0
configure:2336: test -s conftest.o
configure:2339: $? = 0
configure:2352: result: yes
configure:2358: checking whether clang accepts -g
configure:2379: clang -c -g conftest.c >&5
configure:2385: $? = 0
configure:2389: test -z
|| test ! -s conftest.err
configure:2392: $? = 0
configure:2395: test -s conftest.o
configure:2398: $? = 0
configure:2409: result: yes
configure:2426: checking for clang option to accept ANSI C
configure:2496: clang -c conftest.c >&5
configure:2502: $? = 0
configure:2506: test -z
|| test ! -s conftest.err
configure:2509: $? = 0
configure:2512: test -s conftest.o
configure:2515: $? = 0
configure:2533: result: none needed
configure:2551: clang -c conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^
conftest.c:2:11: error: expected ';' after top level declarator
choke me
^
;
2 errors generated.
configure:2557: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2709: checking for style of include used by make
configure:2737: result: GNU
configure:2765: checking dependency style of clang
configure:2827: result: gcc3
configure:2837: checking how to run the C preprocessor
configure:2872: clang -E conftest.c
configure:2878: $? = 0
configure:2910: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:2916: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Splint"
| #define PACKAGE_TARNAME "splint"
| #define PACKAGE_VERSION "3.1.2"
| #define PACKAGE_STRING "Splint 3.1.2"
| #define PACKAGE_BUGREPORT "splint-bug@splint.org"
| /* end confdefs.h. */
| #include
configure:2955: result: clang -E
configure:2979: clang -E conftest.c
configure:2985: $? = 0
configure:3017: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3023: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Splint"
| #define PACKAGE_TARNAME "splint"
| #define PACKAGE_VERSION "3.1.2"
| #define PACKAGE_STRING "Splint 3.1.2"
| #define PACKAGE_BUGREPORT "splint-bug@splint.org"
| /* end confdefs.h. */
| #include
configure:3071: checking for flex
configure:3087: found /usr/bin/flex
configure:3097: result: flex
configure:3110: checking for yywrap in -lfl
configure:3140: clang -o conftest conftest.c -lfl >&5
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libfl.so: undefined reference to `yylex'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3146: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Splint"
| #define PACKAGE_TARNAME "splint"
| #define PACKAGE_VERSION "3.1.2"
| #define PACKAGE_STRING "Splint 3.1.2"
| #define PACKAGE_BUGREPORT "splint-bug@splint.org"
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char yywrap ();
| int
| main ()
| {
| yywrap ();
| ;
| return 0;
| }
configure:3172: result: no
configure:3177: checking for yywrap in -ll
configure:3207: clang -o conftest conftest.c -ll >&5
/usr/bin/ld: cannot find -ll
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3213: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Splint"
| #define PACKAGE_TARNAME "splint"
| #define PACKAGE_VERSION "3.1.2"
| #define PACKAGE_STRING "Splint 3.1.2"
| #define PACKAGE_BUGREPORT "splint-bug@splint.org"
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char yywrap ();
| int
| main ()
| {
| yywrap ();
| ;
| return 0;
| }
configure:3239: result: no
configure:3250: checking lex output file root
configure:3261: flex conftest.l
configure:3264: $? = 1
configure:3276: result: lex.yy
configure:3281: checking whether yytext is a pointer
configure:3297: clang -o conftest conftest.c >&5
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3303: $? = 1
configure: failed program was:
| extern char *yytext;
configure:3330: result: no
configure:3357: checking for a BSD-compatible install
configure:3412: result: /usr/bin/install -c
configure:3423: checking whether make sets $(MAKE)
configure:3443: result: yes
configure:3452: checking whether ln -s works
configure:3456: result: yes
configure:3465: checking for bison
configure:3481: found /usr/bin/bison
configure:3492: result: bison
configure:3501: checking for grep
configure:3517: found /usr/bin/grep
configure:3528: result: grep
configure:3537: checking for diff
configure:3553: found /usr/bin/diff
configure:3564: result: diff
configure:3573: checking for cat
configure:3589: found /usr/bin/cat
configure:3600: result: cat
configure:3609: checking for rm
configure:3625: found /usr/bin/rm
configure:3636: result: rm
configure:3645: checking for mv
configure:3661: found /usr/bin/mv
configure:3672: result: mv
configure:3681: checking for cp
configure:3697: found /usr/bin/cp
configure:3708: result: cp
configure:3717: checking for sed
configure:3733: found /usr/bin/sed
configure:3744: result: sed
configure:3756: checking whether we need _ALL_SOURCE to expose mode_t
configure:3778: clang -c conftest.c >&5
conftest.c:11:1: error: unknown type name 'mode_t'; did you mean '__mode_t'?
mode_t x;
^~~~~~
__mode_t
/usr/include/bits/types.h:129:26: note: '__mode_t' declared here
__STD_TYPE __MODE_T_TYPE __mode_t; /* Type of file attribute bitmasks. */
^
1 error generated.
configure:3784: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Splint"
| #define PACKAGE_TARNAME "splint"
| #define PACKAGE_VERSION "3.1.2"
| #define PACKAGE_STRING "Splint 3.1.2"
| #define PACKAGE_BUGREPORT "splint-bug@splint.org"
| /* end confdefs.h. */
|
| #include
| mode_t x;
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3828: clang -c conftest.c >&5
conftest.c:12:1: error: unknown type name 'mode_t'; did you mean '__mode_t'?
mode_t x;
^~~~~~
__mode_t
/usr/include/bits/types.h:129:26: note: '__mode_t' declared here
__STD_TYPE __MODE_T_TYPE __mode_t; /* Type of file attribute bitmasks. */
^
1 error generated.
configure:3834: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Splint"
| #define PACKAGE_TARNAME "splint"
| #define PACKAGE_VERSION "3.1.2"
| #define PACKAGE_STRING "Splint 3.1.2"
| #define PACKAGE_BUGREPORT "splint-bug@splint.org"
| /* end confdefs.h. */
|
| #define _ALL_SOURCE
| #include
| mode_t x;
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3861: result: no
configure:3873: checking whether to include support for LCL files
configure:3880: result: yes
configure:4169: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by Splint config.status 3.1.2, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 26a45b46c660
config.status:712: creating Makefile
config.status:712: creating imports/Makefile
config.status:712: creating lib/Makefile
config.status:712: creating src/Makefile
config.status:712: creating test/Makefile
config.status:712: creating doc/Makefile
config.status:712: creating bin/Makefile
config.status:816: creating config.h
config.status:1112: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux
ac_cv_lib_fl_yywrap=no
ac_cv_lib_l_yywrap=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_BISON=bison
ac_cv_prog_CAT=cat
ac_cv_prog_CC=clang
ac_cv_prog_CP=cp
ac_cv_prog_CPP='clang -E'
ac_cv_prog_DIFF=diff
ac_cv_prog_GREP=grep
ac_cv_prog_LEX=flex
ac_cv_prog_MV=mv
ac_cv_prog_RM=rm
ac_cv_prog_SED=sed
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=no
ac_cv_prog_make_make_set=yes
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_target_alias=x86_64-unknown-linux
ac_cv_use_lcl=yes
am_cv_CC_dependencies_compiler_type=gcc3
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/splint/src/splint-3.1.2/config/missing --run aclocal-1.6'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/splint/src/splint-3.1.2/config/missing --run tar'
AUTOCONF='${SHELL} /tmp/splint/src/splint-3.1.2/config/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/splint/src/splint-3.1.2/config/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/splint/src/splint-3.1.2/config/missing --run automake-1.6'
AWK='gawk'
BISON='bison'
CAT='cat'
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=''
CP='cp'
CPP='clang -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DIFF='diff'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
GREP='grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LCLOBJ='$(lcl_OBJECTS)'
LDFLAGS=''
LEX='flex'
LEXLIB=''
LEX_OUTPUT_ROOT='lex.yy'
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/splint/src/splint-3.1.2/config/missing --run makeinfo'
MV='mv'
OBJEXT='o'
PACKAGE='splint'
PACKAGE_BUGREPORT='splint-bug@splint.org'
PACKAGE_NAME='Splint'
PACKAGE_STRING='Splint 3.1.2'
PACKAGE_TARNAME='splint'
PACKAGE_VERSION='3.1.2'
PATH_SEPARATOR=':'
RM='rm'
SED='sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='3.1.2'
ac_ct_CC=''
ac_ct_STRIP='strip'
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/tmp/splint/src/splint-3.1.2/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='/usr/share/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define BUILD "x86_64-unknown-linux-gnu"
#define BUILD_ALIAS ""
#define BUILD_CPU "x86_64"
#define BUILD_OS "linux-gnu"
#define BUILD_VENDOR "unknown"
#define DEFAULT_LARCHPATH ".:/usr/share/splint/lib:/tmp/splint/src/splint-3.1.2/lib:"
#define DEFAULT_LCLIMPORTDIR ".:/usr/share/splint/imports:/tmp/splint/src/splint-3.1.2/imports"
#define GCC_INCLUDE_DIR "/usr/include"
#define GCC_INCLUDE_DIR2 "/usr/include"
#define HOST "x86_64-unknown-linux-gnu"
#define HOST_ALIAS "x86_64-unknown-linux"
#define HOST_CPU "x86_64"
#define HOST_OS "linux-gnu"
#define HOST_VENDOR "unknown"
#define LCL_COMPILE "Compiled using clang on Linux 26a45b46c660 4.10.6-1-ARCH #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017 x86_64 GNU/Linux by tuscan"
#define LCL_PARSE_VERSION "Splint 3.1.2"
#define PACKAGE_BUGREPORT "splint-bug@splint.org"
#define PACKAGE_NAME "Splint"
#define PACKAGE_STRING "Splint 3.1.2"
#define PACKAGE_TARNAME "splint"
#define PACKAGE_VERSION "3.1.2"
#define SPLINT_VERSION "Splint 3.1.2 --- 13 Apr 2017"
#define SYSTEM_LIBDIR "/usr/include"
#define TARGET "x86_64-unknown-linux-gnu"
#define TARGET_ALIAS ""
#define TARGET_CPU "x86_64"
#define TARGET_OS "linux-gnu"
#define TARGET_VENDOR "unknown"
#define UNAME "Linux"
#define UNIX 1
configure: exit 0