The build took 00h 01m 01s 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.
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: jade 1.2.1-12 (Wed Apr 5 00:54:29 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... yeschecking 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);}