Build of lrzip with musl toolchain

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

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

SLOCLanguage
13,362 ansic
4,230 sh
2,863 cpp
20,455 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: lrzip 0.630-1 (Wed Apr 5 00:25:28 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# Running autoreconf -if...
# libtoolize: putting auxiliary files in '.'.
# libtoolize: copying file './ltmain.sh'
# libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
# libtoolize: copying file 'm4/libtool.m4'
# libtoolize: copying file 'm4/ltoptions.m4'
# libtoolize: copying file 'm4/ltsugar.m4'
# libtoolize: copying file 'm4/ltversion.m4'
# libtoolize: copying file 'm4/lt~obsolete.m4'
# 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:25: installing './compile'
# configure.ac:23: installing './missing'
# Makefile.am: installing './depcomp'
# Configuring...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# 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 whether make supports nested variables... (cached) yes
# checking for style of include used by make... GNU
# checking for 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... configure: error: in `/tmp/lrzip/src/lrzip-0.630':
# configure: error: cannot run C compiled programs.
# If you meant to cross compile, use `--host'.
# See `config.log' for more details
# make: *** No targets specified and no makefile found. Stop.
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/lrzip/src/lrzip-0.630/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 lrzip configure 0.630, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 93655e6489e6
# 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:2662: checking for a BSD-compatible install
# configure:2730: result: /usr/bin/install -c
# configure:2741: checking whether build environment is sane
# configure:2796: result: yes
# configure:2947: checking for a thread-safe mkdir -p
# configure:2986: result: /usr/sbin/mkdir -p
# configure:2993: checking for gawk
# configure:3009: found /usr/sbin/gawk
# configure:3020: result: gawk
# configure:3031: checking whether make sets $(MAKE)
# configure:3053: result: yes
# configure:3082: checking whether make supports nested variables
# configure:3099: result: yes
# configure:3236: checking whether make supports nested variables
# configure:3253: result: yes
# configure:3276: checking for style of include used by make
# configure:3304: result: GNU
# configure:3375: checking for gcc
# configure:3402: result: clang
# configure:3631: checking for C compiler version
# configure:3640: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3651: $? = 0
# configure:3640: 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:3651: $? = 0
# configure:3640: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3651: $? = 1
# configure:3640: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3651: $? = 1
# configure:3671: checking whether the C compiler works
# configure:3693: clang -fomit-frame-pointer conftest.c >&5
# configure:3697: $? = 0
# configure:3745: result: yes
# configure:3748: checking for C compiler default output file name
# configure:3750: result: a.out
# configure:3756: checking for suffix of executables
# configure:3763: clang -o conftest -fomit-frame-pointer conftest.c >&5
# configure:3767: $? = 0
# configure:3789: result:
# configure:3811: checking whether we are cross compiling
# configure:3819: clang -o conftest -fomit-frame-pointer conftest.c >&5
# configure:3823: $? = 0
# configure:3830: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3834: $? = 127
# configure:3841: error: in `/tmp/lrzip/src/lrzip-0.630':
# configure:3843: error: cannot run C compiled programs.
# If you meant to cross compile, use `--host'.
# See `config.log' for more details
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# 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=' -fomit-frame-pointer'
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=' -fomit-frame-pointer'
# 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_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=
# ac_cv_env_host_alias_value=
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_ac_ct_CC=clang
# ac_cv_prog_make_make_set=yes
# am_cv_make_support_nested_variables=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/lrzip/src/lrzip-0.630/missing aclocal-1.15'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR=''
# ASM_CMD=''
# ASM_OBJ=''
# ASM_PROG=''
# AUTOCONF='${SHELL} /tmp/lrzip/src/lrzip-0.630/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/lrzip/src/lrzip-0.630/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/lrzip/src/lrzip-0.630/missing automake-1.15'
# AWK='gawk'
# CC='clang'
# CCDEPMODE=''
# CFLAGS=' -fomit-frame-pointer'
# CPP=''
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP=''
# CXXDEPMODE=''
# CXXFLAGS=' -fomit-frame-pointer'
# CYGPATH_W='echo'
# DEFS=''
# DEPDIR='.deps'
# DLLTOOL=''
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EFL_BUILD_DOC_FALSE=''
# EFL_BUILD_DOC_TRUE=''
# EGREP=''
# EXEEXT=''
# FGREP=''
# GREP=''
# HAVE_POD2MAN=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD=''
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL=''
# LIPO=''
# LN_S=''
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# MAKEINFO='${SHELL} /tmp/lrzip/src/lrzip-0.630/missing makeinfo'
# MANIFEST_TOOL=''
# MKDIR_P='/usr/sbin/mkdir -p'
# NM=''
# NMEDIT=''
# OBJDUMP=''
# OBJEXT=''
# OTOOL64=''
# OTOOL=''
# PACKAGE='lrzip'
# PACKAGE_BUGREPORT='kernel@kolivas.org'
# PACKAGE_NAME='lrzip'
# PACKAGE_STRING='lrzip 0.630'
# PACKAGE_TARNAME='lrzip'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.630'
# PATH_SEPARATOR=':'
# RANLIB=''
# SED=''
# SET_MAKE=''
# SHELL='/bin/sh'
# STATIC_FALSE=''
# STATIC_TRUE=''
# STRIP=''
# USE_ASM_FALSE=''
# USE_ASM_TRUE=''
# VERSION='0.630'
# VMAJ=''
# ac_ct_AR=''
# ac_ct_CC='clang'
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# 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=''
# build_alias=''
# build_cpu=''
# build_os=''
# build_vendor=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# efl_doxygen=''
# efl_have_doxygen=''
# exec_prefix='NONE'
# host=''
# host_alias=''
# host_cpu=''
# host_os=''
# host_vendor=''
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/lrzip/src/lrzip-0.630/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}'
# release_info=''
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
# version_info=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "lrzip"
# #define PACKAGE_TARNAME "lrzip"
# #define PACKAGE_VERSION "0.630"
# #define PACKAGE_STRING "lrzip 0.630"
# #define PACKAGE_BUGREPORT "kernel@kolivas.org"
# #define PACKAGE_URL ""
# #define PACKAGE "lrzip"
# #define VERSION "0.630"
#
# configure: exit 1