Build of texi2html with clang_glibc toolchain

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

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

SLOCLanguage
262,610 perl
10,034 makefile
4,832 sh
16 sed
277,492 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...

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: texi2html 5.0-4 (Thu Apr 13 18:02:47 UTC 2017)
# ==> 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 x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking how to create a ustar tar archive... gnutar
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/bin/msgfmt
# checking for gmsgfmt... /usr/bin/msgfmt
# checking for xgettext... /usr/bin/xgettext
# checking for msgmerge... /usr/bin/msgmerge
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking dependency style of clang... none
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for ld used by GCC... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for shared library run path origin... done
# checking for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# checking for GNU gettext in libc... yes
# checking whether to use NLS... yes
# checking where the gettext function comes from... libc
# checking whether ln -s works... yes
# checking for perl... /usr/bin/perl
# configure: creating ./config.status
# config.status: creating po_messages/Makefile.in
# config.status: creating po_document/Makefile.in
# config.status: creating po_messages/POTFILES.in
# config.status: creating po_document/POTFILES.in
# config.status: creating po_messages/Makevars
# config.status: creating po_document/Makevars
# config.status: creating Makefile
# config.status: creating Tests/Makefile
# config.status: creating test/Makefile
# config.status: creating test/contents/Makefile
# config.status: creating test/coverage/Makefile
# config.status: creating test/info_coverage/Makefile
# config.status: creating test/formatting/Makefile
# config.status: creating test/indices/Makefile
# config.status: creating test/invalid/Makefile
# config.status: creating test/misc/Makefile
# config.status: creating test/encodings/Makefile
# config.status: creating test/macros/Makefile
# config.status: creating test/manuals/Makefile
# config.status: creating test/nested_formats/Makefile
# config.status: creating test/sectionning/Makefile
# config.status: creating test/htmlxref/Makefile
# config.status: creating test/htmlxref-only_mono/Makefile
# config.status: creating test/htmlxref-only_split/Makefile
# config.status: creating test/xemacs_manual/Makefile
# config.status: creating test/texi2html_manual/Makefile
# config.status: creating test/tar_manual/Makefile
# config.status: creating test/singular_manual/Makefile
# config.status: creating test/layout/Makefile
# config.status: creating test/many_input_files/Makefile
# config.status: creating doc/Makefile
# config.status: creating test/path_separator
# config.status: creating texi2html_configured.pl
# config.status: creating check_texinfo.pl
# config.status: creating manage_i18n.pl
# config.status: executing po-directories commands
# config.status: creating po_messages/POTFILES
# config.status: creating po_messages/Makefile
# config.status: creating po_document/POTFILES
# config.status: creating po_document/Makefile
# config.status: executing depfiles commands
# Making all in po_document
# make[1]: Entering directory '/tmp/texi2html/src/texi2html-5.0/po_document'
# make[1]: Leaving directory '/tmp/texi2html/src/texi2html-5.0/po_document'
# Making all in po_messages
# make[1]: Entering directory '/tmp/texi2html/src/texi2html-5.0/po_messages'
# make[1]: Leaving directory '/tmp/texi2html/src/texi2html-5.0/po_messages'
# Making all in .
# make[1]: Entering directory '/tmp/texi2html/src/texi2html-5.0'
# /usr/bin/mkdir -p i18n
# if test 'yes' = 'yes'; then \
# for file in "././po_document/"*".po"; do lang=`basename "$file" .po | sed 's/\..*//'`; \
# test "$lang" = 'en' && continue; \
# msgexec -i "$file" "./gettext_to_separated.pl" | "./separated_to_hash.pl" $lang > i18n/$lang.thl; \
# done; \
# msgexec -i po_document/texi2html_document.pot "./gettext_to_separated.pl" | "./separated_to_hash.pl" en > i18n/en.thl; \
# else \
# cp -p i18n_ref/*.thl i18n; \
# fi
# msgexec: warning: Locale charset "ANSI_X3.4-1968" is different from
# input file charset "UTF-8".
# Output of 'msgexec' might be incorrect.
# Possible workarounds are:
# - Set LC_ALL to a locale with encoding UTF-8.
# - Convert the translation catalog to ASCII using 'msgconv',
# then apply 'msgexec',
# then convert back to UTF-8 using 'msgconv'.
# msgexec: warning: Locale charset "ANSI_X3.4-1968" is different from
# input file charset "UTF-8".
# Output of 'msgexec' might be incorrect.
# Possible workarounds are:
# - Set LC_ALL to a locale with encoding UTF-8.
# - Convert the translation catalog to ASCII using 'msgconv',
# then apply 'msgexec',
# then convert back to UTF-8 using 'msgconv'.
# msgexec: warning: Locale charset "ANSI_X3.4-1968" is different from
# input file charset "UTF-8".
# Output of 'msgexec' might be incorrect.
# Possible workarounds are:
# - Set LC_ALL to a locale with encoding UTF-8.
# - Convert the translation catalog to ASCII using 'msgconv',
# then apply 'msgexec',
# then convert back to UTF-8 using 'msgconv'.
# msgexec: present charset "CHARSET" is not a portable encoding name
# /usr/bin/perl manage_i18n.pl -d i18n -o translations.pl -I . -I . merge
# /bin/sh ./buildt2h.sh texi2html.temp texi2html_configured.pl MySimple.pm T2h_i18n.pm texi2html.init translations.pl examples/l2h.init T2h_l2h.pm documentlanguages.pl
# generating texi2html.temp from texi2html_configured.pl and MySimple.pm T2h_i18n.pm texi2html.init translations.pl examples/l2h.init T2h_l2h.pm documentlanguages.pl
# /bin/sh ./addformats.sh texi2html texi2html.temp formats/html.init formats/info.init formats/docbook.init formats/xml.init formats/plaintext.init
# generating texi2html from texi2html.temp and formats/html.init formats/info.init formats/docbook.init formats/xml.init formats/plaintext.init
# chmod a+x texi2html
# make[1]: Leaving directory '/tmp/texi2html/src/texi2html-5.0'
# Making all in doc
# make[1]: Entering directory '/tmp/texi2html/src/texi2html-5.0/doc'
# Generating texi2html.1...
# make[1]: Leaving directory '/tmp/texi2html/src/texi2html-5.0/doc'
# Making all in Tests
# make[1]: Entering directory '/tmp/texi2html/src/texi2html-5.0/Tests'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/texi2html/src/texi2html-5.0/Tests'
# Making all in test
# make[1]: Entering directory '/tmp/texi2html/src/texi2html-5.0/test'
# Making all in .
# make[2]: Entering directory '/tmp/texi2html/src/texi2html-5.0/test'
# for dir in htmlxref htmlxref-only_mono htmlxref-only_split; do \
# /usr/bin/mkdir -p $dir/.texinfo/ ; \
# /usr/bin/install -c -m 644 ./$dir/htmlxref.cnf $dir/.texinfo/ ; \
# done
# make[2]: Leaving directory '/tmp/texi2html/src/texi2html-5.0/test'
# Making all in many_input_files
# make[2]: Entering directory '/tmp/texi2html/src/texi2html-5.0/test/many_input_files'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/texi2html/src/texi2html-5.0/test/many_input_files'
# make[1]: Leaving directory '/tmp/texi2html/src/texi2html-5.0/test'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in po_document
# make[1]: Entering directory '/tmp/texi2html/src/texi2html-5.0/po_document'
# /usr/bin/mkdir -p /tmp/texi2html/pkg/texi2html/usr/share
# installing de.us-ascii.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/de.us-ascii/LC_MESSAGES/texi2html_document.mo
# installing es.us-ascii.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/es.us-ascii/LC_MESSAGES/texi2html_document.mo
# installing fr.us-ascii.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/fr.us-ascii/LC_MESSAGES/texi2html_document.mo
# installing hu.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/hu/LC_MESSAGES/texi2html_document.mo
# installing it.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/it/LC_MESSAGES/texi2html_document.mo
# installing ja.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/ja/LC_MESSAGES/texi2html_document.mo
# installing nl.us-ascii.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/nl.us-ascii/LC_MESSAGES/texi2html_document.mo
# installing no.us-ascii.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/no.us-ascii/LC_MESSAGES/texi2html_document.mo
# installing pt_BR.us-ascii.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/pt_BR.us-ascii/LC_MESSAGES/texi2html_document.mo
# installing pt.us-ascii.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/pt.us-ascii/LC_MESSAGES/texi2html_document.mo
# if test "texi2html" = "gettext-tools"; then \
# /usr/bin/mkdir -p /tmp/texi2html/pkg/texi2html/usr/share/gettext/po; \
# for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
# /usr/bin/install -c -m 644 ./$file \
# /tmp/texi2html/pkg/texi2html/usr/share/gettext/po/$file; \
# done; \
# for file in Makevars; do \
# rm -f /tmp/texi2html/pkg/texi2html/usr/share/gettext/po/$file; \
# done; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/texi2html/src/texi2html-5.0/po_document'
# Making install in po_messages
# make[1]: Entering directory '/tmp/texi2html/src/texi2html-5.0/po_messages'
# /usr/bin/mkdir -p /tmp/texi2html/pkg/texi2html/usr/share
# installing cs.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/cs/LC_MESSAGES/texi2html.mo
# installing da.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/da/LC_MESSAGES/texi2html.mo
# installing de.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/de/LC_MESSAGES/texi2html.mo
# installing de_AT.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/de_AT/LC_MESSAGES/texi2html.mo
# installing eo.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/eo/LC_MESSAGES/texi2html.mo
# installing es.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/es/LC_MESSAGES/texi2html.mo
# installing fr.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/fr/LC_MESSAGES/texi2html.mo
# installing he.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/he/LC_MESSAGES/texi2html.mo
# installing hr.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/hr/LC_MESSAGES/texi2html.mo
# installing hu.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/hu/LC_MESSAGES/texi2html.mo
# installing id.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/id/LC_MESSAGES/texi2html.mo
# installing it.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/it/LC_MESSAGES/texi2html.mo
# installing ja.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/ja/LC_MESSAGES/texi2html.mo
# installing nl.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/nl/LC_MESSAGES/texi2html.mo
# installing nb.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/nb/LC_MESSAGES/texi2html.mo
# installing pl.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/pl/LC_MESSAGES/texi2html.mo
# installing ro.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/ro/LC_MESSAGES/texi2html.mo
# installing ru.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/ru/LC_MESSAGES/texi2html.mo
# installing rw.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/rw/LC_MESSAGES/texi2html.mo
# installing sv.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/sv/LC_MESSAGES/texi2html.mo
# installing tr.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/tr/LC_MESSAGES/texi2html.mo
# installing vi.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/vi/LC_MESSAGES/texi2html.mo
# installing zh_CN.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/zh_CN/LC_MESSAGES/texi2html.mo
# installing zh_TW.gmo as /tmp/texi2html/pkg/texi2html/usr/share/locale/zh_TW/LC_MESSAGES/texi2html.mo
# if test "texi2html" = "gettext-tools"; then \
# /usr/bin/mkdir -p /tmp/texi2html/pkg/texi2html/usr/share/gettext/po; \
# for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
# /usr/bin/install -c -m 644 ./$file \
# /tmp/texi2html/pkg/texi2html/usr/share/gettext/po/$file; \
# done; \
# for file in Makevars; do \
# rm -f /tmp/texi2html/pkg/texi2html/usr/share/gettext/po/$file; \
# done; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/texi2html/src/texi2html-5.0/po_messages'
# Making install in .
# make[1]: Entering directory '/tmp/texi2html/src/texi2html-5.0'
# make[2]: Entering directory '/tmp/texi2html/src/texi2html-5.0'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/texi2html/pkg/texi2html/usr/bin"
# /usr/bin/install -c texi2html '/tmp/texi2html/pkg/texi2html/usr/bin'
# /usr/bin/mkdir -p /tmp/texi2html/pkg/texi2html/usr/share/texi2html/i18n
# /usr/bin/install -c -m 644 i18n/*.thl /tmp/texi2html/pkg/texi2html/usr/share/texi2html/i18n
# /usr/bin/mkdir -p /tmp/texi2html/pkg/texi2html/usr/share/texi2html/lib/libintl-perl/lib/Locale/Recode \
# /tmp/texi2html/pkg/texi2html/usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData
# /usr/bin/install -c -m 644 ./lib/libintl-perl/lib/Locale/*.pm \
# /tmp/texi2html/pkg/texi2html/usr/share/texi2html/lib/libintl-perl/lib/Locale
# /usr/bin/install -c -m 644 ./lib/libintl-perl/lib/Locale/Recode/*.pm \
# /tmp/texi2html/pkg/texi2html/usr/share/texi2html/lib/libintl-perl/lib/Locale/Recode
# /usr/bin/install -c -m 644 ./lib/libintl-perl/lib/Locale/RecodeData/*.pm \
# /tmp/texi2html/pkg/texi2html/usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData
# /usr/bin/mkdir -p /tmp/texi2html/pkg/texi2html/usr/share/texi2html/lib/Unicode-EastAsianWidth/lib/Unicode
# /usr/bin/install -c -m 644 ./lib/Unicode-EastAsianWidth/lib/Unicode/EastAsianWidth.pm \
# /tmp/texi2html/pkg/texi2html/usr/share/texi2html/lib/Unicode-EastAsianWidth/lib/Unicode
# test -z "/usr/share/texi2html/images" || /usr/bin/mkdir -p "/tmp/texi2html/pkg/texi2html/usr/share/texi2html/images"
# /usr/bin/install -c -m 644 images/a_begin.png images/a_begin_na.png images/a_document.png images/a_document_na.png images/a_empty.png images/a_end.png images/a_end_na.png images/a_help.png images/a_help_na.png images/a_index.png images/a_index_na.png images/a_leftdouble.png images/a_leftdouble_na.png images/a_left.png images/a_left_na.png images/a_page.png images/a_page_na.png images/a_rightdouble.png images/a_rightdouble_na.png images/a_right.png images/a_right_na.png images/a_searchdoc.png images/a_searchdoc_na.png images/a_search.png images/a_search_na.png images/a_tableofcon.png images/a_tableofcon_na.png images/a_top.png images/a_top_na.png images/a_up.png images/a_up_na.png images/bg.jpg images/bg_left.png images/bg_right.png images/blue_dir.png images/blue_down.png images/blue_grab.png images/blue_help.png images/blue_next.png images/blue_nnext.png '/tmp/texi2html/pkg/texi2html/usr/share/texi2html/images'
# /usr/bin/install -c -m 644 images/blue_pprev.png images/blue_prev.png images/blue_readme.png images/blue_top.png images/blue_up.png images/blue_uup.png images/contents_motif.png images/COPYING images/COPYING.Attribution-ShareAlike images/GPL images/README images/index_motif.png images/Mybg.png images/next_motif.png images/next_motif_gr.png images/previous_motif.png images/previous_motif_gr.png images/spacer3.png images/xy_contents.png images/xy_foot.png images/xy_next.png images/xy_next_gr.png images/xy_nextsection.png images/xy_nextsection_gr.png images/xy_previous.png images/xy_previous_gr.png images/xy_previoussection.png images/xy_previoussection_gr.png images/xy_up.png images/xy_up_gr.png '/tmp/texi2html/pkg/texi2html/usr/share/texi2html/images'
# test -z "/usr/share/texinfo/init" || /usr/bin/mkdir -p "/tmp/texi2html/pkg/texi2html/usr/share/texinfo/init"
# /usr/bin/install -c -m 644 maintained_extra/book.init maintained_extra/chm.init maintained_extra/tex4ht.init maintained_extra/html32.init maintained_extra/mediawiki.init '/tmp/texi2html/pkg/texi2html/usr/share/texinfo/init'
# make[2]: Leaving directory '/tmp/texi2html/src/texi2html-5.0'
# make[1]: Leaving directory '/tmp/texi2html/src/texi2html-5.0'
# Making install in doc
# make[1]: Entering directory '/tmp/texi2html/src/texi2html-5.0/doc'
# make[2]: Entering directory '/tmp/texi2html/src/texi2html-5.0/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/info" || /usr/bin/mkdir -p "/tmp/texi2html/pkg/texi2html/usr/share/info"
# /usr/bin/install -c -m 644 ./texi2html.info '/tmp/texi2html/pkg/texi2html/usr/share/info'
# install-info --info-dir='/tmp/texi2html/pkg/texi2html/usr/share/info' '/tmp/texi2html/pkg/texi2html/usr/share/info/texi2html.info'
# test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/tmp/texi2html/pkg/texi2html/usr/share/man/man1"
# /usr/bin/install -c -m 644 texi2html.1 '/tmp/texi2html/pkg/texi2html/usr/share/man/man1'
# test -z "/usr/share/texinfo/html" || /usr/bin/mkdir -p "/tmp/texi2html/pkg/texi2html/usr/share/texinfo/html"
# /usr/bin/install -c -m 644 texi2html.html '/tmp/texi2html/pkg/texi2html/usr/share/texinfo/html'
# make[2]: Leaving directory '/tmp/texi2html/src/texi2html-5.0/doc'
# make[1]: Leaving directory '/tmp/texi2html/src/texi2html-5.0/doc'
# Making install in Tests
# make[1]: Entering directory '/tmp/texi2html/src/texi2html-5.0/Tests'
# make[2]: Entering directory '/tmp/texi2html/src/texi2html-5.0/Tests'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/texi2html/src/texi2html-5.0/Tests'
# make[1]: Leaving directory '/tmp/texi2html/src/texi2html-5.0/Tests'
# Making install in test
# make[1]: Entering directory '/tmp/texi2html/src/texi2html-5.0/test'
# Making install in .
# make[2]: Entering directory '/tmp/texi2html/src/texi2html-5.0/test'
# for dir in htmlxref htmlxref-only_mono htmlxref-only_split; do \
# /usr/bin/mkdir -p $dir/.texinfo/ ; \
# /usr/bin/install -c -m 644 ./$dir/htmlxref.cnf $dir/.texinfo/ ; \
# done
# make[3]: Entering directory '/tmp/texi2html/src/texi2html-5.0/test'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/texi2html/src/texi2html-5.0/test'
# make[2]: Leaving directory '/tmp/texi2html/src/texi2html-5.0/test'
# Making install in many_input_files
# make[2]: Entering directory '/tmp/texi2html/src/texi2html-5.0/test/many_input_files'
# make[3]: Entering directory '/tmp/texi2html/src/texi2html-5.0/test/many_input_files'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/texi2html/src/texi2html-5.0/test/many_input_files'
# make[2]: Leaving directory '/tmp/texi2html/src/texi2html-5.0/test/many_input_files'
# make[1]: Leaving directory '/tmp/texi2html/src/texi2html-5.0/test'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "texi2html"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: texi2html 5.0-4 (Thu Apr 13 18:03:12 UTC 2017)

