Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] media-sound/pulseeffects
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
mrbassie
l33t
l33t


Joined: 31 May 2013
Posts: 772
Location: over here

PostPosted: Thu Aug 30, 2018 1:56 pm    Post subject: [SOLVED] media-sound/pulseeffects Reply with quote

Code:
$ pulseeffects
Traceback (most recent call last):
  File "/usr/bin/pulseeffects", line 6, in <module>
    from PulseEffects.application import Application
  File "/usr/lib64/python3.5/site-packages/PulseEffects/application.py", line 8, in <module>
    gi.require_version('Gdk', '3.0')
  File "/usr/lib64/python3.5/site-packages/gi/__init__.py", line 118, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gdk not available


What am I missing?


Last edited by mrbassie on Fri Aug 31, 2018 2:00 pm; edited 1 time in total
Back to top
View user's profile Send private message
candrews
Developer
Developer


Joined: 10 Aug 2005
Posts: 162

PostPosted: Thu Aug 30, 2018 2:28 pm    Post subject: Reply with quote

Gtk.py is provided by dev-python/pygobject - does installing that fix your problem?

Either way, please report this bug at https://bugs.gentoo.org/ and reply to this thread with a link to the bug when you've done so.

Thanks!
_________________
I'm working on a variety of random things throughout Gentoo.
Back to top
View user's profile Send private message
mrbassie
l33t
l33t


Joined: 31 May 2013
Posts: 772
Location: over here

PostPosted: Thu Aug 30, 2018 3:10 pm    Post subject: Reply with quote

pygobject was installed already

link to bug: https://bugs.gentoo.org/664892

Not sure if that's sufficient, haven't filed a bug before.
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6097
Location: Dallas area

PostPosted: Thu Aug 30, 2018 3:25 pm    Post subject: Reply with quote

Did you install gtk+-3 with the introspection flag?

The reason I ask is https://forums.funtoo.org/topic/1631-some-problems-after-update-to-funtoo-12-and-gcc-731/ (comment by Jhan)
Yes, it's funtoo, it's also about lutris, but the errors are exactly the same other than referencing lutris vs pulseeffects.
_________________
PRIME x570-pro, 3700x, 6.1 zen kernel
gcc 13, profile 17.0 (custom bare multilib), openrc, wayland
Back to top
View user's profile Send private message
mrbassie
l33t
l33t


Joined: 31 May 2013
Posts: 772
Location: over here

PostPosted: Thu Aug 30, 2018 4:24 pm    Post subject: Reply with quote

Anon-E-moose wrote:
Did you install gtk+-3 with the introspection flag?

The reason I ask is https://forums.funtoo.org/topic/1631-some-problems-after-update-to-funtoo-12-and-gcc-731/ (comment by Jhan)
Yes, it's funtoo, it's also about lutris, but the errors are exactly the same other than referencing lutris vs pulseeffects.


Tried, different error:

Code:
Traceback (most recent call last):
  File "/usr/bin/pulseeffects", line 6, in <module>
    from PulseEffects.application import Application
  File "/usr/lib64/python3.5/site-packages/PulseEffects/application.py", line 14, in <module>
    from PulseEffects.sink_input_effects import SinkInputEffects
  File "/usr/lib64/python3.5/site-packages/PulseEffects/sink_input_effects.py", line 6, in <module>
    gi.require_version('GstInsertBin', '1.0')
  File "/usr/lib64/python3.5/site-packages/gi/__init__.py", line 118, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace GstInsertBin not available
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Thu Aug 30, 2018 6:47 pm    Post subject: Reply with quote

that's same kind of error in fact, it just also complain that it cannot find needed 'GstInsertBin', '1.0' ; no idea who should provide that, but sure the pulseeffects www have the run requierements
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6097
Location: Dallas area

PostPosted: Thu Aug 30, 2018 6:57 pm    Post subject: Reply with quote

do you use gstreamer?

https://github.com/wwmm/pulseeffects/issues/111
_________________
PRIME x570-pro, 3700x, 6.1 zen kernel
gcc 13, profile 17.0 (custom bare multilib), openrc, wayland
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21586

PostPosted: Fri Aug 31, 2018 1:31 am    Post subject: Reply with quote

What is the output of emerge --verbose --info x11-libs/gtk+:3 dev-python/pygobject:3?
Back to top
View user's profile Send private message
mrbassie
l33t
l33t


Joined: 31 May 2013
Posts: 772
Location: over here

PostPosted: Fri Aug 31, 2018 8:36 am    Post subject: Reply with quote

https://paste.pound-python.org/show/gzt23QzHnjY4as1H3EGL/
Back to top
View user's profile Send private message
mrbassie
l33t
l33t


Joined: 31 May 2013
Posts: 772
Location: over here

PostPosted: Fri Aug 31, 2018 2:01 pm    Post subject: Reply with quote

Anon-E-Moose was on the right track, introspection use flag needed in gst-plugins-bad.

Thanks to all for your time and attention.
Back to top
View user's profile Send private message
candrews
Developer
Developer


Joined: 10 Aug 2005
Posts: 162

PostPosted: Fri Aug 31, 2018 2:11 pm    Post subject: Reply with quote

Can you please add a comment to https://bugs.gentoo.org/show_bug.cgi?id=664892 saying what you had to do (what packages to emerge with what flags) to solve your problem?

I'm eager to get these changes made to the ebuild so neither you nor anyone else hit this issue again in the future.

Thanks!
_________________
I'm working on a variety of random things throughout Gentoo.
Back to top
View user's profile Send private message
mrbassie
l33t
l33t


Joined: 31 May 2013
Posts: 772
Location: over here

PostPosted: Fri Aug 31, 2018 2:29 pm    Post subject: Reply with quote

^Done.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum