Build of splint with musl toolchain

The build took 00h 01m 33s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

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

List of Errors

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/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 (Tue Apr 4 23:33:04 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... yes
# 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 = 3776312cfad9
# 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: /sysroot/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/sbin/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 /sysroot/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.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2082: $? = 0
# configure:2084: clang -v &5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../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
# ./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:2181: $? = 127
# configure:2198: result: yes
# configure:2205: checking whether we are cross compiling
# configure:2207: result: yes
# 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/sbin/flex
# configure:3097: result: flex
# configure:3110: checking for yywrap in -lfl
# configure:3140: clang -o conftest conftest.c -lfl >&5
# /sysroot/bin/ld: error: cannot find -lfl
# /tmp/conftest-c69c24.o:conftest.c:function main: error: undefined reference to 'yywrap'
# 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
# /sysroot/bin/ld: error: cannot find -ll
# /tmp/conftest-eedf7f.o:conftest.c:function main: error: undefined reference to 'yywrap'
# 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
# /sysroot/bin/../lib/crt1.o:/srcdir/musl/crt/crt1.c:function _start_c: error: 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/sbin/bison
# configure:3492: result: bison
# configure:3501: checking for grep
# configure:3517: found /usr/sbin/grep
# configure:3528: result: grep
# configure:3537: checking for diff
# configure:3553: found /usr/sbin/diff
# configure:3564: result: diff
# configure:3573: checking for cat
# configure:3589: found /usr/sbin/cat
# configure:3600: result: cat
# configure:3609: checking for rm
# configure:3625: found /usr/sbin/rm
# configure:3636: result: rm
# configure:3645: checking for mv
# configure:3661: found /usr/sbin/mv
# configure:3672: result: mv
# configure:3681: checking for cp
# configure:3697: found /usr/sbin/cp
# configure:3708: result: cp
# configure:3717: checking for sed
# configure:3733: found /usr/sbin/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'
# mode_t x;
# ^
# 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'
# mode_t x;
# ^
# 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 3776312cfad9
#
# 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 3776312cfad9 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 --- 04 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