Build of yamdi 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
1,638 ansic
8 makefile
1,646 total

The process tree of the build process is here.

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: yamdi 1.9-2 (Wed Aug 24 13:26:08 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# gcc -O2 -Wall yamdi.c -o yamdi
# yamdi.c: In function 'main':
# yamdi.c:284:51: warning: variable 'creator' set but not used [-Wunused-but-set-variable]
# char *infile, *outfile, *xmloutfile, *tempfile, *creator;
# ^~~~~~~
# ==> Entering fakeroot environment...
# ==> Starting package()...
# install: cannot change ownership of '/tmp/yamdi/pkg/yamdi/usr/bin/yamdi': Operation not permitted
# ==> ERROR: A failure occurred in package().
# Aborting...