Re: [Sugar-devel] Can't run sugar

2014-05-21 Thread Christophe Guéret
Hoi,

Glad to read my AUR packaging helped! Let me know if the packaged could be
improved in any ways :)

Christophe


On 18 March 2014 06:30, Sebastian Silva sebast...@fuentelibre.org wrote:

 Sorry for replying to self once again. I figured I must have had missing
 dependencies and the easiest way I could come up to install all of them is
 to install cgueret's AUR sugar packages. Sure enough, after installing them
 I got a functional Sugar shell!
 One little issue: it missed to install vte3 dependency (for terminal
 activity).

 Regards,
 Sebastian

 El lun, 17 de mar 2014 a las 11:33 PM, Sebastian Silva 
 sebast...@fuentelibre.org escribió:

  I had to install:
 libwnck3.

 Now I'm facing another Traceback. Now what? Thanks in advance.


 1395116245.944275 DEBUG root: STARTUP: Starting the shell
 Traceback (most recent call last):
   File /usr/lib/python2.7/runpy.py, line 162, in _run_module_as_main
 __main__, fname, loader, pkg_name)
   File /usr/lib/python2.7/runpy.py, line 72, in _run_code
 exec code in run_globals
   File
 /home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/jarabe/main.py,
 line 52, in module
 from jarabe.view import keyhandler
   File
 /home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/jarabe/view/keyhandler.py,
 line 32, in modu
 le
 from jarabe.journal import journalactivity
   File
 /home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/jarabe/journal/journalactivity.py,
 line 32,
 in module
 from sugar3.activity import activityfactory
   File
 /home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/sugar3/activity/activityfactory.py,
 line 33,
  in module
 from sugar3.datastore import datastore
   File
 /home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/sugar3/datastore/datastore.py,
 line 75, in 
 module
 _get_data_store()
   File
 /home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/sugar3/datastore/datastore.py,
 line 49, in _
 get_data_store
 DS_DBUS_PATH),
   File /usr/lib/python2.7/site-packages/dbus/bus.py, line 241, in
 get_object
 follow_name_owner_changes=follow_name_owner_changes)
   File /usr/lib/python2.7/site-packages/dbus/proxies.py, line 248, in
 __init__
 self._named_service = conn.activate_name_owner(bus_name)
   File /usr/lib/python2.7/site-packages/dbus/bus.py, line 180, in
 activate_name_owner
 self.start_service_by_name(bus_name)
   File /usr/lib/python2.7/site-packages/dbus/bus.py, line 278, in
 start_service_by_name
 'su', (bus_name, flags)))
   File /usr/lib/python2.7/site-packages/dbus/connection.py, line 651, in
 call_blocking
 message, timeout)
 dbus.exceptions.DBusException:
 org.freedesktop.DBus.Error.Spawn.ChildExited: Process
 org.laptop.sugar.DataStore exited with status 1
 1395116246.467316 DEBUG root: _cleanup_temp_files


 El lun, 17 de mar 2014 a las 11:10 PM, Sebastian Silva 
 sebast...@fuentelibre.org escribió:

 I had a fatal filesystem corruption so I'm setting up my development
 environment (on Manjaro, Archlinux derivate, without a broot), from
 scratch. I've managed to build all packages with *osbuild build* but on
 starting *osbuild run* I get the following traceback. What am I missing?
 Thanks in advance.

 1395115550.042307 DEBUG root: STARTUP: Starting the shell
 Traceback (most recent call last):
   File /usr/lib/python2.7/runpy.py, line 162, in _run_module_as_main
 __main__, fname, loader, pkg_name)
   File /usr/lib/python2.7/runpy.py, line 72, in _run_code
 exec code in run_globals
   File
 /home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/jarabe/main.py,
 line 45, in module
 from gi.repository import Wnck
   File /usr/lib/python2.7/site-packages/gi/importer.py, line 68, in
 load_module
 dynamic_module._load()
   File /usr/lib/python2.7/site-packages/gi/module.py, line 287, in _load
 self._introspection_module = get_introspection_module(self._namespace)
   File /usr/lib/python2.7/site-packages/gi/module.py, line 266, in
 get_introspection_module
 module = IntrospectionModule(namespace, version)
   File /usr/lib/python2.7/site-packages/gi/module.py, line 117, in
 __init__
 repository.require(namespace, version)
 gi.RepositoryError: Requiring namespace 'Gtk' version '2.0', but '3.0' is
 already loaded




-- 
Onderzoeker
+31(0)6 14576494
christophe.gue...@dans.knaw.nl

*Data Archiving and Networked Services (DANS)*

DANS bevordert duurzame toegang tot digitale onderzoeksgegevens. Kijk op
www.dans.knaw.nl voor meer informatie. DANS is een instituut van KNAW en
NWO.


Let op, per 1 januari hebben we een nieuw adres:

