Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 275344 - media-video/pitivi-0.13.1 missing runtime dependency on librsvg
Summary: media-video/pitivi-0.13.1 missing runtime dependency on librsvg
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-25 04:58 UTC by Jonathan Geisler
Modified: 2009-06-27 12:37 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 Jonathan Geisler 2009-06-25 04:58:34 UTC
pitivi compiles and begins to execute until reaching the following error:

% pitivi
AttributeError: 'module' object has no attribute 'Element'
Traceback (most recent call last):
  File "/usr/bin/pitivi", line 118, in <module>
    _run_pitivi()
  File "/usr/bin/pitivi", line 113, in _run_pitivi
    sys.exit(ptv.main(sys.argv))
  File "/usr/lib/pitivi/python/pitivi/application.py", line 366, in main
    add_to_timeline=options.add_to_timeline)
  File "/usr/lib/pitivi/python/pitivi/application.py", line 278, in __init__
    self._gui = PitiviMainWindow(self)
  File "/usr/lib/pitivi/python/pitivi/ui/mainwindow.py", line 162, in __init__
    create_stock_icons()
  File "/usr/lib/pitivi/python/pitivi/ui/mainwindow.py", line 131, in create_stock_icons
    pixbuf = gtk.gdk.pixbuf_new_from_file(os.path.join(pmdir, path))
glib.GError: Couldn't recognize the image file format for file '/usr/share/pitivi/pixmaps/pitivi-split-24.svg'
%

emerge librsvg and then re-running the program removes this particular error

Reproducible: Always

Steps to Reproduce:
1. emerge pitivi-0.13.1 with the least number of packages ~x86 as possible
2. run pitivi
3.

Actual Results:  
error report shown above

Expected Results:  
program to start
Comment 1 Hanno Böck gentoo-dev 2009-06-27 12:37:13 UTC
Thanks for the note, fixed.