The build took 00h 00m 54s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
6,983 |
cpp |
6,983 |
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:
There were existing files in /sysroot, using those
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: boinctui 2.3.6-1 (Wed Apr 5 00:38:28 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
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 for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking for main in -lncursesw... no
configure: error: Couldn't find ncursesw library
==> ERROR: A failure occurred in build().
Aborting...
Printing config logfiles
CMD: config logfiles '/tmp/boinctui/src/boinctui-2.3.6/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 boinctui configure VERSION, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr --without-gnutls
## --------- ##
## Platform. ##
## --------- ##
hostname = cdd16b134fa0
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:2390: checking for x86_64-unknown-linux-gcc
configure:2417: result: clang
configure:2686: checking for C compiler version
configure:2695: clang --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:2706: $? = 0
configure:2695: 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:2706: $? = 0
configure:2695: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2706: $? = 1
configure:2695: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:2706: $? = 1
configure:2726: checking whether the C compiler works
configure:2748: clang conftest.c >&5
configure:2752: $? = 0
configure:2800: result: yes
configure:2803: checking for C compiler default output file name
configure:2805: result: a.out
configure:2811: checking for suffix of executables
configure:2818: clang -o conftest conftest.c >&5
configure:2822: $? = 0
configure:2844: result:
configure:2866: checking whether we are cross compiling
configure:2874: clang -o conftest conftest.c >&5
configure:2878: $? = 0
configure:2885: ./conftest
./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
configure:2889: $? = 127
configure:2904: result: yes
configure:2909: checking for suffix of object files
configure:2931: clang -c conftest.c >&5
configure:2935: $? = 0
configure:2956: result: o
configure:2960: checking whether we are using the GNU C compiler
configure:2979: clang -c conftest.c >&5
configure:2979: $? = 0
configure:2988: result: yes
configure:2997: checking whether clang accepts -g
configure:3017: clang -c -g conftest.c >&5
configure:3017: $? = 0
configure:3058: result: yes
configure:3075: checking for clang option to accept ISO C89
configure:3138: clang -c conftest.c >&5
configure:3138: $? = 0
configure:3151: result: none needed
configure:3179: checking for special C compiler options needed for large files
configure:3224: result: no
configure:3230: checking for _FILE_OFFSET_BITS value needed for large files
configure:3255: clang -c conftest.c >&5
configure:3255: $? = 0
configure:3287: result: no
configure:3487: checking for C++ compiler version
configure:3496: clang++ --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:3507: $? = 0
configure:3496: 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:3507: $? = 0
configure:3496: clang++ -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3507: $? = 1
configure:3496: clang++ -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3507: $? = 1
configure:3511: checking whether we are using the GNU C++ compiler
configure:3530: clang++ -c conftest.cpp >&5
configure:3530: $? = 0
configure:3539: result: yes
configure:3548: checking whether clang++ accepts -g
configure:3568: clang++ -c -g conftest.cpp >&5
configure:3568: $? = 0
configure:3609: result: yes
configure:3809: checking for main in -lncursesw
configure:3828: clang -o conftest conftest.c -lncursesw >&5
/sysroot/bin/ld: error: cannot find -lncursesw
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3828: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "boinctui"
| #define PACKAGE_TARNAME "boinctui"
| #define PACKAGE_VERSION "VERSION"
| #define PACKAGE_STRING "boinctui VERSION"
| #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:3837: result: no
configure:3847: error: Couldn't find ncursesw library
## ---------------- ##
## Cache variables. ##
## ---------------- ##
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_CXXCPP_set=
ac_cv_env_CXXCPP_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_lib_ncursesw_main=no
ac_cv_objext=o
ac_cv_prog_CC=clang
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='clang'
CFLAGS=''
CPP=''
CPPFLAGS=''
CXX='clang++'
CXXCPP=''
CXXFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GREP=''
HAVE_OPENSSL=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
PACKAGE_NAME='boinctui'
PACKAGE_STRING='boinctui VERSION'
PACKAGE_TARNAME='boinctui'
PACKAGE_URL=''
PACKAGE_VERSION='VERSION'
PATH_SEPARATOR=':'
SHELL='/bin/sh'
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias='x86_64-unknown-linux'
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=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "boinctui"
#define PACKAGE_TARNAME "boinctui"
#define PACKAGE_VERSION "VERSION"
#define PACKAGE_STRING "boinctui VERSION"
#define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
#define PACKAGE_URL ""
configure: exit 1