From unknown Fri Sep 12 14:36:43 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#39548 <39548@debbugs.gnu.org> To: bug#39548 <39548@debbugs.gnu.org> Subject: Status: [PATCH] gnu: vim: Update to 8.2.0236. Reply-To: bug#39548 <39548@debbugs.gnu.org> Date: Fri, 12 Sep 2025 21:36:43 +0000 retitle 39548 [PATCH] gnu: vim: Update to 8.2.0236. reassign 39548 guix-patches submitter 39548 Jakub K=C4=85dzio=C5=82ka severity 39548 normal tag 39548 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 10 13:07:25 2020 Received: (at submit) by debbugs.gnu.org; 10 Feb 2020 18:07:25 +0000 Received: from localhost ([127.0.0.1]:55370 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j1DSv-00067F-Bq for submit@debbugs.gnu.org; Mon, 10 Feb 2020 13:07:25 -0500 Received: from lists.gnu.org ([209.51.188.17]:60913) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j1DSt-000678-GC for submit@debbugs.gnu.org; Mon, 10 Feb 2020 13:07:23 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:34777) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1DSs-00021k-5r for guix-patches@gnu.org; Mon, 10 Feb 2020 13:07:23 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,RCVD_IN_DNSWL_NONE, 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 1j1DSq-00039b-SB for guix-patches@gnu.org; Mon, 10 Feb 2020 13:07:22 -0500 Received: from pat.zlotemysli.pl ([37.59.186.212]:38606) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j1DSq-00037m-JP for guix-patches@gnu.org; Mon, 10 Feb 2020 13:07:20 -0500 Received: (qmail 24194 invoked by uid 1009); 10 Feb 2020 19:07:17 +0100 Received: from 188.123.215.55 (kuba@kadziolka.net@188.123.215.55) by pat (envelope-from , uid 1002) with qmail-scanner-2.08st (clamdscan: 0.98.6/25719. spamassassin: 3.4.0. perlscan: 2.08st. Clear:RC:1(188.123.215.55):. Processed in 0.020528 secs); 10 Feb 2020 18:07:17 -0000 Received: from unknown (HELO localhost.localdomain) (kuba@kadziolka.net@188.123.215.55) by pat.zlotemysli.pl with AES256-SHA encrypted SMTP; 10 Feb 2020 19:07:17 +0100 From: =?UTF-8?q?Jakub=20K=C4=85dzio=C5=82ka?= To: guix-patches@gnu.org Subject: [PATCH] gnu: vim: Update to 8.2.0236. Date: Mon, 10 Feb 2020 19:07:38 +0100 Message-Id: <20200210180738.22984-1-kuba@kadziolka.net> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 37.59.186.212 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: submit Cc: me@tobias.gr 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.7 (-) * gnu/packages/vim.scm (vim): Update to 8.2.0236. (vim-full)[arguments]: Add a -lexpat linker argument through #:make-flags. Add a new phase to skip a test (see comment). --- gnu/packages/vim.scm | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index f130ae4392..1d4a7a3f94 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -7,7 +7,7 @@ ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice ;;; Copyright © 2019 HiPhish ;;; Copyright © 2019 Julien Lepiller -;;; Copyright © 2019 Jakub Kądziołka +;;; Copyright © 2019, 2020 Jakub Kądziołka ;;; ;;; This file is part of GNU Guix. ;;; @@ -68,7 +68,7 @@ (define-public vim (package (name "vim") - (version "8.2.0069") + (version "8.2.0236") (source (origin (method git-fetch) (uri (git-reference @@ -77,7 +77,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0kxzfcpv96s1lbx97g6451p1i7yanws5bvzl05jh1ywaqv5f4y7g")))) + "0ixwr7kkxc1cj837v1bbgghkd68gbynfn7pc4rb87ah9sm6bgaz3")))) (build-system gnu-build-system) (arguments `(#:test-target "test" @@ -189,9 +189,20 @@ with the editor vim."))) "--enable-xim" "--disable-selinux" "--enable-gui") + ;; This flag fixes the following error: + ;; .../libpython3.7m.a(pyexpat.o): undefined reference to symbol 'XML_FreeContentModel' + ;; .../libexpat.so.1: error adding symbols: DSO missing from command line + #:make-flags '("LDFLAGS=-lexpat") ,@(substitute-keyword-arguments (package-arguments vim) ((#:phases phases) `(modify-phases ,phases + (add-before 'check 'skip-previewpopup + ;; This test fails when the path to the source is long. See: + ;; https://github.com/vim/vim/issues/5615 + (lambda _ + (substitute* "src/testdir/test_popupwin.vim" + ((".*Test_previewpopup.*" line) + (string-append line "return\n"))))) (add-before 'check 'skip-test87 ;; This test fails for unknown reasons after switching ;; to a git checkout. -- 2.25.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 11 09:28:03 2020 Received: (at 39548-done) by debbugs.gnu.org; 11 Feb 2020 14:28:03 +0000 Received: from localhost ([127.0.0.1]:56088 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j1WWA-0001Dx-Gx for submit@debbugs.gnu.org; Tue, 11 Feb 2020 09:28:02 -0500 Received: from flashner.co.il ([178.62.234.194]:57494) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j1WW9-0001De-5w for 39548-done@debbugs.gnu.org; Tue, 11 Feb 2020 09:28:01 -0500 Received: from localhost (unknown [141.226.13.108]) by flashner.co.il (Postfix) with ESMTPSA id E74F240230; Tue, 11 Feb 2020 14:27:54 +0000 (UTC) Date: Tue, 11 Feb 2020 16:27:23 +0200 From: Efraim Flashner To: Jakub =?utf-8?B?S8SFZHppb8WCa2E=?= Subject: Re: [bug#39548] [PATCH] gnu: vim: Update to 8.2.0236. Message-ID: <20200211142723.GC26092@E5400> References: <20200210180738.22984-1-kuba@kadziolka.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="JgQwtEuHJzHdouWu" Content-Disposition: inline In-Reply-To: <20200210180738.22984-1-kuba@kadziolka.net> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 39548-done Cc: me@tobias.gr, 39548-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 (-) --JgQwtEuHJzHdouWu Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Looks good to me! Patch pushed. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --JgQwtEuHJzHdouWu Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl5CucgACgkQQarn3Mo9 g1EHSw/+JkfWHJCcNpL6DiRhTzp8eKzE3e4t22f9Q4FO6Gotgj05hHqfw9xli6DH w+3DPRao/caTnHN516UQdvMo9gjkVZfzC8/Hxwwth4avhoTMZnSSGqQeYWcD5cM0 T2m4Tn3I7MrcAYmYOIBiAsA/qBRp4iJBl22EDt0mA0xSHndDSkC6mVyhYoKlrNfV XhWFJK19J351ZSKlpxb/JtKyzAPIKlGkafDYNLaXMEbB6WDeEGQSSbc+gwLmJQDP Vykwk+LvJW4+9xt7dr1tL6Zy96A8t+G7HYlb2+IQK5lBRcqN4KLCZ7wbYRmztz4n eR5ug04uGrDjA48jnJknK9mF9U+7Lts7BcAqw4vLhKmoOIoLbnBB02pD0yWsnRkG ossm+LXUMA6daDloiaH2yN7O61gSWUummiPwlrkA6iLiwI/3rVWlslIKFS88DFaU EqvSAdAJIt638vX7lAQs8H5W5MFCMnokPzUJqTXqIMq3JJF0kNHluNfxrcqdUB0Y aU/NSzSaeZP6CivHOGbneAjX8ERe9QCaJaiYQa5+ITSN0+eB9MO3DHaR/45sNoW5 qUN02PxNj1TDSzut9XCNzL0uXZsZbgpaZGi+vwFohk2mjt8BkXFeoa9iXxoJoFeL Nowr6IpwyY3LOdJhqegXvmySif5nhC9mmKSHzXqph06bc6ynazY= =wMqL -----END PGP SIGNATURE----- --JgQwtEuHJzHdouWu-- From unknown Fri Sep 12 14:36:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 11 Mar 2020 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