Build of netbrake with android toolchain

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

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

SLOCLanguage
1,189 ansic
49 makefile
37 sh
1,275 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: netbrake 0.2-5 (Tue Apr 4 20:08:53 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# patching file libnetbrake.c
# gcc -I. -fPIC -Wall -O2 -g -DNB_HTTPFS -c libnetbrake.c -o libnetbrake.o
# gcc -I. -fPIC -Wall -O2 -g -DNB_HTTPFS -c secstring.c -o secstring.o
# gcc -I. -fPIC -Wall -O2 -g -DNB_HTTPFS -c antigetopt.c -o antigetopt.o
# cc1: error: no include path in which to search for stdc-predef.h
# antigetopt.c:10:20: error: no include path in which to search for stdlib.h
# #include
# ^
# antigetopt.c:11:20: error: no include path in which to search for string.h
# #include
# ^
# antigetopt.c:12:19: error: no include path in which to search for stdio.h
# #include
# ^
# cc1: error: no include path in which to search for stdc-predef.h
# libnetbrake.c:37:19: error: no include path in which to search for stdio.h
# #include
# ^
# libnetbrake.c:38:23: error: no include path in which to search for sys/types.h
# #include
# ^
# libnetbrake.c:39:22: error: no include path in which to search for sys/time.h
# #include
# ^
# libnetbrake.c:40:24: error: no include path in which to search for sys/socket.h
# #include
# ^
# libnetbrake.c:41:24: error: no include path in which to search for asm/unistd.h
# #include
# ^
# libnetbrake.c:42:22: error: no include path in which to search for sys/stat.h
# #include
# ^
# libnetbrake.c:43:20: error: no include path in which to search for stdlib.h
# #include
# ^
# libnetbrake.c:44:20: error: no include path in which to search for stdarg.h
# #include
# ^
# libnetbrake.c:45:20: error: no include path in which to search for unistd.h
# #include
# ^
# libnetbrake.c:46:19: error: no include path in which to search for errno.h
# #include
# ^
# libnetbrake.c:47:20: error: no include path in which to search for string.h
# #include
# ^
# libnetbrake.c:48:19: error: no include path in which to search for fcntl.h
# #include
# ^
# libnetbrake.c:49:24: error: no include path in which to search for netinet/in.h
# #include
# ^
# libnetbrake.c:50:23: error: no include path in which to search for arpa/inet.h
# #include
# ^
# libnetbrake.c:51:19: error: no include path in which to search for netdb.h
# #include
# ^
# libnetbrake.c:52:18: error: no include path in which to search for time.h
# #include
# ^
# libnetbrake.c:53:20: error: no include path in which to search for locale.h
# #include
# ^
# libnetbrake.c:56:19: error: no include path in which to search for dlfcn.h
# #include
# ^
# In file included from libnetbrake.c:59:0:
# bitmap.h:38:20: error: no include path in which to search for string.h
# #include
# ^
# libnetbrake.c:37:19: fatal error: stdio.h: No such file or directory
# #include
# ^
# compilation terminated.
# make: *** [Makefile:41: libnetbrake.o] Error 1
# make: *** Waiting for unfinished jobs....
# cc1: error: no include path in which to search for stdc-predef.h
# netbrake.c:1:19: error: no include path in which to search for stdio.h
# #include
# ^
# netbrake.c:2:20: error: no include path in which to search for stdlib.h
# #include
# ^
# netbrake.c:3:20: error: no include path in which to search for unistd.h
# #include
# ^
# antigetopt.c:10:20: fatal error: stdlib.h: No such file or directory
# #include
# ^
# compilation terminated.
# make: *** [Makefile:41: antigetopt.o] Error 1
# cc1: error: no include path in which to search for stdc-predef.h
# secstring.c:35:23: error: no include path in which to search for sys/types.h
# #include
# ^
# secstring.c:36:20: error: no include path in which to search for string.h
# #include
# ^
# secstring.c:37:20: error: no include path in which to search for stdarg.h
# #include
# ^
# secstring.c:38:19: error: no include path in which to search for stdio.h
# #include
# ^
# make: *** [Makefile:37: .depend] Error 1
# secstring.c:35:23: fatal error: sys/types.h: No such file or directory
# #include
# ^
# compilation terminated.
# make: *** [Makefile:41: secstring.o] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...