[Bug 225363] devel/pcre error Unsupported architecture pcre_jit_compile

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 21 19:19:29 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225363

            Bug ID: 225363
           Summary: devel/pcre error Unsupported architecture
                    pcre_jit_compile
           Product: Ports & Packages
           Version: Latest
          Hardware: ia64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: adamw at FreeBSD.org
          Reporter: erema15 at gmail.com
                CC: freebsd-ia64 at FreeBSD.org
          Assignee: adamw at FreeBSD.org
             Flags: maintainer-feedback?(adamw at FreeBSD.org),
                    maintainer-feedback+
                CC: freebsd-ia64 at FreeBSD.org

root at san02:/usr/ports/devel/pcre # make
===>  Building for pcre-8.40_1
--- all ---
/usr/bin/make  all-am
--- libpcre_la-pcre_jit_compile.lo ---
--- libpcre_la-pcre_maketables.lo ---
--- libpcre_la-pcre_jit_compile.lo ---
/bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.   
-fvisibility=hidden     -D_THREAD_SAFE -pthread -O2 -pipe  -fno-strict-aliasing
-MT libpcre_la-pcre_jit_compile.lo -MD -MP -MF
.deps/libpcre_la-pcre_jit_compile.Tpo -c -o libpcre_la-pcre_jit_compile.lo
`test -f 'pcre_jit_compile.c' || echo './'`pcre_jit_compile.c
--- libpcre_la-pcre_maketables.lo ---
/bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.   
-fvisibility=hidden     -D_THREAD_SAFE -pthread -O2 -pipe  -fno-strict-aliasing
-MT libpcre_la-pcre_maketables.lo -MD -MP -MF
.deps/libpcre_la-pcre_maketables.Tpo -c -o libpcre_la-pcre_maketables.lo `test
-f 'pcre_maketables.c' || echo './'`pcre_maketables.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -fvisibility=hidden -D_THREAD_SAFE
-pthread -O2 -pipe -fno-strict-aliasing -MT libpcre_la-pcre_maketables.lo -MD
-MP -MF .deps/libpcre_la-pcre_maketables.Tpo -c pcre_maketables.c  -fPIC -DPIC
-o .libs/libpcre_la-pcre_maketables.o
--- libpcre_la-pcre_jit_compile.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -fvisibility=hidden -D_THREAD_SAFE
-pthread -O2 -pipe -fno-strict-aliasing -MT libpcre_la-pcre_jit_compile.lo -MD
-MP -MF .deps/libpcre_la-pcre_jit_compile.Tpo -c pcre_jit_compile.c  -fPIC
-DPIC -o .libs/libpcre_la-pcre_jit_compile.o
In file included from pcre_jit_compile.c:62:
sljit/sljitLir.c:1762: error: conflicting types for 'sljit_create_compiler'
sljit/sljitLir.h:422: error: previous declaration of 'sljit_create_compiler'
was here
pcre_jit_compile.c:65:2: error: #error Unsupported architecture
pcre_jit_compile.c: In function '_pcre_jit_compile':
pcre_jit_compile.c:11006: error: too many arguments to function
'sljit_create_compiler'
*** [libpcre_la-pcre_jit_compile.lo] Error code 1

make[3]: stopped in /usr/ports/devel/pcre/work/pcre-8.40
--- libpcre_la-pcre_maketables.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -fvisibility=hidden -D_THREAD_SAFE
-pthread -O2 -pipe -fno-strict-aliasing -MT libpcre_la-pcre_maketables.lo -MD
-MP -MF .deps/libpcre_la-pcre_maketables.Tpo -c pcre_maketables.c -o
libpcre_la-pcre_maketables.o >/dev/null 2>&1
mv -f .deps/libpcre_la-pcre_maketables.Tpo .deps/libpcre_la-pcre_maketables.Plo
1 error

make[3]: stopped in /usr/ports/devel/pcre/work/pcre-8.40
*** [all] Error code 2

make[2]: stopped in /usr/ports/devel/pcre/work/pcre-8.40
1 error

make[2]: stopped in /usr/ports/devel/pcre/work/pcre-8.40
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/devel/pcre
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/pcre

--------------------------------------------------------------------

It is necessary to make changes to a Makefile

-.if ${ARCH} != "sparc64" && empty(ARCH:Mmips64*)
+.if ${ARCH} != "sparc64" && empty(ARCH:Mmips64*) && ${ARCH} != "ia64"

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ia64 mailing list