GNU logs - #70512, boring messages


Message sent to guix-patches@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: [bug#70512] [PATCH] gnu: php: Update to 8.3.6.
Resent-From: Wilko Meyer <w@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: guix-patches@HIDDEN
Resent-Date: Mon, 22 Apr 2024 09:51:02 +0000
Resent-Message-ID: <handler.70512.B.171377941319362 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: report 70512
X-GNU-PR-Package: guix-patches
X-GNU-PR-Keywords: patch
To: 70512 <at> debbugs.gnu.org
Cc: Wilko Meyer <w@HIDDEN>
X-Debbugs-Original-To: guix-patches@HIDDEN
Received: via spool by submit <at> debbugs.gnu.org id=B.171377941319362
          (code B ref -1); Mon, 22 Apr 2024 09:51:02 +0000
Received: (at submit) by debbugs.gnu.org; 22 Apr 2024 09:50:13 +0000
Received: from localhost ([127.0.0.1]:45712 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1ryqJP-000526-71
	for submit <at> debbugs.gnu.org; Mon, 22 Apr 2024 05:50:12 -0400
Received: from lists.gnu.org ([2001:470:142::17]:48220)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <w@HIDDEN>) id 1ryqJK-000501-V6
 for submit <at> debbugs.gnu.org; Mon, 22 Apr 2024 05:50:08 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <w@HIDDEN>) id 1ryqIz-0006mY-Jb
 for guix-patches@HIDDEN; Mon, 22 Apr 2024 05:49:45 -0400
Received: from mail.wmeyer.eu ([95.216.196.112])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <w@HIDDEN>) id 1ryqIx-00059a-F8
 for guix-patches@HIDDEN; Mon, 22 Apr 2024 05:49:45 -0400
From: Wilko Meyer <w@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail;
 t=1713779380; bh=mTVKBxdEvXc2b6C5Hvx4CsAtlnwKusL/r6KJv66buEM=;
 h=From:To:Cc:Subject:Date;
 b=Cp+6VFAxJWy1TO4bmxQuKMJbdr4/BchgeHcWrCxOlmJqveQpFFxFdnfcAMTKt1PsB
 WPDLL4OLhHcH1I4zcyptJs1p9uWeSBDTadbBZaui6qOC6mmts24ibpBkNS6amCTqPD
 vUDxHf8YEup/1D2oVvZG4jtZ2AGdBNz55auiW4Xs=
Date: Mon, 22 Apr 2024 11:43:17 +0200
Message-ID: <b67afb3d14e2b7d865fd04efc23faea2014660b8.1713778996.git.w@HIDDEN>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Received-SPF: pass client-ip=95.216.196.112; envelope-from=w@HIDDEN;
 helo=mail.wmeyer.eu
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001,
 SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 0.9 (/)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.1 (/)

* gnu/packages/php.scm (php): Update to 8.3.6.

Change-Id: I8f173558fc4098d6d72b42724e5e106d7dabb62a
---
Hi Guix,

This patch updates PHP, the new version successfully builds and runs locally:

~/devel/guix [env]$ php --version
PHP 8.3.6 (cli) (built: Jan  1 1970 00:00:01) (NTS)

I had to skip two failing tests, one which seems to be
unreliable/flaky according to reports[0], another one which seems to
address a Windows only bug[1]. Haven't spend too much time investigating
these further/trying to find ways of fixing at least the non-windows
one; maybe will do so if time isn't as limited as it is right now.

