The build took 00h 00m 42s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
6,546 |
python |
5,837 |
ansic |
621 |
sh |
144 |
makefile |
53 |
php |
13,201 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
Due to the failure of this package to build, we did not attempt to build several packages that depend on this one. Those packages are:
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:
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/libexecCMD: 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: python-pycurl 7.43.0-1 (Thu Apr 13 21:13:14 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...python setup.py docstringspython setup.py buildUsing curl-config (libcurl 7.49.1)running buildrunning build_pycreating buildcreating build/lib.linux-x86_64-3.5creating build/lib.linux-x86_64-3.5/curlcopying python/curl/__init__.py -> build/lib.linux-x86_64-3.5/curlrunning build_extbuilding 'pycurl' extensioncreating build/temp.linux-x86_64-3.5creating build/temp.linux-x86_64-3.5/srcclang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYCURL_VERSION="7.43.0" -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.5m -c src/docstrings.c -o build/temp.linux-x86_64-3.5/src/docstrings.oclang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYCURL_VERSION="7.43.0" -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.5m -c src/easy.c -o build/temp.linux-x86_64-3.5/src/easy.oclang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYCURL_VERSION="7.43.0" -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.5m -c src/module.c -o build/temp.linux-x86_64-3.5/src/module.oclang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYCURL_VERSION="7.43.0" -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.5m -c src/multi.c -o build/temp.linux-x86_64-3.5/src/multi.oclang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYCURL_VERSION="7.43.0" -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.5m -c src/oscompat.c -o build/temp.linux-x86_64-3.5/src/oscompat.oclang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYCURL_VERSION="7.43.0" -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.5m -c src/pythoncompat.c -o build/temp.linux-x86_64-3.5/src/pythoncompat.oclang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYCURL_VERSION="7.43.0" -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.5m -c src/share.c -o build/temp.linux-x86_64-3.5/src/share.oclang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYCURL_VERSION="7.43.0" -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.5m -c src/stringcompat.c -o build/temp.linux-x86_64-3.5/src/stringcompat.oclang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYCURL_VERSION="7.43.0" -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.5m -c src/threadsupport.c -o build/temp.linux-x86_64-3.5/src/threadsupport.ogcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-3.5/src/docstrings.o build/temp.linux-x86_64-3.5/src/easy.o build/temp.linux-x86_64-3.5/src/module.o build/temp.linux-x86_64-3.5/src/multi.o build/temp.linux-x86_64-3.5/src/oscompat.o build/temp.linux-x86_64-3.5/src/pythoncompat.o build/temp.linux-x86_64-3.5/src/share.o build/temp.linux-x86_64-3.5/src/stringcompat.o build/temp.linux-x86_64-3.5/src/threadsupport.o -L/usr/lib -lcurl -lcrypto -lpython3.5m -o build/lib.linux-x86_64-3.5/pycurl.cpython-35m-x86_64-linux-gnu.soUsing curl-config (libcurl 7.49.1)running buildrunning build_pyrunning build_ext/tmp/python-pycurl/PKGBUILD: line 40: cd: /tmp/python-pycurl/src/pycurl-py2: No such file or directory==> ERROR: A failure occurred in build(). Aborting...