[Python-modules-team] Bug#586157: pylibmc 1.0 does not support libmemcached-dev v0.40

Clint Byrum clint at ubuntu.com
Wed Jun 16 22:16:50 UTC 2010


Package: pylibmc
Version: 1.0-1
Severity: important

This package will not function properly with libmemcached v0.40, which 
is the current version of libmemcached-dev in sid. Upon running the 
tests I received these errors:

python tests.py
Traceback (most recent call last):
File "tests.py", line 228, in <module>
  import pylibmc, _pylibmc
File "build/lib.linux-x86_64-2.6/pylibmc.py", line 55, in <module>
  import _pylibmc
ImportError: build/lib.linux-x86_64-2.6/_pylibmc.so: undefined symbol: memcached_server_list

I would imagine similar things will happen if people use pylibmc in their code.

v1.1.1 of pylibmc passes these tests with libmemcached v0.40, updating to that would be the suggested fix.

-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 'maverick')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.34-4-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash






More information about the Python-modules-team mailing list