Bug 832764
| Summary: | [abrt] solfege-3.20.4-2.fc17: solfege:39:<module>:OSError: [Errno 2] No such file or directory: '/share/solfege' | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Arthur <arthur-fayzullin> | ||||
| Component: | solfege | Assignee: | Christian Krause <chkr> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 17 | CC: | chkr | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | abrt_hash:d3d3b80218f5ed8ef25186a9a11eae19f1ca3059 | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-09-27 04:28:18 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
Arthur
2012-06-17 09:18:26 UTC
Created attachment 592399 [details]
File: smolt_data
1. Try to start solfege from the commandline 2. Solfege does not start, but I see the error message in my terminal Guessing: something went wrong with prefix /usr vs / ? /bin instead of /usr/bin is ok. But /share does not exist on my system/ (I tried to create a symlink from /usr/share/ to /share. After that I could start solfege. But I guess that's not the proper way to fix this?) Package: solfege-3.20.6-1.fc17 OS Release: Fedora release 17 (Beefy Miracle) The problem is caused by a change in F17: http://fedoraproject.org/wiki/Features/UsrMove : - /bin is now a symlink to /usr/bin - /bin is earlier in the PATH than /usr/bin - so when "solfege" is executed, it's ARGV[0] will be /bin/solfege - due to some magic in solfege to determine the prefix for /share (usually /usr), it searches now in /share, since ARGV[0] does not contain /usr anymore Workaround: - start "/usr/bin/solfege" (and not "solfege") in a terminal I have already a patch ready and I'll push out a new solfege package tomorrow. solfege-3.20.6-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/solfege-3.20.6-2.fc18 solfege-3.20.6-2.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/solfege-3.20.6-2.fc17 Package solfege-3.20.6-2.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing solfege-3.20.6-2.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-13273/solfege-3.20.6-2.fc17 then log in and leave karma (feedback). solfege-3.20.6-2.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. solfege-3.20.6-2.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |