Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#5792 - GLchess - getting errors
Attached to Project:
Arch Linux
Opened by Martin Windrunner (alien) - Wednesday, 08 November 2006, 17:55 GMT
Last edited by Aaron Griffin (phrakture) - Saturday, 01 December 2007, 07:56 GMT
Opened by Martin Windrunner (alien) - Wednesday, 08 November 2006, 17:55 GMT
Last edited by Aaron Griffin (phrakture) - Saturday, 01 December 2007, 07:56 GMT
|
DetailsAfter install glchess I'm getting errors:
[alien@Claw ~]$ glchess Traceback (most recent call last): File "/usr/bin/glchess", line 4, in ? import glchess.main File "/usr/lib/python2.4/site-packages/glchess/main.py", line 16, in ? import gtkui File "/usr/lib/python2.4/site-packages/glchess/gtkui/__init__.py", line 3, in ? from gtkui import GtkView, GtkUI File "/usr/lib/python2.4/site-packages/glchess/gtkui/gtkui.py", line 16, in ? import gobject ImportError: No module named gobject Somebody adviced me to install "pygtk". Result is: [alien@Claw ~]$ glchess (glchess:5071): libglade-WARNING **: Error loading image: Couldn't recognize the image file format for file '/usr/share/games/glchess/gui/glchess.svg' (glchess:5071): libglade-WARNING **: could not convert string to type `GdkPixbuf' for property `icon' (glchess:5071): libglade-WARNING **: Error loading image: Couldn't recognize the image file format for file '/usr/share/games/glchess/gui/glchess.svg' (glchess:5071): libglade-WARNING **: could not convert string to type `GdkPixbuf' for property `icon' Traceback (most recent call last): File "/usr/bin/glchess", line 7, in ? app = glchess.main.Application() File "/usr/lib/python2.4/site-packages/glchess/main.py", line 739, in __init__ self.ui = UI(self) File "/usr/lib/python2.4/site-packages/glchess/main.py", line 629, in __init__ gtkui.GtkUI.__init__(self) File "/usr/lib/python2.4/site-packages/glchess/gtkui/gtkui.py", line 491, in __init__ icon = iconTheme.load_icon('stock_people', 24, gtk.ICON_LOOKUP_USE_BUILTIN) gobject.GError: Icon 'stock_people' not present in theme (Sorry for my bad English.) |
This task depends upon
Closed by Aaron Griffin (phrakture)
Saturday, 01 December 2007, 07:56 GMT
Reason for closing: None
Additional comments about closing: Package moved to unsupported
Saturday, 01 December 2007, 07:56 GMT
Reason for closing: None
Additional comments about closing: Package moved to unsupported
Whatever the problem is, it looks like it's my fault for not getting the dependencies right, but any extra info you can provide me will help.
Does the program run, despite the error messages?
But after install libsrvg the error messages are shorter again:
[alien@Claw ~]$ glchess
Traceback (most recent call last):
File "/usr/bin/glchess", line 7, in ?
app = glchess.main.Application()
File "/usr/lib/python2.4/site-packages/glchess/main.py", line 739, in __init__
self.ui = UI(self)
File "/usr/lib/python2.4/site-packages/glchess/main.py", line 629, in __init__
gtkui.GtkUI.__init__(self)
File "/usr/lib/python2.4/site-packages/glchess/gtkui/gtkui.py", line 491, in __init__
icon = iconTheme.load_icon('stock_people', 24, gtk.ICON_LOOKUP_USE_BUILTIN)
gobject.GError: Icon 'stock_people' not present in theme
Let me know if it does so I can change the package's dependencies accordingly.
installing perl-xml-simple... done.
installing icon-naming-utils... done.
installing gnome-icon-theme... done.
... No changes, almost the same. :-/