Bug 797557
Summary: | GPRbuild is confused by the /usr move. | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Björn Persson <bjorn> | ||||
Component: | gprbuild | Assignee: | Pavel Zhukov <pavel> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 17 | CC: | pavel | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | gprbuild-2011-3.fc17 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2012-03-10 02:04:12 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: |
|
gprbuild-2011-3.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/gprbuild-2011-3.fc17 Package gprbuild-2011-3.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 gprbuild-2011-3.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-2863/gprbuild-2011-3.fc17 then log in and leave karma (feedback). gprbuild-2011-3.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 565913 [details] Resolve the link /bin → /usr/bin. GPRbuild is broken since the /usr move, because /bin still comes before /usr/bin in PATH and GPRbuild doesn't resolve the symbolic link. When GPRbuild finds itself in /bin it looks for its data in /share instead of /usr/share. Hopefully someone will fix PATH some day, but until then this patch makes GPRbuild resolve the link and look for its data in the right place.