Build of linux_logo with android toolchain

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

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

SLOCLanguage
3,165 ansic
289 sh
244 makefile
7 perl
3,705 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: linux_logo 5.11-3 (Tue Apr 4 21:54:46 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# /usr/sbin/xgettext
# /usr/sbin/gcc
# cc1: error: no include path in which to search for stdc-predef.h
# intl_test.c:1:21: error: no include path in which to search for libintl.h
# #include
# ^
#
# CONFIGURING LINUX_LOGO
# Detected Architecture: x86_64
# Detected Operating System: Linux
# Install prefix: /usr
# Install program: /usr/sbin/install
# xgettext: xgettext
# libintl.h not found, disabling i18n support
# libsysinfo: libsysinfo-0.2.2
# C Compiler : gcc
# CFLAGS : -Wall -O2
#
# /usr/sbin/gcc
# /usr/sbin/ar
#
# CONFIGURING LIBSYSINFO
# Detected Architecture: x86_64
# Detected Operating System: Linux
# C Compiler : gcc
# AR : ar
# CFLAGS : -Wall -O2
#
#
# If cross compiling set the CROSS and ARCH variables
#
# Done configuring, run 'make'
#
# gcc -Wall -O2 -Ilibsysinfo-0.2.2 -c parse_logos.c
# gcc -Wall -O2 -Ilibsysinfo-0.2.2 -o load_logo_native.o -c load_logo.c
# gcc -Wall -O2 -Ilibsysinfo-0.2.2 -c load_logo.c
# cd libsysinfo-0.2.2 && make
# make[1]: Entering directory '/tmp/linux_logo/src/linux_logo-5.11/libsysinfo-0.2.2'
# cd all && make
# load_logo.c:1:19: fatal error: stdio.h: No such file or directory
# #include
# ^
# compilation terminated.
# make[2]: Entering directory '/tmp/linux_logo/src/linux_logo-5.11/libsysinfo-0.2.2/all'
# gcc -Wall -O2 -I.. -c bogomips.c
# make: *** [Makefile:82: load_logo_native.o] Error 1
# make: *** Waiting for unfinished jobs....
# gcc -Wall -O2 -I.. -c fix_mhz.c
# parse_logos.c:1:19: fatal error: stdio.h: No such file or directory
# #include
# ^
# compilation terminated.
# make: *** [Makefile:73: parse_logos.o] Error 1
# gcc -Wall -O2 -I.. -c parsing.c
# load_logo.c:1:19: fatal error: stdio.h: No such file or directory
# #include
# ^
# compilation terminated.
# make: *** [Makefile:79: load_logo.o] Error 1
# gcc -Wall -O2 -I.. -c sysinfo_common.c
# parsing.c:1:20: fatal error: string.h: No such file or directory
# #include
# ^
# compilation terminated.
# gcc -Wall -O2 -I.. -c uname.c
# make[2]: *** [Makefile:12: parsing.o] Error 1
# make[2]: *** Waiting for unfinished jobs....
# sysinfo_common.c:4:20: fatal error: string.h: No such file or directory
# #include
# ^
# compilation terminated.
# make[2]: *** [Makefile:15: sysinfo_common.o] Error 1
# uname.c:3:39: fatal error: string.h: No such file or directory
# #include /* strncpy */
# ^
# compilation terminated.
# make[2]: *** [Makefile:18: uname.o] Error 1
# make[2]: Leaving directory '/tmp/linux_logo/src/linux_logo-5.11/libsysinfo-0.2.2/all'
# make[1]: *** [Makefile:39: libsysinfo.a] Error 2
# make[1]: Leaving directory '/tmp/linux_logo/src/linux_logo-5.11/libsysinfo-0.2.2'
# make: *** [Makefile:67: libsysinfo-0.2.2/libsysinfo.a] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...