DANS | Anna van Saksenlaan 51 | 2593 HW Den Haag | Postbus 93067 | 2509 AB
Den Haag | +31 70 349 44 50 | i...@dans.knaw.nl i...@dans.kn |
www.dans.knaw.nl


*Let's build a World Wide Semantic Web!*
http://worldwidesemanticweb.org/


[Sugar-devel] Can't run sugar

2014-03-17 Thread Sebastian Silva
I had a fatal filesystem corruption so I'm setting up my development 
environment (on Manjaro, Archlinux derivate, without a broot), from 
scratch. I've managed to build all packages with osbuild build but on 
starting osbuild run I get the following traceback. What am I missing? 
Thanks in advance.


1395115550.042307 DEBUG root: STARTUP: Starting the shell
Traceback (most recent call last):
 File /usr/lib/python2.7/runpy.py, line 162, in _run_module_as_main
   __main__, fname, loader, pkg_name)
 File /usr/lib/python2.7/runpy.py, line 72, in _run_code
   exec code in run_globals
 File 
/home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/jarabe/main.py, 
line 45, in module

   from gi.repository import Wnck
 File /usr/lib/python2.7/site-packages/gi/importer.py, line 68, in 
load_module

   dynamic_module._load()
 File /usr/lib/python2.7/site-packages/gi/module.py, line 287, in 
_load
   self._introspection_module = 
get_introspection_module(self._namespace)
 File /usr/lib/python2.7/site-packages/gi/module.py, line 266, in 
get_introspection_module

   module = IntrospectionModule(namespace, version)
 File /usr/lib/python2.7/site-packages/gi/module.py, line 117, in 
__init__

   repository.require(namespace, version)
gi.RepositoryError: Requiring namespace 'Gtk' version '2.0', but '3.0' 
is already loaded



___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Can't run sugar

2014-03-17 Thread Sebastian Silva

I had to install:
libwnck3.

Now I'm facing another Traceback. Now what? Thanks in advance.


1395116245.944275 DEBUG root: STARTUP: Starting the shell
Traceback (most recent call last):
 File /usr/lib/python2.7/runpy.py, line 162, in _run_module_as_main
   __main__, fname, loader, pkg_name)
 File /usr/lib/python2.7/runpy.py, line 72, in _run_code
   exec code in run_globals
 File 
/home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/jarabe/main.py, 
line 52, in module

   from jarabe.view import keyhandler
 File 
/home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/jarabe/view/keyhandler.py, 
line 32, in modu

le
   from jarabe.journal import journalactivity
 File 
/home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/jarabe/journal/journalactivity.py, 
line 32, 
in module

   from sugar3.activity import activityfactory
 File 
/home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/sugar3/activity/activityfactory.py, 
line 33,

in module
   from sugar3.datastore import datastore
 File 
/home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/sugar3/datastore/datastore.py, 
line 75, in 

module
   _get_data_store()
 File 
/home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/sugar3/datastore/datastore.py, 
line 49, in _

get_data_store
   DS_DBUS_PATH),
 File /usr/lib/python2.7/site-packages/dbus/bus.py, line 241, in 
get_object

   follow_name_owner_changes=follow_name_owner_changes)
 File /usr/lib/python2.7/site-packages/dbus/proxies.py, line 248, in 
__init__

   self._named_service = conn.activate_name_owner(bus_name)
 File /usr/lib/python2.7/site-packages/dbus/bus.py, line 180, in 
activate_name_owner

   self.start_service_by_name(bus_name)
 File /usr/lib/python2.7/site-packages/dbus/bus.py, line 278, in 
start_service_by_name

   'su', (bus_name, flags)))
 File /usr/lib/python2.7/site-packages/dbus/connection.py, line 651, 
in call_blocking

   message, timeout)
dbus.exceptions.DBusException: 
org.freedesktop.DBus.Error.Spawn.ChildExited: Process 
org.laptop.sugar.DataStore exited with status 1

1395116246.467316 DEBUG root: _cleanup_temp_files


El lun, 17 de mar 2014 a las 11:10 PM, Sebastian Silva 
sebast...@fuentelibre.org escribió:
I had a fatal filesystem corruption so I'm setting up my development 
environment (on Manjaro, Archlinux derivate, without a broot), from 
scratch. I've managed to build all packages with osbuild build but on 
starting osbuild run I get the following traceback. What am I 
missing? Thanks in advance.


1395115550.042307 DEBUG root: STARTUP: Starting the shell
Traceback (most recent call last):
  File /usr/lib/python2.7/runpy.py, line 162, in _run_module_as_main
__main__, fname, loader, pkg_name)
  File /usr/lib/python2.7/runpy.py, line 72, in _run_code
exec code in run_globals
  File 
/home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/jarabe/main.py, 
line 45, in module