[0]: https://github.com/php/php-src/issues/11401
[1]: https://bugs.php.net/bug.php?id=74589

 gnu/packages/php.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 8419ac033b..72201770c7 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -62,7 +62,7 @@ (define-module (gnu packages php)
 (define-public php
   (package
     (name "php")
-    (version "8.2.13")
+    (version "8.3.6")
     (home-page "https://www.php.net/")
     (source (origin
               (method url-fetch)
@@ -70,7 +70,7 @@ (define-public php
                                   "php-" version ".tar.xz"))
               (sha256
                (base32
-                "0js5bm8r3kngsgmxhyr681vrpl4gib3318k8428pigqp06hvna96"))
+                "1bjygxjaqmvccyk4ic3lrca5j34f0pjb6f1ldmi9gbr345mkij2k"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"
@@ -278,7 +278,10 @@ (define-public php
                          ;; PCRE with/without JIT gives different result
                          "ext/pcre/tests/gh11374.phpt"
                          "ext/pcre/tests/gh11956.phpt"
-
+                         ;; reported bug only seems to affect windows
+                         "ext/standard/tests/directory/bug74589_utf8.phpt"
+                         ;; this test seems to be unreliable/flaky
+                         "sapi/cli/tests/php_cli_server_pdeathsig.phpt"
                          ;; This test fails on most architectures.
                          "sapi/cli/tests/upload_2G.phpt"))
 

base-commit: a1d711c92e119f6b5b8e99a620cdba92a4ca3bfb
prerequisite-patch-id: 0f9de37cc18b327c988be58ed9280e06b73172d3
-- 
2.41.0





Message sent:


Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.505 (Entity 5.505)
Content-Type: text/plain; charset=utf-8
X-Loop: help-debbugs@HIDDEN
From: help-debbugs@HIDDEN (GNU bug Tracking System)
To: Wilko Meyer <w@HIDDEN>
Subject: bug#70512: Acknowledgement ([PATCH] gnu: php: Update to 8.3.6.)
Message-ID: <handler.70512.B.171377941319362.ack <at> debbugs.gnu.org>
References: <b67afb3d14e2b7d865fd04efc23faea2014660b8.1713778996.git.w@HIDDEN>
X-Gnu-PR-Message: ack 70512
X-Gnu-PR-Package: guix-patches
X-Gnu-PR-Keywords: patch
Reply-To: 70512 <at> debbugs.gnu.org
Date: Mon, 22 Apr 2024 09:51:02 +0000

Thank you for filing a new bug report with debbugs.gnu.org.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 guix-patches@HIDDEN

If you wish to submit further information on this problem, please
send it to 70512 <at> debbugs.gnu.org.

Please do not send mail to help-debbugs@HIDDEN unless you wish
to report a problem with the Bug-tracking system.

--=20
70512: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D70512
GNU Bug Tracking System
Contact help-debbugs@HIDDEN with problems


Message sent:


MIME-Version: 1.0
X-Mailer: MIME-tools 5.505 (Entity 5.505)
X-Loop: help-debbugs@HIDDEN
From: help-debbugs@HIDDEN (GNU bug Tracking System)
To: Christopher Baines <mail@HIDDEN>
Subject: bug#70512: closed ([PATCH] gnu: php: Update to 8.3.6.)
CC: tracker <at> debbugs.gnu.org
Message-ID: <handler.70512.D70512.171414922516025.ackdone <at> debbugs.gnu.org>
References: <87pluct770.fsf@HIDDEN>
 <b67afb3d14e2b7d865fd04efc23faea2014660b8.1713778996.git.w@HIDDEN>
X-Gnu-PR-Message: closed 70512
X-Gnu-PR-Package: guix-patches
X-Gnu-PR-Keywords: patch
Date: Fri, 26 Apr 2024 16:34:11 +0000
Content-Type: multipart/mixed; boundary="----------=_1714149251-16324-0"

This is a multi-part message in MIME format...

------------=_1714149251-16324-0
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=utf-8

Your message dated Fri, 26 Apr 2024 17:33:23 +0100
with message-id <87pluct770.fsf@HIDDEN>
and subject line Re: [bug#70512] [PATCH] gnu: php: Update to 8.3.6.
has caused the debbugs.gnu.org bug report #70512,
regarding [PATCH] gnu: php: Update to 8.3.6.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@HIDDEN)


--=20
70512: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D70512
GNU Bug Tracking System
Contact help-debbugs@HIDDEN with problems

------------=_1714149251-16324-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at submit) by debbugs.gnu.org; 22 Apr 2024 09:50:13 +0000
Received: from localhost ([127.0.0.1]:45712 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1ryqJP-000526-71
	for submit <at> debbugs.gnu.org; Mon, 22 Apr 2024 05:50:12 -0400
Received: from lists.gnu.org ([2001:470:142::17]:48220)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <w@HIDDEN>) id 1ryqJK-000501-V6
 for submit <at> debbugs.gnu.org; Mon, 22 Apr 2024 05:50:08 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <w@HIDDEN>) id 1ryqIz-0006mY-Jb
 for guix-patches@HIDDEN; Mon, 22 Apr 2024 05:49:45 -0400
Received: from mail.wmeyer.eu ([95.216.196.112])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <w@HIDDEN>) id 1ryqIx-00059a-F8
 for guix-patches@HIDDEN; Mon, 22 Apr 2024 05:49:45 -0400
