I'm trying to package kaya-0.1.1 for Gentoo Linux, with current KDE. I've
managed so far to compile all required ruby bindings (which are in Gentoo
currently unsupported), and to compile and install kaya.
When I start it, I get however the following error message:
huettel@pinacolada ~ $ kaya
/usr/share/apps/kaya/lib/plugins/movelist/simple_movelist.rb:70:in
`method_missing': undefined method `set_data' for
#<SimpleMoveList::LinearHistoryModel:0x7f2f5935f658> (NoMethodError)
from
/usr/share/apps/kaya/lib/plugins/movelist/simple_movelist.rb:70:in
`update_row'
from
/usr/share/apps/kaya/lib/plugins/movelist/simple_movelist.rb:32:in
`initialize'
from
/usr/share/apps/kaya/lib/plugins/movelist/simple_movelist.rb:31:in `each'
from
/usr/share/apps/kaya/lib/plugins/movelist/simple_movelist.rb:31:in
`initialize'
from
/usr/share/apps/kaya/lib/plugins/movelist/simple_movelist.rb:92:in `new'
from
/usr/share/apps/kaya/lib/plugins/movelist/simple_movelist.rb:92:in `on_reset'
from /usr/share/apps/kaya/lib/observer_utils.rb:23:in `[]'
from /usr/share/apps/kaya/lib/observer_utils.rb:23:in `update'
from /usr/share/apps/kaya/lib/observer_utils.rb:12:in `each_key'
from /usr/share/apps/kaya/lib/observer_utils.rb:12:in `update'
from /usr/lib64/ruby/1.8/observer.rb:185:in `notify_observers'
from /usr/lib64/ruby/1.8/observer.rb:184:in `each'
from /usr/lib64/ruby/1.8/observer.rb:184:in `notify_observers'
from /usr/share/apps/kaya/lib/observer_utils.rb:42:in `fire'
from /usr/share/apps/kaya/lib/board/table.rb:63:in `reset'
from /usr/share/apps/kaya/lib/controller.rb:61:in `reset'
from /usr/share/apps/kaya/lib/mainwindow.rb:148:in `new_game'
from /usr/share/apps/kaya/lib/mainwindow.rb:40:in `initialize'
from /usr/share/apps/kaya/lib/kaya.rb:45:in `new'
from /usr/share/apps/kaya/lib/kaya.rb:45:in `start_kaya'
from /usr/bin/kaya:11
huettel@pinacolada ~ $
Any idea what this might be about?
Best,
Andreas
--
Dr. Andreas K. Huettel
Institute for Experimental and Applied Physics
University of Regensburg
D-93040 Regensburg
Germany
tel. +49 151 241 67748 (mobile)
e-mail ma...@akhuettel.de
http://www.akhuettel.de/research/
This is due to a change in the Qt/KDE bindings. Please use the git
version until I manage to find the time to release v0.2, which should
be soon, hopefully.
Regards,
Paolo Capriotti
--
Dr. Andreas K. Huettel
Institute for Experimental and Applied Physics
University of Regensburg
D-93040 Regensburg
Germany
tel. +49 151 241 67748 (mobile)
e-mail ma...@akhuettel.de
e-mail andreas...@physik.uni-r.de
http://www.akhuettel.de/research/
> I'm trying to package kaya-0.1.1 for Gentoo Linux, with current KDE.
while I suppose you already know about
http://bugs.gentoo.org/show_bug.cgi?id=275943 , I guess the others would like
to know that the effort to get kaya into Gentoo goes on by reading a comment
on that bug, so that they accidentaly don't reinvent the wheel and duplicate
the work you are doing right now ;-)
K.
I was just waiting for that to appear, and will update all the bugs later
today. :)
Cheers, Andreas
--
K.
Dne Ne 7. února 2010 Andreas K. Huettel napsal(a):
Am Sonntag 07 Februar 2010 12:00:04 schrieb Karel Volný:
--