Build of sip with clang_glibc toolchain

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

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

SLOCLanguage
39,491 ansic
6,732 yacc
4,121 python
824 lex
99 makefile
4 cpp
51,271 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/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: sip 4.18-1 (Thu Apr 13 18:08:54 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# This is SIP 4.18 for Python 3.5.2 on linux.
# The SIP code generator will be installed in /usr/bin.
# The sip module will be installed in /usr/lib/python3.5/site-packages.
# The sip.pyi stub file will be installed in /usr/lib/python3.5/site-packages.
# The sip.h header file will be installed in /usr/include/python3.5m.
# The default directory to install .sip files in is /usr/share/sip.
# Creating siplib/sip.h...
# Creating siplib/siplib.c...
# Creating siplib/siplib.sbf...
# Creating sipconfig.py...
# Creating top level Makefile...
# Creating sip code generator Makefile...
# Creating sip module Makefile...
# make[1]: Entering directory '/tmp/sip/src/sip-4.18/sipgen'
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o main.o main.c
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o transform.o transform.c
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o gencode.o gencode.c
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o extracts.o extracts.c
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o export.o export.c
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o type_hints.o type_hints.c
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o heap.o heap.c
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o parser.o parser.c
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o lexer.o lexer.c
# g++ -o sip main.o transform.o gencode.o extracts.o export.o type_hints.o heap.o parser.o lexer.o
# make[1]: Leaving directory '/tmp/sip/src/sip-4.18/sipgen'
# make[1]: Entering directory '/tmp/sip/src/sip-4.18/siplib'
# gcc -c -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.5m -o siplib.o siplib.c
# gcc -c -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.5m -o apiversions.o apiversions.c
# gcc -c -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.5m -o descriptors.o descriptors.c
# gcc -c -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.5m -o qtlib.o qtlib.c
# gcc -c -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.5m -o threads.o threads.c
# gcc -c -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.5m -o objmap.o objmap.c
# gcc -c -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.5m -o voidptr.o voidptr.c
# gcc -c -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.5m -o array.o array.c
# g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.5m -o bool.o bool.cpp
# g++ -shared -Wl,--version-script=sip.exp -o sip.so siplib.o apiversions.o descriptors.o qtlib.o threads.o objmap.o voidptr.o array.o bool.o
# make[1]: Leaving directory '/tmp/sip/src/sip-4.18/siplib'
# /tmp/sip/PKGBUILD: line 27: cd: /tmp/sip/src/sip-4.18-py2: No such file or directory
# ==> ERROR: A failure occurred in build().
# Aborting...