Build of iscan-data with vanilla toolchain

The build took 00h 00m 16s and was SUCCESSFUL.

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

SLOCLanguage
1,453 sh
1,031 makefile
2,484 total

The process tree of the build process is here.

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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: iscan-data 1.36.0-3 (Wed Aug 24 13:52:24 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating policy/Makefile
# config.status: creating policy/make-policy-file
# Making all in policy
# make[1]: Entering directory '/tmp/iscan-data/src/iscan-data-1.36.0/policy'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/iscan-data/src/iscan-data-1.36.0/policy'
# make[1]: Entering directory '/tmp/iscan-data/src/iscan-data-1.36.0'
# cat usb.in > usb
# for file in `ls ./device/*.xml`; do \
# xsltproc ./usb.xsl $file \
# | tr '[A-F]' '[a-f]' | while read line ; do \
# if ! grep "$line" usb > /dev/null 2>&1; then \
# echo $line >> usb; \
# fi \
# done \
# done
# make[1]: Leaving directory '/tmp/iscan-data/src/iscan-data-1.36.0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in policy
# make[1]: Entering directory '/tmp/iscan-data/src/iscan-data-1.36.0/policy'
# make[2]: Entering directory '/tmp/iscan-data/src/iscan-data-1.36.0/policy'
# test -z "/usr/lib/iscan-data" || /usr/sbin/mkdir -p "/tmp/iscan-data/pkg/iscan-data/usr/lib/iscan-data"
# test -z "/usr/share/iscan-data" || /usr/sbin/mkdir -p "/tmp/iscan-data/pkg/iscan-data/usr/share/iscan-data"
# /usr/bin/install -c 'make-policy-file' '/tmp/iscan-data/pkg/iscan-data/usr/lib/iscan-data/make-policy-file'
# /usr/bin/install -c -m 644 'sled10.custom.fdi' '/tmp/iscan-data/pkg/iscan-data/usr/share/iscan-data/sled10.custom.fdi'
# /usr/bin/install -c -m 644 'fdi.xsl' '/tmp/iscan-data/pkg/iscan-data/usr/share/iscan-data/fdi.xsl'
# make[2]: Leaving directory '/tmp/iscan-data/src/iscan-data-1.36.0/policy'
# make[1]: Leaving directory '/tmp/iscan-data/src/iscan-data-1.36.0/policy'
# make[1]: Entering directory '/tmp/iscan-data/src/iscan-data-1.36.0'
# make[2]: Entering directory '/tmp/iscan-data/src/iscan-data-1.36.0'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/iscan-data" || /usr/sbin/mkdir -p "/tmp/iscan-data/pkg/iscan-data/usr/share/iscan-data"
# test -z "/usr/share/iscan-data" || /usr/sbin/mkdir -p "/tmp/iscan-data/pkg/iscan-data/usr/share/iscan-data"
# /usr/bin/install -c -m 644 'epkowa.desc' '/tmp/iscan-data/pkg/iscan-data/usr/share/iscan-data/epkowa.desc'
# /usr/bin/install -c -m 644 'usb' '/tmp/iscan-data/pkg/iscan-data/usr/share/iscan-data/usb'
# /usr/bin/install -c -m 644 'scsi' '/tmp/iscan-data/pkg/iscan-data/usr/share/iscan-data/scsi'
# /usr/bin/install -c -m 644 'fs-blacklist' '/tmp/iscan-data/pkg/iscan-data/usr/share/iscan-data/fs-blacklist'
# make install-data-hook
# make[3]: Entering directory '/tmp/iscan-data/src/iscan-data-1.36.0'
# if test ! -d /tmp/iscan-data/pkg/iscan-data//usr/share/iscan-data/device; then \
# /usr/sbin/mkdir -p /tmp/iscan-data/pkg/iscan-data//usr/share/iscan-data/device; \
# fi
# /usr/bin/install -c -m 644 ./device/*.xml \
# /tmp/iscan-data/pkg/iscan-data//usr/share/iscan-data/device
# if test x'yes' != x && test -f ./matching; then \
# if test ! -d /tmp/iscan-data/pkg/iscan-data//usr/var/lib/iscan-data; then \
# /usr/sbin/mkdir -p /tmp/iscan-data/pkg/iscan-data//usr/var/lib/iscan-data; \
# fi; \
# /usr/bin/install -c -m 644 ./matching /tmp/iscan-data/pkg/iscan-data//usr/var/lib/iscan-data/; \
# fi
# make[3]: Leaving directory '/tmp/iscan-data/src/iscan-data-1.36.0'
# make[2]: Leaving directory '/tmp/iscan-data/src/iscan-data-1.36.0'
# make[1]: Leaving directory '/tmp/iscan-data/src/iscan-data-1.36.0'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "iscan-data"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: iscan-data 1.36.0-3 (Wed Aug 24 13:52:28 UTC 2016)

CMD: pacman --query --file iscan-data-1.36.0-3-any.pkg.tar.xz
# iscan-data 1.36.0-3

Creating hybrid package for 'iscan-data'

Trying to find vanilla package 'iscan-data'...

CMD: pacman --query --file /mirror/iscan-data-1.36.0-3.pkg.tar.xz
# iscan-data 1.36.0-3

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/share/iscan-data/usb
# /usr/share/iscan-data/sled10.custom.fdi
# /usr/share/iscan-data/fs-blacklist
# /usr/share/iscan-data/fdi.xsl
# /usr/share/iscan-data/scsi
# /usr/share/iscan-data/epkowa.desc
# /usr/share/iscan-data/device/5049442030383846.xml
# /usr/share/iscan-data/device/5049442030383639.xml
# /usr/share/iscan-data/device/5049442030384335.xml
# /usr/share/iscan-data/device/5049442030384336.xml
# /usr/share/iscan-data/device/5049442030384333.xml
# /usr/share/iscan-data/device/5049442030383930.xml
# /usr/share/iscan-data/device/5049442030383936.xml
# /usr/share/iscan-data/device/5049442030383941.xml
# /usr/share/iscan-data/device/5049442030383731.xml
# /usr/share/iscan-data/device/5049442030384331.xml
# /usr/share/iscan-data/device/5049442030384145.xml
# /usr/share/iscan-data/device/5049442030384337.xml
# /usr/share/iscan-data/device/5049442030384430.xml
# /usr/share/iscan-data/device/5049442030384138.xml
# /usr/share/iscan-data/device/5049442030383935.xml
# /usr/share/iscan-data/device/5049442030384244.xml
# /usr/share/iscan-data/device/5049442030383738.xml
# /usr/share/iscan-data/device/5049442030383945.xml
# /usr/share/iscan-data/device/5049442030383641.xml
# /usr/share/iscan-data/device/5049442030383746.xml
# /usr/share/iscan-data/device/414c2d4d583230.xml
# /usr/share/iscan-data/device/5049442030384236.xml
# /usr/share/iscan-data/device/5049442030383944.xml
# /usr/share/iscan-data/device/5049442030384341.xml
# /usr/share/iscan-data/device/5049442030384344.xml
# /usr/share/iscan-data/device/5049442030384230.xml
# /usr/share/iscan-data/device/5049442030383830.xml
# /usr/share/iscan-data/device/5049442030383633.xml
# /usr/share/iscan-data/device/5049442030383933.xml
# /usr/share/iscan-data/device/5049442030383730.xml
# /usr/share/iscan-data/device/5049442030383631.xml
# /usr/share/iscan-data/device/5049442030383939.xml
# /usr/share/iscan-data/device/4e58333030.xml
# /usr/share/iscan-data/device/4c502d4d35333030.xml
# /usr/share/iscan-data/device/5049442030384330.xml
# /usr/share/iscan-data/device/5049442030383744.xml
# /usr/share/iscan-data/device/5049442030384142.xml
# /usr/share/iscan-data/device/45532d473131303030.xml
# /usr/share/iscan-data/device/5049442030383632.xml
# /usr/share/iscan-data/device/5049442030383544.xml
# /usr/share/iscan-data/device/5049442030383943.xml
# /usr/share/iscan-data/device/5049442030383543.xml
# /usr/share/iscan-data/device/4c502d4d38303430.xml
# /usr/share/iscan-data/device/5049442030383545.xml
# /usr/share/iscan-data/device/5049442030383835.xml
# /usr/share/iscan-data/device/5049442030383739.xml
# /usr/share/iscan-data/device/5049442030384246.xml
# /usr/share/iscan-data/device/5049442030384245.xml
# /usr/share/iscan-data/device/5049442030384239.xml
# /usr/share/iscan-data/device/5049442030384338.xml
# /usr/share/iscan-data/device/5049442030384238.xml
# /usr/share/iscan-data/device/5049442030383743.xml
# /usr/share/iscan-data/device/5049442030383630.xml
# /usr/share/iscan-data/device/5049442030384139.xml
# /usr/share/iscan-data/device/5049442030383937.xml
# /usr/share/iscan-data/device/5049442030383946.xml
# /usr/share/iscan-data/device/5049442030384130.xml
# /usr/share/iscan-data/device/5049442030383635.xml
# /usr/share/iscan-data/device/5049442030384234.xml
# /usr/share/iscan-data/device/5049442030383634.xml
# /usr/share/iscan-data/device/5049442030383833.xml
# /usr/share/iscan-data/device/5049442030384146.xml
# /usr/share/iscan-data/device/5049442030384334.xml
# /usr/share/iscan-data/device/5049442030384136.xml
# /usr/share/iscan-data/device/414c2d4d583231.xml
# /usr/share/iscan-data/device/5049442030383938.xml
# /usr/share/iscan-data/device/5049442030383745.xml
# /usr/share/iscan-data/device/5049442030384235.xml
# /usr/share/iscan-data/device/5049442030384233.xml
# /usr/share/iscan-data/device/5049442030384131.xml
# /usr/share/iscan-data/device/5049442030383546.xml
# /usr/share/iscan-data/device/5049442030383931.xml
# /usr/share/iscan-data/device/5049442030383732.xml
# /usr/share/iscan-data/device/5049442030383831.xml
# /usr/share/iscan-data/device/5049442030383742.xml
# /usr/share/iscan-data/device/5049442030384237.xml
# /usr/share/iscan-data/device/45787072657373696f6e3131303030.xml
# /usr/share/iscan-data/device/5049442030384135.xml
# /usr/share/iscan-data/device/5049442030384339.xml
# /usr/share/iscan-data/device/5049442030383932.xml
# /usr/share/iscan-data/device/414c2d4d58333030.xml
# /usr/share/iscan-data/device/5049442030384141.xml
# /usr/share/iscan-data/device/5049442030383942.xml
# /usr/share/iscan-data/device/47542d58393830.xml
# /usr/share/iscan-data/device/5049442030383834.xml
# /usr/share/iscan-data/device/5049442030383733.xml
# /usr/share/doc/iscan-data/KNOWN-PROBLEMS
# /usr/share/doc/iscan-data/NEWS
# /usr/share/doc/iscan-data/SUPPORTED-DEVICES
# /usr/lib/iscan-data/make-policy-file
# /sysroot/usr/lib/iscan-data/make-policy-file

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

CMD: bsdtar -tqf iscan-data.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/iscan-data.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/iscan-data.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 682

Attempting to access local repository, attempt 2

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

Printing config logfiles

CMD: config logfiles '/tmp/iscan-data/src/iscan-data-1.36.0/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 iscan-data configure 1.36.0, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = d390c7021a0c
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /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: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1915: checking for a BSD-compatible install
# configure:1971: result: /usr/bin/install -c
# configure:1982: checking whether build environment is sane
# configure:2025: result: yes
# configure:2053: checking for a thread-safe mkdir -p
# configure:2092: result: /usr/sbin/mkdir -p
# configure:2105: checking for gawk
# configure:2121: found /usr/sbin/gawk
# configure:2132: result: gawk
# configure:2143: checking whether make sets $(MAKE)
# configure:2164: result: yes
# configure:2244: checking for x86_64-unknown-linux-strip
# configure:2274: result: no
# configure:2284: checking for strip
# configure:2300: found /usr/sbin/strip
# configure:2311: result: strip
# configure:2607: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by iscan-data config.status 1.36.0, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on d390c7021a0c
#
# config.status:624: creating Makefile
# config.status:624: creating policy/Makefile
# config.status:624: creating policy/make-policy-file
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# 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_ac_ct_STRIP=strip
# ac_cv_prog_make_make_set=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/iscan-data/src/iscan-data-1.36.0/missing --run aclocal-1.10'
# AMTAR='${SHELL} /tmp/iscan-data/src/iscan-data-1.36.0/missing --run tar'
# AUTOCONF='${SHELL} /tmp/iscan-data/src/iscan-data-1.36.0/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/iscan-data/src/iscan-data-1.36.0/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/iscan-data/src/iscan-data-1.36.0/missing --run automake-1.10'
# AWK='gawk'
# COPYRIGHT_PERIOD='2010-2015'
# CYGPATH_W='echo'
# DEFS='-DPACKAGE_NAME=\"iscan-data\" -DPACKAGE_TARNAME=\"iscan-data\" -DPACKAGE_VERSION=\"1.36.0\" -DPACKAGE_STRING=\"iscan-data\ 1.36.0\" -DPACKAGE_BUGREPORT=\"linux-scanner@epson.jp\" -DPACKAGE=\"iscan-data\" -DVERSION=\"1.36.0\"'
# 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/iscan-data/src/iscan-data-1.36.0/missing --run makeinfo'
# PACKAGE='iscan-data'
# PACKAGE_BUGREPORT='linux-scanner@epson.jp'
# PACKAGE_NAME='iscan-data'
# PACKAGE_RELEASE='1'
# PACKAGE_STRING='iscan-data 1.36.0'
# PACKAGE_TARNAME='iscan-data'
# PACKAGE_VERSION='1.36.0'
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.36.0'
# am__isrc=''
# am__leading_dot='.'
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# including device information and policy file generation logic.'
# infodir='${datarootdir}/info'
# install_sh='$(SHELL) /tmp/iscan-data/src/iscan-data-1.36.0/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}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# scm_deb_builddir='${top_builddir}/debian'
# scm_deb_dists='unstable'
# scm_deb_have_control_in_FALSE='#'
# scm_deb_have_control_in_TRUE=''
# scm_deb_have_copyright_in_FALSE='#'
# scm_deb_have_copyright_in_TRUE=''
# scm_deb_have_rules_in_FALSE='#'
# scm_deb_have_rules_in_TRUE=''
# scm_deb_maint='AVASYS CORPORATION'
# scm_deb_maint_email='linux-scanner@epson.jp'
# scm_deb_srcdir='${top_srcdir}/debian'
# scm_deb_urgency='low'
# scm_rpm_have_spec_in_FALSE='#'
# scm_rpm_have_spec_in_TRUE=''
# scm_rpm_maint='AVASYS CORPORATION'
# scm_rpm_maint_email='linux-scanner@epson.jp'
# scm_rpm_spec='iscan-data.spec'
# scm_rpm_spec_in='rpm.spec.in'
# scm_rpm_spec_is_srcdir_file_FALSE='#'
# scm_rpm_spec_is_srcdir_file_TRUE=''
# scm_src_author='AVASYS CORPORATION'
# scm_src_author_email='linux-scanner@epson.jp'
# scm_src_footer='Image Scan! for Linux will not function without this package.'
# scm_src_have_readme_in_FALSE=''
# scm_src_have_readme_in_TRUE='#'
# scm_src_header='Provides the necessary support files for Image Scan! for Linux,\
# scm_src_maint='AVASYS CORPORATION'
# scm_src_maint_email='linux-scanner@epson.jp'
# scm_src_release='1'
# scm_src_summary='Image Scan! for Linux data files'
# scm_src_vendor='SEIKO EPSON CORPORATION'
# scm_src_vendor_email='linux-scanner@epson.jp'
# scm_src_website='http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "iscan-data"
# #define PACKAGE_TARNAME "iscan-data"
# #define PACKAGE_VERSION "1.36.0"
# #define PACKAGE_STRING "iscan-data 1.36.0"
# #define PACKAGE_BUGREPORT "linux-scanner@epson.jp"
# #define PACKAGE "iscan-data"
# #define VERSION "1.36.0"
#
# configure: exit 0