Bug 978348 - libkate fails to build for aarch64
Summary: libkate fails to build for aarch64
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libkate
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nicolas Chauvet (kwizart)
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-26 12:30 UTC by Mark Salter
Modified: 2014-07-04 13:02 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-07-04 13:02:47 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Mark Salter 2013-06-26 12:30:15 UTC
Description of problem:
Aarch64 doesn't have valgrind support yet. This causes a libkate build failure. Need to add aarch64 to list of packages without valgrind support.

diff --git a/libkate.spec b/libkate.spec
index a9a5cc8..46bfc59 100644
--- a/libkate.spec
+++ b/libkate.spec
@@ -17,7 +17,7 @@ BuildRequires:  liboggz
 BuildRequires:  libpng-devel
 BuildRequires:  bison
 BuildRequires:  flex
-%ifnarch s390 s390x %{sparc} %{arm}
+%ifnarch s390 s390x %{sparc} %{arm} aarch64
 BuildRequires:  valgrind
 %endif
 BuildRequires:  doxygen


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Nicolas Chauvet (kwizart) 2013-06-26 14:44:09 UTC
Please only fix in rawhide,
this is too late for f19

Comment 2 Nicolas Chauvet (kwizart) 2014-07-04 13:02:47 UTC
Fixed in rawhide (earlier).


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