CMD: pacman --query --file texi2html-5.0-4-any.pkg.tar.xz
# texi2html 5.0-4

Creating hybrid package for 'texi2html'

Trying to find vanilla package 'texi2html'...

CMD: pacman --query --file /mirror/texi2html-5.0-4.pkg.tar.xz
# texi2html 5.0-4

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/bin/texi2html
# /usr/share/locale/hu/LC_MESSAGES/texi2html.mo
# /usr/share/locale/hu/LC_MESSAGES/texi2html_document.mo
# /usr/share/locale/es/LC_MESSAGES/texi2html.mo
# /usr/share/locale/ja/LC_MESSAGES/texi2html.mo
# /usr/share/locale/ja/LC_MESSAGES/texi2html_document.mo
# /usr/share/locale/sv/LC_MESSAGES/texi2html.mo
# /usr/share/locale/nl.us-ascii/LC_MESSAGES/texi2html_document.mo
# /usr/share/locale/es.us-ascii/LC_MESSAGES/texi2html_document.mo
# /usr/share/locale/de.us-ascii/LC_MESSAGES/texi2html_document.mo
# /usr/share/locale/fr/LC_MESSAGES/texi2html.mo
# /usr/share/locale/pt_BR.us-ascii/LC_MESSAGES/texi2html_document.mo
# /usr/share/locale/pt.us-ascii/LC_MESSAGES/texi2html_document.mo
# /usr/share/locale/ro/LC_MESSAGES/texi2html.mo
# /usr/share/locale/de/LC_MESSAGES/texi2html.mo
# /usr/share/locale/da/LC_MESSAGES/texi2html.mo
# /usr/share/locale/nl/LC_MESSAGES/texi2html.mo
# /usr/share/locale/he/LC_MESSAGES/texi2html.mo
# /usr/share/locale/id/LC_MESSAGES/texi2html.mo
# /usr/share/locale/cs/LC_MESSAGES/texi2html.mo
# /usr/share/locale/ru/LC_MESSAGES/texi2html.mo
# /usr/share/locale/eo/LC_MESSAGES/texi2html.mo
# /usr/share/locale/tr/LC_MESSAGES/texi2html.mo
# /usr/share/locale/no.us-ascii/LC_MESSAGES/texi2html_document.mo
# /usr/share/locale/zh_CN/LC_MESSAGES/texi2html.mo
# /usr/share/locale/vi/LC_MESSAGES/texi2html.mo
# /usr/share/locale/zh_TW/LC_MESSAGES/texi2html.mo
# /usr/share/locale/rw/LC_MESSAGES/texi2html.mo
# /usr/share/locale/pl/LC_MESSAGES/texi2html.mo
# /usr/share/locale/it/LC_MESSAGES/texi2html.mo
# /usr/share/locale/it/LC_MESSAGES/texi2html_document.mo
# /usr/share/locale/hr/LC_MESSAGES/texi2html.mo
# /usr/share/locale/nb/LC_MESSAGES/texi2html.mo
# /usr/share/locale/de_AT/LC_MESSAGES/texi2html.mo
# /usr/share/locale/fr.us-ascii/LC_MESSAGES/texi2html_document.mo
# /usr/share/texi2html/images/xy_previoussection.png
# /usr/share/texi2html/images/bg_right.png
# /usr/share/texi2html/images/index_motif.png
# /usr/share/texi2html/images/xy_foot.png
# /usr/share/texi2html/images/previous_motif_gr.png
# /usr/share/texi2html/images/xy_next_gr.png
# /usr/share/texi2html/images/a_rightdouble.png
# /usr/share/texi2html/images/a_searchdoc.png
# /usr/share/texi2html/images/a_top_na.png
# /usr/share/texi2html/images/a_begin.png
# /usr/share/texi2html/images/blue_pprev.png
# /usr/share/texi2html/images/previous_motif.png
# /usr/share/texi2html/images/a_end_na.png
# /usr/share/texi2html/images/contents_motif.png
# /usr/share/texi2html/images/README
# /usr/share/texi2html/images/a_document_na.png
# /usr/share/texi2html/images/blue_prev.png
# /usr/share/texi2html/images/a_page.png
# /usr/share/texi2html/images/blue_next.png
# /usr/share/texi2html/images/a_top.png
# /usr/share/texi2html/images/xy_nextsection_gr.png
# /usr/share/texi2html/images/bg.jpg
# /usr/share/texi2html/images/xy_previoussection_gr.png
# /usr/share/texi2html/images/next_motif_gr.png
# /usr/share/texi2html/images/a_up_na.png
# /usr/share/texi2html/images/a_rightdouble_na.png
# /usr/share/texi2html/images/xy_previous.png
# /usr/share/texi2html/images/blue_down.png
# /usr/share/texi2html/images/a_right.png
# /usr/share/texi2html/images/xy_up.png
# /usr/share/texi2html/images/a_tableofcon_na.png
# /usr/share/texi2html/images/a_help.png
# /usr/share/texi2html/images/blue_top.png
# /usr/share/texi2html/images/bg_left.png
# /usr/share/texi2html/images/a_end.png
# /usr/share/texi2html/images/a_empty.png
# /usr/share/texi2html/images/a_help_na.png
# /usr/share/texi2html/images/a_left.png
# /usr/share/texi2html/images/blue_up.png
# /usr/share/texi2html/images/xy_up_gr.png
# /usr/share/texi2html/images/xy_nextsection.png
# /usr/share/texi2html/images/a_index.png
# /usr/share/texi2html/images/a_leftdouble.png
# /usr/share/texi2html/images/blue_help.png
# /usr/share/texi2html/images/blue_nnext.png
# /usr/share/texi2html/images/a_page_na.png
# /usr/share/texi2html/images/a_left_na.png
# /usr/share/texi2html/images/a_begin_na.png
# /usr/share/texi2html/images/xy_next.png
# /usr/share/texi2html/images/next_motif.png
# /usr/share/texi2html/images/a_right_na.png
# /usr/share/texi2html/images/a_search_na.png
# /usr/share/texi2html/images/Mybg.png
# /usr/share/texi2html/images/a_document.png
# /usr/share/texi2html/images/COPYING
# /usr/share/texi2html/images/a_search.png
# /usr/share/texi2html/images/blue_readme.png
# /usr/share/texi2html/images/xy_previous_gr.png
# /usr/share/texi2html/images/GPL
# /usr/share/texi2html/images/a_index_na.png
# /usr/share/texi2html/images/xy_contents.png
# /usr/share/texi2html/images/blue_grab.png
# /usr/share/texi2html/images/spacer3.png
# /usr/share/texi2html/images/a_up.png
# /usr/share/texi2html/images/blue_uup.png
# /usr/share/texi2html/images/a_tableofcon.png
# /usr/share/texi2html/images/a_leftdouble_na.png
# /usr/share/texi2html/images/COPYING.Attribution-ShareAlike
# /usr/share/texi2html/images/a_searchdoc_na.png
# /usr/share/texi2html/images/blue_dir.png
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/Messages.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/TextDomain.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/gettext_pp.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/Util.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/Recode.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_AT_DE.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_15.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_9.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM285.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM038.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_UK.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ATARI_ST.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/GOST_19768_74.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM424.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM277.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM281.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ATARI_ST_EURO.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_13.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/LATIN_GREEK.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/NEXTSTEP.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_AT_DE_A.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM437.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM866.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM869.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CP1256.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM1047.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/LATIN_GREEK_1.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_5427.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM862.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_FR.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM1004.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/INIS.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM855.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM290.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM284.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM850.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_ES_S.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/GEORGIAN_ACADEMY.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM868.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM852.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MAC_UK.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_6.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_ES_A.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_8.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACTURKISH.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_2033_1983.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACHEBREW.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/DEC_MCS.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM851.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM275.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CP1253.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM500.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM905.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CP10007.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MAC_IS.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_FI_SE.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/GREEK_CCITT.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_PT.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM420.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACGREEK.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CP1251.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_1.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/TIS_620.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM423.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_10.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM863.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM273.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM1026.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/UTF_8.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/NATS_DANO.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/HP_ROMAN8.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACROMANIA.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_FI_SE_A.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM865.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/GEORGIAN_PS.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/INIS_8.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/KOI8_R.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM861.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_3.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM880.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/_Encode.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MAC_SAMI.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACINTOSH.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM864.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IEC_P27_1.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_IT.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM918.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CWI.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ECMA_CYRILLIC.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM875.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/KOI_8.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_DK_NO.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_2.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_5428.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_CA_FR.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACUKRAINE.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM904.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/KOI8_U.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_5427_EXT.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/GREEK7_OLD.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/KOI8_T.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/US_ASCII.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACCYRILLIC.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_16.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CP1250.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACICELAND.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM857.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACCROATIAN.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_US.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM037.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CSN_369103.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM870.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/SAMI_WS2.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM874.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/KOI8_RU.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_7.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM860.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_5.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ASMO_449.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM278.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/GREEK7.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_DK_NO_A.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACARABIC.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM903.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_10367_BOX.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM891.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_4.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_11.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/INIS_CYRILLIC.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CP1252.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM280.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/NATS_SEFI.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM871.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_ES.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/EBCDIC_IS_FRISS.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CP1257.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/VISCII.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/MACTHAI.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM274.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/ISO_8859_14.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/CP1254.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM256.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM297.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/Recode/_Conversions.pm
# /usr/share/texi2html/lib/libintl-perl/lib/Locale/Recode/_Aliases.pm
# /usr/share/texi2html/lib/Unicode-EastAsianWidth/lib/Unicode/EastAsianWidth.pm
# /usr/share/texi2html/i18n/nl.thl
# /usr/share/texi2html/i18n/no.thl
# /usr/share/texi2html/i18n/fr.thl
# /usr/share/texi2html/i18n/hu.thl
# /usr/share/texi2html/i18n/es.thl
# /usr/share/texi2html/i18n/ja.thl
# /usr/share/texi2html/i18n/pt_BR.thl
# /usr/share/texi2html/i18n/en.thl
# /usr/share/texi2html/i18n/de.thl
# /usr/share/texi2html/i18n/it.thl
# /usr/share/texi2html/i18n/pt.thl
# /usr/share/texinfo/html/texi2html.html
# /usr/share/texinfo/init/chm.init
# /usr/share/texinfo/init/tex4ht.init
# /usr/share/texinfo/init/book.init
# /usr/share/texinfo/init/mediawiki.init
# /usr/share/texinfo/init/html32.init
# /usr/share/info/texi2html.info.gz
# /usr/share/man/man1/texi2html.1.gz

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

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

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/texi2html.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/texi2html.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/texi2html/src/texi2html-5.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 texi2html configure 5.0, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 41d60c96ee05
# 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: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1958: checking for a BSD-compatible install
# configure:2026: result: /usr/bin/install -c
# configure:2037: checking whether build environment is sane
# configure:2087: result: yes
# configure:2136: checking for x86_64-unknown-linux-strip
# configure:2166: result: no
# configure:2176: checking for strip
# configure:2192: found /usr/bin/strip
# configure:2203: result: strip
# configure:2228: checking for a thread-safe mkdir -p
# configure:2267: result: /usr/bin/mkdir -p
# configure:2280: checking for gawk
# configure:2296: found /usr/bin/gawk
# configure:2307: result: gawk
# configure:2318: checking whether make sets $(MAKE)
# configure:2340: result: yes
# configure:2415: checking how to create a ustar tar archive
# configure:2428: tar --version
# tar (GNU tar) 1.29
# Copyright (C) 2015 Free Software Foundation, Inc.
# License GPLv3+: GNU GPL version 3 or later .
# This is free software: you are free to change and redistribute it.
# There is NO WARRANTY, to the extent permitted by law.
#
# Written by John Gilmore and Jay Fenlason.
# configure:2431: $? = 0
# configure:2471: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
# configure:2474: $? = 0
# configure:2478: tar -xf -
# configure:2481: $? = 0
# configure:2494: result: gnutar
# configure:2503: checking whether to enable maintainer-specific portions of Makefiles
# configure:2512: result: no
# configure:2536: checking whether NLS is requested
# configure:2545: result: yes
# configure:2586: checking for msgfmt
# configure: trying /usr/bin/msgfmt...
# 0 translated messages.
# configure:2618: result: /usr/bin/msgfmt
# configure:2627: checking for gmsgfmt
# configure:2658: result: /usr/bin/msgfmt
# configure:2709: checking for xgettext
# configure: trying /usr/bin/xgettext...
# /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:2741: result: /usr/bin/xgettext
# configure:2787: checking for msgmerge
# configure: trying /usr/bin/msgmerge...
# configure:2818: result: /usr/bin/msgmerge
# configure:2863: checking for style of include used by make
# configure:2891: result: GNU
# configure:2921: checking for x86_64-unknown-linux-gcc
# configure:2948: result: clang
# configure:3217: checking for C compiler version
# configure:3226: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3237: $? = 0
# configure:3226: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3237: $? = 0
# configure:3226: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3237: $? = 1
# configure:3226: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3237: $? = 1
# configure:3257: checking whether the C compiler works
# configure:3279: clang conftest.c >&5
# configure:3283: $? = 0
# configure:3332: result: yes
# configure:3335: checking for C compiler default output file name
# configure:3337: result: a.out
# configure:3343: checking for suffix of executables
# configure:3350: clang -o conftest conftest.c >&5
# configure:3354: $? = 0
# configure:3376: result:
# configure:3398: checking whether we are cross compiling
# configure:3406: clang -o conftest conftest.c >&5
# configure:3410: $? = 0
# configure:3417: ./conftest
# configure:3421: $? = 0
# configure:3436: result: no
# configure:3441: checking for suffix of object files
# configure:3463: clang -c conftest.c >&5
# configure:3467: $? = 0
# configure:3488: result: o
# configure:3492: checking whether we are using the GNU C compiler
# configure:3511: clang -c conftest.c >&5
# configure:3511: $? = 0
# configure:3520: result: yes
# configure:3529: checking whether clang accepts -g
# configure:3549: clang -c -g conftest.c >&5
# configure:3549: $? = 0
# configure:3590: result: yes
# configure:3607: checking for clang option to accept ISO C89
# configure:3671: clang -c conftest.c >&5
# configure:3671: $? = 0
# configure:3684: result: none needed
# configure:3706: checking dependency style of clang
# configure:3816: result: none
# configure:3835: checking build system type
# configure:3849: result: x86_64-unknown-linux-gnu
# configure:3869: checking host system type
# configure:3882: result: x86_64-unknown-linux-gnu
# configure:3926: checking for ld used by GCC
# configure:3990: result: /usr/bin/ld
# configure:3997: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4010: result: yes
# configure:4017: checking for shared library run path origin
# configure:4030: result: done
# configure:4532: checking for CFPreferencesCopyAppValue
# configure:4550: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:11:10: fatal error: 'CoreFoundation/CFPreferences.h' file not found
# #include
# ^
# 1 error generated.
# configure:4550: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "texi2html"
# | #define PACKAGE_TARNAME "texi2html"
# | #define PACKAGE_VERSION "5.0"
# | #define PACKAGE_STRING "texi2html 5.0"
# | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "texi2html"
# | #define VERSION "5.0"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:4559: result: no
# configure:4566: checking for CFLocaleCopyCurrent
# configure:4584: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:11:10: fatal error: 'CoreFoundation/CFLocale.h' file not found
# #include
# ^
# 1 error generated.
# configure:4584: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "texi2html"
# | #define PACKAGE_TARNAME "texi2html"
# | #define PACKAGE_VERSION "5.0"
# | #define PACKAGE_STRING "texi2html 5.0"
# | #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "texi2html"
# | #define VERSION "5.0"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:4593: result: no
# configure:4642: checking for GNU gettext in libc
# configure:4662: clang -o conftest conftest.c >&5
# configure:4662: $? = 0
# configure:4671: result: yes
# configure:5417: checking whether to use NLS
# configure:5419: result: yes
# configure:5422: checking where the gettext function comes from
# configure:5433: result: libc
# configure:5495: checking whether ln -s works
# configure:5499: result: yes
# configure:5522: checking for perl
# configure:5541: found /usr/bin/perl
# configure:5554: result: /usr/bin/perl
# configure:5841: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by texi2html config.status 5.0, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 41d60c96ee05
#
# config.status:853: creating po_messages/Makefile.in
# config.status:853: creating po_document/Makefile.in
# config.status:853: creating po_messages/POTFILES.in
# config.status:853: creating po_document/POTFILES.in
# config.status:853: creating po_messages/Makevars
# config.status:853: creating po_document/Makevars
# config.status:853: creating Makefile
# config.status:853: creating Tests/Makefile
# config.status:853: creating test/Makefile
# config.status:853: creating test/contents/Makefile
# config.status:853: creating test/coverage/Makefile
# config.status:853: creating test/info_coverage/Makefile
# config.status:853: creating test/formatting/Makefile
# config.status:853: creating test/indices/Makefile
# config.status:853: creating test/invalid/Makefile
# config.status:853: creating test/misc/Makefile
# config.status:853: creating test/encodings/Makefile
# config.status:853: creating test/macros/Makefile
# config.status:853: creating test/manuals/Makefile
# config.status:853: creating test/nested_formats/Makefile
# config.status:853: creating test/sectionning/Makefile
# config.status:853: creating test/htmlxref/Makefile
# config.status:853: creating test/htmlxref-only_mono/Makefile
# config.status:853: creating test/htmlxref-only_split/Makefile
# config.status:853: creating test/xemacs_manual/Makefile
# config.status:853: creating test/texi2html_manual/Makefile
# config.status:853: creating test/tar_manual/Makefile
# config.status:853: creating test/singular_manual/Makefile
# config.status:853: creating test/layout/Makefile
# config.status:853: creating test/many_input_files/Makefile
# config.status:853: creating doc/Makefile
# config.status:853: creating test/path_separator
# config.status:853: creating texi2html_configured.pl
# config.status:853: creating check_texinfo.pl
# config.status:853: creating manage_i18n.pl
# config.status:1016: executing po-directories commands
# config.status:1016: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PERL_set=
# ac_cv_env_PERL_value=
# 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_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_GMSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_PERL=/usr/bin/perl
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# acl_cv_hardcode_libdir_separator=
# acl_cv_hardcode_minus_L=no
# acl_cv_libext=a
# acl_cv_libname_spec='lib$name'
# acl_cv_library_names_spec='$libname$shrext'
# acl_cv_path_LD=/usr/bin/ld
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=none
# am_cv_prog_tar_ustar=gnutar
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext1_libc=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/texi2html/src/texi2html-5.0/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/texi2html/src/texi2html-5.0/missing --run tar'
# AUTOCONF='${SHELL} /tmp/texi2html/src/texi2html-5.0/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/texi2html/src/texi2html-5.0/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/texi2html/src/texi2html-5.0/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=none'
# CFLAGS=''
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DPACKAGE_NAME=\"texi2html\" -DPACKAGE_TARNAME=\"texi2html\" -DPACKAGE_VERSION=\"5.0\" -DPACKAGE_STRING=\"texi2html\ 5.0\" -DPACKAGE_BUGREPORT=\"bug-texinfo@gnu.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"texi2html\" -DVERSION=\"5.0\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EXEEXT=''
# GETTEXT_MACRO_VERSION='0.17'
# GMSGFMT='/usr/bin/msgfmt'
# GMSGFMT_015='/usr/bin/msgfmt'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTLLIBS=''
# INTL_MACOSX_LIBS=''
# LDFLAGS=''
# LIBICONV='-liconv'
# LIBINTL=''
# LIBOBJS=''
# LIBS=''
# LN_S='ln -s'
# LTLIBICONV='-liconv'
# LTLIBINTL=''
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/texi2html/src/texi2html-5.0/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# MSGFMT='/usr/bin/msgfmt'
# MSGFMT_015='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# OBJEXT='o'
# PACKAGE='texi2html'
# PACKAGE_BUGREPORT='bug-texinfo@gnu.org'
# PACKAGE_DATE='30 June 2010'
# PACKAGE_NAME='texi2html'
# PACKAGE_STRING='texi2html 5.0'
# PACKAGE_TARNAME='texi2html'
# PACKAGE_URL=''
# PACKAGE_VERSION='5.0'
# PATH_SEPARATOR=':'
# PERL='/usr/bin/perl'
# POSUB='po'
# REQUIRE_DATA_DUMPER='use Data::Dumper'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# TEXI2HTML_FALSE='#'
# TEXI2HTML_TRUE=''
# USE_DATA_DUMPER='1'
# USE_EXTERNAL_EASTASIANWIDTH='no'
# USE_EXTERNAL_LIBINTL='no'
# USE_NLS='yes'
# USE_UNICODE='unknown'
# USE_UNIDECODE='unknown'
# VERSION='5.0'
# XGETTEXT='/usr/bin/xgettext'
# XGETTEXT_015='/usr/bin/xgettext'
# XGETTEXT_EXTRA_OPTIONS=''
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE=''
# am__fastdepCC_TRUE='#'
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='tar --format=ustar -chf - "$$tardir"'
# am__untar='tar -xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/texi2html/src/texi2html-5.0/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# t2h_po_dir=''
# t2h_po_top_builddir='..'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "texi2html"
# #define PACKAGE_TARNAME "texi2html"
# #define PACKAGE_VERSION "5.0"
# #define PACKAGE_STRING "texi2html 5.0"
# #define PACKAGE_BUGREPORT "bug-texinfo@gnu.org"
# #define PACKAGE_URL ""
# #define PACKAGE "texi2html"
# #define VERSION "5.0"
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
#
# configure: exit 0