Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 193937

Summary: games-board/kombilo: A go games database program for pattern searches
Product: Gentoo Linux Reporter: Petr Baudis <pasky>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: enhancement CC: bugzie, lapkom, mamy.ratsimbazafy, schubert.seb
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: kombilo-0.5m.ebuild
kombilo-0.5m-setup.py
kombilo-0.5m-namespace.patch
kombilo-0.5m-syspath.patch
Patch to change the now obsolete 'whrandom' function to 'random' function
Patch to support directory names with spaces & load correctly the graphics in the default board
workaround to the buffer_info() function when processing large database
kombilo-0.5m.ebuild
Patch to make the C part compiling with python 2.6
added the patch for python 2.6

Description Petr Baudis 2007-09-27 02:20:09 UTC
Please add ebuild for games-board/kombilo-0.5m to portage. Kombilo is a go games database program for pattern searches.

Reproducible: Always
Comment 1 Petr Baudis 2007-09-27 02:20:49 UTC
Created attachment 131994 [details]
kombilo-0.5m.ebuild
Comment 2 Petr Baudis 2007-09-27 02:21:16 UTC
Created attachment 131996 [details]
kombilo-0.5m-setup.py
Comment 3 Petr Baudis 2007-09-27 02:21:33 UTC
Created attachment 131997 [details, diff]
kombilo-0.5m-namespace.patch
Comment 4 Petr Baudis 2007-09-27 02:21:45 UTC
Created attachment 131998 [details, diff]
kombilo-0.5m-syspath.patch
Comment 5 Sebastian Schubert 2007-11-11 13:59:12 UTC
works for me on an amd64
Comment 6 Karol Janyst 2008-03-08 13:18:29 UTC
Does not work on amd64. On x86 works perfectly, but on amd64 I get segmentation fault when trying to add any games to database. It starts scanning directories and crashes on first SGF file.
Comment 7 Mamy Ratsimbazafy 2008-07-04 22:16:33 UTC
Created attachment 159571 [details, diff]
Patch to change the now obsolete 'whrandom' function to 'random' function
Comment 8 Mamy Ratsimbazafy 2008-07-04 22:18:33 UTC
Created attachment 159573 [details, diff]
Patch to support directory names with spaces & load correctly the graphics in the default board
Comment 9 Mamy Ratsimbazafy 2008-07-04 22:22:21 UTC
Created attachment 159574 [details, diff]
workaround to the buffer_info() function when processing large database

The original patch and discussion is here :
http://trac.u-go.net/kombilo/ticket/36
Comment 10 Mamy Ratsimbazafy 2008-07-04 22:26:47 UTC
Created attachment 159576 [details]
kombilo-0.5m.ebuild

A working ebuild under python2.5, if the cjk USE flag is set, the ebuild will fetch the cjkcodecs package.
Comment 11 Guillaume BINET 2009-06-10 16:17:23 UTC
Created attachment 194177 [details]
Patch to make the C part compiling with python 2.6
Comment 12 Guillaume BINET 2009-06-10 16:18:16 UTC
Created attachment 194178 [details]
added the patch for python 2.6