Build of zh-autoconvert 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
27,941 ansic
264 perl
65 makefile
9 python
28,279 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: zh-autoconvert 0.3.16-3 (Tue Apr 4 20:41:52 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# patching file Makefile
# cd hzconvert;make
# make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
# make[1]: Entering directory '/tmp/zh-autoconvert/src/autoconvert-0.3.16/hzconvert'
# gcc -I../include -fPIC -O2 -Wall -g -c b2g.c
# gcc -I../include -fPIC -O2 -Wall -g -c b2u.c
# b2u.c: In function 'big2uni':
# b2u.c:123:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
# memcpy(p,s, len);
# ^
# b2u.c:123:2: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default]
# b2u.c: In function 'uni2big':
# b2u.c:163:2: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default]
# memcpy(p,s, len);
# ^
# gcc -I../include -fPIC -O2 -Wall -g -c g2u.c
# g2u.c: In function 'gb2uni':
# g2u.c:121:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
# memcpy(p, s, len);
# ^
# g2u.c:121:2: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default]
# g2u.c: In function 'uni2gb':
# g2u.c:161:2: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default]
# memcpy(p,s, len);
# ^
# gcc -I../include -fPIC -O2 -Wall -g -c hz2gb.c
# gcc -I../include -fPIC -O2 -Wall -g -c b2g_tables.c
# gcc -I../include -fPIC -O2 -Wall -g -c b2u_tables.c
# gcc -I../include -fPIC -O2 -Wall -g -c g2u_tables.c
# gcc -I../include -fPIC -O2 -Wall -g -c io.c
# io.c: In function 'hzconvert':
# io.c:45:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
# if ((*p) & 0x80) /* hi-bit on: hanzi */
# ^
# gcc -I../include -fPIC -O2 -Wall -g -c unicode.c
# unicode.c: In function 'utf8_uni':
# unicode.c:114:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
# memcpy(p,s, len);
# ^
# unicode.c:114:2: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default]
# unicode.c: In function 'uni_utf8':
# unicode.c:181:2: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default]
# memcpy(p,s, len);
# ^
# unicode.c: In function 'init_utf7_tables':
# unicode.c:241:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
# for (s = SAFE_CHARS; *s != '\0'; s++)
# ^
# unicode.c:243:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
# for (s = SPACE_CHARS; *s != '\0'; s++)
# ^
# unicode.c: In function 'utf7_uni':
# unicode.c:380:2: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default]
# memcpy(p,s, len);
# ^
# unicode.c: In function 'uni_utf7':
# unicode.c:437:2: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default]
# memcpy(p,s, len);
# ^
# gcc -I../include -fPIC -O2 -Wall -g -c judge.c
# judge.c:28:19: fatal error: stdio.h: No such file or directory
# #include
# ^
# compilation terminated.
# make[1]: *** [Makefile:9: judge.o] Error 1
# make[1]: Leaving directory '/tmp/zh-autoconvert/src/autoconvert-0.3.16/hzconvert'
# make: *** [Makefile:17: hzlib] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...