Bug 969854
| Summary: | numpy fails to build for aarch64 bootstrap | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mark Salter <msalter> |
| Component: | numpy | Assignee: | Gwyn Ciesla <gwync> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | gwync, jspaleta, orion, rdieter, sochotni, tomspur |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | numpy-1.7.1-2.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-06-07 04:32:09 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
numpy-1.7.1-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/numpy-1.7.1-2.fc19 Package numpy-1.7.1-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 numpy-1.7.1-2.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-9911/numpy-1.7.1-2.fc19 then log in and leave karma (feedback). numpy-1.7.1-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The numpy 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/numpy.spec b/numpy.spec index 8951ed5..02deb59 100644 --- a/numpy.spec +++ b/numpy.spec @@ -342,7 +342,7 @@ rm -rf %{buildroot} - actually add the patch this time * Thu Jul 22 2010 David Malcolm <dmalcolm> - 1:1.4.1-5 -- fix segfault within %check on 2.7 (patch 2) +- fix segfault within %%check on 2.7 (patch 2) * Wed Jul 21 2010 David Malcolm <dmalcolm> - 1:1.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: