Bug 1162184
Summary: | pax-utils tests fail on s390x and aarch64 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jakub Čajka <jcajka> | ||||
Component: | pax-utils | Assignee: | Dominik 'Rathann' Mierzejewski <dominik> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 21 | CC: | dominik, itamar, vapier | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | pax-utils-0.9.2-1.fc21 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-12-12 04:23:37 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 467765 | ||||||
Attachments: |
|
Description
Jakub Čajka
2014-11-10 13:03:05 UTC
Thanks for the patch, I'll forward it upstream when time permits. In the meantime, an updated build is on its way. pax-utils-0.9.2-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/pax-utils-0.9.2-1.fc21 Package pax-utils-0.9.2-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 pax-utils-0.9.2-1.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-16159/pax-utils-0.9.2-1.fc21 then log in and leave karma (feedback). pax-utils-0.9.2-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. i've fixed lddtree.py in a different way: http://git.overlays.gentoo.org/gitweb/?p=proj/pax-utils.git;a=commitdiff;h=8115dc905a772153a1cebaf06ca4f0ba2e257caa i didn't update lddtree.sh though ... - the proposed change simply looks wrong (you can't hardcode any path) - lddtree.sh doesn't have the safe readlink helper that operates on a root - the script already runs `strings` to extract the compiled-in paths - it seems to do the right thing already this is all in pax-utils-1.0.2 now btw: feel free to cc me on future pax-utils reports |