Build of lua52 with vanilla toolchain

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

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

SLOCLanguage
14,632 ansic
207 makefile
14,839 total

The process tree of the build process is here.

Due to the failure of this package to build, we did not attempt to build several packages that depend on this one. Those packages are:

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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: lua52 5.2.4-1 (Wed Aug 24 14:14:21 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# cd src && make linux
# make[1]: Entering directory '/tmp/lua52/src/lua-5.2.4/src'
# make all SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -ldl -lreadline"
# make[2]: Entering directory '/tmp/lua52/src/lua-5.2.4/src'
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lapi.o lapi.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lcode.o lcode.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lctype.o lctype.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o ldebug.o ldebug.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o ldo.o ldo.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o ldump.o ldump.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lfunc.o lfunc.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lgc.o lgc.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o llex.o llex.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lmem.o lmem.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lobject.o lobject.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lopcodes.o lopcodes.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lparser.o lparser.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lstate.o lstate.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lstring.o lstring.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o ltable.o ltable.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o ltm.o ltm.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lundump.o lundump.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lvm.o lvm.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lzio.o lzio.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lauxlib.o lauxlib.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lbaselib.o lbaselib.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lbitlib.o lbitlib.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lcorolib.o lcorolib.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o ldblib.o ldblib.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o liolib.o liolib.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lmathlib.o lmathlib.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o loslib.o loslib.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lstrlib.o lstrlib.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o ltablib.o ltablib.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o loadlib.o loadlib.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o linit.o linit.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o lua.o lua.c
# gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -fPIC -c -o luac.o luac.c
# ar rcu liblua.a lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o lbitlib.o lcorolib.o ldblib.o liolib.o lmathlib.o loslib.o lstrlib.o ltablib.o loadlib.o linit.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib liblua.a
# gcc -o lua lua.o liblua.a -lm -Wl,-E -ldl -lreadline
# gcc -o luac luac.o liblua.a -lm -Wl,-E -ldl -lreadline
# make[2]: Leaving directory '/tmp/lua52/src/lua-5.2.4/src'
# make[1]: Leaving directory '/tmp/lua52/src/lua-5.2.4/src'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# cd src && mkdir -p /tmp/lua52/pkg/lua52/usr/bin /tmp/lua52/pkg/lua52/usr/include/lua5.2 /tmp/lua52/pkg/lua52/usr/lib /tmp/lua52/pkg/lua52/usr/share/man/man1 /tmp/lua52/pkg/lua52/usr/share/lua/5.2 /tmp/lua52/pkg/lua52/usr/lib/lua/5.2
# cd src && install -p -m 0755 lua5.2 luac5.2 /tmp/lua52/pkg/lua52/usr/bin
# install: cannot stat 'lua5.2': No such file or directory
# install: cannot stat 'luac5.2': No such file or directory
# make: *** [Makefile:62: install] Error 1
# ==> ERROR: A failure occurred in package().
# Aborting...