Build of flintqs with musl toolchain

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

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

SLOCLanguage
4,094 sh
2,716 cpp
6,810 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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: flintqs 1:1.0-1 (Wed Apr 5 00:55:52 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# autoreconf: Entering directory `.'
# autoreconf: configure.ac: not using Gettext
# autoreconf: running: aclocal -I m4
# aclocal: warning: couldn't open directory 'm4': No such file or directory
# autoreconf: configure.ac: tracing
# autoreconf: configure.ac: not using Libtool
# autoreconf: running: /usr/bin/autoconf
# autoreconf: running: /usr/bin/autoheader
# autoreconf: running: automake --add-missing --copy --no-force
# Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/sbin/automake line 3936.
# configure.ac:16: installing './compile'
# configure.ac:4: installing './config.guess'
# configure.ac:4: installing './config.sub'
# configure.ac:5: installing './install-sh'
# configure.ac:5: installing './missing'
# src/Makefile.am: installing './depcomp'
# autoreconf: Leaving directory `.'
# 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 x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# 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 ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking gmp.h usability... no
# checking gmp.h presence... no
# checking for gmp.h... no
# checking for __gmpz_init in -lgmp... no
# configure: error: GNU Multiple Precision Arithmetic Library not found.
# Set CFLAGS/LDFLAGS if it is installed in a non-standard directory
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/flintqs/src/FlintQS-1.0/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 FlintQS configure 1.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 71499ecd7f17
# 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
# /usr/bin/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:2175: checking build system type
# configure:2189: result: x86_64-unknown-linux-gnu
# configure:2209: checking host system type
# configure:2222: result: x86_64-unknown-linux-gnu
# configure:2242: checking target system type
# configure:2255: result: x86_64-unknown-linux-gnu
# configure:2297: checking for a BSD-compatible install
# configure:2365: result: /usr/bin/install -c
# configure:2376: checking whether build environment is sane
# configure:2431: result: yes
# configure:2490: checking for x86_64-unknown-linux-strip
# configure:2520: result: no
# configure:2530: checking for strip
# configure:2546: found /sysroot/bin/strip
# configure:2557: result: strip
# configure:2582: checking for a thread-safe mkdir -p
# configure:2621: result: /usr/sbin/mkdir -p
# configure:2628: checking for gawk
# configure:2644: found /usr/sbin/gawk
# configure:2655: result: gawk
# configure:2666: checking whether make sets $(MAKE)
# configure:2688: result: yes
# configure:2717: checking whether make supports nested variables
# configure:2734: result: yes
# configure:2881: checking for style of include used by make
# configure:2909: result: GNU
# configure:2940: checking for x86_64-unknown-linux-gcc
# configure:2967: result: clang
# configure:3236: checking for C compiler version
# configure:3245: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3256: $? = 0
# configure:3245: 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:3256: $? = 0
# configure:3245: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3256: $? = 1
# configure:3245: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3256: $? = 1
# configure:3276: checking whether the C compiler works
# configure:3298: clang conftest.c >&5
# configure:3302: $? = 0
# configure:3350: result: yes
# configure:3353: checking for C compiler default output file name
# configure:3355: result: a.out
# configure:3361: checking for suffix of executables
# configure:3368: clang -o conftest conftest.c >&5
# configure:3372: $? = 0
# configure:3394: result:
# configure:3416: checking whether we are cross compiling
# configure:3424: clang -o conftest conftest.c >&5
# configure:3428: $? = 0
# configure:3435: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3439: $? = 127
# configure:3454: result: yes
# configure:3459: checking for suffix of object files
# configure:3481: clang -c conftest.c >&5
# configure:3485: $? = 0
# configure:3506: result: o
# configure:3510: checking whether we are using the GNU C compiler
# configure:3529: clang -c conftest.c >&5
# configure:3529: $? = 0
# configure:3538: result: yes
# configure:3547: checking whether clang accepts -g
# configure:3567: clang -c -g conftest.c >&5
# configure:3567: $? = 0
# configure:3608: result: yes
# configure:3625: checking for clang option to accept ISO C89
# configure:3688: clang -c conftest.c >&5
# configure:3688: $? = 0
# configure:3701: result: none needed
# configure:3726: checking whether clang understands -c and -o together
# configure:3748: clang -c conftest.c -o conftest2.o
# configure:3751: $? = 0
# configure:3748: clang -c conftest.c -o conftest2.o
# configure:3751: $? = 0
# configure:3763: result: yes
# configure:3782: checking dependency style of clang
# configure:3893: result: gcc3
# configure:3914: checking how to run the C preprocessor
# configure:3945: clang -E conftest.c
# configure:3945: $? = 0
# configure:3959: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3959: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FlintQS"
# | #define PACKAGE_TARNAME "flintqs"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "FlintQS 1.0"
# | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "flintqs"
# | #define VERSION "1.0"
# | /* end confdefs.h. */
# | #include
# configure:3984: result: clang -E
# configure:4004: clang -E conftest.c
# configure:4004: $? = 0
# configure:4018: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4018: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FlintQS"
# | #define PACKAGE_TARNAME "flintqs"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "FlintQS 1.0"
# | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "flintqs"
# | #define VERSION "1.0"
# | /* end confdefs.h. */
# | #include
# configure:4047: checking for grep that handles long lines and -e
# configure:4105: result: /usr/sbin/grep
# configure:4110: checking for egrep
# configure:4172: result: /usr/sbin/grep -E
# configure:4177: checking for ANSI C header files
# configure:4197: clang -c conftest.c >&5
# configure:4197: $? = 0
# configure:4281: result: yes
# configure:4294: checking for sys/types.h
# configure:4294: clang -c conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for sys/stat.h
# configure:4294: clang -c conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for stdlib.h
# configure:4294: clang -c conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for string.h
# configure:4294: clang -c conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for memory.h
# configure:4294: clang -c conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for strings.h
# configure:4294: clang -c conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for inttypes.h
# configure:4294: clang -c conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for stdint.h
# configure:4294: clang -c conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for unistd.h
# configure:4294: clang -c conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4308: checking gmp.h usability
# configure:4308: clang -c conftest.c >&5
# conftest.c:54:10: fatal error: 'gmp.h' file not found
# #include
# ^
# 1 error generated.
# configure:4308: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FlintQS"
# | #define PACKAGE_TARNAME "flintqs"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "FlintQS 1.0"
# | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "flintqs"
# | #define VERSION "1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4308: result: no
# configure:4308: checking gmp.h presence
# configure:4308: clang -E conftest.c
# conftest.c:21:10: fatal error: 'gmp.h' file not found
# #include
# ^
# 1 error generated.
# configure:4308: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FlintQS"
# | #define PACKAGE_TARNAME "flintqs"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "FlintQS 1.0"
# | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "flintqs"
# | #define VERSION "1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:4308: result: no
# configure:4308: checking for gmp.h
# configure:4308: result: no
# configure:4318: checking for __gmpz_init in -lgmp
# configure:4343: clang -o conftest conftest.c -lgmp >&5
# /sysroot/bin/ld: error: cannot find -lgmp
# /tmp/conftest-8e9fb6.o:conftest.c:function main: error: undefined reference to '__gmpz_init'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4343: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FlintQS"
# | #define PACKAGE_TARNAME "flintqs"
# | #define PACKAGE_VERSION "1.0"
# | #define PACKAGE_STRING "FlintQS 1.0"
# | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "flintqs"
# | #define VERSION "1.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char __gmpz_init ();
# | int
# | main ()
# | {
# | return __gmpz_init ();
# | ;
# | return 0;
# | }
# configure:4352: result: no
# configure:4362: error: GNU Multiple Precision Arithmetic Library not found.
# Set CFLAGS/LDFLAGS if it is installed in a non-standard directory
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# 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_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_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=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_header_gmp_h=no
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_gmp___gmpz_init=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_target=x86_64-unknown-linux-gnu
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/flintqs/src/FlintQS-1.0/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/flintqs/src/FlintQS-1.0/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/flintqs/src/FlintQS-1.0/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/flintqs/src/FlintQS-1.0/missing automake-1.15'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXDEPMODE=''
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS=''
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# 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/flintqs/src/FlintQS-1.0/missing makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='flintqs'
# PACKAGE_BUGREPORT='sage-devel@googlegroups.com'
# PACKAGE_NAME='FlintQS'
# PACKAGE_STRING='FlintQS 1.0'
# PACKAGE_TARNAME='flintqs'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.0'
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.0'
# 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='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='NONE'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/flintqs/src/FlintQS-1.0/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='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "FlintQS"
# #define PACKAGE_TARNAME "flintqs"
# #define PACKAGE_VERSION "1.0"
# #define PACKAGE_STRING "FlintQS 1.0"
# #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
# #define PACKAGE_URL ""
# #define PACKAGE "flintqs"
# #define VERSION "1.0"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
#
# configure: exit 1