Build of libtermkey with clang_glibc toolchain

The build took 00h 01m 02s and was SUCCESSFUL.

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

SLOCLanguage
3,428 ansic
100 makefile
3,528 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: libtermkey 0.18-2 (Thu Apr 13 16:12:43 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) unibilium-1.2.0-1
#
# Total Installed Size: 0.23 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing unibilium...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# libtool --quiet --mode=compile --tag=CC clang -Wall -std=c99 -DHAVE_UNIBILIUM -o termkey.lo -c termkey.c
# libtool --quiet --mode=compile --tag=CC clang -Wall -std=c99 -DHAVE_UNIBILIUM -o driver-csi.lo -c driver-csi.c
# libtool --quiet --mode=compile --tag=CC clang -Wall -std=c99 -DHAVE_UNIBILIUM -o driver-ti.lo -c driver-ti.c
# libtool --quiet --mode=link --tag=CC clang -rpath /usr/lib -version-info 13:0:12 -lunibilium -o libtermkey.la termkey.lo driver-csi.lo driver-ti.lo
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool --quiet --mode=compile --tag=CC clang -Wall -std=c99 -DHAVE_UNIBILIUM -o demo.lo -c demo.c
# libtool --quiet --mode=link --tag=CC clang -o demo libtermkey.la demo.lo
# libtool --quiet --mode=compile --tag=CC clang -Wall -std=c99 -DHAVE_UNIBILIUM -o demo-async.lo -c demo-async.c
# libtool --quiet --mode=link --tag=CC clang -o demo-async libtermkey.la demo-async.lo
# libtool --quiet --mode=compile --tag=CC clang -o demo-glib.lo -c demo-glib.c -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
# libtool --quiet --mode=link --tag=CC clang -o demo-glib libtermkey.la demo-glib.lo -lglib-2.0
# ==> Entering fakeroot environment...
# ==> Starting package()...
# install -d /tmp/libtermkey/pkg/libtermkey/usr/include
# install -m644 termkey.h /tmp/libtermkey/pkg/libtermkey/usr/include
# install -d /tmp/libtermkey/pkg/libtermkey/usr/lib/pkgconfig
# sed "s,@LIBDIR@,/usr/lib,;s,@INCDIR@,/usr/include," /tmp/libtermkey/pkg/libtermkey/usr/lib/pkgconfig/termkey.pc
# install -d /tmp/libtermkey/pkg/libtermkey/usr/lib
# libtool --quiet --mode=install install libtermkey.la /tmp/libtermkey/pkg/libtermkey/usr/lib/libtermkey.la
# libtool: warning: remember to run 'libtool --finish /usr/lib'
# install -d /tmp/libtermkey/pkg/libtermkey/usr/share/man/man3
# install -d /tmp/libtermkey/pkg/libtermkey/usr/share/man/man7
# for F in man/*.3; do \
# gzip <$F >/tmp/libtermkey/pkg/libtermkey/usr/share/man/man3/${F#man/}.gz; \
# done
# for F in man/*.7; do \
# gzip <$F >/tmp/libtermkey/pkg/libtermkey/usr/share/man/man7/${F#man/}.gz; \
# done
# while read FROM EQ TO; do \
# echo ln -sf $TO.gz /tmp/libtermkey/pkg/libtermkey/usr/share/man/man3/$FROM.gz; \
# done < man/also
# ln -sf termkey_new.3.gz /tmp/libtermkey/pkg/libtermkey/usr/share/man/man3/termkey_destroy.3.gz
# ln -sf termkey_new.3.gz /tmp/libtermkey/pkg/libtermkey/usr/share/man/man3/termkey_new_abstract.3.gz
# ln -sf termkey_set_flags.3.gz /tmp/libtermkey/pkg/libtermkey/usr/share/man/man3/termkey_get_flags.3.gz
# ln -sf termkey_set_canonflags.3.gz /tmp/libtermkey/pkg/libtermkey/usr/share/man/man3/termkey_get_canonflags.3.gz
# ln -sf termkey_set_buffer_size.3.gz /tmp/libtermkey/pkg/libtermkey/usr/share/man/man3/termkey_get_buffer_size.3.gz
# ln -sf termkey_set_waittime.3.gz /tmp/libtermkey/pkg/libtermkey/usr/share/man/man3/termkey_get_waittime.3.gz
# ln -sf termkey_getkey.3.gz /tmp/libtermkey/pkg/libtermkey/usr/share/man/man3/termkey_getkey_force.3.gz
# ln -sf termkey_start.3.gz /tmp/libtermkey/pkg/libtermkey/usr/share/man/man3/termkey_stop.3.gz
# ln -sf termkey_start.3.gz /tmp/libtermkey/pkg/libtermkey/usr/share/man/man3/termkey_is_started.3.gz
# libtool --quiet --mode=finish /tmp/libtermkey/pkg/libtermkey/usr/lib
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libtermkey"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libtermkey 0.18-2 (Thu Apr 13 16:12:54 UTC 2017)

CMD: pacman --query --file libtermkey-0.18-2-x86_64.pkg.tar.xz
# libtermkey 0.18-2

Creating hybrid package for 'libtermkey'

Trying to find vanilla package 'libtermkey'...

CMD: pacman --query --file /mirror/libtermkey-0.18-2.pkg.tar.xz
# libtermkey 0.18-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/include/termkey.h
# /usr/lib/libtermkey.so.1
# /usr/lib/libtermkey.so
# /usr/lib/libtermkey.so.1.12.0
# /usr/lib/pkgconfig/termkey.pc
# /usr/share/man/man3/termkey_advisereadable.3.gz
# /usr/share/man/man3/termkey_canonicalise.3.gz
# /usr/share/man/man3/termkey_get_buffer_remaining.3.gz
# /usr/share/man/man3/termkey_get_fd.3.gz
# /usr/share/man/man3/termkey_get_keyname.3.gz
# /usr/share/man/man3/termkey_getkey.3.gz
# /usr/share/man/man3/termkey_interpret_csi.3.gz
# /usr/share/man/man3/termkey_interpret_modereport.3.gz
# /usr/share/man/man3/termkey_interpret_mouse.3.gz
# /usr/share/man/man3/termkey_interpret_position.3.gz
# /usr/share/man/man3/termkey_keycmp.3.gz
# /usr/share/man/man3/termkey_keyname2sym.3.gz
# /usr/share/man/man3/termkey_lookup_keyname.3.gz
# /usr/share/man/man3/termkey_new.3.gz
# /usr/share/man/man3/termkey_push_bytes.3.gz
# /usr/share/man/man3/termkey_set_buffer_size.3.gz
# /usr/share/man/man3/termkey_set_canonflags.3.gz
# /usr/share/man/man3/termkey_set_flags.3.gz
# /usr/share/man/man3/termkey_set_waittime.3.gz
# /usr/share/man/man3/termkey_start.3.gz
# /usr/share/man/man3/termkey_strfkey.3.gz
# /usr/share/man/man3/termkey_strpkey.3.gz
# /usr/share/man/man3/termkey_waitkey.3.gz
# /usr/share/man/man7/termkey.7.gz
# /usr/share/licenses/libtermkey/LICENSE
# /sysroot/usr/lib/libtermkey.so.1.12.0
# /sysroot/usr/lib/libtermkey.so.1
# /sysroot/usr/lib/libtermkey.so
# /sysroot/usr/lib/libtermkey.la
# /sysroot/usr/lib/libtermkey.a
# /sysroot/usr/lib/pkgconfig/termkey.pc
# /sysroot/usr/include/termkey.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libtermkey.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libtermkey.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libtermkey.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libtermkey.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'