Build of idle3-tools 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
925 ansic
34 makefile
959 total

The process tree of the build process is here.

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: idle3-tools 0.9.1-5 (Tue Apr 4 19:42:22 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# arm-linux-androideabi-gcc -g -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -c -o idle3ctl.o idle3ctl.c
# arm-linux-androideabi-gcc -g -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -c -o sgio.o sgio.c
# idle3ctl.c:47:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# int check_WDC_drive()
# ^
# idle3ctl.c:88:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# int VSC_enable()
# ^
# sgio.c:12:23: fatal error: scsi/scsi.h: No such file or directory
# #include
# ^
# compilation terminated.
# idle3ctl.c:112:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# int VSC_disable()
# ^
# idle3ctl.c:136:5: warning: no previous prototype for 'VSC_send_key' [-Wmissing-prototypes]
# int VSC_send_key(char rw)
# ^
# idle3ctl.c:166:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# int VSC_send_write_key()
# ^
# idle3ctl.c:173:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# int VSC_send_read_key()
# ^
# idle3ctl.c:182:5: warning: no previous prototype for 'VSC_get_timer' [-Wmissing-prototypes]
# int VSC_get_timer(unsigned char *timer)
# ^
# make: *** [: sgio.o] Error 1
# make: *** Waiting for unfinished jobs....
# idle3ctl.c:213:5: warning: no previous prototype for 'VSC_set_timer' [-Wmissing-prototypes]
# int VSC_set_timer(unsigned char timer)
# ^
# idle3ctl.c:244:6: warning: no previous prototype for 'cleanup' [-Wmissing-prototypes]
# void cleanup(void)
# ^
# idle3ctl.c:252:6: warning: no previous prototype for 'show_version' [-Wmissing-prototypes]
# void show_version(void)
# ^
# idle3ctl.c:258:6: warning: no previous prototype for 'show_usage' [-Wmissing-prototypes]
# void show_usage(void)
# ^
# ==> ERROR: A failure occurred in build().
# Aborting...