Build of clalsadrv with vanilla toolchain

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

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

SLOCLanguage
1,077 cpp
47 makefile
1,124 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: clalsadrv 2.0.0-2 (Wed Aug 24 13:01:53 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) clthreads-2.4.0-2
#
# Total Installed Size: 0.04 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 clthreads...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# g++ -Wall -I. -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O2 -c -o clalsadrv.o clalsadrv.cc
# g++ -shared -Wl,-soname,libclalsadrv.so.2 -o libclalsadrv.so.2.0.0 clalsadrv.o -lasound
# g++ -I../libs -O2 -Wall -MMD -MP -DVERSION=\"\" -c -o loopback.o loopback.cc
# g++ -I../libs -O2 -Wall -MMD -MP -DVERSION=\"\" -c -o latency.o latency.cc
# g++ -L../libs -L/usr/lib64 -o alsa-loopback loopback.o -lasound -lclthreads -lclalsadrv -lpthread -lrt
# g++ -L../libs -L/usr/lib64 -o alsa-latency latency.o -lasound -lclthreads -lclalsadrv -lpthread -lrt
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make: Entering directory '/tmp/clalsadrv/src/clalsadrv-2.0.0/libs'
# install -Dm 644 clalsadrv.h /tmp/clalsadrv/pkg/clalsadrv//usr/include/clalsadrv.h
# install -Dm 755 libclalsadrv.so.2.0.0 /tmp/clalsadrv/pkg/clalsadrv//usr/lib/libclalsadrv.so.2.0.0
# /sbin/ldconfig /usr/lib
# /sbin/ldconfig: Can't create temporary cache file /etc/ld.so.cache~: Permission denied
# make: *** [Makefile:50: install] Error 1
# make: Leaving directory '/tmp/clalsadrv/src/clalsadrv-2.0.0/libs'
# ==> ERROR: A failure occurred in package().
# Aborting...