[Sugar-devel] dbus exception

2015-09-02 Thread Tony Anderson
Another problem. The Quiz activity crashes in various ways. On some occasions, it completes normally. The log shows no error messages. However, it reports in some cases terminated with signal 6 or signal 11. Using try, I was able to narrow it down to a datastore.get. The exception is

Re: [Sugar-devel] Bug 1240354 - SoaS live x86_64 20150706 does not login from live system user

2015-09-02 Thread James Cameron
On Wed, Sep 02, 2015 at 06:49:50PM -0500, Jerry Vonau wrote: > Would installing 106 on F22-21 be worth anything? I guess so. If the problem occurs, blame 0.106. If it does not, blame Fedora 23. -- James Cameron http://quozl.linux.org.au/ ___

Re: [Sugar-devel] Bug 1240354 - SoaS live x86_64 20150706 does not login from live system user

2015-09-02 Thread Jerry Vonau
> On September 2, 2015 at 3:49 PM James Cameron wrote: > > > On Wed, Sep 02, 2015 at 05:59:06AM -0500, Jerry Vonau wrote: > > > > > > > On September 1, 2015 at 9:16 PM James Cameron > > > wrote: > > > > > > > > > On Tue, Sep 01, 2015 at 09:03:28PM

Re: [Sugar-devel] Bug 1240354 - SoaS live x86_64 20150706 does not login from live system user

2015-09-02 Thread Jerry Vonau
> On September 2, 2015 at 7:21 PM James Cameron wrote: > > > On Wed, Sep 02, 2015 at 06:49:50PM -0500, Jerry Vonau wrote: > > Would installing 106 on F22-21 be worth anything? > > I guess so. If the problem occurs, blame 0.106. If it does not, > blame Fedora 23. sudo dnf

Re: [Sugar-devel] Bug 1240354 - SoaS live x86_64 20150706 does not login from live system user

2015-09-02 Thread James Cameron
On Thu, Sep 03, 2015 at 12:11:38AM -0500, Jerry Vonau wrote: > F22 upgrades clean to 106, feels pretty zippy in a VM. Back to > figuring out what is now different in the dependencies given the > logs[1] for the builds look more or less the same F21 <-> F23. There > has to be a rpm package with a

Re: [Sugar-devel] Bug 1240354 - SoaS live x86_64 20150706 does not login from live system user

2015-09-02 Thread James Cameron
On Wed, Sep 02, 2015 at 05:59:06AM -0500, Jerry Vonau wrote: > > > > On September 1, 2015 at 9:16 PM James Cameron wrote: > > > > > > On Tue, Sep 01, 2015 at 09:03:28PM -0500, Jerry Vonau wrote: > > > That leads me to think if sugar is building against a library that > > >

Re: [Sugar-devel] Spell checker, Grammar checker for Write

2015-09-02 Thread Lionel Laské
Seems that lot of other rpm package are need :-( erreur : Dépendances requises: liblink-grammar.so.4 est nécessaire pour libabiword-1:2.9.3-1.git20121011.fc18.olpc13.armv7hl pkgconfig(cairo-fc) est nécessaire pour libabiword-devel-1:2.9.3-1.git20121011.fc18.olpc13.armv7hl pkgconfig(cairo-pdf) est

Re: [Sugar-devel] Spell checker, Grammar checker for Write

2015-09-02 Thread Gonzalo Odiard
no On Wed, Sep 2, 2015 at 5:19 PM, Lionel Laské wrote: > > Seems that lot of other rpm package are need :-( > > erreur : Dépendances requises: > liblink-grammar.so.4 est nécessaire pour > libabiword-1:2.9.3-1.git20121011.fc18.olpc13.armv7hl > pkgconfig(cairo-fc) est

Re: [Sugar-devel] Bug 1240354 - SoaS live x86_64 20150706 does not login from live system user

2015-09-02 Thread Martin Abente
On Wed, Sep 2, 2015 at 4:49 PM, James Cameron wrote: > On Wed, Sep 02, 2015 at 05:59:06AM -0500, Jerry Vonau wrote: > > > > > > > On September 1, 2015 at 9:16 PM James Cameron > wrote: > > > > > > > > > On Tue, Sep 01, 2015 at 09:03:28PM -0500, Jerry Vonau

Re: [Sugar-devel] dbus exception

2015-09-02 Thread Tony Anderson
Hi, Gonzalo Sadly, the log shows nothing. I get the exception on a try: datastore.get(obj) (where obj = olpcgames.ACTIVITY.game_handle) where the activity uses the standard olpcgames activity.py, the activity.py in olpcgames has: def __init__(self, handle): if handle.object_Id:

Re: [Sugar-devel] Bug 1240354 - SoaS live x86_64 20150706 does not login from live system user

2015-09-02 Thread Jerry Vonau
> On September 1, 2015 at 9:16 PM James Cameron wrote: > > > On Tue, Sep 01, 2015 at 09:03:28PM -0500, Jerry Vonau wrote: > > That leads me to think if sugar is building against a library that > > is only available in sugar's toolkit should the toolkit be declared > > as a

Re: [Sugar-devel] dbus exception

2015-09-02 Thread Gonzalo Odiard
Hi Tony, Could you attach log files and link to the activity version you are using? The information provided is not enough to guess what is happening "DBusException('Did not receive a reply, ...)." means the datastore is not replying, (or is taking a too log time) but why that is happening is not

Re: [Sugar-devel] Sugar-devel Digest, Vol 83, Issue 5

2015-09-02 Thread Sneha Mohanty
Hi Ishan, Would love to collaborate with you. Please let me know what and how you are proceeding. Also, at present i am thinking of using Python for the ANN part , and three.js for the image processing part. But like i said, i am at the initial stage of it and would like to know your views on it.