[Sugar-devel] Testing sugar-build
Iain Brown Douglas
iain at browndouglas.plus.com
Fri Oct 18 23:35:24 EDT 2013
On Sat, 2013-10-19 at 00:28 +0200, Daniel Narvaez wrote:
> On 18 October 2013 21:28, Iain Brown Douglas
> <iain at browndouglas.plus.com> wrote:
> >
> > Nothing bad in the log. I suppose you need to make the
> activity shared
> > and have someone join for it to work (?).
>
>
> No, it is not that, I have double checked.
> Chat does not throw a bubble into F1 view either.
>
>
> Hmm would need further debugging then. I can reproduce but I don't see
> anything useful in the logs.
>
>
> Now I see, also, that no Activities are able to throw an icon
> into F1
> view.
>
>
> Yup, same issue here.
>
>
> * Pulling at-spi2-core
> error: unknown option `points-at'
>
>
>
> Which git version and which distribution are you using?
>
Sorry that was not in OP
Ubuntu 12.04.3 LTS \n \l
git version 1.7.9.5
The pull trace still shows the error you noticed.
= Pulling =
* Pulling automake
* Pulling at-spi2-core
error: unknown option `points-at'
...
! Failed to run command pull
>
> == Write ==
>
> **unchanged error**
>
> Write ImportError: cannot import name Abi
>
>
>
>
> Added another dependency, it's the gtk3 lib.
>
Write, same error remains.
>
>
> == Record ==
>
> keyHash = util.sha_data(key)
> File
> "/home/broot/sugar-build/build/out/install/lib/python2.7/site-packages/sugar/util.py", line 48, in sha_data
> sha_hash.update(data)
> TypeError: must be string or buffer, not None
>
>
> Not sure what is going on here, needs further debugging.
>
>
> == Memorize ==
>
> File
> "/home/broot/sugar-build/activities/Memorize.activity/model.py",
> line 18, in <module>
> import libxml2
> ImportError: No module named libxml2
> Exited with status 1, pid 2167 data (None, <open file
> '<fdopen>', mode
> 'w' at 0x1d3f930>, '3294502d766ed494a68b0bd50d336c8b46d509be')
>
>
> Added the dep.
Memorize is now working :)
>
> Thanks!
>
Apropos Speak, it is silent, sound/speakers are fine in host.
I downloaded IRC, to see if I could tx, but it fails to start.
====
Logs
====
==Memorise==
===Runs fine===
** Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
/bin/espeak
1382143743.095295 WARNING root: KeepButton has been deprecated since
Sugar 0.94 and should not be used in newly written code.
1382143743.097363 WARNING root: No gtk.AccelGroup in the top level
window.
1382143743.102252 WARNING root: No gtk.AccelGroup in the top level
window.
1382143743.109889 WARNING root: No gtk.AccelGroup in the top level
window.
1382143743.116338 WARNING root: No gtk.AccelGroup in the top level
window.
1382143743.146572 WARNING root: No gtk.AccelGroup in the top level
window.
Best voice for LANG C seems to be en Default
/home/broot/sugar-build/activities/Memorize.activity/activity.py:399:
GtkWarning: IA__gtk_container_remove: assertion `GTK_IS_TOOLBAR
(container) || widget->parent == GTK_WIDGET (container)' failed
self.hbox.remove(self.vbox)
1382143805.784146 WARNING root: No gtk.AccelGroup in the top level
window.
1382143805.797529 WARNING root: No gtk.AccelGroup in the top level
window.
Exited with status 0, pid 2984 data (None, <open file '<fdopen>', mode
'w' at 0x2d684b0>, '9ea9216ee28c7461321b541f544cff32dd0dc745')
==Chat==
===Opens, but no tx===
1382144398.897691 WARNING root: No Gtk.AccelGroup in the top level
window.
==Speak==
===Opens, but silent===
** Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
/bin/espeak
Best voice for LANG C seems to be en Default
1382143621.916136 WARNING root: No gtk.AccelGroup in the top level
window.
1382143622.047998 WARNING root: No gtk.AccelGroup in the top level
window.
Loading brain from bot/alice.brn... done (40564 categories in 1.82
seconds)
1382143712.626590 WARNING root: No gtk.AccelGroup in the top level
window.
1382144313.153956 WARNING root: No gtk.AccelGroup in the top level
window.
1382144373.003680 WARNING root: No gtk.AccelGroup in the top level
window.
==Record==
===Fails to start===
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
** Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
Traceback (most recent call last):
File "/home/broot/sugar-build/build/out/install/bin/sugar-activity",
line 164, in <module>
main()
File "/home/broot/sugar-build/build/out/install/bin/sugar-activity",
line 122, in main
module = __import__(module_name)
File "/home/broot/sugar-build/activities/Record.activity/record.py",
line 48, in <module>
from model import Model
File "/home/broot/sugar-build/activities/Record.activity/model.py",
line 38, in <module>
from instance import Instance
File "/home/broot/sugar-build/activities/Record.activity/instance.py",
line 6, in <module>
class Instance:
File "/home/broot/sugar-build/activities/Record.activity/instance.py",
line 8, in Instance
keyHash = util.sha_data(key)
File
"/home/broot/sugar-build/build/out/install/lib/python2.7/site-packages/sugar/util.py", line 48, in sha_data
sha_hash.update(data)
TypeError: must be string or buffer, not None
Exited with status 1, pid 3084 data (None, <open file '<fdopen>', mode
'w' at 0x2d68810>, '6fef8c347932ab4d0deb748bb0766e7e8ec0445f')
==IRC==
===Fails to start===
Traceback (most recent call last):
File "/home/broot/sugar-build/build/out/install/bin/sugar-activity",
line 164, in <module>
main()
File "/home/broot/sugar-build/build/out/install/bin/sugar-activity",
line 122, in main
module = __import__(module_name)
File "/home/broot/sugar-build/activities/IRC.activity/ircactivity.py",
line 24, in <module>
import simplejson
ImportError: No module named simplejson
Exited with status 1, pid 3115 data (None, <open file '<fdopen>', mode
'w' at 0x33161e0>, '493ad70672142fb724bddffed9f3a979a3a6e31d')
==Write==
===Fails to start===
1382144033.768384 ERROR root: Could not find any typelib for Abi
Traceback (most recent call last):
File "/home/broot/sugar-build/build/out/install/bin/sugar-activity",
line 164, in <module>
main()
File "/home/broot/sugar-build/build/out/install/bin/sugar-activity",
line 122, in main
module = __import__(module_name)
File
"/home/broot/sugar-build/activities/Write.activity/AbiWordActivity.py",
line 46, in <module>
from toolbar import EditToolbar
File "/home/broot/sugar-build/activities/Write.activity/toolbar.py",
line 42, in <module>
from widgets import AbiButton
File "/home/broot/sugar-build/activities/Write.activity/widgets.py",
line 21, in <module>
from gi.repository import Abi
ImportError: cannot import name Abi
Exited with status 1, pid 3082 data (None, <open file '<fdopen>', mode
'w' at 0x2d68810>, '8a165d0182e9f63b4a6da2ce146678fbfd0e7c9b')
Many thanks
Iain
> _______________________________________________
> Sugar-devel mailing list
> Sugar-devel at lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
More information about the Sugar-devel
mailing list