[DebianGIS-dev] Bug#595608: python-liblas: bogus call to ctypes.util.find_library()
Jakub Wilk
jwilk at debian.org
Sun Sep 5 11:12:00 UTC 2010
Source: python-liblas
Version: 1.2.1-1
Severity: minor
liblas/core.py contains the following line:
free = ctypes.CDLL(find_library('libc.so.6')).free
This is not how find_library() is supposed to be called (it should be:
"find_library('c')"), and as a consequence find_library() always returns
None here.
--
Jakub Wilk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20100905/9ebe8a80/attachment.pgp>
More information about the Pkg-grass-devel
mailing list