Build of usleep with android toolchain

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

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

SLOCLanguage
261 sh
10 ansic
10 makefile
281 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: usleep 1.0-3 (Tue Apr 4 21:04:50 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# make: Entering directory '/tmp/usleep/src/usleep'
# gcc -Wall -Wextra -O2 -o usleep usleep.c
# cc1: error: no include path in which to search for stdc-predef.h
# usleep.c:1:20: error: no include path in which to search for stdlib.h
# #include
# ^
# usleep.c:2:20: error: no include path in which to search for unistd.h
# #include
# ^
# usleep.c: In function 'main':
# usleep.c:9:5: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration]
# unsigned int usecs = atoi(argv[1]);
# ^
# usleep.c:10:5: warning: implicit declaration of function 'usleep' [-Wimplicit-function-declaration]
# usleep(usecs);
# ^
# make: *** [Makefile:7: usleep] Error 1
# make: Leaving directory '/tmp/usleep/src/usleep'
# ==> ERROR: A failure occurred in build().
# Aborting...