Build of liblockfile with android toolchain

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

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

SLOCLanguage
830 ansic
116 makefile
10 sh
956 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/arm-linux-androideabi --> /sysroot/arm-linux-androideabi
# /toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/SOURCES --> /sysroot/SOURCES
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/COPYING --> /sysroot/COPYING
# /toolchain_root/COPYING3 --> /sysroot/COPYING3
# /toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: liblockfile 1.09_6-1 (Tue Apr 4 20:01:23 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# patching file Makefile.in
# patching file Makefile.in
# patching file lockfile.c
# creating cache ./config.cache
# checking for gcc... arm-linux-androideabi-gcc
# checking whether the C compiler (arm-linux-androideabi-gcc ) works... yes
# checking whether the C compiler (arm-linux-androideabi-gcc ) is a cross-compiler... yes
# checking whether we are using GNU C... yes
# checking whether arm-linux-androideabi-gcc accepts -g... yes
# checking build shared libs... yes
# checking build libnfslock... no
# checking for ldconfig... /usr/bin/true
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
# checking for ANSI C header files... yes
# checking for getopt.h... yes
# checking for paths.h... yes
# checking for sys/param.h... yes
# checking for utime... yes
# checking for utimes... yes
# updating cache ./config.cache
# creating ./config.status
# creating ./Makefile
# creating ./maillock.h
# creating autoconf.h
# arm-linux-androideabi-gcc -Wall -D_GNU_SOURCE -fPIC -D_REENTRANT -I. -DLIB -DLOCKPROG=\"/usr/bin/dotlockfile\" \
# -c lockfile.c
# arm-linux-androideabi-gcc -Wall -D_GNU_SOURCE -fPIC -D_REENTRANT -I. -c -o dotlockfile.o dotlockfile.c
# arm-linux-androideabi-gcc -Wall -D_GNU_SOURCE -fPIC -D_REENTRANT -I. -c lockfile.c -o xlockfile.o
# ar rv liblockfile.a lockfile.o
# /r: creating liblockfile.a
# arm-linux-androideabi-gcc -o dotlockfile dotlockfile.o xlockfile.o
# a - lockfile.o
# arm-linux-androideabi-gcc -fPIC -shared -Wl,-soname,liblockfile.so.1 \
# -o liblockfile.so lockfile.o -lc
# ==> Entering fakeroot environment...
# ==> Starting package()...
# install -m 644 lockfile.h maillock.h /tmp/liblockfile/pkg/liblockfile/usr/include
# if [ "" != "" ]; then\
# install -g -m 2755 dotlockfile /tmp/liblockfile/pkg/liblockfile/usr/bin;\
# else \
# install -g root -m 755 dotlockfile /tmp/liblockfile/pkg/liblockfile/usr/bin; \
# fi
# install: cannot change ownership of '/tmp/liblockfile/pkg/liblockfile/usr/bin/dotlockfile': Operation not permitted
# make: *** [Makefile:64: install_common] Error 1
# ==> ERROR: A failure occurred in package().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/liblockfile/src/liblockfile-1.09/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# configure:536: checking for gcc
# configure:649: checking whether the C compiler (arm-linux-androideabi-gcc ) works
# configure:665: arm-linux-androideabi-gcc -o conftest conftest.c 1>&5
# configure:691: checking whether the C compiler (arm-linux-androideabi-gcc ) is a cross-compiler
# configure:696: checking whether we are using GNU C
# configure:705: arm-linux-androideabi-gcc -E conftest.c
# configure:724: checking whether arm-linux-androideabi-gcc accepts -g
# configure:764: checking build shared libs
# configure:789: checking build libnfslock
# configure:837: checking for ldconfig
# configure:871: checking how to run the C preprocessor
# configure:892: arm-linux-androideabi-gcc -E conftest.c >/dev/null 2>conftest.out
# configure:951: checking for ANSI C header files
# configure:964: arm-linux-androideabi-gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1063: checking for getopt.h
# configure:1073: arm-linux-androideabi-gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1063: checking for paths.h
# configure:1073: arm-linux-androideabi-gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1063: checking for sys/param.h
# configure:1073: arm-linux-androideabi-gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1106: checking for utime
# configure:1134: arm-linux-androideabi-gcc -o conftest -Wall -D_GNU_SOURCE -fPIC -D_REENTRANT conftest.c 1>&5
# configure:1106: checking for utimes
# configure:1134: arm-linux-androideabi-gcc -o conftest -Wall -D_GNU_SOURCE -fPIC -D_REENTRANT conftest.c 1>&5