dietlibc doesn't build on ARM. ARM seems like the ultimate platform for dietlibc so it would be good to get it fixed. http://arm.koji.fedoraproject.org/packageinfo?packageID=1340
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.