Build of zita-convolver with vanilla toolchain

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

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

SLOCLanguage
1,125 cpp
29 makefile
1,154 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: zita-convolver 3.1.0-3 (Wed Aug 24 13:37:21 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) fftw-3.3.4-2
#
# Total Installed Size: 5.52 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing fftw...
# :: Running post-transaction hooks...
# (1/2) Updating manpage index...
# (2/2) Updating the info directory file...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# g++ -fPIC -Wall -ffast-math -funroll-loops -O3 -march=native -I. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DENABLE_VECTOR_MODE -c -o zita-convolver.o zita-convolver.cc
# g++ -shared -Wl,-soname,libzita-convolver.so.3 -o libzita-convolver.so.3.1.0 zita-convolver.o -lfftw3f -lpthread
# ==> Entering fakeroot environment...
# ==> Starting package()...
# install -d /tmp/zita-convolver/pkg/zita-convolver//usr/include
# install -d /tmp/zita-convolver/pkg/zita-convolver//usr/lib
# install -m 644 zita-convolver.h /tmp/zita-convolver/pkg/zita-convolver//usr/include
# install -m 755 libzita-convolver.so.3.1.0 /tmp/zita-convolver/pkg/zita-convolver//usr/lib
# ln -sf libzita-convolver.so.3.1.0 /tmp/zita-convolver/pkg/zita-convolver//usr/lib/libzita-convolver.so
# ldconfig
# ldconfig: Can't create temporary cache file /etc/ld.so.cache~: Permission denied
# make: *** [Makefile:59: install] Error 1
# ==> ERROR: A failure occurred in package().
# Aborting...