Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 304965 Details for
Bug 407871
dev-python/python-ldap-2.4.8 compilation fails: sasl.h not found
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Full python-ldap 2.4.8 build.log
build.log (text/plain), 6.12 KB, created by
Nikolaj Šujskij
on 2012-03-12 05:35:06 UTC
(
hide
)
Description:
Full python-ldap 2.4.8 build.log
Filename:
MIME Type:
Creator:
Nikolaj Šujskij
Created:
2012-03-12 05:35:06 UTC
Size:
6.12 KB
patch
obsolete
> * Package: dev-python/python-ldap-2.4.8 > * Repository: gentoo > * Maintainer: python@gentoo.org > * USE: amd64 elibc_glibc examples kernel_linux multilib ssl userland_GNU > * FEATURES: preserve-libs sandbox splitdebug userpriv usersandbox >>>> Unpacking source... >>>> Unpacking python-ldap-2.4.8.tar.gz to /var/tmp/portage/dev-python/python-ldap-2.4.8/work >>>> Source unpacked in /var/tmp/portage/dev-python/python-ldap-2.4.8/work >>>> Preparing source in /var/tmp/portage/dev-python/python-ldap-2.4.8/work/python-ldap-2.4.8 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/python-ldap-2.4.8/work/python-ldap-2.4.8 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/python-ldap-2.4.8/work/python-ldap-2.4.8 ... > * Building of dev-python/python-ldap-2.4.8 with CPython 2.6... >python2.6 setup.py build -b build-2.6 >defines: HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R >extra_compile_args: >extra_link_args: -Wl,-rpath=/usr/lib64/sasl2 >extra_objects: >include_dirs: /usr/include /usr/include/sasl >library_dirs: >libs: lber resolv ldap ssl crypto >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-2.6 >creating build-2.6/lib.linux-x86_64-2.6 >copying Lib/ldapurl.py -> build-2.6/lib.linux-x86_64-2.6 >copying Lib/ldif.py -> build-2.6/lib.linux-x86_64-2.6 >copying Lib/dsml.py -> build-2.6/lib.linux-x86_64-2.6 >creating build-2.6/lib.linux-x86_64-2.6/ldap >copying Lib/ldap/__init__.py -> build-2.6/lib.linux-x86_64-2.6/ldap >copying Lib/ldap/async.py -> build-2.6/lib.linux-x86_64-2.6/ldap >creating build-2.6/lib.linux-x86_64-2.6/ldap/controls >copying Lib/ldap/controls/__init__.py -> build-2.6/lib.linux-x86_64-2.6/ldap/controls >copying Lib/ldap/controls/libldap.py -> build-2.6/lib.linux-x86_64-2.6/ldap/controls >copying Lib/ldap/controls/ppolicy.py -> build-2.6/lib.linux-x86_64-2.6/ldap/controls >copying Lib/ldap/controls/psearch.py -> build-2.6/lib.linux-x86_64-2.6/ldap/controls >copying Lib/ldap/controls/readentry.py -> build-2.6/lib.linux-x86_64-2.6/ldap/controls >copying Lib/ldap/controls/sessiontrack.py -> build-2.6/lib.linux-x86_64-2.6/ldap/controls >copying Lib/ldap/controls/simple.py -> build-2.6/lib.linux-x86_64-2.6/ldap/controls >copying Lib/ldap/cidict.py -> build-2.6/lib.linux-x86_64-2.6/ldap >copying Lib/ldap/dn.py -> build-2.6/lib.linux-x86_64-2.6/ldap >creating build-2.6/lib.linux-x86_64-2.6/ldap/extop >copying Lib/ldap/extop/__init__.py -> build-2.6/lib.linux-x86_64-2.6/ldap/extop >copying Lib/ldap/extop/dds.py -> build-2.6/lib.linux-x86_64-2.6/ldap/extop >copying Lib/ldap/filter.py -> build-2.6/lib.linux-x86_64-2.6/ldap >copying Lib/ldap/functions.py -> build-2.6/lib.linux-x86_64-2.6/ldap >copying Lib/ldap/ldapobject.py -> build-2.6/lib.linux-x86_64-2.6/ldap >copying Lib/ldap/logger.py -> build-2.6/lib.linux-x86_64-2.6/ldap >copying Lib/ldap/modlist.py -> build-2.6/lib.linux-x86_64-2.6/ldap >copying Lib/ldap/resiter.py -> build-2.6/lib.linux-x86_64-2.6/ldap >copying Lib/ldap/sasl.py -> build-2.6/lib.linux-x86_64-2.6/ldap >creating build-2.6/lib.linux-x86_64-2.6/ldap/schema >copying Lib/ldap/schema/__init__.py -> build-2.6/lib.linux-x86_64-2.6/ldap/schema >copying Lib/ldap/schema/models.py -> build-2.6/lib.linux-x86_64-2.6/ldap/schema >copying Lib/ldap/schema/subentry.py -> build-2.6/lib.linux-x86_64-2.6/ldap/schema >copying Lib/ldap/schema/tokenizer.py -> build-2.6/lib.linux-x86_64-2.6/ldap/schema >copying Lib/ldap/syncrepl.py -> build-2.6/lib.linux-x86_64-2.6/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 egg_info >writing requirements to Lib/python_ldap.egg-info/requires.txt >writing Lib/python_ldap.egg-info/PKG-INFO >writing top-level names to Lib/python_ldap.egg-info/top_level.txt >writing dependency_links to Lib/python_ldap.egg-info/dependency_links.txt >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 >reading manifest file 'Lib/python_ldap.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >warning: no files found matching 'Makefile' >warning: no files found matching 'Modules/LICENSE' >writing manifest file 'Lib/python_ldap.egg-info/SOURCES.txt' >warning: build_py: byte-compiling is disabled, skipping. >running build_ext >building '_ldap' extension >creating build-2.6/temp.linux-x86_64-2.6 >creating build-2.6/temp.linux-x86_64-2.6/Modules >x86_64-pc-linux-gnu-gcc -pthread -march=core2 -O2 -pipe -floop-interchange -floop-strip-mine -floop-block -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_TLS -DLDAPMODULE_VERSION=2.4.8 -IModules -I/usr/include -I/usr/include/sasl -I/usr/include/python2.6 -c Modules/LDAPObject.c -o build-2.6/temp.linux-x86_64-2.6/Modules/LDAPObject.o >Modules/LDAPObject.c:18:18: fatal error: sasl.h: No such file or directory >compilation terminated. >error: command 'x86_64-pc-linux-gnu-gcc' failed with exit status 1 > * ERROR: dev-python/python-ldap-2.4.8 failed (compile phase): > * Building failed with CPython 2.6 in distutils_building() function > * > * Call stack: > * ebuild.sh, line 85: Called src_compile > * environment, line 3667: Called distutils_src_compile > * environment, line 991: Called python_execute_function 'distutils_building' > * environment, line 2055: Called die > * The specific snippet of code: > * die "${failure_message}"; > * > * If you need support, post the output of 'emerge --info =dev-python/python-ldap-2.4.8', > * the complete build log and the output of 'emerge -pqv =dev-python/python-ldap-2.4.8'. > * The complete build log is located at '/var/tmp/portage/dev-python/python-ldap-2.4.8/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/python-ldap-2.4.8/temp/environment'. > * S: '/var/tmp/portage/dev-python/python-ldap-2.4.8/work/python-ldap-2.4.8'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 407871
: 304965