From: Wilko Meyer <w@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail;
 t=1713779380; bh=mTVKBxdEvXc2b6C5Hvx4CsAtlnwKusL/r6KJv66buEM=;
 h=From:To:Cc:Subject:Date;
 b=Cp+6VFAxJWy1TO4bmxQuKMJbdr4/BchgeHcWrCxOlmJqveQpFFxFdnfcAMTKt1PsB
 WPDLL4OLhHcH1I4zcyptJs1p9uWeSBDTadbBZaui6qOC6mmts24ibpBkNS6amCTqPD
 vUDxHf8YEup/1D2oVvZG4jtZ2AGdBNz55auiW4Xs=
To: guix-patches@HIDDEN
Subject: [PATCH] gnu: php: Update to 8.3.6.
Date: Mon, 22 Apr 2024 11:43:17 +0200
Message-ID: <b67afb3d14e2b7d865fd04efc23faea2014660b8.1713778996.git.w@HIDDEN>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Received-SPF: pass client-ip=95.216.196.112; envelope-from=w@HIDDEN;
 helo=mail.wmeyer.eu
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001,
 SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 0.9 (/)
X-Debbugs-Envelope-To: submit
Cc: Wilko Meyer <w@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.1 (/)

* gnu/packages/php.scm (php): Update to 8.3.6.

Change-Id: I8f173558fc4098d6d72b42724e5e106d7dabb62a
---
Hi Guix,

This patch updates PHP, the new version successfully builds and runs locally:

~/devel/guix [env]$ php --version
PHP 8.3.6 (cli) (built: Jan  1 1970 00:00:01) (NTS)

I had to skip two failing tests, one which seems to be
unreliable/flaky according to reports[0], another one which seems to
address a Windows only bug[1]. Haven't spend too much time investigating
these further/trying to find ways of fixing at least the non-windows
one; maybe will do so if time isn't as limited as it is right now.

