Bug 1144863
| Summary: | chrpath Missing biarch/multiarch/multilib support ; new upstream release | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Hin-Tak Leung <htl10> |
| Component: | chrpath | Assignee: | David King <amigadave> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | Axel.Thimm |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | chrpath-0.16-1.fc21 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-03-18 10:36:46 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: | |||
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. chrpath-0.16-1.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/chrpath-0.16-1.fc22 Left comment in the admin page. It works on f21 now: chrpath /usr/lib/libGL.so.1 /usr/lib/libGL.so.1: no rpath or runpath tag found. chrpath-0.16-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/chrpath-0.16-1.fc20 chrpath-0.16-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/chrpath-0.16-1.fc21 chrpath-0.16-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. Package chrpath-0.16-1.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 chrpath-0.16-1.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-3530/chrpath-0.16-1.fc21 then log in and leave karma (feedback). chrpath-0.16-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. chrpath-0.16-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Trying to grab the llvm source rpm from koji and build 32-bit version of llvm on fc20 x86_64 (to get 32-bit mesa Gallium drm driver...) and encounted some problems which I'll report to llvm directly; but the last remaining problem is in the rpm spec file which uses chrpath - it does this: -------------- # remove RPATHs file %{buildroot}/%{_bindir}/* | awk -F: '$2~/ELF/{print $1}' | xargs -r chrpath -d file %{buildroot}/%{_libdir}/llvm/*.so | awk -F: '$2~/ELF/{print $1}' | xargs -r chrpath -d -------------- 0.13 doesn't support multi-arch fully. This is fixed from 0.14 onwards. Version-Release number of selected component (if applicable): chrpath-0.13-13.fc20.x86_64 How reproducible: Always. Steps to Reproduce: 1. Just watch chrpath "any 32-bit binary" on a x86_64. 2. 3. Actual results: 'any 32-bit binary' probably isn't a 64-bit LSB-first ELF file. elf_open: Exec format error Expected results: exit silently/successfully. Additional info: See also the Bebian bug report; upstream seems to have moved or forked to https://alioth.debian.org/projects/chrpath/ , https://chrpath.alioth.debian.org/ and there is a release 0.16 . https://alioth.debian.org/frs/download.php/file/3979/chrpath-0.16.tar.gz released on 2014-01-14 .