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:
Poor aarch64.
pcre-8.32-7.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/pcre-8.32-7.fc19
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).
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.