Build of synbak with clang_glibc toolchain

The build took 00h 01m 35s and was SUCCESSFUL.

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

SLOCLanguage
10,365 makefile
7,953 sh
677 php
16 sed
19,011 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/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: synbak 3.4-1 (Thu Apr 13 17:24:43 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (2) bc-1.06.95-2 gnu-netcat-0.7.1-6
#
# Total Installed Size: 0.22 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 bc...
# installing gnu-netcat...
# :: Running post-transaction hooks...
# (1/2) Updating manpage index...
# (2/2) Updating the info directory file...
# ==> 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 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 whether make supports nested variables... yes
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ls... ls
# checking for cat... cat
# checking for nc... nc
# checking for a sed that does not truncate output... /usr/bin/sed
# 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 whether clang understands -c and -o together... yes
# 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 clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for shared library run path origin... done
# checking how to run the C preprocessor... clang -E
# 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 that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating synbak.spec
# config.status: creating src/Makefile
# config.status: creating src/method/Makefile
# config.status: creating src/method/dar/Makefile
# config.status: creating src/method/laserdisc/Makefile
# config.status: creating src/method/ldap/Makefile
# config.status: creating src/method/mysql/Makefile
# config.status: creating src/method/pgsql/Makefile
# config.status: creating src/method/oracle/Makefile
# config.status: creating src/method/rsync/Makefile
# config.status: creating src/method/tape/Makefile
# config.status: creating src/method/tar/Makefile
# config.status: creating src/method/wget/Makefile
# config.status: creating src/report/Makefile
# config.status: creating src/report/email/Makefile
# config.status: creating src/report/html/Makefile
# config.status: creating src/report/html/images/Makefile
# config.status: creating src/report/html/js/Makefile
# config.status: creating src/report/html/calendar/Makefile
# config.status: creating m4/Makefile
# config.status: creating po/Makefile.in
# config.status: executing po-directories commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# config.status: executing depfiles commands
# Making all in m4
# make[1]: Entering directory '/tmp/synbak/src/synbak-3.4/m4'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/synbak/src/synbak-3.4/m4'
# Making all in src
# make[1]: Entering directory '/tmp/synbak/src/synbak-3.4/src'
# Making all in method
# make[2]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method'
# Making all in dar
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/dar'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/dar'
# Making all in laserdisc
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/laserdisc'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/laserdisc'
# Making all in ldap
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/ldap'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/ldap'
# Making all in mysql
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/mysql'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/mysql'
# Making all in pgsql
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/pgsql'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/pgsql'
# Making all in oracle
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/oracle'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/oracle'
# Making all in rsync
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/rsync'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/rsync'
# Making all in tape
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/tape'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/tape'
# Making all in tar
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/tar'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/tar'
# Making all in wget
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/wget'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/wget'
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method'
# make[2]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method'
# Making all in report
# make[2]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report'
# Making all in email
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report/email'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report/email'
# Making all in html
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report/html'
# Making all in calendar
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report/html/calendar'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report/html/calendar'
# Making all in images
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report/html/images'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report/html/images'
# Making all in js
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report/html/js'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report/html/js'
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report/html'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report/html'
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report/html'
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report'
# make[2]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report'
# make[2]: Entering directory '/tmp/synbak/src/synbak-3.4/src'
# sed -e "s|\@prefix\@|/usr|g" -e "s|\@pkglibdir\@|/usr/lib/synbak|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@datadir\@|/usr/share|g" -e "s|\@pkgdatadir\@|/usr/share/synbak|g" -e "s|\@localedir\@|/usr/share/locale|g" -e "s|\@docdir\@|/usr/share/doc/synbak-3.4|g" -e "s|\@libexecdir\@|/usr/libexec|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@sbindir\@|/usr/sbin|g" -e "s|\@sysconfdir\@|/usr/etc|g" -e "s|\@localstatedir\@|/usr/var|g" -e "s|\@gacprefix\@||g" -e "s|\@VERSION\@|3.4|g" -e "s|\@VERSION_DATE\@|20160217|g" -e "s|\@PACKAGE\@|synbak|g" -e "s|\@bash\@||g" < ./synbak.sh.in > synbak
# chmod a+x synbak
# make[2]: Leaving directory '/tmp/synbak/src/synbak-3.4/src'
# make[1]: Leaving directory '/tmp/synbak/src/synbak-3.4/src'
# Making all in po
# make[1]: Entering directory '/tmp/synbak/src/synbak-3.4/po'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/synbak/src/synbak-3.4/po'
# make[1]: Entering directory '/tmp/synbak/src/synbak-3.4'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/synbak/src/synbak-3.4'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in m4
# make[1]: Entering directory '/tmp/synbak/src/synbak-3.4/m4'
# make[2]: Entering directory '/tmp/synbak/src/synbak-3.4/m4'
# 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/synbak/src/synbak-3.4/m4'
# make[1]: Leaving directory '/tmp/synbak/src/synbak-3.4/m4'
# Making install in src
# make[1]: Entering directory '/tmp/synbak/src/synbak-3.4/src'
# Making install in method
# make[2]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method'
# Making install in dar
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/dar'
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/dar'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/dar'
# /usr/bin/install -c -m 644 nonerrors.strings '/tmp/synbak/pkg/synbak/usr/share/synbak/method/dar'
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/dar'
# /usr/bin/install -c dar.sh '/tmp/synbak/pkg/synbak/usr/share/synbak/method/dar'
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/dar'
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/dar'
# Making install in laserdisc
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/laserdisc'
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/laserdisc'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/laserdisc'
# /usr/bin/install -c -m 644 nonerrors.strings '/tmp/synbak/pkg/synbak/usr/share/synbak/method/laserdisc'
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/laserdisc'
# /usr/bin/install -c laserdisc.sh '/tmp/synbak/pkg/synbak/usr/share/synbak/method/laserdisc'
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/laserdisc'
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/laserdisc'
# Making install in ldap
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/ldap'
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/ldap'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/ldap'
# /usr/bin/install -c -m 644 nonerrors.strings '/tmp/synbak/pkg/synbak/usr/share/synbak/method/ldap'
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/ldap'
# /usr/bin/install -c ldap.sh '/tmp/synbak/pkg/synbak/usr/share/synbak/method/ldap'
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/ldap'
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/ldap'
# Making install in mysql
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/mysql'
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/mysql'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/mysql'
# /usr/bin/install -c -m 644 nonerrors.strings '/tmp/synbak/pkg/synbak/usr/share/synbak/method/mysql'
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/mysql'
# /usr/bin/install -c mysql.sh '/tmp/synbak/pkg/synbak/usr/share/synbak/method/mysql'
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/mysql'
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/mysql'
# Making install in pgsql
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/pgsql'
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/pgsql'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/pgsql'
# /usr/bin/install -c -m 644 nonerrors.strings '/tmp/synbak/pkg/synbak/usr/share/synbak/method/pgsql'
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/pgsql'
# /usr/bin/install -c pgsql.sh '/tmp/synbak/pkg/synbak/usr/share/synbak/method/pgsql'
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/pgsql'
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/pgsql'
# Making install in oracle
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/oracle'
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/oracle'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/oracle'
# /usr/bin/install -c -m 644 nonerrors.strings '/tmp/synbak/pkg/synbak/usr/share/synbak/method/oracle'
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/oracle'
# /usr/bin/install -c oracle.sh '/tmp/synbak/pkg/synbak/usr/share/synbak/method/oracle'
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/oracle'
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/oracle'
# Making install in rsync
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/rsync'
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/rsync'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/rsync'
# /usr/bin/install -c -m 644 nonerrors.strings '/tmp/synbak/pkg/synbak/usr/share/synbak/method/rsync'
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/rsync'
# /usr/bin/install -c rsync.sh '/tmp/synbak/pkg/synbak/usr/share/synbak/method/rsync'
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/rsync'
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/rsync'
# Making install in tape
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/tape'
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/tape'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/tape'
# /usr/bin/install -c -m 644 nonerrors.strings '/tmp/synbak/pkg/synbak/usr/share/synbak/method/tape'
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/tape'
# /usr/bin/install -c tape.sh '/tmp/synbak/pkg/synbak/usr/share/synbak/method/tape'
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/tape'
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/tape'
# Making install in tar
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/tar'
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/tar'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/tar'
# /usr/bin/install -c -m 644 nonerrors.strings '/tmp/synbak/pkg/synbak/usr/share/synbak/method/tar'
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/tar'
# /usr/bin/install -c tar.sh '/tmp/synbak/pkg/synbak/usr/share/synbak/method/tar'
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/tar'
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/tar'
# Making install in wget
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/wget'
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method/wget'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/wget'
# /usr/bin/install -c -m 644 nonerrors.strings '/tmp/synbak/pkg/synbak/usr/share/synbak/method/wget'
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/method/wget'
# /usr/bin/install -c wget.sh '/tmp/synbak/pkg/synbak/usr/share/synbak/method/wget'
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/wget'
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method/wget'
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method'
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/method'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method'
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method'
# make[2]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/method'
# Making install in report
# make[2]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report'
# Making install in email
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report/email'
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report/email'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/report/email'
# /usr/bin/install -c email.sh '/tmp/synbak/pkg/synbak/usr/share/synbak/report/email'
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report/email'
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report/email'
# Making install in html
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report/html'
# Making install in calendar
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report/html/calendar'
# make[5]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report/html/calendar'
# make[5]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/report/html/calendar'
# /usr/bin/install -c -m 644 activecalendar.php calendar.css index.php '/tmp/synbak/pkg/synbak/usr/share/synbak/report/html/calendar'
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/doc/synbak-3.4/contrib'
# /usr/bin/install -c -m 644 activecalendar-license.html activecalendar-readme.txt '/tmp/synbak/pkg/synbak/usr/share/doc/synbak-3.4/contrib'
# make[5]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report/html/calendar'
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report/html/calendar'
# Making install in images
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report/html/images'
# make[5]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report/html/images'
# make[5]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/report/html/images'
# /usr/bin/install -c -m 644 synbak-logo.png synbak-logo-small.png initzero-logo.jpg initzero-logo.png detail.png calendar.png go-next.png go-previous.png sortable.png sort-down.png sort-up.png '/tmp/synbak/pkg/synbak/usr/share/synbak/report/html/images'
# make[5]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report/html/images'
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report/html/images'
# Making install in js
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report/html/js'
# make[5]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report/html/js'
# make[5]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/report/html/js'
# /usr/bin/install -c -m 644 tablesort.js customsort.js '/tmp/synbak/pkg/synbak/usr/share/synbak/report/html/js'
# make[5]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report/html/js'
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report/html/js'
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report/html'
# make[5]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report/html'
# make[5]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/report/html'
# /usr/bin/install -c -m 644 synbak.css favicon.ico '/tmp/synbak/pkg/synbak/usr/share/synbak/report/html'
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak/report/html'
# /usr/bin/install -c html.sh '/tmp/synbak/pkg/synbak/usr/share/synbak/report/html'
# make[5]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report/html'
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report/html'
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report/html'
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report'
# make[4]: Entering directory '/tmp/synbak/src/synbak-3.4/src/report'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report'
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report'
# make[2]: Leaving directory '/tmp/synbak/src/synbak-3.4/src/report'
# make[2]: Entering directory '/tmp/synbak/src/synbak-3.4/src'
# make[3]: Entering directory '/tmp/synbak/src/synbak-3.4/src'
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/bin'
# /usr/bin/install -c synbak '/tmp/synbak/pkg/synbak/usr/bin'
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak'
# /usr/bin/install -c functions.sh '/tmp/synbak/pkg/synbak/usr/share/synbak'
# make[3]: Leaving directory '/tmp/synbak/src/synbak-3.4/src'
# make[2]: Leaving directory '/tmp/synbak/src/synbak-3.4/src'
# make[1]: Leaving directory '/tmp/synbak/src/synbak-3.4/src'
# Making install in po
# make[1]: Entering directory '/tmp/synbak/src/synbak-3.4/po'
# installing it.gmo as /tmp/synbak/pkg/synbak/usr/share/locale/it/LC_MESSAGES/synbak.mo
# installing pl.gmo as /tmp/synbak/pkg/synbak/usr/share/locale/pl/LC_MESSAGES/synbak.mo
# if test "synbak" = "gettext-tools"; then \
# /usr/bin/mkdir -p /tmp/synbak/pkg/synbak/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/synbak/pkg/synbak/usr/share/gettext/po/$file; \
# done; \
# for file in Makevars; do \
# rm -f /tmp/synbak/pkg/synbak/usr/share/gettext/po/$file; \
# done; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/synbak/src/synbak-3.4/po'
# make[1]: Entering directory '/tmp/synbak/src/synbak-3.4'
# make[2]: Entering directory '/tmp/synbak/src/synbak-3.4'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/doc/synbak-3.4'
# /usr/bin/install -c -m 644 AUTHORS ChangeLog COPYING INSTALL NEWS README THANKS TODO BUGS FAQ README.fedora '/tmp/synbak/pkg/synbak/usr/share/doc/synbak-3.4'
# /usr/bin/mkdir -p '/tmp/synbak/pkg/synbak/usr/share/synbak'
# /usr/bin/install -c -m 644 template.conf '/tmp/synbak/pkg/synbak/usr/share/synbak'
# make[2]: Leaving directory '/tmp/synbak/src/synbak-3.4'
# make[1]: Leaving directory '/tmp/synbak/src/synbak-3.4'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "synbak"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding changelog file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: synbak 3.4-1 (Thu Apr 13 17:24:56 UTC 2017)

CMD: pacman --query --file synbak-3.4-1-any.pkg.tar.xz
# synbak 3.4-1

Creating hybrid package for 'synbak'

Trying to find vanilla package 'synbak'...

CMD: pacman --query --file /mirror/synbak-3.4-1.pkg.tar.xz
# synbak 3.4-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.CHANGELOG
# /.MTREE
# /usr/bin/synbak
# /usr/share/locale/pl/LC_MESSAGES/synbak.mo
# /usr/share/locale/it/LC_MESSAGES/synbak.mo
# /usr/share/synbak/template.conf
# /usr/share/synbak/functions.sh
# /usr/share/synbak/report/email/email.sh
# /usr/share/synbak/report/html/synbak.css
# /usr/share/synbak/report/html/favicon.ico
# /usr/share/synbak/report/html/html.sh
# /usr/share/synbak/report/html/calendar/activecalendar.php
# /usr/share/synbak/report/html/calendar/calendar.css
# /usr/share/synbak/report/html/calendar/index.php
# /usr/share/synbak/report/html/images/go-previous.png
# /usr/share/synbak/report/html/images/synbak-logo-small.png
# /usr/share/synbak/report/html/images/sort-up.png
# /usr/share/synbak/report/html/images/sortable.png
# /usr/share/synbak/report/html/images/go-next.png
# /usr/share/synbak/report/html/images/sort-down.png
# /usr/share/synbak/report/html/images/detail.png
# /usr/share/synbak/report/html/images/initzero-logo.jpg
# /usr/share/synbak/report/html/images/initzero-logo.png
# /usr/share/synbak/report/html/images/calendar.png
# /usr/share/synbak/report/html/images/synbak-logo.png
# /usr/share/synbak/report/html/js/tablesort.js
# /usr/share/synbak/report/html/js/customsort.js
# /usr/share/synbak/method/oracle/nonerrors.strings
# /usr/share/synbak/method/oracle/oracle.sh
# /usr/share/synbak/method/mysql/mysql.sh
# /usr/share/synbak/method/mysql/nonerrors.strings
# /usr/share/synbak/method/laserdisc/laserdisc.sh
# /usr/share/synbak/method/laserdisc/nonerrors.strings
# /usr/share/synbak/method/tape/tape.sh
# /usr/share/synbak/method/tape/nonerrors.strings
# /usr/share/synbak/method/pgsql/pgsql.sh
# /usr/share/synbak/method/pgsql/nonerrors.strings
# /usr/share/synbak/method/tar/tar.sh
# /usr/share/synbak/method/tar/nonerrors.strings
# /usr/share/synbak/method/dar/dar.sh
# /usr/share/synbak/method/dar/nonerrors.strings
# /usr/share/synbak/method/rsync/nonerrors.strings
# /usr/share/synbak/method/rsync/rsync.sh
# /usr/share/synbak/method/ldap/ldap.sh
# /usr/share/synbak/method/ldap/nonerrors.strings
# /usr/share/synbak/method/wget/wget.sh
# /usr/share/synbak/method/wget/nonerrors.strings
# /usr/share/doc/synbak-3.4/TODO
# /usr/share/doc/synbak-3.4/README.fedora
# /usr/share/doc/synbak-3.4/NEWS
# /usr/share/doc/synbak-3.4/ChangeLog
# /usr/share/doc/synbak-3.4/THANKS
# /usr/share/doc/synbak-3.4/FAQ
# /usr/share/doc/synbak-3.4/AUTHORS
# /usr/share/doc/synbak-3.4/README
# /usr/share/doc/synbak-3.4/COPYING
# /usr/share/doc/synbak-3.4/INSTALL
# /usr/share/doc/synbak-3.4/BUGS
# /usr/share/doc/synbak-3.4/contrib/activecalendar-readme.txt
# /usr/share/doc/synbak-3.4/contrib/activecalendar-license.html

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/synbak.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/synbak.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/synbak/src/synbak-3.4/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 synbak configure 3.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 528c5d8a415e
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2017: checking for a BSD-compatible install
# configure:2085: result: /usr/bin/install -c
# configure:2096: checking whether build environment is sane
# configure:2151: result: yes
# configure:2210: checking for x86_64-unknown-linux-strip
# configure:2240: result: no
# configure:2250: checking for strip
# configure:2266: found /usr/bin/strip
# configure:2277: result: strip
# configure:2302: checking for a thread-safe mkdir -p
# configure:2341: result: /usr/bin/mkdir -p
# configure:2348: checking for gawk
# configure:2364: found /usr/bin/gawk
# configure:2375: result: gawk
# configure:2386: checking whether make sets $(MAKE)
# configure:2408: result: yes
# configure:2437: checking whether make supports nested variables
# configure:2454: result: yes
# configure:2587: checking for grep that handles long lines and -e
# configure:2645: result: /usr/bin/grep
# configure:2650: checking for egrep
# configure:2712: result: /usr/bin/grep -E
# configure:2722: checking for ls
# configure:2738: found /usr/bin/ls
# configure:2749: result: ls
# configure:2764: checking for cat
# configure:2780: found /usr/bin/cat
# configure:2791: result: cat
# configure:2806: checking for nc
# configure:2822: found /usr/bin/nc
# configure:2833: result: nc
# configure:2845: checking for a sed that does not truncate output
# configure:2909: result: /usr/bin/sed
# configure:2915: checking whether NLS is requested
# configure:2924: result: yes
# configure:2964: checking for msgfmt
# configure: trying /usr/bin/msgfmt...
# 0 translated messages.
# configure:2996: result: /usr/bin/msgfmt
# configure:3005: checking for gmsgfmt
# configure:3036: result: /usr/bin/msgfmt
# configure:3086: checking for xgettext
# configure: trying /usr/bin/xgettext...
# /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:3118: result: /usr/bin/xgettext
# configure:3163: checking for msgmerge
# configure: trying /usr/bin/msgmerge...
# configure:3194: result: /usr/bin/msgmerge
# configure:3239: checking for style of include used by make
# configure:3267: result: GNU
# configure:3298: checking for x86_64-unknown-linux-gcc
# configure:3325: result: clang
# configure:3594: checking for C compiler version
# configure:3603: 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:3614: $? = 0
# configure:3603: 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:3614: $? = 0
# configure:3603: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3614: $? = 1
# configure:3603: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3614: $? = 1
# configure:3634: checking whether the C compiler works
# configure:3656: clang conftest.c >&5
# configure:3660: $? = 0
# configure:3708: result: yes
# configure:3711: checking for C compiler default output file name
# configure:3713: result: a.out
# configure:3719: checking for suffix of executables
# configure:3726: clang -o conftest conftest.c >&5
# configure:3730: $? = 0
# configure:3752: result:
# configure:3774: checking whether we are cross compiling
# configure:3782: clang -o conftest conftest.c >&5
# configure:3786: $? = 0
# configure:3793: ./conftest
# configure:3797: $? = 0
# configure:3812: result: no
# configure:3817: checking for suffix of object files
# configure:3839: clang -c conftest.c >&5
# configure:3843: $? = 0
# configure:3864: result: o
# configure:3868: checking whether we are using the GNU C compiler
# configure:3887: clang -c conftest.c >&5
# configure:3887: $? = 0
# configure:3896: result: yes
# configure:3905: checking whether clang accepts -g
# configure:3925: clang -c -g conftest.c >&5
# configure:3925: $? = 0
# configure:3966: result: yes
# configure:3983: checking for clang option to accept ISO C89
# configure:4046: clang -c conftest.c >&5
# configure:4046: $? = 0
# configure:4059: result: none needed
# configure:4084: checking whether clang understands -c and -o together
# configure:4106: clang -c conftest.c -o conftest2.o
# configure:4109: $? = 0
# configure:4106: clang -c conftest.c -o conftest2.o
# configure:4109: $? = 0
# configure:4121: result: yes
# configure:4140: checking dependency style of clang
# configure:4251: result: none
# configure:4270: checking build system type
# configure:4284: result: x86_64-unknown-linux-gnu
# configure:4304: checking host system type
# configure:4317: result: x86_64-unknown-linux-gnu
# configure:4362: checking for ld used by clang
# configure:4429: result: /usr/bin/ld
# configure:4436: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4451: result: yes
# configure:4458: checking for shared library run path origin
# configure:4471: result: done
# configure:4496: checking how to run the C preprocessor
# configure:4527: clang -E conftest.c
# configure:4527: $? = 0
# configure:4541: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4541: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "synbak"
# | #define PACKAGE_TARNAME "synbak"
# | #define PACKAGE_VERSION "3.4"
# | #define PACKAGE_STRING "synbak 3.4"
# | #define PACKAGE_BUGREPORT "opensource@initzero.it"
# | #define PACKAGE_URL ""
# | #define PACKAGE "synbak"
# | #define VERSION "3.4"
# | /* end confdefs.h. */
# | #include
# configure:4566: result: clang -E
# configure:4586: clang -E conftest.c
# configure:4586: $? = 0
# configure:4600: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4600: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "synbak"
# | #define PACKAGE_TARNAME "synbak"
# | #define PACKAGE_VERSION "3.4"
# | #define PACKAGE_STRING "synbak 3.4"
# | #define PACKAGE_BUGREPORT "opensource@initzero.it"
# | #define PACKAGE_URL ""
# | #define PACKAGE "synbak"
# | #define VERSION "3.4"
# | /* end confdefs.h. */
# | #include
# configure:5182: checking for CFPreferencesCopyAppValue
# configure:5200: 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:5200: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "synbak"
# | #define PACKAGE_TARNAME "synbak"
# | #define PACKAGE_VERSION "3.4"
# | #define PACKAGE_STRING "synbak 3.4"
# | #define PACKAGE_BUGREPORT "opensource@initzero.it"
# | #define PACKAGE_URL ""
# | #define PACKAGE "synbak"
# | #define VERSION "3.4"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:5209: result: no
# configure:5216: checking for CFLocaleCopyCurrent
# configure:5234: 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:5234: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "synbak"
# | #define PACKAGE_TARNAME "synbak"
# | #define PACKAGE_VERSION "3.4"
# | #define PACKAGE_STRING "synbak 3.4"
# | #define PACKAGE_BUGREPORT "opensource@initzero.it"
# | #define PACKAGE_URL ""
# | #define PACKAGE "synbak"
# | #define VERSION "3.4"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:5243: result: no
# configure:5292: checking for GNU gettext in libc
# configure:5316: clang -o conftest conftest.c >&5
# configure:5316: $? = 0
# configure:5325: result: yes
# configure:6162: checking whether to use NLS
# configure:6164: result: yes
# configure:6167: checking where the gettext function comes from
# configure:6178: result: libc
# configure:6385: checking that generated files are newer than configure
# configure:6391: result: done
# configure:6414: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by synbak config.status 3.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 528c5d8a415e
#
# config.status:835: creating Makefile
# config.status:835: creating synbak.spec
# config.status:835: creating src/Makefile
# config.status:835: creating src/method/Makefile
# config.status:835: creating src/method/dar/Makefile
# config.status:835: creating src/method/laserdisc/Makefile
# config.status:835: creating src/method/ldap/Makefile
# config.status:835: creating src/method/mysql/Makefile
# config.status:835: creating src/method/pgsql/Makefile
# config.status:835: creating src/method/oracle/Makefile
# config.status:835: creating src/method/rsync/Makefile
# config.status:835: creating src/method/tape/Makefile
# config.status:835: creating src/method/tar/Makefile
# config.status:835: creating src/method/wget/Makefile
# config.status:835: creating src/report/Makefile
# config.status:835: creating src/report/email/Makefile
# config.status:835: creating src/report/html/Makefile
# config.status:835: creating src/report/html/images/Makefile
# config.status:835: creating src/report/html/js/Makefile
# config.status:835: creating src/report/html/calendar/Makefile
# config.status:835: creating m4/Makefile
# config.status:835: creating po/Makefile.in
# config.status:1007: executing po-directories commands
# config.status:1007: 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_CPP_set=
# ac_cv_env_CPP_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_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_EGREP='/usr/bin/grep -E'
# ac_cv_path_GMSGFMT=/usr/bin/msgfmt
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_SED=/usr/bin/sed
# 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_CAT=cat
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_LS=ls
# ac_cv_prog_NC=nc
# 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_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext1_libc=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/synbak/src/synbak-3.4/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/synbak/src/synbak-3.4/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/synbak/src/synbak-3.4/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/synbak/src/synbak-3.4/missing automake-1.15'
# AWK='gawk'
# CAT='cat'
# CC='clang'
# CCDEPMODE='depmode=none'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DPACKAGE_NAME=\"synbak\" -DPACKAGE_TARNAME=\"synbak\" -DPACKAGE_VERSION=\"3.4\" -DPACKAGE_STRING=\"synbak\ 3.4\" -DPACKAGE_BUGREPORT=\"opensource@initzero.it\" -DPACKAGE_URL=\"\" -DPACKAGE=\"synbak\" -DVERSION=\"3.4\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GETTEXT_MACRO_VERSION='0.19'
# GMSGFMT='/usr/bin/msgfmt'
# GMSGFMT_015='/usr/bin/msgfmt'
# GREP='/usr/bin/grep'
# 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=''
# LS='ls'
# LTLIBICONV='-liconv'
# LTLIBINTL=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/synbak/src/synbak-3.4/missing makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# MSGFMT='/usr/bin/msgfmt'
# MSGFMT_015='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# NC='nc'
# OBJEXT='o'
# PACKAGE='synbak'
# PACKAGE_BUGREPORT='opensource@initzero.it'
# PACKAGE_NAME='synbak'
# PACKAGE_STRING='synbak 3.4'
# PACKAGE_TARNAME='synbak'
# PACKAGE_URL=''
# PACKAGE_VERSION='3.4'
# PATH_SEPARATOR=':'
# POSUB='po'
# RELEASE='1'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_NLS='yes'
# VERSION='3.4'
# VERSION_DATE='20160217'
# 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__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-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/synbak/src/synbak-3.4/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(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'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "synbak"
# #define PACKAGE_TARNAME "synbak"
# #define PACKAGE_VERSION "3.4"
# #define PACKAGE_STRING "synbak 3.4"
# #define PACKAGE_BUGREPORT "opensource@initzero.it"
# #define PACKAGE_URL ""
# #define PACKAGE "synbak"
# #define VERSION "3.4"
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
#
# configure: exit 0