Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2018 19:19:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 225363] devel/pcre error Unsupported architecture pcre_jit_compile
Message-ID:  <bug-225363-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225363

            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@FreeBSD.org
          Reporter: erema15@gmail.com
                CC: freebsd-ia64@FreeBSD.org
          Assignee: adamw@FreeBSD.org
             Flags: maintainer-feedback?(adamw@FreeBSD.org),
                    maintainer-feedback+
                CC: freebsd-ia64@FreeBSD.org

root@san02:/usr/ports/devel/pcre # make
=3D=3D=3D>  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=3DCC   --mode=3Dcompile cc -DHAVE_CONFIG_H -I.=20=
=20=20
-fvisibility=3Dhidden     -D_THREAD_SAFE -pthread -O2 -pipe  -fno-strict-al=
iasing
-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=3DCC   --mode=3Dcompile cc -DHAVE_CONFIG_H -I.=20=
=20=20
-fvisibility=3Dhidden     -D_THREAD_SAFE -pthread -O2 -pipe  -fno-strict-al=
iasing
-MT libpcre_la-pcre_maketables.lo -MD -MP -MF
.deps/libpcre_la-pcre_maketables.Tpo -c -o libpcre_la-pcre_maketables.lo `t=
est
-f 'pcre_maketables.c' || echo './'`pcre_maketables.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -fvisibility=3Dhidden -D_THREAD_S=
AFE
-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 -D=
PIC
-o .libs/libpcre_la-pcre_maketables.o
--- libpcre_la-pcre_jit_compile.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -fvisibility=3Dhidden -D_THREAD_S=
AFE
-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=3Dhidden -D_THREAD_S=
AFE
-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
=3D=3D=3D> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=3Dyes 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} !=3D "sparc64" && empty(ARCH:Mmips64*)
+.if ${ARCH} !=3D "sparc64" && empty(ARCH:Mmips64*) && ${ARCH} !=3D "ia64"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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