Build of python-pygpgme with musl toolchain

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

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

SLOCLanguage
2,904 ansic
1,384 python
10 makefile
4,298 total

The process tree of the build process is here.

List of Errors

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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

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: python-pygpgme 0.3-4 (Wed Apr 5 00:02:20 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Entering fakeroot environment...
# ==> Starting package_python-pygpgme()...
# running install
# running build
# running build_py
# creating build
# creating build/lib.linux-x86_64-3.5
# creating build/lib.linux-x86_64-3.5/gpgme
# copying gpgme/editutil.py -> build/lib.linux-x86_64-3.5/gpgme
# copying gpgme/__init__.py -> build/lib.linux-x86_64-3.5/gpgme
# running build_ext
# building 'gpgme._gpgme' extension
# creating build/temp.linux-x86_64-3.5
# creating build/temp.linux-x86_64-3.5/src
# clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python3.5m -c src/gpgme.c -o build/temp.linux-x86_64-3.5/src/gpgme.o
# In file included from src/gpgme.c:22:
# src/pygpgme.h:24:10: fatal error: 'gpgme.h' file not found
# #include
# ^
# 1 error generated.
# error: command 'clang' failed with exit status 1
# ==> ERROR: A failure occurred in package_python-pygpgme().
# Aborting...