Re: [Sugar-devel] Problem configuring sugar-jhbuild

2010-03-01 Thread Simon Schampijer
On 02/27/2010 04:18 PM, Sascha Silbe wrote:
 On Sat, Feb 27, 2010 at 03:44:22PM +0100, Tomeu Vizoso wrote:

 Looks like it cannot connect to your X server. How exactly are you
 running
 sugar-jhbuild? Please include all steps, including how you logged in
 (xdm/gdm/kdm, text console, ...).
 Could sugar-emulator had been ran as root, thus leaving files that
 cannot be overwritten?
 We tackled this on IRC. It turned out Yevlempy hadn't updated his system
 (Fedora) for quite some time; after doing so it worked fine. I still
 don't understand exactly what was broken (Xephyr worked fine when
 started manually, but not inside sugar-emulator) so let's hope it was
 some obscure Python bug that good fixed for good. :)

 CU Sascha

Thanks Sascha for helping out that nicely our newcomers!

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


Re: [Sugar-devel] Problem configuring sugar-jhbuild

2010-02-27 Thread Tomeu Vizoso
On Thu, Feb 25, 2010 at 12:55, Sascha Silbe
sascha-ml-ui-sugar-de...@silbe.org wrote:
 On Thu, Feb 25, 2010 at 04:37:07PM +0530,  Yevlempy(Harsh Verma) wrote:

 After doing a make install in (sugar-jhbuidsourcesugar) as per my
 requirement.

 The way to build and install (single) sugar packages inside sugar-jhbuild is
 to run ./sugar-jhbuild buildone -n name_of_package. While you can
 certainly run make install on your own after the first build (but only
 thereafter), I recommend using always sugar-jbhuild as it not only passes
 parameters to configure, but also sets up the environment. Differences in
 the environment can make for some hard to find problems.

 When i again started the sugar-emulator(./sugar-jhbuild run
 sugar-emulator), it gave me an error[1].

 Looks like it cannot connect to your X server. How exactly are you running
 sugar-jhbuild? Please include all steps, including how you logged in
 (xdm/gdm/kdm, text console, ...).

Could sugar-emulator had been ran as root, thus leaving files that
cannot  be overwritten?

Regards,

Tomeu

 CU Sascha

 --
 http://sascha.silbe.org/
 http://www.infra-silbe.de/
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)

 iQEcBAEBAgAGBQJLhmUTAAoJELpz82VMF3DarRwH/A34HvxVt2JhF104/Bdq4pZ4
 ESJDuM96iifGrmVC1G1MjYTIWfjji2bUo1yFv30Dq4SZpaan0dNbudCjGG+tcwvT
 VHrn4Pb9WdevuXoKEPjjI/xklSuyJi6mwzJNGA608VPxmrQgX4KceGyNnnH3neCK
 19XIuInEkjgic9+ja/5MZPJqk88gB0+S6zlCtxn+LyvjkZgOJKN+ye3yayn4jEr3
 cJVpSi59rZd3EnsBJ60YNYnjjfOPyN52JGyc2u05vGSQ8yvqwaqiTJ8yGVD7e+AU
 8N+VddX29JuUz43//GzM/RgSNd1zJOZXnFHxBWk93HuwyV1jghNfiNHLgaOaGpM=
 =5x8v
 -END PGP SIGNATURE-

 ___
 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] Problem configuring sugar-jhbuild

2010-02-27 Thread Sascha Silbe

On Sat, Feb 27, 2010 at 03:44:22PM +0100, Tomeu Vizoso wrote:

Looks like it cannot connect to your X server. How exactly are you 
running

sugar-jhbuild? Please include all steps, including how you logged in
(xdm/gdm/kdm, text console, ...).
Could sugar-emulator had been ran as root, thus leaving files that 
cannot  be overwritten?
We tackled this on IRC. It turned out Yevlempy hadn't updated his system 
(Fedora) for quite some time; after doing so it worked fine. I still 
don't understand exactly what was broken (Xephyr worked fine when 
started manually, but not inside sugar-emulator) so let's hope it was 
some obscure Python bug that good fixed for good. :)


CU Sascha

--
http://sascha.silbe.org/
http://www.infra-silbe.de/

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


[Sugar-devel] Problem configuring sugar-jhbuild

2010-02-25 Thread Yevlempy(Harsh Verma)
Hi,

I configured sugar-jhbuild on a fedora system. While i was working on
building an extension for sugar-control panel, i faced this problem.
After doing a make install in (sugar-jhbuidsourcesugar) as per my
requirement. When i again started the sugar-emulator(./sugar-jhbuild
 run sugar-emulator), it gave me an error[1]. Then i configured the
sugar-jhbuild in a different directory but got the same error again.
Feedback is required to process furthur.

[1] http://fpaste.org/ksCO/

Thanks,
--yev--

-- 
yevlempy | Harsh Verma
Fedora Ambassador(INDIA)
http://yevlempy.wordpress.com/
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Problem configuring sugar-jhbuild

2010-02-25 Thread Sascha Silbe

On Thu, Feb 25, 2010 at 04:37:07PM +0530,  Yevlempy(Harsh Verma) wrote:


After doing a make install in (sugar-jhbuidsourcesugar) as per my
requirement.
The way to build and install (single) sugar packages inside 
sugar-jhbuild is to run ./sugar-jhbuild buildone -n name_of_package. 
While you can certainly run make install on your own after the first 
build (but only thereafter), I recommend using always sugar-jbhuild as 
it not only passes parameters to configure, but also sets up the 
environment. Differences in the environment can make for some hard to 
find problems.


When i again started the sugar-emulator(./sugar-jhbuild run 
sugar-emulator), it gave me an error[1].
Looks like it cannot connect to your X server. How exactly are you 
running sugar-jhbuild? Please include all steps, including how you 
logged in (xdm/gdm/kdm, text console, ...).


CU Sascha

--
http://sascha.silbe.org/
http://www.infra-silbe.de/

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


Re: [Sugar-devel] Problem configuring sugar-jhbuild

2010-02-25 Thread Yevlempy(Harsh Verma)
On Thu, Feb 25, 2010 at 5:25 PM, Sascha Silbe
sascha-ml-ui-sugar-de...@silbe.org wrote:
 On Thu, Feb 25, 2010 at 04:37:07PM +0530,  Yevlempy(Harsh Verma) wrote:

 After doing a make install in (sugar-jhbuidsourcesugar) as per my
 requirement.

 The way to build and install (single) sugar packages inside sugar-jhbuild is
 to run ./sugar-jhbuild buildone -n name_of_package. While you can
 certainly run make install on your own after the first build (but only
 thereafter), I recommend using always sugar-jbhuild as it not only passes
 parameters to configure, but also sets up the environment. Differences in
 the environment can make for some hard to find problems.

 When i again started the sugar-emulator(./sugar-jhbuild run
 sugar-emulator), it gave me an error[1].

 Looks like it cannot connect to your X server. How exactly are you running
 sugar-jhbuild? Please include all steps, including how you logged in
 (xdm/gdm/kdm, text console, ...).

I am working on fedora12, i configured sugar-jhbuild[2], in my home
directory git cloning it and all other steps. I run it from my gnome
terminal going into sugar-jhbuild and then './sugar-jhbuild run
sugar-emulator' , although it was working before but then suddenly it
started me giving the error i mentioned.

[2]http://wiki.sugarlabs.org/go/Jhbuild

Thanks,
--yev--



 CU Sascha

 --
 http://sascha.silbe.org/
 http://www.infra-silbe.de/
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)

 iQEcBAEBAgAGBQJLhmUTAAoJELpz82VMF3DarRwH/A34HvxVt2JhF104/Bdq4pZ4
 ESJDuM96iifGrmVC1G1MjYTIWfjji2bUo1yFv30Dq4SZpaan0dNbudCjGG+tcwvT
 VHrn4Pb9WdevuXoKEPjjI/xklSuyJi6mwzJNGA608VPxmrQgX4KceGyNnnH3neCK
 19XIuInEkjgic9+ja/5MZPJqk88gB0+S6zlCtxn+LyvjkZgOJKN+ye3yayn4jEr3
 cJVpSi59rZd3EnsBJ60YNYnjjfOPyN52JGyc2u05vGSQ8yvqwaqiTJ8yGVD7e+AU
 8N+VddX29JuUz43//GzM/RgSNd1zJOZXnFHxBWk93HuwyV1jghNfiNHLgaOaGpM=
 =5x8v
 -END PGP SIGNATURE-





-- 
yevlempy | Harsh Verma
Fedora Ambassador(INDIA)
http://yevlempy.wordpress.com/
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel