From unknown Sun Jun 22 00:29:46 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72503] [PATCH] gnu: luajit: Update to v2.1 commit 04dca7911. Resent-From: Jan Wielkiewicz Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 07 Aug 2024 01:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 72503 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72503@debbugs.gnu.org Cc: Jan Wielkiewicz X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17229943631963 (code B ref -1); Wed, 07 Aug 2024 01:33:02 +0000 Received: (at submit) by debbugs.gnu.org; 7 Aug 2024 01:32:43 +0000 Received: from localhost ([127.0.0.1]:33389 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sbVXf-0000Vb-8E for submit@debbugs.gnu.org; Tue, 06 Aug 2024 21:32:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:45192) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sbVXZ-0000VO-Oo for submit@debbugs.gnu.org; Tue, 06 Aug 2024 21:32:41 -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 ) id 1sbVXA-0008WS-UH for guix-patches@gnu.org; Tue, 06 Aug 2024 21:32:12 -0400 Received: from smtpo48.interia.pl ([217.74.67.48]) by eggs.gnu.org with esmtps (TLS1.2:RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sbVX8-0003ma-6W for guix-patches@gnu.org; Tue, 06 Aug 2024 21:32:12 -0400 Received: from localhost.localdomain (89-64-56-150.dynamic.chello.pl [89.64.56.150]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-256) server-digest SHA256) (No client certificate requested) by poczta.interia.pl (INTERIA.PL) with ESMTPSA; Wed, 7 Aug 2024 03:14:45 +0200 (CEST) From: Jan Wielkiewicz Date: Wed, 7 Aug 2024 03:14:37 +0200 Message-ID: X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-IPL-Priority-Group: 0-0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=dk; t=1722993286; bh=G8eO3o6hqpXd7FgfUjr5/6HEh+HFt4c59/Xz6jb67ag=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=PJpR3iL4CnrPGV05BUoyCDDGH3DdBg/4F6EI0f6L2OZGqBQXJvcNLxcfC1TAfVI5J MTXjnfEX8YPJMGHrotCgqvbfRhXsHn6jtuTxYKpiHebIPjSdA7FBmhE+uhycuklYm/ APv7rGrjoYcPAIP3kh23uIcUwFUgBHeHhbWmmVdA= Received-SPF: pass client-ip=217.74.67.48; envelope-from=tona_kosmicznego_smiecia@interia.pl; helo=smtpo48.interia.pl 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, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.6 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.4 (/) * gnu/packages/lua.scm (luajit): Update to 04dca7911. [source]: Update checksum. [arguments]: Don't symlink (on this branch the binary is simply "luajit"). Change-Id: I7aca5df134286c14a5049e88f370e8286647233d --- gnu/packages/lua.scm | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 1e583b59b3..b47ea67e8e 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm @@ -21,6 +21,7 @@ ;;; Copyright © 2023 Yovan Naumovski ;;; Copyright © 2023 Valter Nazianzeno ;;; Copyright © 2023 Timo Wilken +;;; Copyright © 2024 Jan Wielkiewicz ;;; ;;; This file is part of GNU Guix. ;;; @@ -166,8 +167,8 @@ (define-public lua-5.1 "lua51-pkgconfig.patch")))))) (define-public luajit - (let ((branch "2.1.0-beta3") - (commit "6c4826f12c4d33b8b978004bc681eb1eef2be977")) + (let ((branch "v2.1") + (commit "04dca7911ea255f37be799c18d74c305b921c1a6")) (package (name "luajit") (version (git-version branch "0" commit)) @@ -179,20 +180,13 @@ (define-public luajit (file-name (git-file-name name version)) (sha256 (base32 - "1a002yh8v1i1q9w09494q0b8vsbmw3amn9jgfs5qnz7ba54jij0q")))) + "0srwk9nmiz8a93f70inq2597ff6xy203ckr4c0k7jcksdixymi9v")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; luajit is distributed without tests #:phases (modify-phases %standard-phases - (delete 'configure) ; no configure script - (add-after 'install 'create-luajit-symlink - (lambda* (#:key outputs #:allow-other-keys) - (let* ((out (assoc-ref outputs "out")) - (bin (string-append out "/bin"))) - (with-directory-excursion bin - (symlink ,(string-append name "-" branch) - ,name)))))) + (delete 'configure)) ; no configure script #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))))) (home-page "https://www.luajit.org/") base-commit: 5e567587dd4abf51f9a6fa44f5a852dde1115ce9 -- 2.45.2 From unknown Sun Jun 22 00:29:46 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jan Wielkiewicz Subject: bug#72503: closed (Re: [bug#72503] [PATCH] gnu: luajit: Update to v2.1 commit 04dca7911.) Message-ID: References: <87v807wdc9.fsf@cbaines.net> X-Gnu-PR-Message: they-closed 72503 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 72503@debbugs.gnu.org Date: Sun, 11 Aug 2024 10:43:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1723372983-32296-1" This is a multi-part message in MIME format... ------------=_1723372983-32296-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #72503: [PATCH] gnu: luajit: Update to v2.1 commit 04dca7911. 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 72503@debbugs.gnu.org. --=20 72503: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D72503 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1723372983-32296-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 72503-done) by debbugs.gnu.org; 11 Aug 2024 10:42:31 +0000 Received: from localhost ([127.0.0.1]:40827 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sd61v-0008Nd-Jy for submit@debbugs.gnu.org; Sun, 11 Aug 2024 06:42:31 -0400 Received: from mira.cbaines.net ([212.71.252.8]:44030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sd61t-0008NV-Ds for 72503-done@debbugs.gnu.org; Sun, 11 Aug 2024 06:42:29 -0400 Received: from localhost (unknown [212.132.255.81]) by mira.cbaines.net (Postfix) with ESMTPSA id 6832427BBE9; Sun, 11 Aug 2024 11:41:58 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 1c85102e; Sun, 11 Aug 2024 10:41:58 +0000 (UTC) From: Christopher Baines To: Jan Wielkiewicz Subject: Re: [bug#72503] [PATCH] gnu: luajit: Update to v2.1 commit 04dca7911. In-Reply-To: (Jan Wielkiewicz's message of "Wed, 7 Aug 2024 03:14:37 +0200") References: User-Agent: mu4e 1.12.4; emacs 29.3 Date: Sun, 11 Aug 2024 11:41:58 +0100 Message-ID: <87v807wdc9.fsf@cbaines.net> 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: 72503-done Cc: 72503-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Jan Wielkiewicz writes: > * gnu/packages/lua.scm (luajit): Update to 04dca7911. > [source]: Update checksum. > [arguments]: Don't symlink (on this branch the binary is simply "luajit"). > > Change-Id: I7aca5df134286c14a5049e88f370e8286647233d > --- > gnu/packages/lua.scm | 16 +++++----------- > 1 file changed, 5 insertions(+), 11 deletions(-) Thanks, I've pushed this to master as 174ecf5b1077d29498d9de22e27b13047f314feb. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAma4lXZfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xf9nw/+Nt1svLRYa82J+I5oQH7jNtNv7MhIejzi TPKurkBtVmt5tRbLeckHZRS7B0HC8yurokRVoAXFkrpCge/fv4oSjWOqYaAnsn2K O12Pe4s6+qsN2trIjoQ2HzS3CjcPHVADOxamvLs6X0bljoHW9qdAJazsf6tWz1cJ ylK0N9D4fZAv7fu9y8OoMIMRY4iEL1SrhPZuyUzuFSe8Z8/4e0PMEZV+/gxAX+Ij gDyyO65pfkKjUVRNdcD3MOA22MbKEc4GFEa4+HsV/z5xc34PW5NV0Dfdcz9T7UGN tpXhnikogndHOSyK3MVWwRzcNlH+sr0KHTro4+fPgkkS9MZBqo/27dXuJL3DcPnX STGoCSVD0oM/1m/8R8GIYzQNixnKQYT5Ro+MCaH5Ka2QSZFP+6NagZlxBDiiZwga 5IPWw4l/mbPFWRf55rzCK75oScm3w3+WGSh2Y7lXW1nlAKPTe+5Lq4WHhhSysBLk Ocbjzy7N2ofq7L0YP/KbTDHtdRshSghtEY5LOG9beGhPqGk/2FSp9A8J+uJ9gRXf U1G3Pv4IQqspUnN62YVZcraoyXq86NfLI0v6pUEZHcRnndG3Dn9YfRvUdev/JcYV +JIz1Kut0w419XaNbK3/PlKWoFUQuTFiHSS2j8YbHqCOi/SvcLxQ/A4OFHpqfgXF b7Qjkil7dng= =0n/k -----END PGP SIGNATURE----- --=-=-=-- ------------=_1723372983-32296-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 7 Aug 2024 01:32:43 +0000 Received: from localhost ([127.0.0.1]:33389 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sbVXf-0000Vb-8E for submit@debbugs.gnu.org; Tue, 06 Aug 2024 21:32:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:45192) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sbVXZ-0000VO-Oo for submit@debbugs.gnu.org; Tue, 06 Aug 2024 21:32:41 -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 ) id 1sbVXA-0008WS-UH for guix-patches@gnu.org; Tue, 06 Aug 2024 21:32:12 -0400 Received: from smtpo48.interia.pl ([217.74.67.48]) by eggs.gnu.org with esmtps (TLS1.2:RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sbVX8-0003ma-6W for guix-patches@gnu.org; Tue, 06 Aug 2024 21:32:12 -0400 Received: from localhost.localdomain (89-64-56-150.dynamic.chello.pl [89.64.56.150]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-256) server-digest SHA256) (No client certificate requested) by poczta.interia.pl (INTERIA.PL) with ESMTPSA; Wed, 7 Aug 2024 03:14:45 +0200 (CEST) From: Jan Wielkiewicz To: guix-patches@gnu.org Subject: [PATCH] gnu: luajit: Update to v2.1 commit 04dca7911. Date: Wed, 7 Aug 2024 03:14:37 +0200 Message-ID: X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-IPL-Priority-Group: 0-0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=dk; t=1722993286; bh=G8eO3o6hqpXd7FgfUjr5/6HEh+HFt4c59/Xz6jb67ag=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=PJpR3iL4CnrPGV05BUoyCDDGH3DdBg/4F6EI0f6L2OZGqBQXJvcNLxcfC1TAfVI5J MTXjnfEX8YPJMGHrotCgqvbfRhXsHn6jtuTxYKpiHebIPjSdA7FBmhE+uhycuklYm/ APv7rGrjoYcPAIP3kh23uIcUwFUgBHeHhbWmmVdA= Received-SPF: pass client-ip=217.74.67.48; envelope-from=tona_kosmicznego_smiecia@interia.pl; helo=smtpo48.interia.pl 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, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.6 (/) X-Debbugs-Envelope-To: submit Cc: Jan Wielkiewicz X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.4 (/) * gnu/packages/lua.scm (luajit): Update to 04dca7911. [source]: Update checksum. [arguments]: Don't symlink (on this branch the binary is simply "luajit"). Change-Id: I7aca5df134286c14a5049e88f370e8286647233d --- gnu/packages/lua.scm | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 1e583b59b3..b47ea67e8e 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm @@ -21,6 +21,7 @@ ;;; Copyright © 2023 Yovan Naumovski ;;; Copyright © 2023 Valter Nazianzeno ;;; Copyright © 2023 Timo Wilken +;;; Copyright © 2024 Jan Wielkiewicz ;;; ;;; This file is part of GNU Guix. ;;; @@ -166,8 +167,8 @@ (define-public lua-5.1 "lua51-pkgconfig.patch")))))) (define-public luajit - (let ((branch "2.1.0-beta3") - (commit "6c4826f12c4d33b8b978004bc681eb1eef2be977")) + (let ((branch "v2.1") + (commit "04dca7911ea255f37be799c18d74c305b921c1a6")) (package (name "luajit") (version (git-version branch "0" commit)) @@ -179,20 +180,13 @@ (define-public luajit (file-name (git-file-name name version)) (sha256 (base32 - "1a002yh8v1i1q9w09494q0b8vsbmw3amn9jgfs5qnz7ba54jij0q")))) + "0srwk9nmiz8a93f70inq2597ff6xy203ckr4c0k7jcksdixymi9v")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; luajit is distributed without tests #:phases (modify-phases %standard-phases - (delete 'configure) ; no configure script - (add-after 'install 'create-luajit-symlink - (lambda* (#:key outputs #:allow-other-keys) - (let* ((out (assoc-ref outputs "out")) - (bin (string-append out "/bin"))) - (with-directory-excursion bin - (symlink ,(string-append name "-" branch) - ,name)))))) + (delete 'configure)) ; no configure script #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))))) (home-page "https://www.luajit.org/") base-commit: 5e567587dd4abf51f9a6fa44f5a852dde1115ce9 -- 2.45.2 ------------=_1723372983-32296-1--