Bug 969853 - gsl fails to build for aarch64 bootstrap
Summary: gsl fails to build for aarch64 bootstrap
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gsl
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Frantisek Kluknavsky
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-02 18:22 UTC by Mark Salter
Modified: 2013-11-06 13:48 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-06 13:48:34 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Mark Salter 2013-06-02 18:22:55 UTC
Description of problem:
The gsl specfile has a '%check' in the changelog which causes a problem with aarch64 bootstrap where we redefine %check to avoid running package tests on a simulator. The following tweak avoids the problem:

diff --git a/gsl.spec b/gsl.spec
index 7ad6eb8..8a163a6 100644
--- a/gsl.spec
+++ b/gsl.spec
@@ -102,7 +102,7 @@ fi
 
 %changelog
 * Wed Jan 30 2013 Frantisek Kluknavsky <fkluknav> - 1.15-8
-- self test moved to %check section
+- self test moved to %%check section
 
 * Tue Jan 29 2013 Frantisek Kluknavsky <fkluknav> - 1.15-7
 - run self-tests after build


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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Frantisek Kluknavsky 2013-06-04 09:50:56 UTC
Fixed. NVR not increased, update of built packages probably not needed.


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