Bug 162208 - devel/pcre has no jit support on sparc64
Summary: devel/pcre has no jit support on sparc64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-31 23:20 UTC by Stefan
Modified: 2011-11-02 10:24 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan 2011-10-31 23:20:07 UTC
building devel/pcre (8.20) dies on sparc64 with

pcre_jit_compile.c:62:2: error: #error "Unsupported architecture"


Building is only unsupported in the jit component. Disabling it via make config will build the library.

Fix: 

Disabling jit support for sparc64 the Makefile?
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-11-02 00:38:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-11-02 06:33:34 UTC
mm          2011-11-02 06:33:20 UTC

  FreeBSD ports repository

  Modified files:
    devel/pcre           Makefile 
  Log:
  Disable JIT on sparc64.
  
  PR:             ports/162208
  Reported by:    Stefan Schaeckeler <schaecsn@gmx.net>
  
  Revision  Changes    Path
  1.69      +1 -1      ports/devel/pcre/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Matuska freebsd_committer freebsd_triage 2011-11-02 10:24:42 UTC
State Changed
From-To: open->closed

Resolved. Thanks!