GNU bug report logs -
#54710
[PATCH] gnu: python-gst: Fix the concatenation of install path.
Previous Next
Reported by: Zhu Zihao <all_but_last <at> 163.com>
Date: Mon, 4 Apr 2022 16:25:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54710 in the body.
You can then email your comments to 54710 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#54710
; Package
guix-patches
.
(Mon, 04 Apr 2022 16:25:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Zhu Zihao <all_but_last <at> 163.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 04 Apr 2022 16:25:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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.
[signature.asc (application/pgp-signature, inline)]
[0001-gnu-python-gst-Fix-the-concatenation-of-install-path.patch (text/x-patch, inline)]
From a341a2bbdef6fc0362d0e54dd66649005a81d7c9 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last <at> 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
[Message part 4 (text/plain, inline)]
--
Retrieve my PGP public key:
gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F
Zihao
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Tue, 05 Apr 2022 18:26:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Zhu Zihao <all_but_last <at> 163.com>
:
bug acknowledged by developer.
(Tue, 05 Apr 2022 18:26:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 54710-done <at> debbugs.gnu.org (full text, mbox):
Zhu Zihao <all_but_last <at> 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 <at> 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’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 04 May 2022 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 48 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.