Bug 969693

Summary: pcre fails to build for aarch64
Product: [Fedora] Fedora Reporter: Mark Salter <msalter>
Component: pcreAssignee: Petr Pisar <ppisar>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: c.david86, lkundrak, ppisar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: pcre-8.32-7.fc19 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-13 06:42:11 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:

Description Mark Salter 2013-06-01 21:29:33 UTC
Description of problem:
Aarch64 currently lacks jit support. The pcre specfile needs to include aarch64 in list of arches without jit support.

diff --git a/pcre.spec b/pcre.spec
index 89a56ca..7153b6d 100644
--- a/pcre.spec
+++ b/pcre.spec
@@ -71,7 +71,7 @@ done
 
 %build
 %configure \
-%ifarch s390 s390x sparc64 sparcv9
+%ifarch s390 s390x sparc64 sparcv9 aarch64
     --disable-jit \
 %else
     --enable-jit \


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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Petr Pisar 2013-06-03 12:25:36 UTC
Poor aarch64.

Comment 2 Fedora Update System 2013-06-03 12:28:29 UTC
pcre-8.32-7.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/pcre-8.32-7.fc19

Comment 3 Fedora Update System 2013-06-05 02:36:35 UTC
Package pcre-8.32-7.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 pcre-8.32-7.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-10067/pcre-8.32-7.fc19
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2013-06-13 06:42:11 UTC
pcre-8.32-7.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.