Build of pydb with clang_glibc toolchain

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

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

SLOCLanguage
8,012 python
2,586 makefile
2,479 perl
962 lisp
748 sh
16 ansic
14,803 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: pydb 1.26-3 (Thu Apr 13 15:25:07 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 emacs... no
# checking for xemacs... no
# checking where .elc files should go... ${datadir}/emacs/site-lisp
# checking for emacs... no
# checking for emacs... no
# checking where .elc files should go... (cached) ${datadir}/emacs/site-lisp
# checking whether /usr/bin/python2 version >= 2.4.0... yes
# checking for /usr/bin/python2 version... 2.7
# checking for /usr/bin/python2 platform... linux2
# checking for /usr/bin/python2 script directory... ${prefix}/lib/python2.7/site-packages
# checking for /usr/bin/python2 extension module directory... ${exec_prefix}/lib/python2.7/site-packages
# configure: Trying to reset site-packages a the default often gets this wrong
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking whether ln -s works... yes
# configure: creating ./config.status
# config.status: creating Doc/Makefile
# config.status: creating Doc/pydb.1
# config.status: creating Makefile
# config.status: creating emacs/Makefile
# config.status: creating emacs/pydb-test.el
# config.status: creating pydb/__init__.py
# config.status: creating pydb/gdb.py
# config.status: creating pydb/pydb.py
# config.status: creating setup.py
# config.status: creating test/.pydbrc
# config.status: creating test/Makefile
# config.status: creating test/data/Makefile
# config.status: creating test/unit/Makefile
# config.status: creating test/brkpt3.cmd
# config.status: creating test/brkpt3.right
# config.status: creating test/brkpt3t.right
# config.status: creating test/except.py
# config.status: creating test/exceptbug.py
# config.status: creating test/file-2.5.right
# config.status: creating test/file.cmd
# config.status: creating test/file.right
# config.status: creating test/settrace.py
# config.status: creating test/test-complete.py
# config.status: creating test/test-connect.py
# config.status: creating test/test-contbug.py
# config.status: creating test/test-disassem.py
# config.status: creating test/test-dbgcall.py
# config.status: creating test/test-fifo-connect.py
# config.status: creating test/test-file.py
# config.status: creating test/test-fns.py
# config.status: creating test/test-help.py
# config.status: creating test/test-import.py
# config.status: creating test/test-linetrace.py
# config.status: creating test/test-pm.py
# config.status: creating test/test-run.py
# config.status: creating test/test-save.py
# config.status: creating test/test-setshow.py
# config.status: creating test/test-sig.py
# config.status: creating test/test-sighandle.py
# config.status: creating test/test-skip.py
# config.status: creating test/test-step.py
# config.status: creating test/test-tcp-connect.py
# config.status: creating test/test-trace.py
# config.status: creating test/test-with.py
# config.status: creating test/test.py
# config.status: creating test/unit/bytecode.py
# config.status: creating test/unit/checkline.py
# config.status: creating test/unit/fns.py
# config.status: creating test/unit/listsize.py
# config.status: creating test/unit/pydbcmd.py
# config.status: creating test/unit/sighandler.py
# Making all in test
# make[1]: Entering directory '/tmp/pydb/src/pydb-1.26/test'
# Making all in data
# make[2]: Entering directory '/tmp/pydb/src/pydb-1.26/test/data'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/pydb/src/pydb-1.26/test/data'
# Making all in unit
# make[2]: Entering directory '/tmp/pydb/src/pydb-1.26/test/unit'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/pydb/src/pydb-1.26/test/unit'
# make[2]: Entering directory '/tmp/pydb/src/pydb-1.26/test'
# make[2]: Nothing to be done for 'all-am'.
# make[2]: Leaving directory '/tmp/pydb/src/pydb-1.26/test'
# make[1]: Leaving directory '/tmp/pydb/src/pydb-1.26/test'
# make[1]: Entering directory '/tmp/pydb/src/pydb-1.26'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/pydb/src/pydb-1.26'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in test
# make[1]: Entering directory '/tmp/pydb/src/pydb-1.26/test'
# Making install in data
# make[2]: Entering directory '/tmp/pydb/src/pydb-1.26/test/data'
# make[3]: Entering directory '/tmp/pydb/src/pydb-1.26/test/data'
# 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/pydb/src/pydb-1.26/test/data'
# make[2]: Leaving directory '/tmp/pydb/src/pydb-1.26/test/data'
# Making install in unit
# make[2]: Entering directory '/tmp/pydb/src/pydb-1.26/test/unit'
# make[3]: Entering directory '/tmp/pydb/src/pydb-1.26/test/unit'
# 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/pydb/src/pydb-1.26/test/unit'
# make[2]: Leaving directory '/tmp/pydb/src/pydb-1.26/test/unit'
# make[2]: Entering directory '/tmp/pydb/src/pydb-1.26/test'
# make[3]: Entering directory '/tmp/pydb/src/pydb-1.26/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/pydb/src/pydb-1.26/test'
# make[2]: Leaving directory '/tmp/pydb/src/pydb-1.26/test'
# make[1]: Leaving directory '/tmp/pydb/src/pydb-1.26/test'
# make[1]: Entering directory '/tmp/pydb/src/pydb-1.26'
# make[2]: Entering directory '/tmp/pydb/src/pydb-1.26'
# test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/tmp/pydb/pkg/pydb/usr/share/man/man1"
# /usr/bin/install -c -m 644 './Doc/pydb.1' '/tmp/pydb/pkg/pydb/usr/share/man/man1/pydb.1'
# test -z "/usr/lib/python2.7/site-packages/pydb" || /usr/bin/mkdir -p "/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb"
# /usr/bin/install -c -m 644 'pydb/pydb.doc' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/pydb.doc'
# test -z "/usr/lib/python2.7/site-packages/pydb" || /usr/bin/mkdir -p "/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb"
# /usr/bin/install -c -m 644 'pydb/__init__.py' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/__init__.py'
# /usr/bin/install -c -m 644 'pydb/pydb.py' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/pydb.py'
# /usr/bin/install -c -m 644 'pydb/bytecode.py' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/bytecode.py'
# /usr/bin/install -c -m 644 'pydb/complete.py' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/complete.py'
# /usr/bin/install -c -m 644 'pydb/connection.py' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/connection.py'
# /usr/bin/install -c -m 644 'pydb/disassemble.py' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/disassemble.py'
# /usr/bin/install -c -m 644 'pydb/display.py' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/display.py'
# /usr/bin/install -c -m 644 'pydb/fns.py' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/fns.py'
# /usr/bin/install -c -m 644 'pydb/gdb.py' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/gdb.py'
# /usr/bin/install -c -m 644 'pydb/info.py' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/info.py'
# /usr/bin/install -c -m 644 'pydb/pydb.py' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/pydb.py'
# /usr/bin/install -c -m 644 'pydb/pydbbdb.py' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/pydbbdb.py'
# /usr/bin/install -c -m 644 'pydb/pydbcmd.py' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/pydbcmd.py'
# /usr/bin/install -c -m 644 'pydb/set.py' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/set.py'
# /usr/bin/install -c -m 644 'pydb/show.py' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/show.py'
# /usr/bin/install -c -m 644 'pydb/sighandler.py' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/sighandler.py'
# /usr/bin/install -c -m 644 'pydb/subcmd.py' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/subcmd.py'
# /usr/bin/install -c -m 644 'pydb/threaddbg.py' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/threaddbg.py'
# /usr/bin/install -c -m 644 'pydb/threadinfo.py' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/threadinfo.py'
# Byte-compiling python modules...
# __init__.py pydb.py bytecode.py complete.py connection.py disassemble.py display.py fns.py gdb.py info.py pydb.py pydbbdb.py pydbcmd.py set.py show.py sighandler.py subcmd.py threaddbg.py threadinfo.py
# Byte-compiling python modules (optimized versions) ...
# __init__.py pydb.py bytecode.py complete.py connection.py disassemble.py display.py fns.py gdb.py info.py pydb.py pydbbdb.py pydbcmd.py set.py show.py sighandler.py subcmd.py threaddbg.py threadinfo.py
# if ! test -d "/tmp/pydb/pkg/pydb/usr/bin"; then \
# test -z "/tmp/pydb/pkg/pydb/usr/bin" || /usr/bin/mkdir -p "/tmp/pydb/pkg/pydb/usr/bin"; \
# fi
# rm -f "/tmp/pydb/pkg/pydb/usr/bin/pydb" || true;
# chmod +x "/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/pydb.py"
# ln -s "/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/pydb.py" "/tmp/pydb/pkg/pydb/usr/bin/pydb"
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/pydb/src/pydb-1.26'
# make[1]: Leaving directory '/tmp/pydb/src/pydb-1.26'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "pydb"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: pydb 1.26-3 (Thu Apr 13 15:25:13 UTC 2017)

CMD: pacman --query --file pydb-1.26-3-any.pkg.tar.xz
# pydb 1.26-3

Creating hybrid package for 'pydb'

Trying to find vanilla package 'pydb'...

CMD: pacman --query --file /mirror/pydb-1.26-3.pkg.tar.xz
# pydb 1.26-3

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/python2.7/site-packages/pydb/set.py
# /usr/lib/python2.7/site-packages/pydb/subcmd.pyc
# /usr/lib/python2.7/site-packages/pydb/show.pyo
# /usr/lib/python2.7/site-packages/pydb/display.pyc
# /usr/lib/python2.7/site-packages/pydb/set.pyo
# /usr/lib/python2.7/site-packages/pydb/pydbcmd.py
# /usr/lib/python2.7/site-packages/pydb/info.pyo
# /usr/lib/python2.7/site-packages/pydb/set.pyc
# /usr/lib/python2.7/site-packages/pydb/sighandler.py
# /usr/lib/python2.7/site-packages/pydb/__init__.pyo
# /usr/lib/python2.7/site-packages/pydb/info.py
# /usr/lib/python2.7/site-packages/pydb/bytecode.pyo
# /usr/lib/python2.7/site-packages/pydb/__init__.py
# /usr/lib/python2.7/site-packages/pydb/subcmd.pyo
# /usr/lib/python2.7/site-packages/pydb/fns.py
# /usr/lib/python2.7/site-packages/pydb/threaddbg.pyc
# /usr/lib/python2.7/site-packages/pydb/pydbbdb.pyc
# /usr/lib/python2.7/site-packages/pydb/show.py
# /usr/lib/python2.7/site-packages/pydb/disassemble.pyc
# /usr/lib/python2.7/site-packages/pydb/fns.pyc
# /usr/lib/python2.7/site-packages/pydb/threaddbg.py
# /usr/lib/python2.7/site-packages/pydb/disassemble.py
# /usr/lib/python2.7/site-packages/pydb/show.pyc
# /usr/lib/python2.7/site-packages/pydb/subcmd.py
# /usr/lib/python2.7/site-packages/pydb/complete.pyc
# /usr/lib/python2.7/site-packages/pydb/gdb.pyc
# /usr/lib/python2.7/site-packages/pydb/pydb.pyo
# /usr/lib/python2.7/site-packages/pydb/__init__.pyc
# /usr/lib/python2.7/site-packages/pydb/fns.pyo
# /usr/lib/python2.7/site-packages/pydb/sighandler.pyc
# /usr/lib/python2.7/site-packages/pydb/pydbbdb.py
# /usr/lib/python2.7/site-packages/pydb/display.pyo
# /usr/lib/python2.7/site-packages/pydb/bytecode.pyc
# /usr/lib/python2.7/site-packages/pydb/connection.pyo
# /usr/lib/python2.7/site-packages/pydb/connection.py
# /usr/lib/python2.7/site-packages/pydb/threadinfo.py
# /usr/lib/python2.7/site-packages/pydb/pydb.pyc
# /usr/lib/python2.7/site-packages/pydb/gdb.pyo
# /usr/lib/python2.7/site-packages/pydb/pydbcmd.pyo
# /usr/lib/python2.7/site-packages/pydb/pydb.doc
# /usr/lib/python2.7/site-packages/pydb/complete.py
# /usr/lib/python2.7/site-packages/pydb/threadinfo.pyo
# /usr/lib/python2.7/site-packages/pydb/complete.pyo
# /usr/lib/python2.7/site-packages/pydb/disassemble.pyo
# /usr/lib/python2.7/site-packages/pydb/info.pyc
# /usr/lib/python2.7/site-packages/pydb/pydbcmd.pyc
# /usr/lib/python2.7/site-packages/pydb/sighandler.pyo
# /usr/lib/python2.7/site-packages/pydb/threaddbg.pyo
# /usr/lib/python2.7/site-packages/pydb/connection.pyc
# /usr/lib/python2.7/site-packages/pydb/bytecode.py
# /usr/lib/python2.7/site-packages/pydb/display.py
# /usr/lib/python2.7/site-packages/pydb/pydbbdb.pyo
# /usr/lib/python2.7/site-packages/pydb/gdb.py
# /usr/lib/python2.7/site-packages/pydb/pydb.py
# /usr/lib/python2.7/site-packages/pydb/threadinfo.pyc
# /usr/share/man/man1/pydb.1.gz
# /usr/bin/pydb
# /sysroot/usr/lib/python2.7/site-packages/pydb/pydb.doc
# /sysroot/usr/lib/python2.7/site-packages/pydb/__init__.py
# /sysroot/usr/lib/python2.7/site-packages/pydb/bytecode.py
# /sysroot/usr/lib/python2.7/site-packages/pydb/complete.py
# /sysroot/usr/lib/python2.7/site-packages/pydb/connection.py
# /sysroot/usr/lib/python2.7/site-packages/pydb/disassemble.py
# /sysroot/usr/lib/python2.7/site-packages/pydb/display.py
# /sysroot/usr/lib/python2.7/site-packages/pydb/fns.py
# /sysroot/usr/lib/python2.7/site-packages/pydb/gdb.py
# /sysroot/usr/lib/python2.7/site-packages/pydb/info.py
# /sysroot/usr/lib/python2.7/site-packages/pydb/pydb.py
# /sysroot/usr/lib/python2.7/site-packages/pydb/pydbbdb.py
# /sysroot/usr/lib/python2.7/site-packages/pydb/pydbcmd.py
# /sysroot/usr/lib/python2.7/site-packages/pydb/set.py
# /sysroot/usr/lib/python2.7/site-packages/pydb/show.py
# /sysroot/usr/lib/python2.7/site-packages/pydb/sighandler.py
# /sysroot/usr/lib/python2.7/site-packages/pydb/subcmd.py
# /sysroot/usr/lib/python2.7/site-packages/pydb/threaddbg.py
# /sysroot/usr/lib/python2.7/site-packages/pydb/threadinfo.py
# /sysroot/usr/lib/python2.7/site-packages/pydb/__init__.pyc
# /sysroot/usr/lib/python2.7/site-packages/pydb/pydb.pyc
# /sysroot/usr/lib/python2.7/site-packages/pydb/bytecode.pyc
# /sysroot/usr/lib/python2.7/site-packages/pydb/complete.pyc
# /sysroot/usr/lib/python2.7/site-packages/pydb/connection.pyc
# /sysroot/usr/lib/python2.7/site-packages/pydb/disassemble.pyc
# /sysroot/usr/lib/python2.7/site-packages/pydb/display.pyc
# /sysroot/usr/lib/python2.7/site-packages/pydb/fns.pyc
# /sysroot/usr/lib/python2.7/site-packages/pydb/gdb.pyc
# /sysroot/usr/lib/python2.7/site-packages/pydb/info.pyc
# /sysroot/usr/lib/python2.7/site-packages/pydb/pydbbdb.pyc
# /sysroot/usr/lib/python2.7/site-packages/pydb/pydbcmd.pyc
# /sysroot/usr/lib/python2.7/site-packages/pydb/set.pyc
# /sysroot/usr/lib/python2.7/site-packages/pydb/show.pyc
# /sysroot/usr/lib/python2.7/site-packages/pydb/sighandler.pyc
# /sysroot/usr/lib/python2.7/site-packages/pydb/subcmd.pyc
# /sysroot/usr/lib/python2.7/site-packages/pydb/threaddbg.pyc
# /sysroot/usr/lib/python2.7/site-packages/pydb/threadinfo.pyc
# /sysroot/usr/lib/python2.7/site-packages/pydb/__init__.pyo
# /sysroot/usr/lib/python2.7/site-packages/pydb/pydb.pyo
# /sysroot/usr/lib/python2.7/site-packages/pydb/bytecode.pyo
# /sysroot/usr/lib/python2.7/site-packages/pydb/complete.pyo
# /sysroot/usr/lib/python2.7/site-packages/pydb/connection.pyo
# /sysroot/usr/lib/python2.7/site-packages/pydb/disassemble.pyo
# /sysroot/usr/lib/python2.7/site-packages/pydb/display.pyo
# /sysroot/usr/lib/python2.7/site-packages/pydb/fns.pyo
# /sysroot/usr/lib/python2.7/site-packages/pydb/gdb.pyo
# /sysroot/usr/lib/python2.7/site-packages/pydb/info.pyo
# /sysroot/usr/lib/python2.7/site-packages/pydb/pydbbdb.pyo
# /sysroot/usr/lib/python2.7/site-packages/pydb/pydbcmd.pyo
# /sysroot/usr/lib/python2.7/site-packages/pydb/set.pyo
# /sysroot/usr/lib/python2.7/site-packages/pydb/show.pyo
# /sysroot/usr/lib/python2.7/site-packages/pydb/sighandler.pyo
# /sysroot/usr/lib/python2.7/site-packages/pydb/subcmd.pyo
# /sysroot/usr/lib/python2.7/site-packages/pydb/threaddbg.pyo
# /sysroot/usr/lib/python2.7/site-packages/pydb/threadinfo.pyo

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

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

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/pydb.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/pydb.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/pydb/src/pydb-1.26/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 pydb configure 1.26, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --with-python=/usr/bin/python2
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 699da3be56d8
# 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:1711: checking for emacs
# configure:1741: result: no
# configure:1711: checking for xemacs
# configure:1741: result: no
# configure:1762: checking where .elc files should go
# configure:1791: result: ${datadir}/emacs/site-lisp
# configure:1802: checking for emacs
# configure:1833: result: no
# configure:1906: checking for emacs
# configure:1933: result: no
# configure:1957: checking where .elc files should go
# configure:1986: result: ${datadir}/emacs/site-lisp
# configure:2010: checking whether /usr/bin/python2 version >= 2.4.0
# configure:2019: /usr/bin/python2 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.4.0', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
# configure:2022: $? = 0
# configure:2024: result: yes
# configure:2119: checking for /usr/bin/python2 version
# configure:2126: result: 2.7
# configure:2138: checking for /usr/bin/python2 platform
# configure:2145: result: linux2
# configure:2152: checking for /usr/bin/python2 script directory
# configure:2160: result: ${prefix}/lib/python2.7/site-packages
# configure:2169: checking for /usr/bin/python2 extension module directory
# configure:2177: result: ${exec_prefix}/lib/python2.7/site-packages
# configure:2195: Trying to reset site-packages a the default often gets this wrong
# configure:2212: checking whether to enable maintainer-specific portions of Makefiles
# configure:2221: result: no
# configure:2299: checking for a BSD-compatible install
# configure:2355: result: /usr/bin/install -c
# configure:2366: checking whether build environment is sane
# configure:2409: result: yes
# configure:2424: checking for a thread-safe mkdir -p
# configure:2463: result: /usr/bin/mkdir -p
# configure:2476: checking for gawk
# configure:2492: found /usr/bin/gawk
# configure:2503: result: gawk
# configure:2514: checking whether make sets $(MAKE)
# configure:2535: result: yes
# configure:2615: checking for x86_64-unknown-linux-strip
# configure:2645: result: no
# configure:2655: checking for strip
# configure:2671: found /usr/bin/strip
# configure:2682: result: strip
# configure:2735: checking whether ln -s works
# configure:2739: result: yes
# configure:2997: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by pydb config.status 1.26, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 699da3be56d8
#
# config.status:659: creating Doc/Makefile
# config.status:659: creating Doc/pydb.1
# config.status:659: creating Makefile
# config.status:659: creating emacs/Makefile
# config.status:659: creating emacs/pydb-test.el
# config.status:659: creating pydb/__init__.py
# config.status:659: creating pydb/gdb.py
# config.status:659: creating pydb/pydb.py
# config.status:659: creating setup.py
# config.status:659: creating test/.pydbrc
# config.status:659: creating test/Makefile
# config.status:659: creating test/data/Makefile
# config.status:659: creating test/unit/Makefile
# config.status:659: creating test/brkpt3.cmd
# config.status:659: creating test/brkpt3.right
# config.status:659: creating test/brkpt3t.right
# config.status:659: creating test/except.py
# config.status:659: creating test/exceptbug.py
# config.status:659: creating test/file-2.5.right
# config.status:659: creating test/file.cmd
# config.status:659: creating test/file.right
# config.status:659: creating test/settrace.py
# config.status:659: creating test/test-complete.py
# config.status:659: creating test/test-connect.py
# config.status:659: creating test/test-contbug.py
# config.status:659: creating test/test-disassem.py
# config.status:659: creating test/test-dbgcall.py
# config.status:659: creating test/test-fifo-connect.py
# config.status:659: creating test/test-file.py
# config.status:659: creating test/test-fns.py
# config.status:659: creating test/test-help.py
# config.status:659: creating test/test-import.py
# config.status:659: creating test/test-linetrace.py
# config.status:659: creating test/test-pm.py
# config.status:659: creating test/test-run.py
# config.status:659: creating test/test-save.py
# config.status:659: creating test/test-setshow.py
# config.status:659: creating test/test-sig.py
# config.status:659: creating test/test-sighandle.py
# config.status:659: creating test/test-skip.py
# config.status:659: creating test/test-step.py
# config.status:659: creating test/test-tcp-connect.py
# config.status:659: creating test/test-trace.py
# config.status:659: creating test/test-with.py
# config.status:659: creating test/test.py
# config.status:659: creating test/unit/bytecode.py
# config.status:659: creating test/unit/checkline.py
# config.status:659: creating test/unit/fns.py
# config.status:659: creating test/unit/listsize.py
# config.status:659: creating test/unit/pydbcmd.py
# config.status:659: creating test/unit/sighandler.py
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_env_EMACSLOADPATH_set=
# ac_cv_env_EMACSLOADPATH_value=
# ac_cv_env_EMACS_set=
# ac_cv_env_EMACS_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_path_EMACS=no
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_EMACS=no
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_make_make_set=yes
# am_cv_lispdir='${datadir}/emacs/site-lisp'
# am_cv_python_platform=linux2
# am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
# am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
# am_cv_python_version=2.7
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/pydb/src/pydb-1.26/missing --run aclocal-1.10'
# AMTAR='${SHELL} /tmp/pydb/src/pydb-1.26/missing --run tar'
# AUTOCONF='${SHELL} /tmp/pydb/src/pydb-1.26/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/pydb/src/pydb-1.26/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/pydb/src/pydb-1.26/missing --run automake-1.10'
# AWK='gawk'
# CVS2CL='${SHELL} /tmp/pydb/src/pydb-1.26/missing --run cvs2cl'
# CYGPATH_W='echo'
# DEFS='-DPACKAGE_NAME=\"pydb\" -DPACKAGE_TARNAME=\"pydb\" -DPACKAGE_VERSION=\"1.26\" -DPACKAGE_STRING=\"pydb\ 1.26\" -DPACKAGE_BUGREPORT=\"bashdb-pydb-devel@lists.sourceforge.net\" -DPACKAGE=pydb -DPACKAGE=\"pydb\" -DVERSION=\"1.26\"'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EMACS='no'
# EMACSLOADPATH=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_EMACS_LISP_FALSE=''
# INSTALL_EMACS_LISP_TRUE='#'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LIBOBJS=''
# LIBS=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/pydb/src/pydb-1.26/missing --run makeinfo'
# MIN_VERSION='2.4.0'
# PACKAGE='pydb'
# PACKAGE_BUGREPORT='bashdb-pydb-devel@lists.sourceforge.net'
# PACKAGE_NAME='pydb'
# PACKAGE_STRING='pydb 1.26'
# PACKAGE_TARNAME='pydb'
# PACKAGE_VERSION='1.26'
# PATH_SEPARATOR=':'
# PYTHON='/usr/bin/python2'
# PYTHON_EXEC_PREFIX='${exec_prefix}'
# PYTHON_PLATFORM='linux2'
# PYTHON_PREFIX='${prefix}'
# PYTHON_VERSION='2.7'
# READLINE='readline'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.26'
# am__isrc=''
# am__leading_dot='.'
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='$(SHELL) /tmp/pydb/src/pydb-1.26/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# lispdir='${datadir}/emacs/site-lisp'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# pkgpyexecdir='${pyexecdir}/pydb'
# pkgpythondir='${pythondir}/pydb'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
# pythondir='/usr/lib/python2.7/site-packages'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "pydb"
# #define PACKAGE_TARNAME "pydb"
# #define PACKAGE_VERSION "1.26"
# #define PACKAGE_STRING "pydb 1.26"
# #define PACKAGE_BUGREPORT "bashdb-pydb-devel@lists.sourceforge.net"
# #define PACKAGE pydb
# #define PACKAGE "pydb"
# #define VERSION "1.26"
#
# configure: exit 0