Bug 967856 - freetype needs to recognize aarch64 as 64bit arch
Summary: freetype needs to recognize aarch64 as 64bit arch
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: freetype
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Marek Kašík
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-28 12:34 UTC by Mark Salter
Modified: 2013-06-01 03:17 UTC (History)
5 users (show)

Fixed In Version: freetype-2.4.11-6.fc19
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-06-01 03:17:44 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Mark Salter 2013-05-28 12:34:26 UTC
Description of problem:

aarch64 needs to be added to list of 64bit arches in specfile:

diff --git a/freetype.spec b/freetype.spec
index 1657990..5f6f576 100644
--- a/freetype.spec
+++ b/freetype.spec
@@ -131,7 +131,7 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 # fix multilib issues
-%ifarch x86_64 s390x ia64 ppc64 alpha sparc64
+%ifarch x86_64 s390x ia64 ppc64 alpha 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:

Comment 1 Peter Robinson 2013-05-29 13:41:45 UTC
pushed to rawhide

Comment 2 Fedora Update System 2013-05-29 14:05:42 UTC
freetype-2.4.11-6.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/freetype-2.4.11-6.fc19

Comment 3 Fedora Update System 2013-05-29 17:47:51 UTC
Package freetype-2.4.11-6.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 freetype-2.4.11-6.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-9568/freetype-2.4.11-6.fc19
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2013-06-01 03:17:44 UTC
freetype-2.4.11-6.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.