The build took 00h 01m 18s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
989 |
ansic |
261 |
sh |
56 |
makefile |
1,306 |
total |
The process tree of the build process is here.
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:
There were existing files in /sysroot, using those
CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: ioping 0.9-2 (Tue Apr 4 23:18:33 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
test ! -d .git || git describe --tags --dirty=+ | sed 's/^v//;s/-/./g' > version
clang -std=gnu99 -g -Wall -Wextra -pedantic -O2 -funroll-loops -ftree-vectorize -DVERSION=\"0.9\" -c -o ioping.o ioping.c
ioping.c:653:10: fatal error: 'linux/aio_abi.h' file not found
#include
^
1 error generated.
make: *** [Makefile:49: ioping.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...