FS#10934 - Error importing libavg (0.7.0-5, i686)
Attached to Project:
Arch Linux
Opened by Alessandro Doro (adoroo) - Wednesday, 16 July 2008, 20:47 GMT
Last edited by Kevin Piche (kpiche) - Wednesday, 01 October 2008, 02:42 GMT
Opened by Alessandro Doro (adoroo) - Wednesday, 16 July 2008, 20:47 GMT
Last edited by Kevin Piche (kpiche) - Wednesday, 01 October 2008, 02:42 GMT
|
Details
Description:
The library avg.so doesn't load; it fails to resolve a symbol: Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.5/site-packages/libavg/__init__.py", line 1, in <module> from avg import * ImportError: /usr/lib/python2.5/site-packages/libavg/avg.so: undefined symbol: _ZN5boost6thread12start_threadEv Additional info: * package version(s): 0.7.0-5 (i686) Steps to reproduce in my uptodated machine: $ python -c "import libavg" Fix: Rebuilding the package from the Arch repository (ver.5309) solved the problem. Maybe a misconfiguration in the build machine? |
This task depends upon
Closed by Kevin Piche (kpiche)
Wednesday, 01 October 2008, 02:42 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in libavg 0.7.0-6
Wednesday, 01 October 2008, 02:42 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in libavg 0.7.0-6
FS#10952too?'ldd -r /usr/lib/python2.5/site-packages/libavg/avg.so'
To be honest I don't think the 'ldd -r' issue is a problem since regular 'ldd' works and everything else still works. I figure they dlopen something or import a module at runtime.
Oops. Noticed new version of libavg after I released libavg 0.7.0-6