[0]: https://github.com/php/php-src/issues/11401
[1]: https://bugs.php.net/bug.php?id=74589

 gnu/packages/php.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 8419ac033b..72201770c7 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -62,7 +62,7 @@ (define-module (gnu packages php)
 (define-public php
   (package
     (name "php")
-    (version "8.2.13")
+    (version "8.3.6")
     (home-page "https://www.php.net/")
     (source (origin
               (method url-fetch)
@@ -70,7 +70,7 @@ (define-public php
                                   "php-" version ".tar.xz"))
               (sha256
                (base32
-                "0js5bm8r3kngsgmxhyr681vrpl4gib3318k8428pigqp06hvna96"))
+                "1bjygxjaqmvccyk4ic3lrca5j34f0pjb6f1ldmi9gbr345mkij2k"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"
@@ -278,7 +278,10 @@ (define-public php
                          ;; PCRE with/without JIT gives different result
                          "ext/pcre/tests/gh11374.phpt"
                          "ext/pcre/tests/gh11956.phpt"
-
+                         ;; reported bug only seems to affect windows
+                         "ext/standard/tests/directory/bug74589_utf8.phpt"
+                         ;; this test seems to be unreliable/flaky
+                         "sapi/cli/tests/php_cli_server_pdeathsig.phpt"
                          ;; This test fails on most architectures.
                          "sapi/cli/tests/upload_2G.phpt"))
 

base-commit: a1d711c92e119f6b5b8e99a620cdba92a4ca3bfb
prerequisite-patch-id: 0f9de37cc18b327c988be58ed9280e06b73172d3
-- 
2.41.0




------------=_1714149251-16324-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at 70512-done) by debbugs.gnu.org; 26 Apr 2024 16:33:45 +0000
Received: from localhost ([127.0.0.1]:38310 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1s0OW8-0004AG-G1
	for submit <at> debbugs.gnu.org; Fri, 26 Apr 2024 12:33:45 -0400
Received: from mira.cbaines.net ([212.71.252.8]:43394)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1s0OW6-00049j-MX
 for 70512-done <at> debbugs.gnu.org; Fri, 26 Apr 2024 12:33:43 -0400
Received: from localhost (unknown [212.132.255.10])
 by mira.cbaines.net (Postfix) with ESMTPSA id BC84727BBE2;
 Fri, 26 Apr 2024 17:33:23 +0100 (BST)
Received: from felis (localhost.lan [127.0.0.1])
 by localhost (OpenSMTPD) with ESMTP id c4e9d22c;
 Fri, 26 Apr 2024 16:33:23 +0000 (UTC)
From: Christopher Baines <mail@HIDDEN>
To: Wilko Meyer <w@HIDDEN>
Subject: Re: [bug#70512] [PATCH] gnu: php: Update to 8.3.6.
In-Reply-To: <b67afb3d14e2b7d865fd04efc23faea2014660b8.1713778996.git.w@HIDDEN>
 (Wilko Meyer's message of "Mon, 22 Apr 2024 11:43:17 +0200")
References: <b67afb3d14e2b7d865fd04efc23faea2014660b8.1713778996.git.w@HIDDEN>
User-Agent: mu4e 1.12.2; emacs 29.3
Date: Fri, 26 Apr 2024 17:33:23 +0100
Message-ID: <87pluct770.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-=";
 micalg=pgp-sha512; protocol="application/pgp-signature"
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 70512-done
Cc: 70512-done <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

--=-=-=
Content-Type: text/plain

Wilko Meyer <w@HIDDEN> writes:

> * gnu/packages/php.scm (php): Update to 8.3.6.
>
> Change-Id: I8f173558fc4098d6d72b42724e5e106d7dabb62a
> ---
> Hi Guix,
>
> This patch updates PHP, the new version successfully builds and runs locally:
>
> ~/devel/guix [env]$ php --version
> PHP 8.3.6 (cli) (built: Jan  1 1970 00:00:01) (NTS)
>
> I had to skip two failing tests, one which seems to be
> unreliable/flaky according to reports[0], another one which seems to
> address a Windows only bug[1]. Haven't spend too much time investigating
> these further/trying to find ways of fixing at least the non-windows
> one; maybe will do so if time isn't as limited as it is right now.
>
> [0]: https://github.com/php/php-src/issues/11401
> [1]: https://bugs.php.net/bug.php?id=74589
>
>  gnu/packages/php.scm | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)

This looks good to me, I've pushed the patch to master as
d2a1a4efad4f1ee5b92320bdd7146411184652f9.

Chris

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmYr11NfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xczsg/9GTpgYUTUTd/4tRD3XvPAWHfO6i/Nm8MS
OBh+5ai8AERlT8BzdERFk/ONbPrL42cSYzhhtOIMWeOXI8u6WmeR/KIA/TFk62dF
QDVbUkVrMCWimI9YhC7ZZfPS2dlSPutWNR2lVvlEcg23ZY4U3+8BX3AGvuGEqbH0
FYexyRsRXDzeScPmfSQ0G5aQO4otXODZ/wKUQ9NmmuXzH/n+2mQDFbJTOo9G74yl
pmhJs1pBrDJa/4Sns/O+BKb0Hok9dMQo0Zca5SkE0Syv0Dcs79vullFiCTFapxOw
vlyguTkFJTJr0U1894Yv4rFISi6jOp2UxiEwehFSJ0m0GBihNlBxm+DDR9gSs7/R
BhoqyzJpIBG1dSHUFK1Tj05ENLSMBUlN8E4/RoYvPhgFFCPXCzXvoLSQW38VkLy1
lxqZwRlXOE8sf2pcFZ9p3hRMQDbK7glW6RTR9KQ1CtFAoIl9muoLx+UrzqmvcKdC
puER8Ur1HHvSqpviuN7nOs2qNK4/sSMBEBHtKicPVC26+uQckEPDoHkdV0IpfoCz
XLVNutvDzhL5nNQnf5aihUP9KdHVa6RLUUBg4xGnhCLswWvb/wfR0VNl3o3YmrR4
bWr0zdBE+2UUBmUj/BDXxeMrfk2Q3vHrgnmkIRF9DTI4M3XbOzq+xQRNnXpwHduu
BeJJ3kMNYhs=
=Nvpb
-----END PGP SIGNATURE-----
--=-=-=--


------------=_1714149251-16324-0--


Message sent:


MIME-Version: 1.0
X-Mailer: MIME-tools 5.505 (Entity 5.505)
X-Loop: help-debbugs@HIDDEN
From: help-debbugs@HIDDEN (GNU bug Tracking System)
To: Wilko Meyer <w@HIDDEN>
Subject: bug#70512: closed (Re: [bug#70512] [PATCH] gnu: php: Update to
 8.3.6.)
Message-ID: <handler.70512.D70512.171414922516025.notifdone <at> debbugs.gnu.org>
References: <87pluct770.fsf@HIDDEN>
 <b67afb3d14e2b7d865fd04efc23faea2014660b8.1713778996.git.w@HIDDEN>
X-Gnu-PR-Message: they-closed 70512
X-Gnu-PR-Package: guix-patches
X-Gnu-PR-Keywords: patch
Reply-To: 70512 <at> debbugs.gnu.org
Date: Fri, 26 Apr 2024 16:34:12 +0000
Content-Type: multipart/mixed; boundary="----------=_1714149252-16324-1"

This is a multi-part message in MIME format...

------------=_1714149252-16324-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"

Your bug report

#70512: [PATCH] gnu: php: Update to 8.3.6.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 70512 <at> debbugs.gnu.org.

--=20
70512: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D70512
GNU Bug Tracking System
Contact help-debbugs@HIDDEN with problems

------------=_1714149252-16324-1
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at 70512-done) by debbugs.gnu.org; 26 Apr 2024 16:33:45 +0000
Received: from localhost ([127.0.0.1]:38310 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1s0OW8-0004AG-G1
	for submit <at> debbugs.gnu.org; Fri, 26 Apr 2024 12:33:45 -0400
Received: from mira.cbaines.net ([212.71.252.8]:43394)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1s0OW6-00049j-MX
 for 70512-done <at> debbugs.gnu.org; Fri, 26 Apr 2024 12:33:43 -0400
Received: from localhost (unknown [212.132.255.10])
 by mira.cbaines.net (Postfix) with ESMTPSA id BC84727BBE2;
 Fri, 26 Apr 2024 17:33:23 +0100 (BST)
Received: from felis (localhost.lan [127.0.0.1])
 by localhost (OpenSMTPD) with ESMTP id c4e9d22c;
 Fri, 26 Apr 2024 16:33:23 +0000 (UTC)
From: Christopher Baines <mail@HIDDEN>
To: Wilko Meyer <w@HIDDEN>
Subject: Re: [bug#70512] [PATCH] gnu: php: Update to 8.3.6.
In-Reply-To: <b67afb3d14e2b7d865fd04efc23faea2014660b8.1713778996.git.w@HIDDEN>
 (Wilko Meyer's message of "Mon, 22 Apr 2024 11:43:17 +0200")
References: <b67afb3d14e2b7d865fd04efc23faea2014660b8.1713778996.git.w@HIDDEN>
User-Agent: mu4e 1.12.2; emacs 29.3
Date: Fri, 26 Apr 2024 17:33:23 +0100
Message-ID: <87pluct770.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-=";
 micalg=pgp-sha512; protocol="application/pgp-signature"
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 70512-done
Cc: 70512-done <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

--=-=-=
Content-Type: text/plain

Wilko Meyer <w@HIDDEN> writes:

> * gnu/packages/php.scm (php): Update to 8.3.6.
>
> Change-Id: I8f173558fc4098d6d72b42724e5e106d7dabb62a
> ---
> Hi Guix,
>
> This patch updates PHP, the new version successfully builds and runs locally:
>
> ~/devel/guix [env]$ php --version
> PHP 8.3.6 (cli) (built: Jan  1 1970 00:00:01) (NTS)
>
> I had to skip two failing tests, one which seems to be
> unreliable/flaky according to reports[0], another one which seems to
> address a Windows only bug[1]. Haven't spend too much time investigating
> these further/trying to find ways of fixing at least the non-windows
> one; maybe will do so if time isn't as limited as it is right now.
>
> [0]: https://github.com/php/php-src/issues/11401
> [1]: https://bugs.php.net/bug.php?id=74589
>
>  gnu/packages/php.scm | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)

This looks good to me, I've pushed the patch to master as
d2a1a4efad4f1ee5b92320bdd7146411184652f9.

Chris

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmYr11NfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xczsg/9GTpgYUTUTd/4tRD3XvPAWHfO6i/Nm8MS
OBh+5ai8AERlT8BzdERFk/ONbPrL42cSYzhhtOIMWeOXI8u6WmeR/KIA/TFk62dF
QDVbUkVrMCWimI9YhC7ZZfPS2dlSPutWNR2lVvlEcg23ZY4U3+8BX3AGvuGEqbH0
FYexyRsRXDzeScPmfSQ0G5aQO4otXODZ/wKUQ9NmmuXzH/n+2mQDFbJTOo9G74yl
pmhJs1pBrDJa/4Sns/O+BKb0Hok9dMQo0Zca5SkE0Syv0Dcs79vullFiCTFapxOw
vlyguTkFJTJr0U1894Yv4rFISi6jOp2UxiEwehFSJ0m0GBihNlBxm+DDR9gSs7/R
BhoqyzJpIBG1dSHUFK1Tj05ENLSMBUlN8E4/RoYvPhgFFCPXCzXvoLSQW38VkLy1
lxqZwRlXOE8sf2pcFZ9p3hRMQDbK7glW6RTR9KQ1CtFAoIl9muoLx+UrzqmvcKdC
puER8Ur1HHvSqpviuN7nOs2qNK4/sSMBEBHtKicPVC26+uQckEPDoHkdV0IpfoCz
XLVNutvDzhL5nNQnf5aihUP9KdHVa6RLUUBg4xGnhCLswWvb/wfR0VNl3o3YmrR4
bWr0zdBE+2UUBmUj/BDXxeMrfk2Q3vHrgnmkIRF9DTI4M3XbOzq+xQRNnXpwHduu
BeJJ3kMNYhs=
=Nvpb
-----END PGP SIGNATURE-----
--=-=-=--


------------=_1714149252-16324-1
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at submit) by debbugs.gnu.org; 22 Apr 2024 09:50:13 +0000
Received: from localhost ([127.0.0.1]:45712 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1ryqJP-000526-71
	for submit <at> debbugs.gnu.org; Mon, 22 Apr 2024 05:50:12 -0400
Received: from lists.gnu.org ([2001:470:142::17]:48220)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <w@HIDDEN>) id 1ryqJK-000501-V6
 for submit <at> debbugs.gnu.org; Mon, 22 Apr 2024 05:50:08 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <w@HIDDEN>) id 1ryqIz-0006mY-Jb
 for guix-patches@HIDDEN; Mon, 22 Apr 2024 05:49:45 -0400
Received: from mail.wmeyer.eu ([95.216.196.112])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <w@HIDDEN>) id 1ryqIx-00059a-F8
 for guix-patches@HIDDEN; Mon, 22 Apr 2024 05:49:45 -0400
From: Wilko Meyer <w@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail;
 t=1713779380; bh=mTVKBxdEvXc2b6C5Hvx4CsAtlnwKusL/r6KJv66buEM=;
 h=From:To:Cc:Subject:Date;
 b=Cp+6VFAxJWy1TO4bmxQuKMJbdr4/BchgeHcWrCxOlmJqveQpFFxFdnfcAMTKt1PsB
 WPDLL4OLhHcH1I4zcyptJs1p9uWeSBDTadbBZaui6qOC6mmts24ibpBkNS6amCTqPD
 vUDxHf8YEup/1D2oVvZG4jtZ2AGdBNz55auiW4Xs=
To: guix-patches@HIDDEN
Subject: [PATCH] gnu: php: Update to 8.3.6.
Date: Mon, 22 Apr 2024 11:43:17 +0200
Message-ID: <b67afb3d14e2b7d865fd04efc23faea2014660b8.1713778996.git.w@HIDDEN>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Received-SPF: pass client-ip=95.216.196.112; envelope-from=w@HIDDEN;
 helo=mail.wmeyer.eu
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001,
 SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 0.9 (/)
X-Debbugs-Envelope-To: submit
Cc: Wilko Meyer <w@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.1 (/)

* gnu/packages/php.scm (php): Update to 8.3.6.

Change-Id: I8f173558fc4098d6d72b42724e5e106d7dabb62a
---
Hi Guix,

This patch updates PHP, the new version successfully builds and runs locally:

~/devel/guix [env]$ php --version
PHP 8.3.6 (cli) (built: Jan  1 1970 00:00:01) (NTS)

I had to skip two failing tests, one which seems to be
unreliable/flaky according to reports[0], another one which seems to
address a Windows only bug[1]. Haven't spend too much time investigating
these further/trying to find ways of fixing at least the non-windows
one; maybe will do so if time isn't as limited as it is right now.

[0]: https://github.com/php/php-src/issues/11401
[1]: https://bugs.php.net/bug.php?id=74589

 gnu/packages/php.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 8419ac033b..72201770c7 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -62,7 +62,7 @@ (define-module (gnu packages php)
 (define-public php
   (package
     (name "php")
-    (version "8.2.13")
+    (version "8.3.6")
     (home-page "https://www.php.net/")
     (source (origin
               (method url-fetch)
@@ -70,7 +70,7 @@ (define-public php
                                   "php-" version ".tar.xz"))
               (sha256
                (base32
-                "0js5bm8r3kngsgmxhyr681vrpl4gib3318k8428pigqp06hvna96"))
+                "1bjygxjaqmvccyk4ic3lrca5j34f0pjb6f1ldmi9gbr345mkij2k"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"
@@ -278,7 +278,10 @@ (define-public php
                          ;; PCRE with/without JIT gives different result
                          "ext/pcre/tests/gh11374.phpt"
                          "ext/pcre/tests/gh11956.phpt"
-
+                         ;; reported bug only seems to affect windows
+                         "ext/standard/tests/directory/bug74589_utf8.phpt"
+                         ;; this test seems to be unreliable/flaky
+                         "sapi/cli/tests/php_cli_server_pdeathsig.phpt"
                          ;; This test fails on most architectures.
                          "sapi/cli/tests/upload_2G.phpt"))
 

base-commit: a1d711c92e119f6b5b8e99a620cdba92a4ca3bfb
prerequisite-patch-id: 0f9de37cc18b327c988be58ed9280e06b73172d3
-- 
2.41.0




------------=_1714149252-16324-1--



Last modified: Fri, 26 Apr 2024 16:45:04 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.