Build of itstool with android toolchain

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

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

SLOCLanguage
1,413 python
625 sh
2,038 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...

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: itstool 2.0.2-1 (Tue Apr 4 21:35:29 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether /usr/bin/python2 version >= 2.6... yes
# checking for /usr/bin/python2 version... 2.7
# checking for /usr/bin/python2 platform... linux2
# checking for /usr/bin/python2 script directory... ${prefix}/lib/python2.7/site-packages
# checking for /usr/bin/python2 extension module directory... ${exec_prefix}/lib/python2.7/site-packages
# checking for python module libxml2... not found
# configure: error: Python module libxml2 is needed to run this package
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/itstool/src/itstool-2.0.2/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by itstool configure 2.0.2, which was
# generated by GNU Autoconf 2.66. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr PYTHON=/usr/bin/python2
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 9054d6a2a292
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /sysroot/libexec/gcc/arm-linux-androideabi/4.8
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1720: checking for a BSD-compatible install
# configure:1788: result: /usr/bin/install -c
# configure:1799: checking whether build environment is sane
# configure:1849: result: yes
# configure:1898: checking for arm-linux-androideabi-strip
# configure:1914: found /sysroot/bin/arm-linux-androideabi-strip
# configure:1925: result: arm-linux-androideabi-strip
# configure:1990: checking for a thread-safe mkdir -p
# configure:2029: result: /usr/sbin/mkdir -p
# configure:2042: checking for gawk
# configure:2058: found /usr/sbin/gawk
# configure:2069: result: gawk
# configure:2080: checking whether make sets $(MAKE)
# configure:2102: result: yes
# configure:2198: checking whether /usr/bin/python2 version >= 2.6
# configure:2209: /usr/bin/python2 -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
# configure:2212: $? = 0
# configure:2214: result: yes
# configure:2305: checking for /usr/bin/python2 version
# configure:2312: result: 2.7
# configure:2324: checking for /usr/bin/python2 platform
# configure:2331: result: linux2
# configure:2338: checking for /usr/bin/python2 script directory
# configure:2367: result: ${prefix}/lib/python2.7/site-packages
# configure:2376: checking for /usr/bin/python2 extension module directory
# configure:2405: result: ${exec_prefix}/lib/python2.7/site-packages
# configure:2420: checking for python module libxml2
# configure:2424: result: not found
# configure:2426: error: Python module libxml2 is needed to run this package
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_env_build_alias_set=set
# ac_cv_env_build_alias_value=x86_64-unknown-linux
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=arm-linux-androideabi
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_STRIP=arm-linux-androideabi-strip
# ac_cv_prog_make_make_set=yes
# am_cv_python_platform=linux2
# am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
# am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
# am_cv_python_version=2.7
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/itstool/src/itstool-2.0.2/missing --run aclocal-1.11'
# AMTAR='${SHELL} /tmp/itstool/src/itstool-2.0.2/missing --run tar'
# AUTOCONF='${SHELL} /tmp/itstool/src/itstool-2.0.2/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/itstool/src/itstool-2.0.2/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/itstool/src/itstool-2.0.2/missing --run automake-1.11'
# AWK='gawk'
# CYGPATH_W='echo'
# DATADIR='/usr/share'
# DEFS=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/itstool/src/itstool-2.0.2/missing --run makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# PACKAGE='itstool'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='itstool'
# PACKAGE_STRING='itstool 2.0.2'
# PACKAGE_TARNAME='itstool'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.0.2'
# PATH_SEPARATOR=':'
# PYTHON='/usr/bin/python2'
# PYTHON_EXEC_PREFIX='${exec_prefix}'
# PYTHON_PLATFORM='linux2'
# PYTHON_PREFIX='${prefix}'
# PYTHON_VERSION='2.7'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='arm-linux-androideabi-strip'
# VERSION='2.0.2'
# am__isrc=''
# am__leading_dot='.'
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build_alias='x86_64-unknown-linux'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='NONE'
# host_alias='arm-linux-androideabi'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/itstool/src/itstool-2.0.2/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/sbin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# pkgpyexecdir='${pyexecdir}/itstool'
# pkgpythondir='${pythondir}/itstool'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
# pythondir='${prefix}/lib/python2.7/site-packages'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "itstool"
# #define PACKAGE_TARNAME "itstool"
# #define PACKAGE_VERSION "2.0.2"
# #define PACKAGE_STRING "itstool 2.0.2"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "itstool"
# #define VERSION "2.0.2"
#
# configure: exit 1