From unknown Fri Jun 20 07:25:47 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#44127 <44127@debbugs.gnu.org> To: bug#44127 <44127@debbugs.gnu.org> Subject: Status: [PATCH] Bombadillo build fix Reply-To: bug#44127 <44127@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:25:47 +0000 retitle 44127 [PATCH] Bombadillo build fix reassign 44127 guix-patches submitter 44127 raingloom severity 44127 normal tag 44127 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 21 17:29:56 2020 Received: (at submit) by debbugs.gnu.org; 21 Oct 2020 21:29:56 +0000 Received: from localhost ([127.0.0.1]:50741 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVLgC-0005iC-AA for submit@debbugs.gnu.org; Wed, 21 Oct 2020 17:29:56 -0400 Received: from lists.gnu.org ([209.51.188.17]:43290) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVLgA-0005i5-N5 for submit@debbugs.gnu.org; Wed, 21 Oct 2020 17:29:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47506) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kVLgA-0005m0-EB for guix-patches@gnu.org; Wed, 21 Oct 2020 17:29:54 -0400 Received: from mx1.riseup.net ([198.252.153.129]:48620) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kVLg6-0002Gq-WD for guix-patches@gnu.org; Wed, 21 Oct 2020 17:29:53 -0400 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4CGkCl3JR2zFf3R for ; Wed, 21 Oct 2020 14:29:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1603315779; bh=/7rPj6WutYd4BCAOghYrZ108B3hZhBSbyXM1PoDNsRE=; h=Date:From:To:Subject:From; b=qshKdk4MsVcm298kqIgEHe1HH+PMxUaBDB4bYSfxNetH6mvmRbZPbs/d4VxtuiWQe spAq2z6n+sXSFbLDOJU/zwmEr76+dvlo4RhjAiK3hyAR0+386U2OPhz2rsvpb0lRWc DC6wGWU8HJqPj48dLg16Qk77yQsVouF3HontKxHY= X-Riseup-User-ID: CD927E1EAAAFC776806ED0CA9FB93E8D6AEF928300BC52890A982FFDA72F925D Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 4CGkCk1TVKzJmg1 for ; Wed, 21 Oct 2020 14:29:32 -0700 (PDT) Date: Wed, 21 Oct 2020 23:29:21 +0200 From: raingloom To: Guix Patches Subject: [PATCH] Bombadillo build fix Message-ID: <20201021232921.48d19496@riseup.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/aDqMKpdE0=_hD/v13Oqm6_7" Received-SPF: pass client-ip=198.252.153.129; envelope-from=raingloom@riseup.net; helo=mx1.riseup.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/21 17:29:41 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) --MP_/aDqMKpdE0=_hD/v13Oqm6_7 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Just a quick fix. install-licenses was trying to overwrite a file installed by a previous (custom) phase, but copy-file failed with a permission error. --MP_/aDqMKpdE0=_hD/v13Oqm6_7 Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-Don-t-try-to-copy-LICENSE-twice-in-Bombadillo.patch >From 8260d3981f83b1446465ede31c8230d149422f6c Mon Sep 17 00:00:00 2001 From: raingloom Date: Wed, 21 Oct 2020 23:22:26 +0200 Subject: [PATCH] gnu: Don't try to copy LICENSE twice in Bombadillo. * gnu/packages/web-browsers.scm (bombadillo)[arguments]: Removed copy-file call for LICENSE. --- gnu/packages/web-browsers.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index 862927242e..2220737daa 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -622,7 +622,6 @@ key-bindings and is fully configurable and extensible in Common Lisp.") (pixdir (string-append sharedir "/pixmaps"))) (with-directory-excursion builddir (install-file "bombadillo.desktop" appdir) - (install-file "LICENSE" docdir) (install-file "bombadillo.1" mandir) (install-file "bombadillo-icon.png" pixdir) #t))))))) -- 2.28.0 --MP_/aDqMKpdE0=_hD/v13Oqm6_7-- From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 23 12:27:07 2020 Received: (at 44127-done) by debbugs.gnu.org; 23 Oct 2020 16:27:08 +0000 Received: from localhost ([127.0.0.1]:58073 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVzuF-00074V-ML for submit@debbugs.gnu.org; Fri, 23 Oct 2020 12:27:07 -0400 Received: from mira.cbaines.net ([212.71.252.8]:51350) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVzuD-00074N-UL for 44127-done@debbugs.gnu.org; Fri, 23 Oct 2020 12:27:07 -0400 Received: from localhost (92.41.179.191.threembb.co.uk [92.41.179.191]) by mira.cbaines.net (Postfix) with ESMTPSA id DA53827BBEE; Fri, 23 Oct 2020 17:27:04 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 39d61222; Fri, 23 Oct 2020 16:27:02 +0000 (UTC) References: <20201021232921.48d19496@riseup.net> User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Baines To: raingloom Subject: Re: [bug#44127] [PATCH] Bombadillo build fix In-reply-to: <20201021232921.48d19496@riseup.net> Date: Fri, 23 Oct 2020 17:27:02 +0100 Message-ID: <87a6wc3o2x.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: 44127-done Cc: 44127-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 raingloom writes: > Just a quick fix. install-licenses was trying to overwrite a file > installed by a previous (custom) phase, but copy-file failed with a > permission error. I tweaked the commit message a bit, but I've pushed this now as 2371abcd0ece81d6b7ca3d03aff17c81bf8a5d85. Thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl+TBFZfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xd9Yw/9FWLIjMpEnh3X36XKTbsHTClHmUJF3Aib TyxPk9mApEQFY0FOBMgqOyduW5h/TYOoSwtYbJp2CTkRlV1MnXpzqzH2W1VCXRys LWSlyxaI/Y6t2ubz3nMZ5B2GrpNG2yB78KdCeTHQXxBTkqmSBp0PuaocjJD9ENv6 KxTsXXMX+XymXEMuQfPHlgSBbYxIhnmq8G3pcEAh0lOcP4N8GpfI6gGLXOOFjBMR HinKufoMxqf2MdNk9KhRPdhsri7HnEiAYMNZIA+k66Y1ZNJFfjDWTlbK8Q1uRraF ID8OBue+muPgMDSUEiaGwD3CYUqnExN3Cbt7d9T02YI2zozlzagqz18vilpx+VFN Qlt7g/pWI2KxdPEa+vBpDoDaH5tprsIhMTlOubMLM1MtXr5h1Bhgd92r379MaIWJ DbD/IAEOBRqQr1RbDJa4oyUcsV0FXebfoFuDPwQj2vgnzB/mf0T04WxlMe7JFH5s 7yfWyOe7PGoa+IykHu6yBSOw1/bEgglcndh3XhvRqyFPnqujPbMokkFOwbxgatOr WoRFZXv/OUw41LiyZ8/NI4pur74A9lXFnKh3jmAibdKpVuo9+s6BOy2ApGbtfpQU 5ZpCmkI+5pSpc7oAbujXWqxdLKQ3gjiTIPqFrmF/fPcSW/aPzkQj1AQXQXxmRRRD 53TPUKUDRQY= =JUWf -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 07:25:47 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 21 Nov 2020 12: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