Build of perl-template-toolkit with android toolchain

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

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

SLOCLanguage
14,701 perl
1,637 makefile
970 ansic
5 sh
17,313 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: perl-template-toolkit 2.26-3 (Tue Apr 4 21:48:51 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) perl-appconfig-1.71-1
#
# Total Installed Size: 0.16 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 perl-appconfig...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
#
# Template Toolkit Version 2.26
# =============================
#
# Using Unix defaults.
# Run 'perl Makefile.PL TT_HELP' for a summary of options.
# Accepting defaults automatically (TT_ACCEPT).
#
# Template::Stash::XS
# -------------------
#
# The Template::Stash module is a core part of the Template Toolkit,
# implementing the magic for accessing data using the dot notation.
#
# There is a high speed version, Template::Stash::XS, written in C.
# This makes the Template Toolkit run about twice as fast as when using
# the regular Template::Stash written in Perl. If you've got a C
# compiler on your system then you can elect to have the XS Stash built.
# You can also specify that you want to use the XS Stash by default.
#
# Note that as of version 2.15 the XS Stash now supports access to tied
# hashes and arrays.
#
# See 'perldoc Template::Config' for further details.
#
# Do you want to build the XS Stash module? [y] y
# Do you want to use the XS Stash by default? [y] y
# Warning: prerequisite Test::LeakTrace 0 not found.
#
# Checking if your kit is complete...
# Warning: the following files are missing in your kit:
# t/url2.t
# Please inform the author.
# Checking if your kit is complete...
# Looks good
# Generating a Unix-style Makefile
# Writing Makefile for Template::Stash::XS
# Writing MYMETA.yml and MYMETA.json
# Generating a Unix-style Makefile
# Writing Makefile for Template
# Writing MYMETA.yml and MYMETA.json
#
# Configuration complete. You should now run 'make', 'make test' and
# then 'make install'. See the README file for further information.
# make[1]: Entering directory '/tmp/perl-template-toolkit/src/Template-Toolkit-2.26/xs'
# Running Mkbootstrap for Template::Stash::XS ()
# "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap "/usr/share/perl5/core_perl/ExtUtils/typemap" Stash.xs > Stash.xsc && mv Stash.xsc Stash.c
# chmod 644 "XS.bs"
# cp lib/Template/Manual.pod blib/lib/Template/Manual.pod
# cp lib/Template/Manual/VMethods.pod blib/lib/Template/Manual/VMethods.pod
# cp lib/Template/Namespace/Constants.pm blib/lib/Template/Namespace/Constants.pm
# cp lib/Template/Manual/Directives.pod blib/lib/Template/Manual/Directives.pod
# cp lib/Template/Document.pm blib/lib/Template/Document.pm
# cp lib/Template/Plugin/Directory.pm blib/lib/Template/Plugin/Directory.pm
# cp lib/Template/Manual/Views.pod blib/lib/Template/Manual/Views.pod
# cp lib/Template/Manual/Variables.pod blib/lib/Template/Manual/Variables.pod
# cp lib/Template/Manual/Plugins.pod blib/lib/Template/Manual/Plugins.pod
# cp lib/Template/Exception.pm blib/lib/Template/Exception.pm
# cp lib/Template/Plugin/Image.pm blib/lib/Template/Plugin/Image.pm
# cp lib/Template/Plugin/Date.pm blib/lib/Template/Plugin/Date.pm
# cp lib/Template/FAQ.pod blib/lib/Template/FAQ.pod
# cp lib/Template/Plugin/Pod.pm blib/lib/Template/Plugin/Pod.pm
# cp lib/Template/Modules.pod blib/lib/Template/Modules.pod
# cp lib/Template/Manual/Credits.pod blib/lib/Template/Manual/Credits.pod
# cp lib/Template/Plugin/HTML.pm blib/lib/Template/Plugin/HTML.pm
# cp lib/Template/Manual/Internals.pod blib/lib/Template/Manual/Internals.pod
# cp lib/Template/Plugin/Assert.pm blib/lib/Template/Plugin/Assert.pm
# cp lib/Template/Manual/Intro.pod blib/lib/Template/Manual/Intro.pod
# cp lib/Template/Manual/Filters.pod blib/lib/Template/Manual/Filters.pod
# cp lib/Template/Config.pm blib/lib/Template/Config.pm
# cp lib/Template/Filters.pm blib/lib/Template/Filters.pm
# cp lib/Template/Constants.pm blib/lib/Template/Constants.pm
# cp lib/Template/Plugin/File.pm blib/lib/Template/Plugin/File.pm
# cp lib/Template/Parser.pm blib/lib/Template/Parser.pm
# cp lib/Template/Plugin/Filter.pm blib/lib/Template/Plugin/Filter.pm
# cp lib/Template/Directive.pm blib/lib/Template/Directive.pm
# cp lib/Template/Base.pm blib/lib/Template/Base.pm
# cp lib/Template/Plugin/CGI.pm blib/lib/Template/Plugin/CGI.pm
# cp lib/Template.pm blib/lib/Template.pm
# cp lib/Template/Manual/Syntax.pod blib/lib/Template/Manual/Syntax.pod
# cp lib/Template/Plugin/Datafile.pm blib/lib/Template/Plugin/Datafile.pm
# cp lib/Template/Manual/Config.pod blib/lib/Template/Manual/Config.pod
# cp lib/Template/Context.pm blib/lib/Template/Context.pm
# cp lib/Template/Plugin/Math.pm blib/lib/Template/Plugin/Math.pm
# cp lib/Template/Iterator.pm blib/lib/Template/Iterator.pm
# cp lib/Template/Plugin/Iterator.pm blib/lib/Template/Plugin/Iterator.pm
# cp lib/Template/Plugin/Format.pm blib/lib/Template/Plugin/Format.pm
# cp lib/Template/Plugin.pm blib/lib/Template/Plugin.pm
# cp lib/Template/Plugin/Dumper.pm blib/lib/Template/Plugin/Dumper.pm
# cp lib/Template/Grammar.pm blib/lib/Template/Grammar.pm
# cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DVERSION=\"2.26\" -DXS_VERSION=\"2.26\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" Stash.c
# c: error: unrecognized argument in option '-march=x86-64'
# c: note: valid arguments to '-march=' are: armv2 armv2a armv3 armv3m armv4 armv4t armv5 armv5e armv5t armv5te armv6 armv6-m armv6j armv6k armv6s-m armv6t2 armv6z armv6zk armv7 armv7-a armv7-m armv7-r armv7e-m armv8-a iwmmxt iwmmxt2 native
# c: error: unrecognized argument in option '-mtune=generic'
# c: note: valid arguments to '-mtune=' are: arm1020e arm1020t arm1022e arm1026ej-s arm10e arm10tdmi arm1136j-s arm1136jf-s arm1156t2-s arm1156t2f-s arm1176jz-s arm1176jzf-s arm2 arm250 arm3 arm6 arm60 arm600 arm610 arm620 arm7 arm70 arm700 arm700i arm710 arm7100 arm710c arm710t arm720 arm720t arm740t arm7500 arm7500fe arm7d arm7di arm7dm arm7dmi arm7m arm7tdmi arm7tdmi-s arm8 arm810 arm9 arm920 arm920t arm922t arm926ej-s arm940t arm946e-s arm966e-s arm968e-s arm9e arm9tdmi cortex-a15 cortex-a5 cortex-a7 cortex-a8 cortex-a9 cortex-m0 cortex-m0plus cortex-m1 cortex-m3 cortex-m4 cortex-r4 cortex-r4f cortex-r5 ep9312 fa526 fa606te fa626 fa626te fa726te fmp626 generic-armv7-a iwmmxt iwmmxt2 marvell-pj4 mpcore mpcorenovfp native strongarm strongarm110 strongarm1100 strongarm1110 xscale
# c: error: unrecognized command line option '-fstack-protector-strong'
# c: error: unrecognized command line option '-fstack-protector-strong'
# make[1]: *** [Makefile:314: Stash.o] Error 1
# make[1]: Leaving directory '/tmp/perl-template-toolkit/src/Template-Toolkit-2.26/xs'
# make: *** [Makefile:910: subdirs] Error 2
# make: *** Waiting for unfinished jobs....
# cp lib/Template/Provider.pm blib/lib/Template/Provider.pm
# cp lib/Template/Toolkit.pod blib/lib/Template/Toolkit.pod
# cp lib/Template/Plugin/Scalar.pm blib/lib/Template/Plugin/Scalar.pm
# cp lib/Template/Plugin/Table.pm blib/lib/Template/Plugin/Table.pm
# cp lib/Template/Stash/Context.pm blib/lib/Template/Stash/Context.pm
# cp lib/Template/Tutorial.pod blib/lib/Template/Tutorial.pod
# cp lib/Template/Plugin/String.pm blib/lib/Template/Plugin/String.pm
# cp lib/Template/Tutorial/Web.pod blib/lib/Template/Tutorial/Web.pod
# cp lib/Template/Tools.pod blib/lib/Template/Tools.pod
# cp lib/Template/Plugin/View.pm blib/lib/Template/Plugin/View.pm
# cp lib/Template/Plugin/URL.pm blib/lib/Template/Plugin/URL.pm
# cp lib/Template/Tools/ttree.pod blib/lib/Template/Tools/ttree.pod
# cp lib/Template/Service.pm blib/lib/Template/Service.pm
# cp lib/Template/Plugins.pm blib/lib/Template/Plugins.pm
# cp lib/Template/Plugin/Procedural.pm blib/lib/Template/Plugin/Procedural.pm
# cp lib/Template/Tools/tpage.pod blib/lib/Template/Tools/tpage.pod
# cp lib/Template/Stash.pm blib/lib/Template/Stash.pm
# cp lib/Template/Tutorial/Datafile.pod blib/lib/Template/Tutorial/Datafile.pod
# cp lib/Template/VMethods.pm blib/lib/Template/VMethods.pm
# cp lib/Template/Stash/XS.pm blib/lib/Template/Stash/XS.pm
# cp lib/Template/Test.pm blib/lib/Template/Test.pm
# cp lib/Template/Plugin/Wrap.pm blib/lib/Template/Plugin/Wrap.pm
# cp lib/Template/View.pm blib/lib/Template/View.pm
# ==> ERROR: A failure occurred in build().
# Aborting...