Message219481
On my system, the C library (musl) intentionally does not include a SONAME entry.
This method in particular fails: http://hg.python.org/cpython/file/076705776bbe/Lib/ctypes/util.py#l133
The function seems to jump through some hoops which may not be necessary. Is there a reason for wanting particularly to use the SONAME entry for the lib?
In my system the following works as a replacement for _get_soname:
return os.path.basename(os.path.realpath(f)) |
|
Date |
User |
Action |
Args |
2014-06-01 03:28:22 | Jeremy.Huntwork | set | recipients:
+ Jeremy.Huntwork |
2014-06-01 03:28:22 | Jeremy.Huntwork | set | messageid: <1401593302.24.0.994822187168.issue21622@psf.upfronthosting.co.za> |
2014-06-01 03:28:21 | Jeremy.Huntwork | link | issue21622 messages |
2014-06-01 03:28:20 | Jeremy.Huntwork | create | |
|