Build of busybox with android toolchain

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

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

SLOCLanguage
161,251 ansic
6,912 sh
1,428 cpp
893 makefile
570 yacc
355 lex
312 perl
109 python
29 awk
171,859 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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: busybox 1.24.2-1 (Tue Apr 4 20:52:36 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (2) kernel-headers-musl-3.12.6_5-1 musl-1.1.15-1
#
# Total Installed Size: 6.63 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing musl...
# installing kernel-headers-musl...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# cc: error trying to exec 'cc1': execvp: No such file or directory
# GEN include/applets.h
# GEN include/usage.h
# GEN selinux/Kbuild
# GEN selinux/Config.in
# GEN editors/Kbuild
# GEN editors/Config.in
# GEN util-linux/Kbuild
# GEN util-linux/Config.in
# GEN util-linux/volume_id/Kbuild
# GEN util-linux/volume_id/Config.in
# GEN e2fsprogs/Kbuild
# GEN e2fsprogs/Config.in
# GEN console-tools/Kbuild
# GEN console-tools/Config.in
# GEN loginutils/Kbuild
# GEN loginutils/Config.in
# GEN archival/Kbuild
# GEN archival/Config.in
# GEN archival/libarchive/Kbuild
# GEN runit/Kbuild
# GEN runit/Config.in
# GEN procps/Kbuild
# GEN procps/Config.in
# GEN libbb/Kbuild
# GEN libbb/Config.in
# GEN applets/Kbuild
# GEN debianutils/Kbuild
# GEN debianutils/Config.in
# GEN libpwdgrp/Kbuild
# GEN init/Kbuild
# GEN init/Config.in
# GEN scripts/Kbuild
# GEN mailutils/Kbuild
# GEN mailutils/Config.in
# GEN sysklogd/Kbuild
# GEN sysklogd/Config.in
# GEN shell/Kbuild
# GEN shell/Config.in
# GEN modutils/Kbuild
# GEN modutils/Config.in
# GEN findutils/Kbuild
# GEN findutils/Config.in
# GEN miscutils/Kbuild
# GEN miscutils/Config.in
# GEN coreutils/Kbuild
# GEN coreutils/Config.in
# GEN coreutils/libcoreutils/Kbuild
# GEN networking/Kbuild
# GEN networking/Config.in
# GEN networking/udhcp/Kbuild
# GEN networking/udhcp/Config.in
# GEN networking/libiproute/Kbuild
# GEN printutils/Kbuild
# GEN printutils/Config.in
# HOSTCC scripts/basic/fixdep
# cc: error trying to exec 'cc1': execvp: No such file or directory
# make[2]: *** [scripts/Makefile.host:104: scripts/basic/fixdep] Error 1
# make[1]: *** [/tmp/busybox/src/busybox-1.24.2/Makefile:357: scripts_basic] Error 2
# make[1]: *** Waiting for unfinished jobs....
# make: *** [Makefile:519: include/autoconf.h] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...