Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2014 19:13:47 +0100 (CET)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/186983: [PATCH] devel/pcre: Seems the jit isn't for mips64.
Message-ID:  <20140223181347.5D8711426A2@aragorn.in.absolight.net>
Resent-Message-ID: <201402231820.s1NIK0m9082313@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186983
>Category:       ports
>Synopsis:       [PATCH] devel/pcre: Seems the jit isn't for mips64.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 23 18:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 10.0-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Fri Jan 17 01:46:25 UTC
>Description:
On mips64, it says:

pcre_jit_compile.c:65:2: error: #error Unsupported architecture

http://pkg.absolight.net/logs/bulk/latest-per-pkg/pcre/8.34/100mips64-pkgng.log
>How-To-Repeat:
>Fix:

--- pcre-8.34.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 345754)
+++ Makefile	(working copy)
@@ -32,7 +32,7 @@
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} != "sparc64" && ${ARCH} != "ia64"
+.if ${ARCH} != "sparc64" && ${ARCH} != "ia64" && ${ARCH} != "mips64"
 CONFIGURE_ARGS+=	--enable-jit
 .else
 CONFIGURE_ARGS+=	--disable-jit
--- pcre-8.34.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140223181347.5D8711426A2>