The build took 00h 01m 08s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
271 |
ansic |
228 |
python |
499 |
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: cddb-py 1.4-7 (Tue Apr 4 23:12:40 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
copying CDDB.py -> build/lib.linux-x86_64-2.7
copying DiscID.py -> build/lib.linux-x86_64-2.7
running build_ext
building 'cdrom' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/unix
clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c unix/cdrommodule.c -o build/temp.linux-x86_64-2.7/unix/cdrommodule.o
unix/cdrommodule.c:29:10: fatal error: 'linux/cdrom.h' file not found
#include
^
1 error generated.
error: command 'clang' failed with exit status 1
==> ERROR: A failure occurred in package().
Aborting...