help install timeseal on eboard (online chess client)


Well pychess sounds like it's in Python, so it should be easier than most.


I'm not a python guy but I can take a look sometime this weekend....
 
Ha, I'm slowly getting there.


The first link, PyChess, requires some python-rsvg libraries; I didn't find them in Angstrom's repos, so it'll be a bit more work to set those up.


Raptor-chess is Java based, and so is Decaf. Certainly possible for those to work, too. These things just take time, ha.
 
Ha, I'm slowly getting there. The first link, PyChess, requires some python-rsvg libraries; I didn't find them in Angstrom's repos, so it'll be a bit more work to set those up. Raptor-chess is Java based, and so is Decaf. Certainly possible for those to work, too. These things just take time, ha.

Awesome to hear it ^_^ Thanks for the time put in.
 
could you compile this for the pandora


http://linuz.sns.it/~m2/openseal.c


I asked the author of eboard he said this fics openseal should work fine.

Xboard (openseal)


http://repo.openpandora.org/?page=detail&app=xboard-1218&dp=true



Code:
=======================================================================================

PND         	: /media/PANDA/pandora/menu/xboard.pnd

PND_FSTYPE  	: Squashfs

APPDATADIR  	: /media/PANDA/pandora/appdata/xboard

APPDD_FSTYPE	: vfat

PND_CPUSPEED	: <unset>

EXENAME     	: scripts/openseal.sh

ARGUMENTS   	: <unset>

=======================================================================================

[ START ]--- Mount the PND ----------

Mounting : mount -t squashfs "/dev/loop0" "/mnt/utmp/xboard"

Mounting the Union FS : mount -t aufs -o exec,noplink,dirs="/media/PANDA/pandora/appdata/xboard=rw+nolwh":"/mnt/pnd/xboard=rr" none "/mnt/utmp/xboard"

[SUCCESS]--- Mount the PND ----------

[ START ]--- Starting the application (scripts/openseal.sh ) ----------

/usr/pandora/scripts/pnd_run.sh: line 546: ./scripts/openseal.sh: Permission denied

[ FAILED]--- Starting the application (scripts/openseal.sh ) ----------

[ START ]--- Restoring the frame buffer status ----------

[SUCCESS]--- Restoring the frame buffer status ----------

[ START ]--- uMount the PND ----------

[ START ]--- Waiting the Union to be available ----------

[SUCCESS]--- Waiting the Union to be available ----------

rmdir: failed to remove `/mnt/utmp/xboard': Device or resource busy

[ START ]--- Waiting the PND mount dir to be free ----------

[SUCCESS]--- Waiting the PND mount dir to be free ----------

cleanup done

[SUCCESS]--- uMount the PND ----------

=======================================================================================

Return code is : 2
 
Awe, sorry about the delays, I feel bad.


Based on the PND output, it looks like the PND just requires a chmod 755 on scripts/openseal.sh


I'll send Kazuki a PM, see if he can fix the PND.
 
Back
Top