The build took 00h 00m 47s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
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.
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:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: ecl 16.1.2-1 (Wed Aug 24 13:32:07 UTC 2016)
==> 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... no
checking for gcc... gcc
configure: WARNING: using cross tools not prefixed with host triplet
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for x86_64-unknown-linux-g++... no
checking for x86_64-unknown-linux-c++... no
checking for x86_64-unknown-linux-gpp... no
checking for x86_64-unknown-linux-aCC... no
checking for x86_64-unknown-linux-CC... no
checking for x86_64-unknown-linux-cxx... no
checking for x86_64-unknown-linux-cc++... no
checking for x86_64-unknown-linux-cl.exe... no
checking for x86_64-unknown-linux-FCC... no
checking for x86_64-unknown-linux-KCC... no
checking for x86_64-unknown-linux-RCC... no
checking for x86_64-unknown-linux-xlC_r... no
checking for x86_64-unknown-linux-xlC... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
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/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 = 33cd235f1e48
uname -m = x86_64
uname -r = 4.7.1-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
/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/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:3130: result: no
configure:3140: checking for gcc
configure:3156: found /usr/sbin/gcc
configure:3167: result: gcc
configure:3179: WARNING: using cross tools not prefixed with host triplet
configure:3396: checking for C compiler version
configure:3405: gcc --version >&5
gcc (GCC) 6.1.1 20160602
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3416: $? = 0
configure:3405: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:3416: $? = 0
configure:3405: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3416: $? = 1
configure:3405: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3416: $? = 1
configure:3436: checking whether the C compiler works
configure:3458: gcc 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: gcc -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: gcc -c conftest.c >&5
configure:3645: $? = 0
configure:3666: result: o
configure:3670: checking whether we are using the GNU C compiler
configure:3689: gcc -c conftest.c >&5
configure:3689: $? = 0
configure:3698: result: yes
configure:3707: checking whether gcc accepts -g
configure:3727: gcc -c -g conftest.c >&5
configure:3727: $? = 0
configure:3768: result: yes
configure:3785: checking for gcc option to accept ISO C89
configure:3848: gcc -c conftest.c >&5
configure:3848: $? = 0
configure:3861: result: none needed
configure:3895: checking for x86_64-unknown-linux-g++
configure:3925: result: no
configure:3895: checking for x86_64-unknown-linux-c++
configure:3925: result: no
configure:3895: checking for x86_64-unknown-linux-gpp
configure:3925: result: no
configure:3895: checking for x86_64-unknown-linux-aCC
configure:3925: result: no
configure:3895: checking for x86_64-unknown-linux-CC
configure:3925: result: no
configure:3895: checking for x86_64-unknown-linux-cxx
configure:3925: result: no
configure:3895: checking for x86_64-unknown-linux-cc++
configure:3925: result: no
configure:3895: checking for x86_64-unknown-linux-cl.exe
configure:3925: result: no
configure:3895: checking for x86_64-unknown-linux-FCC
configure:3925: result: no
configure:3895: checking for x86_64-unknown-linux-KCC
configure:3925: result: no
configure:3895: checking for x86_64-unknown-linux-RCC
configure:3925: result: no
configure:3895: checking for x86_64-unknown-linux-xlC_r
configure:3925: result: no
configure:3895: checking for x86_64-unknown-linux-xlC
configure:3925: result: no
configure:3939: checking for g++
configure:3955: found /usr/sbin/g++
configure:3966: result: g++
configure:3993: checking for C++ compiler version
configure:4002: g++ --version >&5
g++ (GCC) 6.1.1 20160602
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4013: $? = 0
configure:4002: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:4013: $? = 0
configure:4002: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4013: $? = 1
configure:4002: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:4013: $? = 1
configure:4017: checking whether we are using the GNU C++ compiler
configure:4036: g++ -c conftest.cpp >&5
configure:4036: $? = 0
configure:4045: result: yes
configure:4054: checking whether g++ accepts -g
configure:4074: g++ -c -g conftest.cpp >&5
configure:4074: $? = 0
configure:4115: result: yes
configure:4143: checking how to run the C preprocessor
configure:4174: gcc -E conftest.c
configure:4174: $? = 0
configure:4188: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
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: gcc -E
configure:4233: gcc -E conftest.c
configure:4233: $? = 0
configure:4247: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
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/sbin/ranlib
configure:4345: result: ranlib
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/sbin/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=
ac_cv_env_CC_value=
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=
ac_cv_env_CXX_value=
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_CPP='gcc -E'
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
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='gcc'
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='gcc -E'
CPPFLAGS=''
CXX='g++'
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='gcc'
ac_ct_CXX='g++'
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