Build of sip with android toolchain

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

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

SLOCLanguage
39,491 ansic
6,732 yacc
4,121 python
824 lex
99 makefile
4 cpp
51,271 total

The process tree of the build process is here.

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

List of Errors

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: sip 4.18-1 (Tue Apr 4 21:27:39 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# This is SIP 4.18 for Python 2.7.5 on linux2.
# The SIP code generator will be installed in /sysroot/bin.
# The sip module will be installed in /sysroot/lib/python2.7/site-packages.
# The sip.pyi stub file will be installed in
# /sysroot/lib/python2.7/site-packages.
# The sip.h header file will be installed in /sysroot/include/python2.7.
# The default directory to install .sip files in is /sysroot/share/sip.
# Creating siplib/sip.h...
# Creating siplib/siplib.c...
# Creating siplib/siplib.sbf...
# Creating sipconfig.py...
# Creating top level Makefile...
# Creating sip code generator Makefile...
# Creating sip module Makefile...
# make[1]: Entering directory '/tmp/sip/src/sip-4.18/sipgen'
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o main.o main.c
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o transform.o transform.c
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o gencode.o gencode.c
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o extracts.o extracts.c
# extracts.c:20:19: fatal error: stdio.h: No such file or directory
# #include
# ^
# compilation terminated.
# make[1]: *** [Makefile:29: extracts.o] Error 1
# make[1]: *** Waiting for unfinished jobs....
# gencode.c:20:19: fatal error: stdio.h: No such file or directory
# #include
# ^
# compilation terminated.
# make[1]: *** [Makefile:29: gencode.o] Error 1
# main.c:20:19: fatal error: stdio.h: No such file or directory
# #include
# ^
# compilation terminated.
# make[1]: *** [Makefile:29: main.o] Error 1
# transform.c:20:20: fatal error: stddef.h: No such file or directory
# #include
# ^
# compilation terminated.
# make[1]: *** [Makefile:29: transform.o] Error 1
# make[1]: Leaving directory '/tmp/sip/src/sip-4.18/sipgen'
# make: *** [Makefile:3: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...