Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147180 - glchess version bump
Summary: glchess version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-11 05:16 UTC by Marijn Schouten (RETIRED)
Modified: 2006-09-12 01:22 UTC (History)
0 users

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 Marijn Schouten (RETIRED) gentoo-dev 2006-09-11 05:16:17 UTC
There have been two minor releases since 0.9.5 in portage: 0.9.6 and 0.9.7. See
http://sourceforge.net/project/showfiles.php?group_id=6348
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2006-09-11 08:31:07 UTC
Neither release has worked for me.  Attach a working ebuild for 0.9.7 and I'll see about adding it.
Comment 2 Marijn Schouten (RETIRED) gentoo-dev 2006-09-11 09:31:26 UTC
The 0.9.5 ebuild works for me with NO changes, except renaming it to 0.9.7.
Comment 3 Marijn Schouten (RETIRED) gentoo-dev 2006-09-11 10:57:35 UTC
It's possible that net-dns/avahi is a new dependency.
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2006-09-11 13:54:07 UTC
Here's the traceback.

Traceback (most recent call last):
  File "/usr/games/bin/glchess", line 8, in ?
    app.start()
  File "/usr/lib/python2.4/site-packages/glchess/glchess.py", line 685, in start    self.__autoload()
  File "/usr/lib/python2.4/site-packages/glchess/glchess.py", line 770, in __autoload
    g.start(pgnGame.getMoves())
  File "/usr/lib/python2.4/site-packages/glchess/game.py", line 506, in start
    self.x = network.GameReporter('Test Game', 12345)
  File "/usr/lib/python2.4/site-packages/glchess/network/announce.py", line 33, in __init__
    bus = dbus.SystemBus()
  File "//usr/lib/python2.4/site-packages/dbus/_dbus.py", line 260, in __new__
    return Bus.__new__(cls, Bus.TYPE_SYSTEM, use_default_mainloop, private)
  File "//usr/lib/python2.4/site-packages/dbus/_dbus.py", line 99, in __new__
    bus._connection = dbus_bindings.bus_get(bus_type, private)
  File "dbus_bindings.pyx", line 1695, in dbus_bindings.bus_get
dbus_bindings.DBusException: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Comment 5 Marijn Schouten (RETIRED) gentoo-dev 2006-09-12 00:52:03 UTC
I've been in contact with the developer and he released version 0.9.8. This should probably fix it.
Comment 6 Mr. Bones. (RETIRED) gentoo-dev 2006-09-12 01:22:48 UTC
0.9.8 in portage.  thanks for the bug report.