Build of incron with vanilla toolchain

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

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

SLOCLanguage
3,171 cpp
110 makefile
80 sh
3,361 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: incron 0.5.12-1 (Wed Aug 24 12:18:40 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# g++ -c -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o icd-main.o icd-main.cpp
# g++ -c -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o incrontab.o incrontab.cpp
# g++ -c -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o inotify-cxx.o inotify-cxx.cpp
# g++ -c -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o usertable.o usertable.cpp
# g++ -c -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o strtok.o strtok.cpp
# g++ -c -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o appinst.o appinst.cpp
# g++ -c -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o incroncfg.o incroncfg.cpp
# g++ -c -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o appargs.o appargs.cpp
# g++ -c -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o ict-main.o ict-main.cpp
# g++ -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o incrond icd-main.o incrontab.o inotify-cxx.o usertable.o strtok.o appinst.o incroncfg.o appargs.o
# g++ -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o incrontab ict-main.o incrontab.o inotify-cxx.o strtok.o incroncfg.o appargs.o
# ==> Entering fakeroot environment...
# ==> Starting package()...
# install -m 0755 -d /tmp/incron/pkg/incron/usr/share/man/man1
# install -m 0755 -d /tmp/incron/pkg/incron/usr/share/man/man5
# install -m 0755 -d /tmp/incron/pkg/incron/usr/share/man/man8
# install -m 0644 incrontab.1 /tmp/incron/pkg/incron/usr/share/man/man1
# install -m 0644 incrontab.5 /tmp/incron/pkg/incron/usr/share/man/man5
# install -m 0644 incrond.8 /tmp/incron/pkg/incron/usr/share/man/man8
# install -m 0644 incron.conf.5 /tmp/incron/pkg/incron/usr/share/man/man5
# install -m 0755 -d /tmp/incron/pkg/incron/usr/bin/
# install -m 0755 -d /tmp/incron/pkg/incron/usr/sbin/
# install -m 0755 -d /tmp/incron/pkg/incron/usr/share/doc/incron-`cat VERSION`//
# install -m 04755 -o root incrontab /tmp/incron/pkg/incron/usr/bin/
# install: cannot change ownership of '/tmp/incron/pkg/incron/usr/bin/incrontab': Operation not permitted
# make: *** [Makefile:55: install] Error 1
# ==> ERROR: A failure occurred in package().
# Aborting...