Discussion:
[Bug 225363] devel/pcre error Unsupported architecture pcre_jit_compile
b***@freebsd.org
2018-01-21 19:19:28 UTC
Permalink
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: ***@FreeBSD.org
Reporter: ***@gmail.com
CC: freebsd-***@FreeBSD.org
Assignee: ***@FreeBSD.org
Flags: maintainer-feedback?(***@FreeBSD.org),
maintainer-feedback+
CC: freebsd-***@FreeBSD.org

***@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.
b***@freebsd.org
2018-01-21 20:24:14 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225363

Mark Linimon <***@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Assignee|***@FreeBSD.org |***@FreeBSD.org
Status|New |Closed
Resolution|--- |Overcome By Events

--- Comment #1 from Mark Linimon <***@FreeBSD.org> ---
I'll go ahead and take this one with my unofficial hat "Mr. Tier-2".

Although in theory the website says FreeBSD still supports ia64, the reality is
that ports support began to bitrot years ago. I'm fairly sure that I was the
last person to try to do bulk builds and that's been at least 7 years.

Once ia64 support was removed from -CURRENT, I lost interest in trying to keep
its ports up to parity with even e.g. powerpc64 and sparc64. No bugfixes have
gone in for it since then.

At this point I no longer believe it's no longer fair to pretend that we have
any ports support for ia64. Sorry.
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...