Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703548 - games-board/cgoban2-2.6.12-r1 does not work
Summary: games-board/cgoban2-2.6.12-r1 does not work
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard: Pending removal: 2020-02-11
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-22 17:08 UTC by Ulrich Müller
Modified: 2020-02-10 21:23 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 Ulrich Müller gentoo-dev 2019-12-22 17:08:57 UTC
First problem:

   $ cgoban2
   bash: /usr/bin/cgoban2: Permission denied
   $ ls -l /usr/bin/cgoban2
   -rw-r--r-- 1 root root 331 Dec 22 17:53 /usr/bin/cgoban2

After fixing the executable bit, I can start it and get the main window. However, when I press the "Play on KGS" button, a window pops up saying:

    Welcome to the Kiseido Go Server!
    Sorry, but error "java.net.UnknownHostException: goserver.igoweb.org" occurred while loading the message of the day. It could not be displayed.

Similar, if I press "Help":

   Sorry, error "java.io.FileNotFoundException: http://kgs.kiseido.com/en_US/help/app/main.html" occurred while trying to load help pages. Please try again later, or point a web browser at "http://kgs.kiseido.com/en_US/help/app/main.html" if you think that this is a problem with your java system.
Comment 1 Ulrich Müller gentoo-dev 2019-12-22 17:22:15 UTC
(In reply to Ulrich Müller from comment #0)
>    $ cgoban2
>    bash: /usr/bin/cgoban2: Permission denied
>    $ ls -l /usr/bin/cgoban2
>    -rw-r--r-- 1 root root 331 Dec 22 17:53 /usr/bin/cgoban2

Actually, this is a regression. In -r0, permissions had been fixed by running prepgamesdirs() from games.eclass.

cgoban2-2.6.12-r1.ebuild was added to the tree on 2016-09-14, apparently without *any* runtime testing. My guess is that this game doesn't have many users, if nobody has filed a bug in the three years since then.
Comment 2 Larry the Git Cow gentoo-dev 2020-02-10 21:22:09 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a5da0f3d703590100808404f7e5b37dc955c4eb

commit 5a5da0f3d703590100808404f7e5b37dc955c4eb
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2020-02-10 21:19:10 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2020-02-10 21:21:59 +0000

    games-board/cgoban2: Remove package.
    
    Bug: https://bugs.gentoo.org/703548
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 games-board/cgoban2/Manifest                 |  1 -
 games-board/cgoban2/cgoban2-2.6.12-r1.ebuild | 25 -------------------------
 games-board/cgoban2/files/cgoban2            | 11 -----------
 games-board/cgoban2/metadata.xml             |  8 --------
 4 files changed, 45 deletions(-)