The build took 00h 00m 35s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
120,611 |
cpp |
8,228 |
ansic |
6,521 |
sh |
378 |
perl |
109 |
makefile |
5 |
sed |
135,852 |
total |
The process tree of the build process is here.
Due to the failure of this package to build, we did not attempt to build several packages that depend on this one. Those packages are:
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:
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/libexecCMD: 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: jade 1.2.1-12 (Thu Apr 13 17:29:44 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...creating cache ./config.cachesaving distribution makefiles...checking for gcc... clangchecking whether the C compiler (clang ) works... yeschecking whether the C compiler (clang ) is a cross-compiler... nochecking whether we are using GNU C... yeschecking whether clang accepts -g... yeschecking for a BSD compatible install... /usr/bin/install -cchecking whether ln -s works... yeschecking for c++... clang++checking whether the C++ compiler (clang++ -fpermissive ) works... noconfigure: error: installation or configuration problem: C++ compiler cannot create executables.==> ERROR: A failure occurred in build(). Aborting...Printing config logfiles
CMD: config logfiles '/tmp/jade/src/jade-1.2.1/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.configure:635: checking for gccconfigure:712: checking whether the C compiler (clang ) worksconfigure:726: clang -o conftest conftest.c 1>&5configure:723:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]main(){return(0);}^1 warning generated.configure:746: checking whether the C compiler (clang ) is a cross-compilerconfigure:751: checking whether we are using GNU Cconfigure:760: clang -E conftest.cconfigure:775: checking whether clang accepts -gconfigure:813: checking for a BSD compatible installconfigure:863: checking whether ln -s worksconfigure:888: checking for c++configure:919: checking whether the C++ compiler (clang++ -fpermissive ) worksconfigure:933: clang++ -o conftest -fpermissive conftest.C 1>&5configure:930:1: error: C++ requires a type specifier for all declarationsmain(){return(0);}^1 error generated.configure: failed program was:#line 929 "configure"#include "confdefs.h"main(){return(0);}