Bug 1292513 - Missing dependency on GUI
Summary: Missing dependency on GUI
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: tor-arm
Version: 23
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Juan Orti
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-17 16:11 UTC by Peter Ludikovsky
Modified: 2015-12-28 22:56 UTC (History)
1 user (show)

Fixed In Version: tor-arm-1.4.5.0-11.fc23
Clone Of:
Environment:
Last Closed: 2015-12-28 22:56:49 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Peter Ludikovsky 2015-12-17 16:11:36 UTC
Description of problem:
tor-arm-gui is missing an dependency for Glade

Version-Release number of selected component (if applicable):
tor-arm-gui 1.4.5.0-10.fc23

How reproducible:
Always

Steps to Reproduce:
1. Uninstall pygtk2-libglade
2. Fresh install tor-arm-gui
3. Attempt to start arm -g

Actual results:
Missing dependency error

$ arm -g
Controller password: 
Traceback (most recent call last):
  File "/usr/share/arm/starter.py", line 573, in <module>
    import gui.controller
  File "/usr/share/arm/gui/controller.py", line 8, in <module>
    from gui.graphing import bandwidthStats
  File "/usr/share/arm/gui/graphing/bandwidthStats.py", line 10, in <module>
    from gui.graphing import graphPanel
  File "/usr/share/arm/gui/graphing/graphPanel.py", line 18, in <module>
    from cagraph.ca_graph_grid import CaGraphGrid
  File "/usr/lib/python2.7/site-packages/cagraph/ca_graph_grid.py", line 23, in <module>
    import gtk, gtk.glade
ImportError: No module named glade

Expected results:
arm GUI starting

Additional info:
can be triaged by manually installing pygtk2-libglade

Comment 1 Fedora Update System 2015-12-17 17:47:48 UTC
tor-arm-1.4.5.0-11.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-9176198eeb

Comment 2 Fedora Update System 2015-12-18 11:55:19 UTC
tor-arm-1.4.5.0-11.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update tor-arm'
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-9176198eeb

Comment 3 Peter Ludikovsky 2015-12-18 17:02:47 UTC
Update works for me.

Comment 4 Fedora Update System 2015-12-28 22:56:48 UTC
tor-arm-1.4.5.0-11.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.