GNU bug report logs -
#72042
[core-updates] Python-gst fails its test suite
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Wed, 10 Jul 2024 19:38:01 UTC
Severity: normal
Done: Andrew Tropin <andrew <at> trop.in>
Bug is archived. No further changes may be made.
Full log
Message #25 received at 72042-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Andrew Tropin <andrew <at> trop.in> writes:
> On 2024-09-02 21:38, Remco van 't Veer wrote:
>
>> * gnu/packages/glib.scm: Add package python-pygobject-3.48.
>> * gnu/packages/gstreamer.scm (python-gst) [inputs]:
>> Use python-pygobject-3.48 to fix tests.
>>
>> Change-Id: I3038b85db67ff354a6d77708fa4fd7c63aa6732c
[...]
>> diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
>> index ad08285181..66978fc2bc 100644
>> --- a/gnu/packages/gstreamer.scm
>> +++ b/gnu/packages/gstreamer.scm
>> @@ -11,6 +11,7 @@
>> ;;; Copyright © 2020 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
>> ;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
>> ;;; Copyright © 2023 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
>> +;;; Copyright © 2024 Remco van 't Veer <remco <at> remworks.net>
>> ;;;
>> ;;; This file is part of GNU Guix.
>> ;;;
>> @@ -1126,7 +1127,7 @@ (define-public python-gst
>> (native-inputs
>> (list pkg-config python))
>> (propagated-inputs
>> - (list gst-plugins-base python-pygobject))
>> + (list gst-plugins-base python-pygobject-3.48))
It's nice that this fixes the package build, but propagating various
version of Python libraries a road that to leads to problems. Currently
it's important that propagated things are all compatible together.
I'd suggest trying to update python-gst to see if it works with the
newer python-pygobject instead.
--
Thanks,
Maxim
This bug report was last modified 290 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.