Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 275344

Summary: media-video/pitivi-0.13.1 missing runtime dependency on librsvg
Product: Gentoo Linux Reporter: Jonathan Geisler <jgeisler>
Component: Current packagesAssignee: Hanno Böck <hanno>
Status: RESOLVED FIXED    
Severity: normal CC: gstreamer
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.