pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/54793: lang/php74 fails to compile on multiple architectures
The following reply was made to PR pkg/54793; it has been noted by GNATS.
From: Takahiro Kambe <taca%back-street.net@localhost>
To: john%ziaspace.com@localhost
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: pkg/54793: lang/php74 fails to compile on multiple
architectures
Date: Sat, 04 Jan 2020 19:41:07 +0900 (JST)
Hi,
In message <20191222000500.5D9F97A19B%mollari.NetBSD.org@localhost>
on Sun, 22 Dec 2019 00:05:00 +0000 (UTC),
john%ziaspace.com@localhost wrote:
>>Release: NetBSD 9.0_RC1
>>Organization:
>
>>Environment:
>
>
> System: NetBSD athena.zia.io 9.0_RC1 NetBSD 9.0_RC1 (ATHENA-$Revision: 9.9l $) #0: Sun Dec 15 16:34:56 UTC 2019 john%athena.zia.io@localhost:/home/netbsd-9/obj-alpha/sys/arch/alpha/compile/ATHENA alpha
> Architecture: alpha
> Machine: alpha
>>Description:
>
> lang/php74 fails to compile on Alpha, m68k, sparc64 and likely others:
>
> /home/pkgsrc/lang/php74/work/php-7.4.1/ext/pcre/pcre2lib/pcre2_jit_compile.c:81:2: error: #error Unsupported architecture
> #error Unsupported architecture
Is this change help your problem?
Index: lang/php74/Makefile.php
===================================================================
RCS file: /cvsroot/pkgsrc/lang/php74/Makefile.php,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile.php
--- lang/php74/Makefile.php 15 Dec 2019 17:56:34 -0000 1.1
+++ lang/php74/Makefile.php 4 Jan 2020 10:40:28 -0000
@@ -33,8 +33,9 @@
CONFIGURE_ARGS+= --without-iconv
CONFIGURE_ARGS+= --without-pear
CONFIGURE_ARGS+= --without-sqlite3
-#CONFIGURE_ARGS+= --without-intl
+CONFIGURE_ARGS+= --with-external-pcre
+CONFIGURE_ARGS+= --disable-intl
CONFIGURE_ARGS+= --disable-posix
CONFIGURE_ARGS+= --disable-opcache
CONFIGURE_ARGS+= --disable-pdo
--
Takahiro Kambe <taca%back-street.net@localhost>
Home |
Main Index |
Thread Index |
Old Index