From nobody Mon Sep 2 16:34:12 2024 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WyDqN2DvYz5ThXj for ; Mon, 02 Sep 2024 16:34:24 +0000 (UTC) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from mail.punkt.de (mail.punkt.de [217.29.41.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4WyDqN1RCpz3x6Q; Mon, 2 Sep 2024 16:34:24 +0000 (UTC) (envelope-from wolfgang@lyxys.ka.sub.org) Authentication-Results: mx1.freebsd.org; none Received: from punkt.de (unknown [IPv6:2a00:b580:a000:b000::1000]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.punkt.de (Postfix) with ESMTPSA id 0D8603E0BE; Mon, 2 Sep 2024 18:34:21 +0200 (CEST) Date: Mon, 2 Sep 2024 18:34:12 +0200 From: Wolfgang Zenker To: freebsd-ports@freebsd.org Cc: Moin Rahman Subject: Re: lang/php8X whith databases/php8X-sqlite3 and databases/sqlite3 segfaults in Quarterly Message-ID: References: <0AB6AC67-CF26-4C5E-9D04-36DE43C489C2@freebsd.org> <75DF9F9F-0804-4521-9B65-6120F2D482EA@freebsd.org> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <75DF9F9F-0804-4521-9B65-6120F2D482EA@freebsd.org> Organization: private site User-Agent: Mutt/2.2.13 (2024-03-09) X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16188, ipnet:217.29.32.0/20, country:DE] X-Rspamd-Queue-Id: 4WyDqN1RCpz3x6Q Am Mon, Sep 02, 2024 at 06:17:40PM +0200 schrieb Moin Rahman: >> On Sep 2, 2024, at 6:01 PM, Wolfgang Zenker wrote: >> Failing setup on php 8.2: >> - php82-8.2.20 >> - php82-sqlite3-8.2.20 >> - sqlite3-3.46.0,1 >> Failing setup on php 8.3: >> - php83-8.3.8 >> - php83-sqlite3-8.3.8 >> - sqlite3-3.46.0,1 >> php 8.1 and php 8.4 setups not tested yet. > You said that it works on HEAD. I can merge the latest PHP into > the quarterly branch. But unfortunately I cannot merge sqlite3. > Current sqlite3 version in HEAD is 3.46.1. > I will merge the latest php into quarterly sometimes tomorrow. Hello, thank you very much, that will be most helpful. Wolfgang