Bug 928674
| Summary: | [abrt] virt-manager-0.9.4-3.fc17: libvirt.py:25:<module>:ImportError: /lib64/libgnutls.so.26: symbol asn1_read_node_value, version LIBTASN1_0_3 not defined in file libtasn1.so.3 with link time reference | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | mick <mgoulish> | ||||||||||||||
| Component: | gnutls | Assignee: | Tomas Mraz <tmraz> | ||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||
| Priority: | unspecified | ||||||||||||||||
| Version: | 17 | CC: | berrange, crobinso, hbrock, jforbes, jorton, tmraz, virt-maint | ||||||||||||||
| Target Milestone: | --- | ||||||||||||||||
| Target Release: | --- | ||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||
| OS: | Unspecified | ||||||||||||||||
| Whiteboard: | abrt_hash:e7ac8d96539ead4f306c7e50a31fc4cd24101756 | ||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||
| Last Closed: | 2013-03-28 20:32:15 UTC | Type: | --- | ||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||
| Embargoed: | |||||||||||||||||
| Attachments: |
|
||||||||||||||||
|
Description
mick
2013-03-28 08:31:01 UTC
Created attachment 717509 [details]
File: executable
Created attachment 717510 [details]
File: dso_list
Created attachment 717511 [details]
File: environ
Created attachment 717512 [details]
File: smolt_data
Created attachment 717513 [details]
File: backtrace
Created attachment 717514 [details]
File: core_backtrace
Strange, is this reproducible? What's rpm -q gnutls rpm -q libvirt-client Someone mentioned this on IRC the other day. IIRC, the problem was that they had pulled in a new gnutls from Fedora updates, but had not pulled in the corresponding libtasn1 RPM update. If correct, this would be a bug in gnutls RPMs, not having a good enough dep on the required libtasn1 RPM. V I C T O R Y comment 8 did the trick Although I had already done a full "yum update", I tried "yum update libtasn1" -- and then virt-manager started fine. Reassigning to gnutls *** This bug has been marked as a duplicate of bug 923999 *** |