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 |
|---|---|
4,197 |
ansic |
262 |
tcl |
208 |
sh |
4,667 |
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:
Copied permanent toolchain into container-local sysroot
/toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi/toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB/toolchain_root/sysroot --> /sysroot/sysroot/toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME/toolchain_root/lib --> /sysroot/lib/toolchain_root/SOURCES --> /sysroot/SOURCES/toolchain_root/lib64 --> /sysroot/lib64/toolchain_root/share --> /sysroot/share/toolchain_root/bin --> /sysroot/bin/toolchain_root/COPYING --> /sysroot/COPYING/toolchain_root/COPYING3 --> /sysroot/COPYING3/toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB/toolchain_root/include --> /sysroot/include/toolchain_root/libexec --> /sysroot/libexecCMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: catdoc 0.94.4-1 (Tue Apr 4 19:41:41 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...creating cache ./config.cachechecking for gcc... arm-linux-androideabi-gccchecking whether the C compiler (arm-linux-androideabi-gcc ) works... yeschecking whether the C compiler (arm-linux-androideabi-gcc ) is a cross-compiler... yeschecking whether we are using GNU C... yeschecking whether arm-linux-androideabi-gcc accepts -g... yeschecking whether byte ordering is bigendian... 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 (arm-linux-androideabi-gcc ) worksconfigure:678: arm-linux-androideabi-gcc -o conftest conftest.c 1>&5configure:704: checking whether the C compiler (arm-linux-androideabi-gcc ) is a cross-compilerconfigure:709: checking whether we are using GNU Cconfigure:718: arm-linux-androideabi-gcc -E conftest.cconfigure:737: checking whether arm-linux-androideabi-gcc accepts -gconfigure:776: checking whether byte ordering is bigendianconfigure:794: arm-linux-androideabi-gcc -c conftest.c 1>&5configure: In function 'main':configure:789:2: error: unknown type name 'bogus'bogus endian macros^configure:789:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'bogus endian macros^configure: failed program was:#line 783 "configure"#include "confdefs.h"#include #include int main() {#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIANbogus endian macros#endif; return 0; }