emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54710: closed ([PATCH] gnu: python-gst: Fix the concatenation of ins


From: GNU bug Tracking System
Subject: bug#54710: closed ([PATCH] gnu: python-gst: Fix the concatenation of install path.)
Date: Tue, 05 Apr 2022 18:26:02 +0000

Your message dated Tue, 05 Apr 2022 20:25:04 +0200
with message-id <87h777jslb.fsf@gnu.org>
and subject line Re: bug#54710: [PATCH] gnu: python-gst: Fix the concatenation 
of install path.
has caused the debbugs.gnu.org bug report #54710,
regarding [PATCH] gnu: python-gst: Fix the concatenation of install path.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54710: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54710
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-gst: Fix the concatenation of install path. Date: Tue, 05 Apr 2022 00:21:31 +0800 User-agent: mu4e 1.6.10; emacs 27.2
python-gst install it's component to
/<prefix>/site-packagesgi/overrides, expected to install to
/<prefix>/site-packages/gi/overrides.

This issue is introduced in a5c2e7961c21ef8620ce4cfb3569109fbd694e1e.

This is a patch to fix that issue.

Attachment: signature.asc
Description: PGP signature

>From a341a2bbdef6fc0362d0e54dd66649005a81d7c9 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@163.com>
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]:
<configure-flags>: 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


-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao

--- End Message ---
--- Begin Message --- Subject: Re: bug#54710: [PATCH] gnu: python-gst: Fix the concatenation of install path. Date: Tue, 05 Apr 2022 20:25:04 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Zhu Zihao <all_but_last@163.com> skribis:

> python-gst install it's component to
> /<prefix>/site-packagesgi/overrides, expected to install to
> /<prefix>/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 <all_but_last@163.com>
> 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]:
> <configure-flags>: Add missing leading slash.

Applied, thanks!

I added the reference to the offending commit in the commit log.

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]