Bug 657851
| Summary: | python-visual should require libglademm24 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Darryl L. Pierce <dpierce> |
| Component: | python-visual | Assignee: | Thomas Spura <tomspur> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 14 | CC: | tomspur, tross |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-visual-5.40-2.fc14 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-12-08 21:44: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: | |||
Strange, that rpm can't find that out by itself. That's becauser I used to strip the *.so files to follow: https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Arch-specific_extensions_to_scripting_languages I'll just provide and require the cvisualmodule, so all other requires are ok and ask FPC for help... python-visual-5.40-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/python-visual-5.40-1.fc14 python-visual-5.40-2.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/python-visual-5.40-2.fc14 python-visual-5.40-2.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update python-visual'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/python-visual-5.40-2.fc14 python-visual-5.40-2.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: On installing python-visual, I wasn't able to run existing python code written against this library due to a missing dependency. Version-Release number of selected component (if applicable): (mcpierce@mcpierce-laptop:Podcast)$ rpm -q python-visual python-visual-5.32-10.fc14.x86_64 How reproducible: 100% Steps to Reproduce: 1. Install python-visual. 2. Attempt to run a simple python-visual program. Actual results: (mcpierce@mcpierce-laptop:~)$ ./test.py Traceback (most recent call last): File "./test.py", line 3, in <module> from visual import * File "/usr/lib64/python2.7/site-packages/visual/__init__.py", line 59, in <module> import cvisual ImportError: libglademm-2.4.so.1: cannot open shared object file: No such file or directory Expected results: The program to run. Additional info: I manually installed libglademm24 and my applications worked as expected. So this is not a bug in python-visual's code but instead just means that the python-visual specfile should include a dependency on libglademm24.