Bug 1145829
| Summary: | spicy crashes at startup on f21 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Cole Robinson <crobinso> |
| Component: | spice-gtk | Assignee: | Marc-Andre Lureau <marcandre.lureau> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 21 | CC: | alon, berrange, cfergeau, hdegoede, marcandre.lureau, sandmann, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | spice-gtk-0.23-4.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-08 19:16:50 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Cole Robinson
2014-09-23 22:28:25 UTC
Bunch of different issues here. The direct reason for your issue is that libcacard (from the qemu package ;) now links to libvte which drags gtk3. compare this to what we had in f20: $ ldd /usr/lib64/libcacard.so linux-vdso.so.1 => (0x00007fffb4dfe000) libssl3.so => /lib64/libssl3.so (0x0000003b8fe00000) libsmime3.so => /lib64/libsmime3.so (0x0000003b90200000) libnss3.so => /lib64/libnss3.so (0x0000003b8ea00000) libnssutil3.so => /lib64/libnssutil3.so (0x0000003b8ee00000) libplds4.so => /lib64/libplds4.so (0x0000003b8f600000) libplc4.so => /lib64/libplc4.so (0x0000003b8fa00000) libnspr4.so => /lib64/libnspr4.so (0x0000003b8e600000) libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003b7ae00000) libdl.so.2 => /lib64/libdl.so.2 (0x0000003b7b200000) libgthread-2.0.so.0 => /lib64/libgthread-2.0.so.0 (0x0000003b81200000) libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x0000003b7d600000) libc.so.6 => /lib64/libc.so.6 (0x0000003b7aa00000) libz.so.1 => /lib64/libz.so.1 (0x0000003b7b600000) librt.so.1 => /lib64/librt.so.1 (0x0000003b7ca00000) /lib64/ld-linux-x86-64.so.2 (0x0000003b7a600000) (I believe it's linking to too many things). Next issue is that the gtk2 build of spicy is packaged instead of the gtk3 build, which is a small bug in the .spec which I'm going to fix. Last but not least, I don't think we should still be shipping gtk2 builds of spice-gtk. spice-gtk-0.25-6.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/spice-gtk-0.25-6.fc21 Package spice-gtk-0.25-6.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing spice-gtk-0.25-6.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-11311/spice-gtk-0.25-6.fc21 then log in and leave karma (feedback). spice-gtk-0.25-6.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. spice-gtk-0.23-4.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/spice-gtk-0.23-4.fc20 spice-gtk-0.23-4.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |