Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 550294 - media-video/pitivi-0.94 requires pycanberra but it is not in portage
Summary: media-video/pitivi-0.94 requires pycanberra but it is not in portage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GStreamer package maintainers
URL: http://wiki.pitivi.org/wiki/Dependencies
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-24 11:05 UTC by Thomas Raschbacher
Modified: 2015-05-24 19:24 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 Thomas Raschbacher gentoo-dev 2015-05-24 11:05:56 UTC
$ LANG=C pitivi 
Missing soft dependency:
- pycanberra not found on the system
    -> enables sound notifications when rendering is complete
Traceback (most recent call last):
  File "/usr/lib64/pitivi/python/pitivi/application.py", line 147, in _activateCb
    self.createMainWindow()
  File "/usr/lib64/pitivi/python/pitivi/application.py", line 154, in createMainWindow
    self.gui = PitiviMainWindow(self)
  File "/usr/lib64/pitivi/python/pitivi/mainwindow.py", line 144, in __init__
    self._createUi()
  File "/usr/lib64/pitivi/python/pitivi/mainwindow.py", line 318, in _createUi
    self.mainhpaned.set_position(self.settings.mainWindowMainHPanePosition)
TypeError: Argument 1 does not allow None as a value


there is no pycanberra package for it. -- afaik the error has nothing todo with that, but I left it anyway in case someone might have an idea.
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2015-05-24 19:24:44 UTC
Thanks, fixed!

+*pycanberra-0_pre20130515 (24 May 2015)
+
+  24 May 2015; Alexandre Rostovtsev <tetromino@gentoo.org>
+  +pycanberra-0_pre20130515.ebuild, +metadata.xml:
+  Add python libcanberra package, needed for pitivi, requested by Thomas
+  Raschbacher (bug #550294).

+  24 May 2015; Alexandre Rostovtsev <tetromino@gentoo.org> pitivi-0.94.ebuild:
+  Add pycanberra dep (bug #550294, thanks to Thomas Raschbacher).