Description of problem: Aarch64 needs to be added to list of 64bit arches in specfile. diff --git a/GraphicsMagick.spec b/GraphicsMagick.spec index fa19cc0..994b5a2 100644 --- a/GraphicsMagick.spec +++ b/GraphicsMagick.spec @@ -190,7 +190,7 @@ rm -rf %{buildroot}%{_datadir}/%{name}-%{version}/[a-b,d-z,A-Z]* rm -vf %{buildroot}%{_libdir}/lib*.la # fix multilib issues -%ifarch x86_64 s390x ia64 ppc64 sparc64 +%ifarch x86_64 s390x ia64 ppc64 sparc64 aarch64 %define wordsize 64 %else %define wordsize 32 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Assuming aarch64 is multilib'd (ie an aarch64 system can install/run non-64bit aarch rpms)?
The h/w is capable of running 32-bit armv8 binaries but that is not yet fully supported. There are no current plans to support 32-bit, but that can change.
ok, also http://people.redhat.com/jcm/arm/masters_t_0120_hyperscale_redhat_powered_arm_server.pdf says: arch64 is entirely 64bit clean, with no 32bit aarch32 support. closing->notabug in short, I'd rather avoid the proliferation of hacks (multilib ones or otherwise) unless absolutely necessary.
Without the patch, builds of other packages using magick_types.h fail because magick_type.h looks for magick_types-64.h which won't exist unless aarch64 in in the specfile list of 64-bit arches.
Oh crap, you're right, the hack in the .spec isn't conditional on multilib'ness. I'll fix that.
GraphicsMagick-1.3.18-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/GraphicsMagick-1.3.18-2.fc19
Package GraphicsMagick-1.3.18-2.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing GraphicsMagick-1.3.18-2.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-11715/GraphicsMagick-1.3.18-2.fc19 then log in and leave karma (feedback).
GraphicsMagick-1.3.18-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.