From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 04 12:24:29 2022 Received: (at submit) by debbugs.gnu.org; 4 Apr 2022 16:24:29 +0000 Received: from localhost ([127.0.0.1]:52814 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbPVF-0004TR-8S for submit@debbugs.gnu.org; Mon, 04 Apr 2022 12:24:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:42852) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbPVC-0004TG-L5 for submit@debbugs.gnu.org; Mon, 04 Apr 2022 12:24:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52914) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbPVC-00056L-Dr for guix-patches@gnu.org; Mon, 04 Apr 2022 12:24:26 -0400 Received: from mail-m975.mail.163.com ([123.126.97.5]:8881) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nbPV6-0006T1-Tb for guix-patches@gnu.org; Mon, 04 Apr 2022 12:24:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-ID:MIME-Version; bh=Nf/3O t2w7xbvnEEe+gW96sdlsmgrtrLX2bl8N/kf7nc=; b=nuBz0Y27HGg4X7rI8gMvW AfWngr+lqLiPuCfqd76HcWxNenKGgeSt+RZRi6n7d30+cfEu1ISVjS9J/Sfn3NpH IpKgmgNDBE4pXBO1FYm4re3l9arXFwIIDYU3ykdpAyZea5hJwyh1rVaRlHUvWbvJ xIm0KQCsYx/9vA6roj4uMc= Received: from asus-laptop (unknown [112.95.113.226]) by smtp5 (Coremail) with SMTP id HdxpCgC3NfalG0tiwwNmAQ--.55328S2; Tue, 05 Apr 2022 00:24:06 +0800 (CST) User-agent: mu4e 1.6.10; emacs 27.2 From: Zhu Zihao To: guix-patches@gnu.org Subject: [PATCH] gnu: python-gst: Fix the concatenation of install path. Date: Tue, 05 Apr 2022 00:21:31 +0800 Message-ID: <86pmlwyfz3.fsf@163.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-CM-TRANSID: HdxpCgC3NfalG0tiwwNmAQ--.55328S2 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxU2G-eUUUUU X-Originating-IP: [112.95.113.226] X-CM-SenderInfo: pdoosuxxwbztlvw6il2tof0z/xtbBZgbYr1aD-3BHNAAAs+ Received-SPF: pass client-ip=123.126.97.5; envelope-from=all_but_last@163.com; helo=mail-m975.mail.163.com 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_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.2 (/) 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 (--) --=-=-= Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" --==-=-= Content-Type: text/plain python-gst install it's component to //site-packagesgi/overrides, expected to install to //site-packages/gi/overrides. This issue is introduced in a5c2e7961c21ef8620ce4cfb3569109fbd694e1e. This is a patch to fix that issue. --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIsEARYIADMWIQRefA5qkqvnKdl/GTlmOX+E92aT+QUCYksboBUcYWxsX2J1dF9s YXN0QDE2My5jb20ACgkQZjl/hPdmk/kU+wD9FxI1IwDI8hJnJFdwjy1x/Jbvpu1p D3Vt0N3n6BgAGHsBAO7SV3Gec6z+e4w++egtvZSlK1xYoJOKJ+jFG8m/LmoD =izhu -----END PGP SIGNATURE----- --==-=-=-- --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-python-gst-Fix-the-concatenation-of-install-path.patch >From a341a2bbdef6fc0362d0e54dd66649005a81d7c9 Mon Sep 17 00:00:00 2001 From: Zhu Zihao Date: Tue, 5 Apr 2022 00:17:29 +0800 Subject: [PATCH] gnu: python-gst: Fix the concatenation of install path. * gnu/packages/gstreamer.scm (python-gst): [arguments]: : Add missing leading slash. --- gnu/packages/gstreamer.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 8ff8e6242b..8b01c9b04b 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -1076,7 +1076,7 @@ (define-public python-gst #:configure-flags (list (string-append "-Dpygi-overrides-dir=" - (python:site-packages %build-inputs %outputs) "gi/overrides")))) + (python:site-packages %build-inputs %outputs) "/gi/overrides")))) (native-inputs (list pkg-config python)) (propagated-inputs -- 2.34.0 --=-=-= Content-Type: text/plain -- Retrieve my PGP public key: gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F Zihao --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 05 14:25:17 2022 Received: (at 54710-done) by debbugs.gnu.org; 5 Apr 2022 18:25:17 +0000 Received: from localhost ([127.0.0.1]:56136 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbnrh-0003Tc-KJ for submit@debbugs.gnu.org; Tue, 05 Apr 2022 14:25:17 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44206) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbnrg-0003TO-9c for 54710-done@debbugs.gnu.org; Tue, 05 Apr 2022 14:25:16 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40044) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbnrZ-00036R-IR; Tue, 05 Apr 2022 14:25:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=Iajo6ju68kbYweSuMtPuwaX/W0pNgLxATdIIkiDI5lU=; b=X2Nfo8PyKfR1A73+kJ9D F+DvncFC5fpwty33FC7Nqti0QFJs2A/+uQkbJjjMLE6/yCHfVu7HHnLFuUhWsws6s2aKalIrQ+MlK ELHk/aGAiVCPKwPMekLfG4lhdjqRSVT+vK5WEHqNkBzBpcSDY8vJCWAHwI9rtxBbiAwqv9ytYMiTs 2eDsZwZeMkaV7h4SH87rxg2ZJ1+gU/LxLfuzoTGSqnLGwSj84Xnyi43K/xVVaQ6857y6sKiqATRYU xp2FRqVZsbx9ElzCZGX2Pw+GYkuGnIz+36387x5E0TbRgkx1hLfbDMNfsQ3NReVvWeVHp6nd3iQDu 3oaHOtRijr7ZVg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:52403 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbnrX-0002II-Te; Tue, 05 Apr 2022 14:25:09 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Zhu Zihao Subject: Re: bug#54710: [PATCH] gnu: python-gst: Fix the concatenation of install path. References: <86pmlwyfz3.fsf@163.com> Date: Tue, 05 Apr 2022 20:25:04 +0200 In-Reply-To: <86pmlwyfz3.fsf@163.com> (Zhu Zihao's message of "Tue, 05 Apr 2022 00:21:31 +0800") Message-ID: <87h777jslb.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54710-done Cc: 54710-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 (---) Zhu Zihao skribis: > python-gst install it's component to > //site-packagesgi/overrides, expected to install to > //site-packages/gi/overrides. > > This issue is introduced in a5c2e7961c21ef8620ce4cfb3569109fbd694e1e. > > This is a patch to fix that issue. > >>>From a341a2bbdef6fc0362d0e54dd66649005a81d7c9 Mon Sep 17 00:00:00 2001 > From: Zhu Zihao > Date: Tue, 5 Apr 2022 00:17:29 +0800 > Subject: [PATCH] gnu: python-gst: Fix the concatenation of install path. > > * gnu/packages/gstreamer.scm (python-gst): > [arguments]: > : Add missing leading slash. Applied, thanks! I added the reference to the offending commit in the commit log. Ludo=E2=80=99. From unknown Sat Jun 21 03:13:49 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, 04 May 2022 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