from gi.repository import Wnck
  File /usr/lib/python2.7/site-packages/gi/importer.py, line 68, in 
load_module

dynamic_module._load()
  File /usr/lib/python2.7/site-packages/gi/module.py, line 287, in 
_load
self._introspection_module = 
get_introspection_module(self._namespace)
  File /usr/lib/python2.7/site-packages/gi/module.py, line 266, in 
get_introspection_module

module = IntrospectionModule(namespace, version)
  File /usr/lib/python2.7/site-packages/gi/module.py, line 117, in 
__init__

repository.require(namespace, version)
gi.RepositoryError: Requiring namespace 'Gtk' version '2.0', but 
'3.0' is already loaded



___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Can't run sugar

2014-03-17 Thread Sebastian Silva
Sorry for replying to self once again. I figured I must have had 
missing dependencies and the easiest way I could come up to install all 
of them is to install cgueret's AUR sugar packages. Sure enough, after 
installing them I got a functional Sugar shell!
One little issue: it missed to install vte3 dependency (for terminal 
activity).


Regards,
Sebastian

El lun, 17 de mar 2014 a las 11:33 PM, Sebastian Silva 
sebast...@fuentelibre.org escribió:

I had to install:
libwnck3.

Now I'm facing another Traceback. Now what? Thanks in advance.


1395116245.944275 DEBUG root: STARTUP: Starting the shell
Traceback (most recent call last):
  File /usr/lib/python2.7/runpy.py, line 162, in _run_module_as_main
__main__, fname, loader, pkg_name)
  File /usr/lib/python2.7/runpy.py, line 72, in _run_code
exec code in run_globals
  File 
/home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/jarabe/main.py, 
line 52, in module

from jarabe.view import keyhandler
  File 
/home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/jarabe/view/keyhandler.py, 
line 32, in modu

le
from jarabe.journal import journalactivity
  File 
/home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/jarabe/journal/journalactivity.py, 
line 32, 
in module

from sugar3.activity import activityfactory
  File 
/home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/sugar3/activity/activityfactory.py, 
line 33,

 in module
from sugar3.datastore import datastore
  File 
/home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/sugar3/datastore/datastore.py, 
line 75, in 

module
_get_data_store()
  File 
/home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/sugar3/datastore/datastore.py, 
line 49, in _

get_data_store
DS_DBUS_PATH),
  File /usr/lib/python2.7/site-packages/dbus/bus.py, line 241, in 
get_object

follow_name_owner_changes=follow_name_owner_changes)
  File /usr/lib/python2.7/site-packages/dbus/proxies.py, line 248, 
in __init__

self._named_service = conn.activate_name_owner(bus_name)
  File /usr/lib/python2.7/site-packages/dbus/bus.py, line 180, in 
activate_name_owner

self.start_service_by_name(bus_name)
  File /usr/lib/python2.7/site-packages/dbus/bus.py, line 278, in 
start_service_by_name

'su', (bus_name, flags)))
  File /usr/lib/python2.7/site-packages/dbus/connection.py, line 
651, in call_blocking

message, timeout)
dbus.exceptions.DBusException: 
org.freedesktop.DBus.Error.Spawn.ChildExited: Process 
org.laptop.sugar.DataStore exited with status 1

1395116246.467316 DEBUG root: _cleanup_temp_files


El lun, 17 de mar 2014 a las 11:10 PM, Sebastian Silva 
sebast...@fuentelibre.org escribió:
I had a fatal filesystem corruption so I'm setting up my development 
environment (on Manjaro, Archlinux derivate, without a broot), from 
scratch. I've managed to build all packages with osbuild build but 
on starting osbuild run I get the following traceback. What am I 
missing? Thanks in advance.


1395115550.042307 DEBUG root: STARTUP: Starting the shell
Traceback (most recent call last):
  File /usr/lib/python2.7/runpy.py, line 162, in 
_run_module_as_main

__main__, fname, loader, pkg_name)
  File /usr/lib/python2.7/runpy.py, line 72, in _run_code
exec code in run_globals
  File 
/home/icarito/Proyectos/sugar-build/build/out/install/lib/python2.7/site-packages/jarabe/main.py, 
line 45, in module

from gi.repository import Wnck
  File /usr/lib/python2.7/site-packages/gi/importer.py, line 68, 
in load_module

dynamic_module._load()
  File /usr/lib/python2.7/site-packages/gi/module.py, line 287, in 
_load
self._introspection_module = 
get_introspection_module(self._namespace)
  File /usr/lib/python2.7/site-packages/gi/module.py, line 266, in 
get_introspection_module

module = IntrospectionModule(namespace, version)
  File /usr/lib/python2.7/site-packages/gi/module.py, line 117, in 
__init__

repository.require(namespace, version)
gi.RepositoryError: Requiring namespace 'Gtk' version '2.0', but 
'3.0' is already loaded



___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel