From unknown Wed Jun 18 23:09:15 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#35218 <35218@debbugs.gnu.org> To: bug#35218 <35218@debbugs.gnu.org> Subject: Status: [PATCH] Fix Lua dependencies of Neovim Reply-To: bug#35218 <35218@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:09:15 +0000 retitle 35218 [PATCH] Fix Lua dependencies of Neovim reassign 35218 guix-patches submitter 35218 HiPhish severity 35218 normal tag 35218 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 10 07:49:54 2019 Received: (at submit) by debbugs.gnu.org; 10 Apr 2019 11:49:54 +0000 Received: from localhost ([127.0.0.1]:52453 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEBjk-0001h7-Gf for submit@debbugs.gnu.org; Wed, 10 Apr 2019 07:49:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52574) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEBjh-0001gu-Pd for submit@debbugs.gnu.org; Wed, 10 Apr 2019 07:49:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:54126) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hEBjc-0005Or-FJ for submit@debbugs.gnu.org; Wed, 10 Apr 2019 07:49:44 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEBjb-0002Th-EK for guix-patches@gnu.org; Wed, 10 Apr 2019 07:49:44 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEBja-0005NZ-AR for guix-patches@gnu.org; Wed, 10 Apr 2019 07:49:43 -0400 Received: from mout01.posteo.de ([185.67.36.65]:51910) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hEBjZ-0005L9-Bj for guix-patches@gnu.org; Wed, 10 Apr 2019 07:49:42 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 0530516005D for ; Wed, 10 Apr 2019 13:49:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1554896978; bh=gqVYPtjmSaLooLj6Oe9UG1ReiYs7ZC3+KwzBdExbvmg=; h=From:To:Subject:Date:From; b=I32khMIw6tPkAGLkJPFX+Aw0llj5B+bLy1RTTpLYR4v9gYOmF4Dw8tDiedGfEZ14l 91+DoaBBni8hcz9D44DHyqtq/1TDHTks9SPKEx6ruV65HXZZ9KYayFXV52dlkzqtFs zO2WwtQ3MCrmeHPP6L/Qzg7LkyVLWwrmZrS2Fk4sNGJwV+Vbp0iFuvdJZtGEyW0Uhj JXuRIVNB5GhyB2aA9ejFhPwqVwu3qF38yZITknLsGT0FuEiIer2PxDAPMXPNEYPtXq gEy402xG9oSPi0lpefXaK7keS9zoYNzSH8ynedi7+bMQEu09nB6Ik4VQZIqGl0a89J g5/v0GWJ/7clA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 44fMrw6Tnnz6tmS for ; Wed, 10 Apr 2019 13:49:36 +0200 (CEST) From: HiPhish To: guix-patches@gnu.org Subject: [PATCH] Fix Lua dependencies of Neovim Date: Wed, 10 Apr 2019 13:49:35 +0200 Message-ID: <3027356.Ros9scuHIA@aleksandar-ixtreme-m5740> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart1708089.WkDQim1ZbW" Content-Transfer-Encoding: 7Bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.65 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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: -2.3 (--) This is a multi-part message in MIME format. --nextPart1708089.WkDQim1ZbW Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Lua minor version releases are not backwards-compatible and Neovim requires Lua 5.1, not the previously specified Lua 5.2 version. --nextPart1708089.WkDQim1ZbW Content-Disposition: attachment; filename="0001-2019-04-10-HiPhish-hiphish-posteo.de.patch" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="utf-8"; name="0001-2019-04-10-HiPhish-hiphish-posteo.de.patch" >From c878cc9d30a265bc97836e799b85ad41bc8a5e29 Mon Sep 17 00:00:00 2001 From: HiPhish Date: Wed, 10 Apr 2019 13:21:26 +0200 Subject: [PATCH] 2019-04-10 HiPhish * gnu/packages/vim.scm (neovim): Use correct Lua version as dependencies --- gnu/packages/vim.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index 56deb12c3d..dadffa3ab1 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -756,7 +756,7 @@ are detected, the user is notified."))) #t)) (add-after 'unpack 'set-lua-paths (lambda* (#:key inputs #:allow-other-keys) - (let* ((lua-version "5.2") + (let* ((lua-version "5.1") (lua-cpath-spec (lambda (prefix) (let ((path (string-append prefix "/lib/lua/" lua-version))) @@ -783,10 +783,10 @@ are detected, the user is notified."))) ("unibilium" ,unibilium) ("jemalloc" ,jemalloc) ("libiconv" ,libiconv) - ("lua" ,lua-5.2) - ("lua-lpeg" ,lua5.2-lpeg) - ("lua-bitop" ,lua5.2-bitop) - ("lua-libmpack" ,lua5.2-libmpack))) + ("lua" ,lua-5.1) + ("lua-lpeg" ,lua5.1-lpeg) + ("lua-bitop" ,lua5.1-bitop) + ("lua-libmpack" ,lua5.1-libmpack))) (native-inputs `(("pkg-config" ,pkg-config) ("gettext" ,gettext-minimal) -- 2.19.1 --nextPart1708089.WkDQim1ZbW-- From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 11 07:34:53 2019 Received: (at 35218-done) by debbugs.gnu.org; 11 Apr 2019 11:34:53 +0000 Received: from localhost ([127.0.0.1]:53964 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEXyn-0007e9-6d for submit@debbugs.gnu.org; Thu, 11 Apr 2019 07:34:53 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60051) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEXyl-0007dv-9l for 35218-done@debbugs.gnu.org; Thu, 11 Apr 2019 07:34:52 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEXyf-0003Cw-Qt; Thu, 11 Apr 2019 07:34:45 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=50394 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hEXyf-0002K5-3Y; Thu, 11 Apr 2019 07:34:45 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: HiPhish Subject: Re: [bug#35218] [PATCH] Fix Lua dependencies of Neovim References: <3027356.Ros9scuHIA@aleksandar-ixtreme-m5740> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 22 Germinal an 227 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Thu, 11 Apr 2019 13:34:43 +0200 In-Reply-To: <3027356.Ros9scuHIA@aleksandar-ixtreme-m5740> (HiPhish's message of "Wed, 10 Apr 2019 13:49:35 +0200") Message-ID: <87h8b422ss.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35218-done Cc: 35218-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: -3.3 (---) Hi, HiPhish skribis: > Lua minor version releases are not backwards-compatible and Neovim requir= es=20 > Lua 5.1, not the previously specified Lua 5.2 version. OK. > From c878cc9d30a265bc97836e799b85ad41bc8a5e29 Mon Sep 17 00:00:00 2001 > From: HiPhish > Date: Wed, 10 Apr 2019 13:21:26 +0200 > Subject: [PATCH] 2019-04-10 HiPhish > > * gnu/packages/vim.scm (neovim): Use correct Lua version as dependencies I adjusted the subject line of the commit and applied it. Thanks! Ludo=E2=80=99. From unknown Wed Jun 18 23:09:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 10 May 2019 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator