Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 240247 - app-emulation/virtinst-0.300.3-r1 - ImportError: ./libvirtmod.so: undefined symbol: virConnectListStoragePools
Summary: app-emulation/virtinst-0.300.3-r1 - ImportError: ./libvirtmod.so: undefined s...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Donnie Berkholz (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-06 10:49 UTC by Alessandro Surace
Modified: 2008-11-20 00:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,4.96 KB, text/plain)
2008-10-06 10:52 UTC, Alessandro Surace
Details
virtinst build.log (virtinst-0.300.3-r1_build.log,2.73 KB, text/plain)
2008-10-06 10:52 UTC, Alessandro Surace
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Surace 2008-10-06 10:49:51 UTC
Hi,
I've problem to build virtinst. I've found that the problem is in a python import of libvirtmod.

>> Compiling source in /mnt/virtualfs/APPOGGIO/var_tmp/portage/app-emulation/virtinst-0.300.3-r1/work/virtinst-0.300.3 ...
Traceback (most recent call last):
  File "setup.py", line 10, in <module>

the setup.py try to import libvirtmod failing.



Reproducible: Always

Steps to Reproduce:
1.emerge -av virtinst
2.cd /usr/lib64/python2.5/site-packages
3.python 
4.import libvirtmod
Comment 1 Alessandro Surace 2008-10-06 10:52:15 UTC
Created attachment 167440 [details]
emerge --info
Comment 2 Alessandro Surace 2008-10-06 10:52:43 UTC
Created attachment 167441 [details]
virtinst build.log
Comment 3 Alessandro Surace 2008-11-20 00:09:13 UTC
Very strange!
I've rebuilded from source after installing cyrus-sasl package from portage.
i've tried to import libvirtmod and I did that without problem.

Then I remove cyrus-sasl package and I rebuilded libvirtd from portage...Now the import of libvirtmod is ok...
In my mind I think that something was broken...But In can't understand what could be that a remove cannot clean.
Comment 4 Alessandro Surace 2008-11-20 00:45:40 UTC
The problem is here...
I've verified that with source configuration/installation I can import the libvirtmod without problem.