Build of ecl with clang_glibc toolchain

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

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

SLOCLanguage
244,987 ansic
101,720 lisp
66,293 asm
19,145 sh
7,452 cpp
1,372 makefile
758 perl
161 python
116 java
24 fortran
442,028 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...

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: ecl 16.1.2-1 (Thu Apr 13 17:38:16 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# Creating directory `build'
# Switching to directory `build' to continue configuration.
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-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 we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking how to run the C preprocessor... clang -E
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# configure: WARNING: using cross tools not prefixed with host triplet
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-ranlib... ranlib
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for etags... no
# checking for emacs-etags... no
# which: no ecl in (/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
# ###
# ### YOU ARE TRYING TO CROSS COMPILE ECL.
# ### PLEASE FOLLOW THESE INSTRUCTIONS:
# ###
# ### 1) Vital information cannot be determined at configuration time
# ### because we are not able to run test programs. A file called
# ###
# ### has been created, that you will have to fill out. Please do
# ### it before invoking "configure" again.
#
# ### 1.1) Direction of growth of the stack
# ECL_STACK_DIR=down
#
# ### 1.2) Choose an integer datatype which is large enough to host a pointer
# CL_FIXNUM_TYPE=int
# CL_FIXNUM_BITS=32
# CL_FIXNUM_MAX=536870911L
# CL_FIXNUM_MIN=-536870912L
# CL_INT_BITS=32
# CL_LONG_BITS=32
#
# ### 1.3) Order of bytes within a word
# ECL_BIGENDIAN=no
#
# ### 1.4) What characters signal an end of line. May be LF (Linefeed or \n)
# ### CR (Carriage return or \r), and CRLF (CR followed by LF).
# ECL_NEWLINE=LF
#
# ### 1.5) Can we guess how many characters are available for reading from
# ### the FILE structure?
# ### 0 = no
# ### 1 = (f)->_IO_read_end - (f)->_IO_read_ptr
# ### 2 = (f)->_r
# ### 3 = (f)->_cnt
# ECL_FILE_CNT=0
#
# ###
# ### 1.6) Other integer types (set to 'no' to disable)
# ###
# ECL_STDINT_HEADER="#include "
# ECL_UINT8_T=uint8_t
# ECL_UINT16_T=uint16_t
# ECL_UINT32_T=uint32_t
# ECL_UINT64_T=no
# ECL_INT8_T=int8_t
# ECL_INT16_T=int16_t
# ECL_INT32_T=int32_t
# ECL_INT64_T=no
# ECL_LONG_LONG_BITS=no
#
# ###
# ### 1.7) Other features (set to 'no' to disable)
# ###
# ECL_WORKING_ENVIRON=yes
#
# ### 2) To cross-compile ECL so that it runs on the system
# ### x86_64-unknown-linux-gnu
# ### you need to first compile ECL on the system in which you are building
# ### the cross-compiled files, that is
# ### x86_64-unknown-linux-gnu
# ### By default we assume that ECL can be accessed from some directory in
# ### the path.
# ECL_TO_RUN=
# configure: error: Configuration aborted
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/ecl/src/ecl-16.1.2/build/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 ecl configure 16.1.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ /tmp/ecl/src/ecl-16.1.2/src/configure --srcdir=/tmp/ecl/src/ecl-16.1.2/src --host=x86_64-unknown-linux --build=x86_64-unknown-linux-gnu --prefix=/usr --with-tcp --with-serve-event --with-clos-streams --with-system-gmp --without-x --without-clx --enable-threads --enable-shared --enable-boehm=included
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 74b78e3c720f
# 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: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:3023: checking build system type
# configure:3037: result: x86_64-unknown-linux-gnu
# configure:3057: checking host system type
# configure:3070: result: x86_64-unknown-linux-gnu
# configure:3100: checking for x86_64-unknown-linux-gcc
# configure:3127: result: clang
# configure:3396: checking for C compiler version
# configure:3405: 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:3416: $? = 0
# configure:3405: 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
# ... rest of stderr output deleted ...
# configure:3416: $? = 0
# configure:3405: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3416: $? = 1
# configure:3405: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3416: $? = 1
# configure:3436: checking whether the C compiler works
# configure:3458: clang conftest.c >&5
# configure:3462: $? = 0
# configure:3510: result: yes
# configure:3513: checking for C compiler default output file name
# configure:3515: result: a.out
# configure:3521: checking for suffix of executables
# configure:3528: clang -o conftest conftest.c >&5
# configure:3532: $? = 0
# configure:3554: result:
# configure:3576: checking whether we are cross compiling
# configure:3614: result: yes
# configure:3619: checking for suffix of object files
# configure:3641: clang -c conftest.c >&5
# configure:3645: $? = 0
# configure:3666: result: o
# configure:3670: checking whether we are using the GNU C compiler
# configure:3689: clang -c conftest.c >&5
# configure:3689: $? = 0
# configure:3698: result: yes
# configure:3707: checking whether clang accepts -g
# configure:3727: clang -c -g conftest.c >&5
# configure:3727: $? = 0
# configure:3768: result: yes
# configure:3785: checking for clang option to accept ISO C89
# configure:3848: clang -c conftest.c >&5
# configure:3848: $? = 0
# configure:3861: result: none needed
# configure:3993: checking for C++ compiler version
# configure:4002: 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:4013: $? = 0
# configure:4002: 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
# ... rest of stderr output deleted ...
# configure:4013: $? = 0
# configure:4002: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4013: $? = 1
# configure:4002: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4013: $? = 1
# configure:4017: checking whether we are using the GNU C++ compiler
# configure:4036: clang++ -c conftest.cpp >&5
# configure:4036: $? = 0
# configure:4045: result: yes
# configure:4054: checking whether clang++ accepts -g
# configure:4074: clang++ -c -g conftest.cpp >&5
# configure:4074: $? = 0
# configure:4115: result: yes
# configure:4143: checking how to run the C preprocessor
# configure:4174: clang -E conftest.c
# configure:4174: $? = 0
# configure:4188: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4188: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ecl"
# | #define PACKAGE_TARNAME "ecl"
# | #define PACKAGE_VERSION "16.1.2"
# | #define PACKAGE_STRING "ecl 16.1.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:4213: result: clang -E
# configure:4233: clang -E conftest.c
# configure:4233: $? = 0
# configure:4247: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4247: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ecl"
# | #define PACKAGE_TARNAME "ecl"
# | #define PACKAGE_VERSION "16.1.2"
# | #define PACKAGE_STRING "ecl 16.1.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:4278: checking for x86_64-unknown-linux-ranlib
# configure:4308: result: no
# configure:4318: checking for ranlib
# configure:4334: found /usr/bin/ranlib
# configure:4345: result: ranlib
# configure:4357: WARNING: using cross tools not prefixed with host triplet
# configure:4381: checking for a BSD-compatible install
# configure:4449: result: /usr/bin/install -c
# configure:4460: checking whether ln -s works
# configure:4464: result: yes
# configure:4471: checking whether make sets $(MAKE)
# configure:4493: result: yes
# configure:4505: checking for x86_64-unknown-linux-ranlib
# configure:4532: result: ranlib
# configure:4597: checking for x86_64-unknown-linux-ar
# configure:4627: result: no
# configure:4637: checking for ar
# configure:4653: found /usr/bin/ar
# configure:4664: result: ar
# configure:4690: checking for etags
# configure:4720: result: no
# configure:4690: checking for emacs-etags
# configure:4720: result: no
# configure:4821: error: Configuration aborted
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_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_XMKMF_set=
# ac_cv_env_XMKMF_value=
# ac_cv_env_build_alias_set=set
# ac_cv_env_build_alias_value=x86_64-unknown-linux-gnu
# ac_cv_env_docdir_set=set
# ac_cv_env_docdir_value='${datarootdir}/doc/${PACKAGE_TARNAME}'
# ac_cv_env_ecldir_set=
# ac_cv_env_ecldir_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_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_RANLIB=ranlib
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# AR='ar'
# ARCHITECTURE=''
# BUNDLE_LDFLAGS=''
# CC='clang'
# CC_IS_CXX=''
# CFLAGS=''
# CHAR_CODE_LIMIT=''
# CLX_INFO=''
# CL_FIXNUM_BITS=''
# CL_FIXNUM_MAX=''
# CL_FIXNUM_MIN=''
# CL_FIXNUM_TYPE=''
# CL_INT_BITS=''
# CL_LONG_BITS=''
# CORE_LIBS=''
# CP=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXFLAGS=''
# DEBUG_CFLAGS=''
# DEFS=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# ECL_BOEHM_GC_HEADER=''
# ECL_CC=''
# ECL_CFLAGS=''
# ECL_CHARACTER=''
# ECL_CMPDIR=''
# ECL_EXTRA_LISP_FILES=''
# ECL_FILE_CNT=''
# ECL_FPE_CODE=''
# ECL_GC_DIR=''
# ECL_GMP_HEADER=''
# ECL_INIT_FORM=''
# ECL_LDRPATH=''
# ECL_LIBFFI_HEADER=''
# ECL_LONGJMP=''
# ECL_SETJMP=''
# ECL_STDINT_HEADER=''
# ECL_VERSION_NUMBER=''
# EGREP=''
# ETAGS=''
# EXEEXT=''
# EXE_SUFFIX=''
# EXTRA_OBJS=''
# FASL_LIBS=''
# GMP_CPPFLAGS=''
# GMP_LDFLAGS=''
# GREP=''
# INFOEXT=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_INFO=''
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_TARGET=''
# LDFLAGS=''
# LIBEXT=''
# LIBFFI_LDFLAGS=''
# LIBOBJS=''
# LIBPREFIX=''
# LIBRARIES=''
# LIBS=''
# LN_S='ln -s'
# LSP_FEATURES='*features*'
# LSP_LIBRARIES=''
# LTLIBOBJS=''
# MACHINE_VERSION=''
# MV=''
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='ecl'
# PACKAGE_STRING='ecl 16.1.2'
# PACKAGE_TARNAME='ecl'
# PACKAGE_URL=''
# PACKAGE_VERSION='16.1.2'
# PATH_SEPARATOR=':'
# POW_LIB=''
# RANLIB='ranlib'
# RM=''
# SET_MAKE=''
# SHAREDEXT=''
# SHAREDPREFIX=''
# SHARED_LDFLAGS=''
# SHELL='/bin/sh'
# SOFTWARE_TYPE=''
# SOFTWARE_VERSION=''
# SONAME1=''
# SONAME2=''
# SONAME3=''
# SONAME=''
# SONAME_LDFLAGS=''
# SUBDIRS='c'
# TARGETS='bin/ecl$(EXE)'
# XMKMF=''
# ac_ct_CC=''
# ac_ct_CXX=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias='x86_64-unknown-linux-gnu'
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# buildir='build'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# ecldir='${exec_prefix}/lib/ecl-16.1.2'
# 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'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# 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=''
# thehost=''
# true_builddir='/tmp/ecl/src/ecl-16.1.2/build'
# true_srcdir='/tmp/ecl/src/ecl-16.1.2/src'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "ecl"
# #define PACKAGE_TARNAME "ecl"
# #define PACKAGE_VERSION "16.1.2"
# #define PACKAGE_STRING "ecl 16.1.2"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
#
# configure: exit 1