Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 545626 - media-video/pitivi should depend on dev-lang/python[sqlite]
Summary: media-video/pitivi should depend on dev-lang/python[sqlite]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-05 14:59 UTC by Fpemud
Modified: 2015-04-11 09:50 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 Fpemud 2015-04-05 14:59:48 UTC
When I run pitivi after installation, I encounters the following error:

[fpemud@fpemud-workstation /]$ pitivi
Missing soft dependency:
- pycanberra not found on the system
    -> enables sound notifications when rendering is complete
Traceback (most recent call last):
  File "/usr/bin/pitivi", line 139, in <module>
    _run_pitivi()
  File "/usr/bin/pitivi", line 124, in _run_pitivi
    from pitivi import application
  File "/usr/lib64/pitivi/python/pitivi/application.py", line 34, in <module>
    from pitivi.mainwindow import PitiviMainWindow
  File "/usr/lib64/pitivi/python/pitivi/mainwindow.py", line 45, in <module>
    from pitivi.timeline.timeline import TimelineContainer
  File "/usr/lib64/pitivi/python/pitivi/timeline/timeline.py", line 41, in <module>
    from pitivi.timeline.elements import URISourceElement, TransitionElement, Ghostclip
  File "/usr/lib64/pitivi/python/pitivi/timeline/elements.py", line 38, in <module>
    from .previewers import AudioPreviewer, VideoPreviewer
  File "/usr/lib64/pitivi/python/pitivi/timeline/previewers.py", line 29, in <module>
    import sqlite3
ImportError: No module named 'sqlite3'

It is because my dev-lang/python does not have sqlite USE flag.
pitivi starts after I re-emerge dev-lang/python with sqlite USE flag.

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2015-04-11 09:50:38 UTC
+  11 Apr 2015; Pacho Ramos <pacho@gentoo.org> -pitivi-0.93.ebuild,
+  pitivi-0.94.ebuild:
+  python[sqlite] is needed, bug #545626 by Fpemud; drop old
+