The build took 00h 00m 24s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
6,540 |
python |
2,878 |
ansic |
9,418 |
total |
The process tree of the build process is here.
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:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: python2-ldap 2.4.25-1 (Wed Aug 24 14:26:52 UTC 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) chrpath-0.16-1
Total Installed Size: 0.09 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 chrpath...
:: Running post-transaction hooks...
(1/1) Updating manpage index...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
defines: HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
extra_compile_args:
extra_objects:
include_dirs: /usr/include /usr/include/sasl /usr/local/include /usr/local/include/sasl
library_dirs: /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64
libs: ldap_r
running build
running build_py
file Lib/ldap.py (for module ldap) not found
file Lib/ldap/controls.py (for module ldap.controls) not found
file Lib/ldap/extop.py (for module ldap.extop) not found
file Lib/ldap/schema.py (for module ldap.schema) not found
creating build
creating build/lib.linux-x86_64-2.7
copying Lib/ldapurl.py -> build/lib.linux-x86_64-2.7
copying Lib/ldif.py -> build/lib.linux-x86_64-2.7
copying Lib/dsml.py -> build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/ldap
copying Lib/ldap/__init__.py -> build/lib.linux-x86_64-2.7/ldap
copying Lib/ldap/async.py -> build/lib.linux-x86_64-2.7/ldap
creating build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/__init__.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/deref.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/libldap.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/openldap.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/ppolicy.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/psearch.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/pwdpolicy.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/readentry.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/sessiontrack.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/controls/simple.py -> build/lib.linux-x86_64-2.7/ldap/controls
copying Lib/ldap/cidict.py -> build/lib.linux-x86_64-2.7/ldap
copying Lib/ldap/dn.py -> build/lib.linux-x86_64-2.7/ldap
creating build/lib.linux-x86_64-2.7/ldap/extop
copying Lib/ldap/extop/__init__.py -> build/lib.linux-x86_64-2.7/ldap/extop
copying Lib/ldap/extop/dds.py -> build/lib.linux-x86_64-2.7/ldap/extop
copying Lib/ldap/filter.py -> build/lib.linux-x86_64-2.7/ldap
copying Lib/ldap/functions.py -> build/lib.linux-x86_64-2.7/ldap
copying Lib/ldap/ldapobject.py -> build/lib.linux-x86_64-2.7/ldap
copying Lib/ldap/logger.py -> build/lib.linux-x86_64-2.7/ldap
copying Lib/ldap/modlist.py -> build/lib.linux-x86_64-2.7/ldap
copying Lib/ldap/resiter.py -> build/lib.linux-x86_64-2.7/ldap
copying Lib/ldap/sasl.py -> build/lib.linux-x86_64-2.7/ldap
creating build/lib.linux-x86_64-2.7/ldap/schema
copying Lib/ldap/schema/__init__.py -> build/lib.linux-x86_64-2.7/ldap/schema
copying Lib/ldap/schema/models.py -> build/lib.linux-x86_64-2.7/ldap/schema
copying Lib/ldap/schema/subentry.py -> build/lib.linux-x86_64-2.7/ldap/schema
copying Lib/ldap/schema/tokenizer.py -> build/lib.linux-x86_64-2.7/ldap/schema
copying Lib/ldap/syncrepl.py -> build/lib.linux-x86_64-2.7/ldap
file Lib/ldap.py (for module ldap) not found
file Lib/ldap/controls.py (for module ldap.controls) not found
file Lib/ldap/extop.py (for module ldap.extop) not found
file Lib/ldap/schema.py (for module ldap.schema) not found
running build_ext
building '_ldap' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/Modules
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/LDAPObject.c -o build/temp.linux-x86_64-2.7/Modules/LDAPObject.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/ldapcontrol.c -o build/temp.linux-x86_64-2.7/Modules/ldapcontrol.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/common.c -o build/temp.linux-x86_64-2.7/Modules/common.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/constants.c -o build/temp.linux-x86_64-2.7/Modules/constants.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/errors.c -o build/temp.linux-x86_64-2.7/Modules/errors.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/functions.c -o build/temp.linux-x86_64-2.7/Modules/functions.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/schema.c -o build/temp.linux-x86_64-2.7/Modules/schema.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/ldapmodule.c -o build/temp.linux-x86_64-2.7/Modules/ldapmodule.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/message.c -o build/temp.linux-x86_64-2.7/Modules/message.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/version.c -o build/temp.linux-x86_64-2.7/Modules/version.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/options.c -o build/temp.linux-x86_64-2.7/Modules/options.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.25 -IModules -I/usr/include -I/usr/include/sasl -I/usr/local/include -I/usr/local/include/sasl -I/usr/include/python2.7 -c Modules/berval.c -o build/temp.linux-x86_64-2.7/Modules/berval.o
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Modules/LDAPObject.o build/temp.linux-x86_64-2.7/Modules/ldapcontrol.o build/temp.linux-x86_64-2.7/Modules/common.o build/temp.linux-x86_64-2.7/Modules/constants.o build/temp.linux-x86_64-2.7/Modules/errors.o build/temp.linux-x86_64-2.7/Modules/functions.o build/temp.linux-x86_64-2.7/Modules/schema.o build/temp.linux-x86_64-2.7/Modules/ldapmodule.o build/temp.linux-x86_64-2.7/Modules/message.o build/temp.linux-x86_64-2.7/Modules/version.o build/temp.linux-x86_64-2.7/Modules/options.o build/temp.linux-x86_64-2.7/Modules/berval.o -L/usr/lib -L/usr/lib64 -L/usr/local/lib -L/usr/local/lib64 -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/lib64 -Wl,-R/usr/local/lib -Wl,-R/usr/local/lib64 -lldap_r -lpython2.7 -o build/lib.linux-x86_64-2.7/_ldap.so
==> Entering fakeroot environment...
==> Starting package()...
defines: HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
extra_compile_args:
extra_objects:
include_dirs: /usr/include /usr/include/sasl /usr/local/include /usr/local/include/sasl
library_dirs: /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64
libs: ldap_r
running install
running build
running build_py
file Lib/ldap.py (for module ldap) not found
file Lib/ldap/controls.py (for module ldap.controls) not found
file Lib/ldap/extop.py (for module ldap.extop) not found
file Lib/ldap/schema.py (for module ldap.schema) not found
file Lib/ldap.py (for module ldap) not found
file Lib/ldap/controls.py (for module ldap.controls) not found
file Lib/ldap/extop.py (for module ldap.extop) not found
file Lib/ldap/schema.py (for module ldap.schema) not found
running build_ext
running install_lib
creating /tmp/python2-ldap/pkg/python2-ldap/usr
creating /tmp/python2-ldap/pkg/python2-ldap/usr/lib
creating /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7
creating /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages
copying build/lib.linux-x86_64-2.7/ldapurl.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages
copying build/lib.linux-x86_64-2.7/ldif.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages
copying build/lib.linux-x86_64-2.7/dsml.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages
creating /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/ldap/__init__.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/ldap/async.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
creating /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/__init__.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/deref.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/libldap.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/openldap.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/ppolicy.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/psearch.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/pwdpolicy.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/readentry.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/sessiontrack.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/controls/simple.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls
copying build/lib.linux-x86_64-2.7/ldap/cidict.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/ldap/dn.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
creating /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/extop
copying build/lib.linux-x86_64-2.7/ldap/extop/__init__.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/extop
copying build/lib.linux-x86_64-2.7/ldap/extop/dds.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/extop
copying build/lib.linux-x86_64-2.7/ldap/filter.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/ldap/functions.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/ldap/ldapobject.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/ldap/logger.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/ldap/modlist.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/ldap/resiter.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/ldap/sasl.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
creating /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/schema
copying build/lib.linux-x86_64-2.7/ldap/schema/__init__.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/schema
copying build/lib.linux-x86_64-2.7/ldap/schema/models.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/schema
copying build/lib.linux-x86_64-2.7/ldap/schema/subentry.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/schema
copying build/lib.linux-x86_64-2.7/ldap/schema/tokenizer.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/schema
copying build/lib.linux-x86_64-2.7/ldap/syncrepl.py -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap
copying build/lib.linux-x86_64-2.7/_ldap.so -> /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldapurl.py to ldapurl.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldif.py to ldif.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/dsml.py to dsml.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/__init__.py to __init__.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/async.py to async.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/__init__.py to __init__.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/deref.py to deref.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/libldap.py to libldap.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/openldap.py to openldap.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/ppolicy.py to ppolicy.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/psearch.py to psearch.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/pwdpolicy.py to pwdpolicy.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/readentry.py to readentry.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/sessiontrack.py to sessiontrack.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/controls/simple.py to simple.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/cidict.py to cidict.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/dn.py to dn.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/extop/__init__.py to __init__.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/extop/dds.py to dds.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/filter.py to filter.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/functions.py to functions.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/ldapobject.py to ldapobject.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/logger.py to logger.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/modlist.py to modlist.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/resiter.py to resiter.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/sasl.py to sasl.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/schema/__init__.py to __init__.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/schema/models.py to models.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/schema/subentry.py to subentry.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/schema/tokenizer.py to tokenizer.pyc
byte-compiling /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/ldap/syncrepl.py to syncrepl.pyc
writing byte-compilation script '/tmp/tmpn_7YZb.py'
/usr/bin/python2 -O /tmp/tmpn_7YZb.py
removing /tmp/tmpn_7YZb.py
running install_egg_info
Writing /tmp/python2-ldap/pkg/python2-ldap/usr/lib/python2.7/site-packages/python_ldap-2.4.25-py2.7.egg-info
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "python2-ldap"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python2-ldap 2.4.25-1 (Wed Aug 24 14:26:55 UTC 2016)
CMD: pacman --query --file python2-ldap-2.4.25-1-x86_64.pkg.tar.xz
Creating hybrid package for 'python2-ldap'
Trying to find vanilla package 'python2-ldap'...
CMD: pacman --query --file /mirror/python2-ldap-2.4.25-1.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.BUILDINFO
/.MTREE
/usr/share/licenses/python2-ldap/LICENSE
/usr/lib/python2.7/site-packages/dsml.pyo
/usr/lib/python2.7/site-packages/dsml.py
/usr/lib/python2.7/site-packages/python_ldap-2.4.25-py2.7.egg-info
/usr/lib/python2.7/site-packages/ldapurl.py
/usr/lib/python2.7/site-packages/_ldap.so
/usr/lib/python2.7/site-packages/ldif.py
/usr/lib/python2.7/site-packages/ldapurl.pyc
/usr/lib/python2.7/site-packages/ldif.pyo
/usr/lib/python2.7/site-packages/ldapurl.pyo
/usr/lib/python2.7/site-packages/ldif.pyc
/usr/lib/python2.7/site-packages/dsml.pyc
/usr/lib/python2.7/site-packages/ldap/__init__.py
/usr/lib/python2.7/site-packages/ldap/logger.py
/usr/lib/python2.7/site-packages/ldap/syncrepl.pyc
/usr/lib/python2.7/site-packages/ldap/modlist.py
/usr/lib/python2.7/site-packages/ldap/functions.py
/usr/lib/python2.7/site-packages/ldap/cidict.pyo
/usr/lib/python2.7/site-packages/ldap/logger.pyo
/usr/lib/python2.7/site-packages/ldap/resiter.pyc
/usr/lib/python2.7/site-packages/ldap/__init__.pyc
/usr/lib/python2.7/site-packages/ldap/functions.pyo
/usr/lib/python2.7/site-packages/ldap/syncrepl.pyo
/usr/lib/python2.7/site-packages/ldap/sasl.pyc
/usr/lib/python2.7/site-packages/ldap/dn.pyo
/usr/lib/python2.7/site-packages/ldap/ldapobject.pyo
/usr/lib/python2.7/site-packages/ldap/resiter.pyo
/usr/lib/python2.7/site-packages/ldap/sasl.py
/usr/lib/python2.7/site-packages/ldap/resiter.py
/usr/lib/python2.7/site-packages/ldap/ldapobject.pyc
/usr/lib/python2.7/site-packages/ldap/filter.py
/usr/lib/python2.7/site-packages/ldap/cidict.pyc
/usr/lib/python2.7/site-packages/ldap/dn.py
/usr/lib/python2.7/site-packages/ldap/modlist.pyo
/usr/lib/python2.7/site-packages/ldap/__init__.pyo
/usr/lib/python2.7/site-packages/ldap/ldapobject.py
/usr/lib/python2.7/site-packages/ldap/logger.pyc
/usr/lib/python2.7/site-packages/ldap/filter.pyo
/usr/lib/python2.7/site-packages/ldap/syncrepl.py
/usr/lib/python2.7/site-packages/ldap/async.pyo
/usr/lib/python2.7/site-packages/ldap/filter.pyc
/usr/lib/python2.7/site-packages/ldap/cidict.py
/usr/lib/python2.7/site-packages/ldap/sasl.pyo
/usr/lib/python2.7/site-packages/ldap/modlist.pyc
/usr/lib/python2.7/site-packages/ldap/functions.pyc
/usr/lib/python2.7/site-packages/ldap/dn.pyc
/usr/lib/python2.7/site-packages/ldap/async.pyc
/usr/lib/python2.7/site-packages/ldap/async.py
/usr/lib/python2.7/site-packages/ldap/extop/__init__.py
/usr/lib/python2.7/site-packages/ldap/extop/dds.py
/usr/lib/python2.7/site-packages/ldap/extop/__init__.pyc
/usr/lib/python2.7/site-packages/ldap/extop/__init__.pyo
/usr/lib/python2.7/site-packages/ldap/extop/dds.pyc
/usr/lib/python2.7/site-packages/ldap/extop/dds.pyo
/usr/lib/python2.7/site-packages/ldap/controls/__init__.py
/usr/lib/python2.7/site-packages/ldap/controls/openldap.pyo
/usr/lib/python2.7/site-packages/ldap/controls/deref.py
/usr/lib/python2.7/site-packages/ldap/controls/pwdpolicy.py
/usr/lib/python2.7/site-packages/ldap/controls/ppolicy.pyo
/usr/lib/python2.7/site-packages/ldap/controls/simple.pyo
/usr/lib/python2.7/site-packages/ldap/controls/deref.pyo
/usr/lib/python2.7/site-packages/ldap/controls/libldap.py
/usr/lib/python2.7/site-packages/ldap/controls/openldap.py
/usr/lib/python2.7/site-packages/ldap/controls/__init__.pyc
/usr/lib/python2.7/site-packages/ldap/controls/sessiontrack.pyc
/usr/lib/python2.7/site-packages/ldap/controls/openldap.pyc
/usr/lib/python2.7/site-packages/ldap/controls/deref.pyc
/usr/lib/python2.7/site-packages/ldap/controls/readentry.py
/usr/lib/python2.7/site-packages/ldap/controls/ppolicy.py
/usr/lib/python2.7/site-packages/ldap/controls/pwdpolicy.pyc
/usr/lib/python2.7/site-packages/ldap/controls/libldap.pyc
/usr/lib/python2.7/site-packages/ldap/controls/sessiontrack.py
/usr/lib/python2.7/site-packages/ldap/controls/psearch.pyc
/usr/lib/python2.7/site-packages/ldap/controls/psearch.py
/usr/lib/python2.7/site-packages/ldap/controls/__init__.pyo
/usr/lib/python2.7/site-packages/ldap/controls/ppolicy.pyc
/usr/lib/python2.7/site-packages/ldap/controls/readentry.pyo
/usr/lib/python2.7/site-packages/ldap/controls/simple.py
/usr/lib/python2.7/site-packages/ldap/controls/simple.pyc
/usr/lib/python2.7/site-packages/ldap/controls/libldap.pyo
/usr/lib/python2.7/site-packages/ldap/controls/readentry.pyc
/usr/lib/python2.7/site-packages/ldap/controls/sessiontrack.pyo
/usr/lib/python2.7/site-packages/ldap/controls/pwdpolicy.pyo
/usr/lib/python2.7/site-packages/ldap/controls/psearch.pyo
/usr/lib/python2.7/site-packages/ldap/schema/__init__.py
/usr/lib/python2.7/site-packages/ldap/schema/tokenizer.pyc
/usr/lib/python2.7/site-packages/ldap/schema/subentry.pyo
/usr/lib/python2.7/site-packages/ldap/schema/models.py
/usr/lib/python2.7/site-packages/ldap/schema/subentry.pyc
/usr/lib/python2.7/site-packages/ldap/schema/__init__.pyc
/usr/lib/python2.7/site-packages/ldap/schema/models.pyo
/usr/lib/python2.7/site-packages/ldap/schema/tokenizer.py
/usr/lib/python2.7/site-packages/ldap/schema/subentry.py
/usr/lib/python2.7/site-packages/ldap/schema/__init__.pyo
/usr/lib/python2.7/site-packages/ldap/schema/models.pyc
/usr/lib/python2.7/site-packages/ldap/schema/tokenizer.pyo
/sysroot/usr/lib/python2.7/site-packages/ldapurl.py
/sysroot/usr/lib/python2.7/site-packages/ldif.py
/sysroot/usr/lib/python2.7/site-packages/dsml.py
/sysroot/usr/lib/python2.7/site-packages/_ldap.so
/sysroot/usr/lib/python2.7/site-packages/ldapurl.pyc
/sysroot/usr/lib/python2.7/site-packages/ldif.pyc
/sysroot/usr/lib/python2.7/site-packages/dsml.pyc
/sysroot/usr/lib/python2.7/site-packages/ldapurl.pyo
/sysroot/usr/lib/python2.7/site-packages/ldif.pyo
/sysroot/usr/lib/python2.7/site-packages/dsml.pyo
/sysroot/usr/lib/python2.7/site-packages/python_ldap-2.4.25-py2.7.egg-info
/sysroot/usr/lib/python2.7/site-packages/ldap/__init__.py
/sysroot/usr/lib/python2.7/site-packages/ldap/async.py
/sysroot/usr/lib/python2.7/site-packages/ldap/cidict.py
/sysroot/usr/lib/python2.7/site-packages/ldap/dn.py
/sysroot/usr/lib/python2.7/site-packages/ldap/filter.py
/sysroot/usr/lib/python2.7/site-packages/ldap/functions.py
/sysroot/usr/lib/python2.7/site-packages/ldap/ldapobject.py
/sysroot/usr/lib/python2.7/site-packages/ldap/logger.py
/sysroot/usr/lib/python2.7/site-packages/ldap/modlist.py
/sysroot/usr/lib/python2.7/site-packages/ldap/resiter.py
/sysroot/usr/lib/python2.7/site-packages/ldap/sasl.py
/sysroot/usr/lib/python2.7/site-packages/ldap/syncrepl.py
/sysroot/usr/lib/python2.7/site-packages/ldap/__init__.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/async.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/cidict.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/dn.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/filter.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/functions.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/ldapobject.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/logger.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/modlist.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/resiter.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/sasl.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/syncrepl.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/__init__.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/async.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/cidict.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/dn.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/filter.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/functions.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/ldapobject.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/logger.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/modlist.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/resiter.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/sasl.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/syncrepl.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/__init__.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/deref.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/libldap.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/openldap.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/ppolicy.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/psearch.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/pwdpolicy.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/readentry.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/sessiontrack.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/simple.py
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/__init__.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/deref.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/libldap.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/openldap.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/ppolicy.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/psearch.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/pwdpolicy.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/readentry.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/sessiontrack.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/simple.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/__init__.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/deref.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/libldap.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/openldap.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/ppolicy.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/psearch.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/pwdpolicy.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/readentry.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/sessiontrack.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/controls/simple.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/extop/__init__.py
/sysroot/usr/lib/python2.7/site-packages/ldap/extop/dds.py
/sysroot/usr/lib/python2.7/site-packages/ldap/extop/__init__.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/extop/dds.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/extop/__init__.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/extop/dds.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/__init__.py
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/models.py
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/subentry.py
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/tokenizer.py
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/__init__.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/models.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/subentry.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/tokenizer.pyc
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/__init__.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/models.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/subentry.pyo
/sysroot/usr/lib/python2.7/site-packages/ldap/schema/tokenizer.pyo
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf python2-ldap.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/python2-ldap.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/python2-ldap.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/python2-ldap.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'