Bug 917305 - gnome-chess completely broken, computer cannot move
Summary: gnome-chess completely broken, computer cannot move
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-games
Version: 18
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Hans de Goede
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 853728 876353 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-02 23:37 UTC by Michael Catanzaro
Modified: 2013-03-15 00:12 UTC (History)
12 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 853728
Environment:
Last Closed: 2013-03-14 23:59:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch to fix gnuchess support (1.32 KB, text/plain)
2013-03-02 23:37 UTC, Michael Catanzaro
no flags Details


Links
System ID Private Priority Status Summary Last Updated
GNOME Bugzilla 665610 0 None None None Never

Description Michael Catanzaro 2013-03-02 23:37:05 UTC
Created attachment 704512 [details]
patch to fix gnuchess support

The long and short of this bug report is that gnome-chess doesn't work at all because the only chess engine we package is gnuchess, and gnuchess support is broken. A patch to fix this is available here: https://bugzilla.gnome.org/show_bug.cgi?id=691031#c3

It'd probably be a good idea to add a Requires on gnuchess as well, since it is the only engine we package and gnome-chess is useless without it.

(I cloned the previous bug because it was filed against the dead glchess package and I didn't have permission to reassign it to a different component.)

+++ This bug was initially created as a clone of Bug #853728 +++

+++ This bug was initially created as a clone of Bug #700194 +++

Description of problem:

If i start a game with GNUChess as opposite player, it will never use the AI and the opposite is always human, regardless of the settings set in the settings dialog.

Version-Release number of selected component (if applicable):
glchess 3.0.1.1

How reproducible:

Start a game. Make a move as white player. Now black can also be moved.

Actual results:
Black is human.

Expected results:
Black should be GNUChess

--- Additional comment from desintegr on 2011-11-28 12:44:06 EST ---

I also have this problem with Fedora 16 and glchess 3.2.1.

--- Additional comment from desintegr on 2011-11-28 12:46:54 EST ---

I think this bug should be reassigned to gnome-games package.

--- Additional comment from Jes.Sorensen on 2012-03-20 13:41:16 EDT ---

Same problem in Fedora 17 Alpha :(

--- Additional comment from mclasen on 2012-03-20 16:11:05 EDT ---

Sorry for that; looks like this problem has been reported upstream: 
https://bugzilla.gnome.org/show_bug.cgi?id=665610

--- Additional comment from endoflife on 2012-08-06 16:01:29 EDT ---

This message is a notice that Fedora 15 is now at end of life. Fedora 
has stopped maintaining and issuing updates for Fedora 15. It is 
Fedora's policy to close all bug reports from releases that are no 
longer maintained.  At this time, all open bugs with a Fedora 'version'
of '15' have been closed as WONTFIX.

(Please note: Our normal process is to give advanced warning of this 
occurring, but we forgot to do that. A thousand apologies.)

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, feel free to reopen 
this bug and simply change the 'version' to a later Fedora version.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we were unable to fix it before Fedora 15 reached end of life. If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora, you are encouraged to click on 
"Clone This Bug" (top right of this page) and open it against that 
version of Fedora.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

--- Additional comment from endoflife on 2012-08-06 16:01:54 EDT ---

This message is a notice that Fedora 15 is now at end of life. Fedora 
has stopped maintaining and issuing updates for Fedora 15. It is 
Fedora's policy to close all bug reports from releases that are no 
longer maintained.  At this time, all open bugs with a Fedora 'version'
of '15' have been closed as WONTFIX.

(Please note: Our normal process is to give advanced warning of this 
occurring, but we forgot to do that. A thousand apologies.)

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, feel free to reopen 
this bug and simply change the 'version' to a later Fedora version.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we were unable to fix it before Fedora 15 reached end of life. If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora, you are encouraged to click on 
"Clone This Bug" (top right of this page) and open it against that 
version of Fedora.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

--- Additional comment from Jonas Thiem on 2012-09-02 08:28:58 CDT ---

Since this bug is still present with glchess 3.4.2/GNU Chess 5.08 in Fedora 17, I cloned the old bug (since that is what the automated bug closing thing told me to do). So, the issue is still present despite being apparently reported upstream.

--- Additional comment from Michael Catanzaro on 2013-01-17 16:29:39 CST ---

Created attachment 680593 [details]
Make GNOME Chess work with GNU Chess

This patch will fix the issue; the problem is trivial, glchess was rewritten in Vala and ever since it has forgotten to tell GNU Chess that it's a GUI (and therefore requires xboard output) instead of a human (to which it gives a prompt).

The patch has been submitted upstream but it hasn't been accepted yet (the maintainer doesn't seem to have much time for GNOME Chess) and there will not be a new 3.6.x release anyway. Since glchess is effectively useless if it can't talk to GNU Chess, can the fix please be applied for Fedora (16)/17/18?

https://bugzilla.gnome.org/show_bug.cgi?id=691031

--- Additional comment from Dag Odenhall on 2013-01-20 17:12:47 CST ---

Bug still present in F18.

--- Additional comment from Michael Catanzaro on 2013-02-08 14:42:24 CST ---

Matthias, could we add the patch attached to the upstream bug into F17/F18 -- it's a small patch to get GNOME Chess working again. (Or is there someone else I should poke regarding this?)

Comment 1 Hans de Goede 2013-03-05 21:11:43 UTC
Thanks for the bug report, and the link to the upstream patch. I'm preparing updated gnome-games pkgs fixing this for F-17 - F-19 .

Comment 2 Hans de Goede 2013-03-05 21:12:41 UTC
*** Bug 876353 has been marked as a duplicate of this bug. ***

Comment 3 Hans de Goede 2013-03-05 21:13:42 UTC
*** Bug 853728 has been marked as a duplicate of this bug. ***

Comment 4 Fedora Update System 2013-03-05 21:17:12 UTC
gnome-games-3.6.1-2.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/gnome-games-3.6.1-2.fc18

Comment 5 Fedora Update System 2013-03-05 21:20:31 UTC
gnome-games-3.4.2-2.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/gnome-games-3.4.2-2.fc17

Comment 6 Fedora Update System 2013-03-06 22:56:37 UTC
Package gnome-games-3.4.2-2.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing gnome-games-3.4.2-2.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-3482/gnome-games-3.4.2-2.fc17
then log in and leave karma (feedback).

Comment 7 Fedora Update System 2013-03-14 23:59:31 UTC
gnome-games-3.6.1-2.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2013-03-15 00:12:57 UTC
gnome-games-3.4.2-2.fc17 has been pushed to the Fedora 17 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.