Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 800601
Summary: | dietlibc is FTBFS on ARM | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Peter Robinson <pbrobinson> | ||||
Component: | dietlibc | Assignee: | Enrico Scholz <rh-bugzilla> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | ndevos, rh-bugzilla | ||||
Target Milestone: | --- | Keywords: | Patch | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | dietlibc-0.33-0.1701.20120330.fc17 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2012-04-12 02:56:24 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 245418 | ||||||
Attachments: |
|
Description
Peter Robinson
2012-03-06 18:57:23 UTC
makefile does | MYARCH:=$(shell uname -m | sed -e 's/i[4-9]86/i386/' -e 's/armv[3-6]t\?e\?[lb]/arm/') and compares output with 'arm'. What does 'uname -m' return on Fedora ARM platforms? armv7l and armv5tel on my platforms, there could be other variants. Possibly use armv[567]* or similar. Created attachment 572385 [details] Add armv7hl to the Makefile I've checked the sed expression and it seems that the armv7hl architecture would not match. This patch for the pkg-git-repo adds a new patch for the Makefile that corrects this and updates the .spec (and also adds a .0.arm to the release). A test-build has successfully finished (compile test only): - http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=635062 Please apply the patch and file a bug upstream. Thanks, Niels dietlibc-0.33-0.1701.20120330.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/dietlibc-0.33-0.1701.20120330.fc17 Package dietlibc-0.33-0.1701.20120330.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 dietlibc-0.33-0.1701.20120330.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-5123/dietlibc-0.33-0.1701.20120330.fc17 then log in and leave karma (feedback). dietlibc-0.33-0.1701.20120330.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |