Re: [Sugar-devel] Installing sugar-jhbuild in F17

2012-05-18 Thread Simon Schampijer

On 05/16/2012 12:34 PM, Manuel Kaufmann wrote:

On Wed, May 16, 2012 at 6:56 AM, Simon Schampijersi...@schampijer.de  wrote:

Having installed all the deps, I built sugar and run it fine.


And what's about Telepathy? Did you have to skip it in jhbuild process
or it's not tried to be compiled at all?


It is not build at all, because with the F17 config file yo instruct it 
to use the system dependency.


Simon

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


Re: [Sugar-devel] Installing sugar-jhbuild in F17

2012-05-07 Thread Ajay Garg
Hi all.

I am trying to setup sugar-jhbuild, on Fedora-17-Beta-2 on a VirtualBox.

I cloned the sources for setting up sugar-jhbuild (as per
http://wiki.sugarlabs.org/go/Development_Team/Jhbuild).

However, when I myself could not build telepathy-mission-control.
So, as suggested in this thread, I skipped this module, and instead tried
relying on the the system package.

So, when I started ./sugar-jhbuild run sugar-emulator, the emulator
crashed, with the following shell.logs ::


##
:30
** (sugar-session:1544): DEBUG: starting phase 1

** (sugar-session:1544): DEBUG: ending phase 1

** (sugar-session:1544): DEBUG: starting phase 2

** (sugar-session:1544): DEBUG: ending phase 2

** (sugar-session:1544): DEBUG: starting phase 3

** (sugar-session:1544): DEBUG: ending phase 3

** (sugar-session:1544): DEBUG: starting phase 4

** (sugar-session:1544): DEBUG: ending phase 4

** (sugar-session:1544): DEBUG: starting phase 5

** (sugar-session:1544): DEBUG: ending phase 5

1336377507.786258 WARNING root: No gtk.AccelGroup in the top level window.
1336377507.803286 WARNING root: No gtk.AccelGroup in the top level window.
/usr/lib/python2.7/site-packages/sugar/graphics/palette.py:412: Warning:
g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
  _sugarext.Menu.do_insert(self, item, position)
/usr/lib/python2.7/site-packages/jarabe/desktop/homewindow.py:73: Warning:
g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
  self.add(self._home_box)
1336377513.719197 ERROR dbus.proxies: Introspect error on
org.freedesktop.ohm:/org/freedesktop/ohm/Keystore:
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown:
The name org.freedesktop.ohm was not provided by any .service files
1336377513.720229 ERROR root: Cannot unfreeze the DCON
/usr/bin/sugar-session:273: Warning: g_object_set_qdata: assertion
`G_IS_OBJECT (object)' failed
  gtk.main()
:30
1336377513.990562 WARNING root: No gtk.AccelGroup in the top level window.
1336377513.999429 WARNING root: No gtk.AccelGroup in the top level window.
1336377514.007111 WARNING root: No gtk.AccelGroup in the top level window.
1336377514.012310 WARNING root: No gtk.AccelGroup in the top level window.
/usr/lib/python2.7/site-packages/jarabe/frame/framewindow.py:132: Warning:
g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
  self._container.get_child().pack_start(child, expand=expand, fill=fill)
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
1336377520.564602 WARNING root: No gtk.AccelGroup in the top level window.
1336377520.564989 WARNING root: No gtk.AccelGroup in the top level window.
1336377528.639316 ERROR dbus.connection: Exception in handler for D-Bus
signal:
Traceback (most recent call last):
  File /usr/lib/python2.7/site-packages/dbus/connection.py, line 214, in
maybe_handle_message
self._handler(*args, **kwargs)
  File /usr/lib/python2.7/site-packages/jarabe/model/neighborhood.py,
line 430, in __buddy_info_updated_cb
self.emit('buddy-updated', self._buddy_handles[handle], properties)
KeyError: dbus.UInt32(2L)
1336377528.645824 ERROR dbus.connection: Exception in handler for D-Bus
signal:
Traceback (most recent call last):
  File /usr/lib/python2.7/site-packages/dbus/connection.py, line 214, in
maybe_handle_message
self._handler(*args, **kwargs)
  File /usr/lib/python2.7/site-packages/jarabe/model/neighborhood.py,
line 430, in __buddy_info_updated_cb
self.emit('buddy-updated', self._buddy_handles[handle], properties)
KeyError: dbus.UInt32(6L)
1336377528.647117 ERROR dbus.connection: Exception in handler for D-Bus
signal:
Traceback (most recent call last):
  File /usr/lib/python2.7/site-packages/dbus/connection.py, line 214, in
maybe_handle_message
self._handler(*args, **kwargs)
  File /usr/lib/python2.7/site-packages/jarabe/model/neighborhood.py,
line 430, in __buddy_info_updated_cb
self.emit('buddy-updated', self._buddy_handles[handle], properties)
KeyError: dbus.UInt32(11L)
1336377528.652646 ERROR dbus.connection: Exception in handler for D-Bus
signal:
Traceback (most recent call last):
  File /usr/lib/python2.7/site-packages/dbus/connection.py, line 214, in
maybe_handle_message
self._handler(*args, **kwargs)
  File /usr/lib/python2.7/site-packages/jarabe/model/neighborhood.py,
line 430, in __buddy_info_updated_cb
self.emit('buddy-updated', self._buddy_handles[handle], properties)
KeyError: dbus.UInt32(15L)
1336377528.653358 ERROR dbus.connection: Exception in handler for D-Bus
signal:
Traceback (most recent call last):
  File /usr/lib/python2.7/site-packages/dbus/connection.py, line 214, in
maybe_handle_message
self._handler(*args, **kwargs)
  File /usr/lib/python2.7/site-packages/jarabe/model/neighborhood.py,
line 430, in __buddy_info_updated_cb
self.emit('buddy-updated', self._buddy_handles[handle], properties)
KeyError: dbus.UInt32(16L)
1336377528.658987 ERROR dbus.connection: Exception in handler for 

Re: [Sugar-devel] Installing sugar-jhbuild in F17

2012-05-07 Thread Gonzalo Odiard
Hi Ajay,

I didn't saw this error, and didn't installed any sugar package from the
distro.
Later installed sugar and sugar-emulator, without changes.



 Then, I tried sudo yum install sugar-emulator, and then launching the
 system-wide binary sugar-emulatory, it worked.




 So, two queries ::


 a)
 Is the above expected?
 Would the fact that I am using VirtualBox, and a guest image, makes any
 diffeerence?



I don't know.



 b)
 When I launched system-wide sugar-emulator, I could not see any
 wifi-icons/adhoc-network-icons in the neighborhood-view (only buddies,
 logged onto jabber.sugarlabs.org). In my VBox settings, I have already
 set Network settings to Bridged Adapter - wlan0 (which happens to be
 the wireless device on F14 host machine).
 So, is this again due to the fact that I am using VirtualBox?



I don't know any network icon when my computer is connected by wire, only
when I start wifi, then, may be the device need be named wlan0 to be used.

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


Re: [Sugar-devel] Installing sugar-jhbuild in F17

2012-04-26 Thread Peter Robinson
On Wed, Apr 25, 2012 at 7:47 PM, Gonzalo Odiard gonz...@laptop.org wrote:
 I have installed sugar-jhbuild in a new pristine F17.
 Here my findings, works, but with little problems:

 $ git clone git://git.sugarlabs.org/sugar-jhbuild/mainline.git sugar-jhbuild
 $ cd sugar-jhbuild
 $ ./sugar-jhbuild update
 $ ./sugar-jhbuild depscheck

 Install dependencies:
 # yum install alsa-lib-devel at-spi-python avahi-gobject-devel avahi-tools
 boost-devel cmake csound dbus-devel dbus-glib-devel enchant-devel
 evince-devel expat-devel fribidi-devel gcc gcc-c++ GConf2-devel
 gettext-devel git-email gnome-common gnome-doc-utils gnome-python2-rsvg
 gnome-vfs2-devel gobject-introspection-devel gtk2-devel gtk3-devel
 hippo-canvas-python icon-naming-utils icon-slicer intltool libabiword
 libabiword libcroco-devel libffi-devel libglade2-devel libgsf-devel
 libnice-devel librsvg2-devel libsoup-devel libtool libXt-devel
 loudmouth-devel numpy openssl-devel poppler-glib-devel popt-devel pyabiword
 pygame pygtk2-devel pygtksourceview python-cjson python-dateutil
 python-devel python-distutils-extra python-lxml python-pep8 sqlite-devel
 subversion libuuid-devel webkitgtk3-devel wv-devel xapian-bindings-python
 xapian-core-libs vte zlib-devel pylint python-xklavier

 $./sugar-jhbuild build

 Build finish with a error compiling telepathy-mission-control.
 We can use the packaged version more updated than the requested sources.

We should use the packaged version as the telepathy stack has some
pretty explicit version dependencies.

 If we select continue with the next module, when try to compile activities,
 don't found the python sugar modules. sugar emulator doesn't work.

Really? It all works with the standard F17 stack as that's exactly
what we're using for the 12.1.x builds. Are we missing another dep?

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


Re: [Sugar-devel] Installing sugar-jhbuild in F17

2012-04-25 Thread Manuel Kaufmann
On Wed, Apr 25, 2012 at 15:47, Gonzalo Odiard gonz...@laptop.org wrote:
 We can use the packaged version more updated than the requested sources.

How did you do this?

-- 
Kaufmann Manuel
Blog: http://humitos.wordpress.com/
Porfolio: http://fotos.mkaufmann.com.ar/
PyAr: http://www.python.com.ar/
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Installing sugar-jhbuild in F17

2012-04-25 Thread Manuel Kaufmann
On Wed, Apr 25, 2012 at 22:13, Gonzalo Odiard gonz...@laptop.org wrote:
 On Wed, Apr 25, 2012 at 15:47, Gonzalo Odiard gonz...@laptop.org wrote:
  We can use the packaged version more updated than the requested sources.

 How did you do this?


 Just skip compiling the package.

So, there is a feature that you are missing... isn't?


-- 
Kaufmann Manuel
Blog: http://humitos.wordpress.com/
Porfolio: http://fotos.mkaufmann.com.ar/
PyAr: http://www.python.com.ar/
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Installing sugar-jhbuild in F17

2012-04-25 Thread Gonzalo Odiard
On Wed, Apr 25, 2012 at 10:19 PM, Manuel Kaufmann humi...@gmail.com wrote:

 On Wed, Apr 25, 2012 at 22:13, Gonzalo Odiard gonz...@laptop.org wrote:
  On Wed, Apr 25, 2012 at 15:47, Gonzalo Odiard gonz...@laptop.org
 wrote:
   We can use the packaged version more updated than the requested
 sources.
 
  How did you do this?
 
  Just skip compiling the package.

 So, there is a feature that you are missing... isn't?


No, the package is already packaged and used in the distribution,
in other conditions is needed compile it, not in F17.

All this are workarounds, we need fix this issues to do
sugar-jhbuild compile without human intervention.
I am only reporting how workaround these problems.

Gonzalo



--
 Kaufmann Manuel
 Blog: http://humitos.wordpress.com/
 Porfolio: http://fotos.mkaufmann.com.ar/
 PyAr: http://www.python.com.ar/
 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel

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


Re: [Sugar-devel] Installing sugar-jhbuild in F17

2012-04-25 Thread Manuel Kaufmann
On Wed, Apr 25, 2012 at 22:25, Gonzalo Odiard gonz...@laptop.org wrote:
 No, the package is already packaged and used in the distribution,
 in other conditions is needed compile it, not in F17.

Oh, I'm not sure to understand you.

I guess there is a package on Fedora 17 called something like
telepathy-mission-control and you have already installed it. So, as
you can not build the telepathy-mission-control from the sources
that comes with sugar-jhbuild, you skip this module and sugar uses the
package that you have already installed on your system.

Is this right?

-- 
Kaufmann Manuel
Blog: http://humitos.wordpress.com/
Porfolio: http://fotos.mkaufmann.com.ar/
PyAr: http://www.python.com.ar/
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Installing sugar-jhbuild in F17

2012-04-25 Thread Gonzalo Odiard
On Wed, Apr 25, 2012 at 10:30 PM, Manuel Kaufmann humi...@gmail.com wrote:

 On Wed, Apr 25, 2012 at 22:25, Gonzalo Odiard gonz...@laptop.org wrote:
  No, the package is already packaged and used in the distribution,
  in other conditions is needed compile it, not in F17.

 Oh, I'm not sure to understand you.

 I guess there is a package on Fedora 17 called something like
 telepathy-mission-control and you have already installed it.


The package exist and is used by gnome, I don't need install it.


 So, as
 you can not build the telepathy-mission-control from the sources
 that comes with sugar-jhbuild, you skip this module and sugar uses the
 package that you have already installed on your system.


Yes.

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