Build of tdb with android toolchain

The build took 00h 00m 49s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
21,378 python
20,270 ansic
169 sh
80 makefile
41,897 total

The process tree of the build process is here.

Log

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:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

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/libexec

CMD: 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: tdb 1.3.8-1 (Tue Apr 4 22:03:20 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# Checking for program gcc or cc : arm-linux-androideabi-gcc
# Checking for program cpp : /usr/sbin/cpp
# Checking for program ar : /usr/sbin/ar
# Checking for program ranlib : /usr/sbin/ranlib
# Checking for gcc : ok
# Checking for program git : /usr/sbin/git
# Check for -MD : yes
# ERROR: Mismatch between --build and --host. Please use --cross-compile instead
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/tdb/src/tdb-1.3.8/bin/config.log'
# # project tdb (1.3.8) configured on Tue Apr 4 22:03:21 2017 by
# # waf 1.5.19 (abi 7, python 20705f0 on linux2)
# # using ./buildtools/bin/waf configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --localstatedir=/var --sysconfdir=/etc/samba
# #
#
# ----------------------------------------
# Checking for program gcc or cc
# find program=['gcc', 'cc'] paths=[] var='CC'
# -> 'arm-linux-androideabi-gcc'
#
# ----------------------------------------
# Checking for program cpp
# find program=['cpp'] paths=[] var='CPP'
# -> '/usr/sbin/cpp'
#
# ----------------------------------------
# Checking for program ar
# find program=['ar'] paths=[] var='AR'
# -> '/usr/sbin/ar'
#
# ----------------------------------------
# Checking for program ranlib
# find program=['ranlib'] paths=[] var='RANLIB'
# -> '/usr/sbin/ranlib'
#
# ----------------------------------------
# Checking for gcc
# ok
#
# ----------------------------------------
# Checking for program git
# find program=['git'] paths=[] var='GIT'
# -> '/usr/sbin/git'
#
# ----------------------------------------
# Check for -MD
# ==>
# int main() {return 0;}
#
# <==
# [1/1] Compiling test.c
# ['arm-linux-androideabi-gcc', '-MD', '../test.c', '-c', '-o', '/tmp/tdb/src/tdb-1.3.8/bin/.conf_check_0/testbuild/default/test_1.o']
# yes