Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 664892 - media-sound/pulseeffects fails to run
Summary: media-sound/pulseeffects fails to run
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: jorgicio
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-30 15:09 UTC by mrbassie
Modified: 2018-08-31 20:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mrbassie 2018-08-30 15:09:30 UTC
$ 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

emerge --info: https://paste.pound-python.org/show/0QxpDL7H0LiQ3MYSf9pj/
Comment 1 Craig Andrews gentoo-dev 2018-08-30 15:49:58 UTC
Please provide:
* the output of "emerge --info"
* the exact version of media-sound/pulseeffects
* the output of "emerge media-sound/pulseeffects -pv"

Thanks!
Comment 2 Craig Andrews gentoo-dev 2018-08-30 15:52:00 UTC
Also, please provide the output of:
"emerge dev-python/pygobject x11-libs/gtk+:3 -pv"
Comment 4 mrbassie 2018-08-31 14:03:12 UTC
I've managed to get it working. introspection use flag must be set in gst-plugins-bad.
Comment 5 Craig Andrews gentoo-dev 2018-08-31 14:21:54 UTC
See also discussion at https://forums.gentoo.org/viewtopic.php?p=8256748
Comment 6 mrbassie 2018-08-31 14:27:53 UTC
Had to set introspection flag on both x11-libs/gtk+ and media-libs/gst-plugins-bad.
Comment 7 Larry the Git Cow gentoo-dev 2018-08-31 18:25:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca6474e0bbf7a1a54d2b3da92b71393ddff418c

commit dca6474e0bbf7a1a54d2b3da92b71393ddff418c
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2018-08-31 14:19:25 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2018-08-31 18:25:25 +0000

    media-sound/pulseeffects: Require introspection
    
    Closes: https://bugs.gentoo.org/664892
    Package-Manager: Portage-2.3.48, Repoman-2.3.10

 .../pulseeffects/pulseeffects-4.3.3-r1.ebuild      | 65 ++++++++++++++++++++++
 media-sound/pulseeffects/pulseeffects-9999.ebuild  |  4 +-
 2 files changed, 67 insertions(+), 2 deletions(-)
Comment 8 Larry the Git Cow gentoo-dev 2018-08-31 20:43:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f7cce52c09792caa7e1a077eac2893253da5d5

commit 93f7cce52c09792caa7e1a077eac2893253da5d5
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2018-08-31 20:41:35 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2018-08-31 20:42:45 +0000

    media-sound/pulseeffects: fix missing introspection
    
    also fixes some meson stuff
    
    Fixes: https://bugs.gentoo.org/664892
    Package-Manager: Portage-2.3.48, Repoman-2.3.10

 media-sound/pulseeffects/Manifest                    |  1 -
 ...cts-3.1.6.ebuild => pulseeffects-3.2.3-r1.ebuild} | 10 ++++++----
 ...cts-4.3.3.ebuild => pulseeffects-4.3.3-r1.ebuild} | 18 +++++++++---------
 media-sound/pulseeffects/pulseeffects-9999.ebuild    | 20 ++++++++++----------
 4 files changed, 25 insertions(+), 24 deletions(-)