The build took 00h 01m 08s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
4,200 |
ansic |
262 |
tcl |
208 |
sh |
4,670 |
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: catdoc 0.94.4-1 (Tue Apr 4 23:06:38 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...creating cache ./config.cachechecking 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 whether byte ordering is bigendian... nochecking for a BSD compatible install... /usr/bin/install -cchecking how to run the C preprocessor... clang -Echecking for ANSI C header files... yeschecking for unistd.h... yeschecking for langinfo.h... yeschecking For nl_langinfo(CODESET)... yeschecking for working const... yeschecking whether setvbuf arguments are reversed... configure: error: can not run test program while cross compiling==> ERROR: A failure occurred in build(). Aborting...Printing config logfiles
CMD: config logfiles '/tmp/catdoc/src/catdoc-0.94.4/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.configure:549: checking for gccconfigure:662: checking whether the C compiler (clang ) worksconfigure:678: clang -o conftest conftest.c 1>&5configure:675:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]main(){return(0);}^1 warning generated.configure:704: checking whether the C compiler (clang ) is a cross-compilerconfigure:709: checking whether we are using GNU Cconfigure:718: clang -E conftest.cconfigure:737: checking whether clang accepts -gconfigure:776: checking whether byte ordering is bigendianconfigure:794: clang -c conftest.c 1>&5configure:809: clang -c conftest.c 1>&5configure:804:2: error: use of undeclared identifier 'not'not big endian^1 error generated.configure: failed program was:#line 798 "configure"#include "confdefs.h"#include #include int main() {#if BYTE_ORDER != BIG_ENDIANnot big endian#endif; return 0; }configure:896: checking for a BSD compatible installconfigure:1080: checking how to run the C preprocessorconfigure:1101: clang -E conftest.c >/dev/null 2>conftest.outconfigure:1160: checking for ANSI C header filesconfigure:1173: clang -E conftest.c >/dev/null 2>conftest.outconfigure:1267: checking for unistd.hconfigure:1277: clang -E conftest.c >/dev/null 2>conftest.outconfigure:1314: checking for langinfo.hconfigure:1324: clang -E conftest.c >/dev/null 2>conftest.outconfigure:1342: checking For nl_langinfo(CODESET)configure:1351: clang -c conftest.c 1>&5configure:1381: checking for working constconfigure:1435: clang -c conftest.c 1>&5configure:1457: checking whether setvbuf arguments are reversed