Re: [Sugar-devel] Building the sugar code base

2014-11-13 Thread Nurendra Choudhary
Try this:
cp -r /usr/lib/node_modules/inherits@1 /usr/lib/node_modules/inherits

I noticed that /usr/lib/node_modules/inherits was a symlink pointing to an
empty folder called inherits@2. There was also another folder called
inherits@1 which seemed to contain the inherits module. At first I tried
changing the symlink from @2 https://github.com/2 to @1
https://github.com/1 but this had no effect. Eventually I fixed it by
replacing the symlink with a copy of the @1 https://github.com/1 folder.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] new to sugar labs

2014-11-11 Thread Nurendra Choudhary
Hi,
You have to remove the whole module and not just the line. I have attached
my file for reference.


On Tue, Nov 11, 2014 at 5:17 PM, Ankush Khandelwal 
ankus...@research.iiit.ac.in wrote:

 Hi,
 I was setting up the sugar environment, but when I run the command 'build'
 on the shell, it was giving me syntax error in the file 'modules.json' in
 the build directory. I can't find any syntax error in it. Link to the file
 is provided below. Can somebody help me in overcoming this error.

 http://pastebin.com/ZdZ6GWFB

 Thanks,
 Ankush

 - Original Message -
 From: Athar Haque findat...@gmail.com
 To: Gonzalo Odiard godi...@sugarlabs.org
 Cc: Ankush Khandelwal ankus...@research.iiit.ac.in, sugar-devel 
 sugar-devel@lists.sugarlabs.org
 Sent: Tuesday, November 11, 2014 12:47:13 AM
 Subject: Re: [Sugar-devel] new to sugar labs

 Hey Ankush,

 If you are not planning to hack on web activities, you can edit
 build/module.json to remove sugar-web and work around this issue. Else you
 have to install through a different network.

 --
 Nazrul

 On Tue, Nov 11, 2014 at 12:41 AM, Gonzalo Odiard godi...@sugarlabs.org
 wrote:

  Sorry, we don't have a solution yet for work behind a proxy.
  Can you install your development environment connected to another
 network?
 
  Gonzalo
 
  On Mon, Nov 10, 2014 at 4:09 PM, Ankush Khandelwal 
  ankus...@research.iiit.ac.in wrote:
 
  Yes sir, my lan connection is behind my college's server proxy.
 
  Ankush
 
  - Original Message -
  From: Gonzalo Odiard godi...@sugarlabs.org
  To: Ankush Khandelwal ankus...@research.iiit.ac.in, sugar-devel 
  sugar-devel@lists.sugarlabs.org
  Sent: Tuesday, November 11, 2014 12:25:43 AM
  Subject: Re: [Sugar-devel] new to sugar labs
 
  Are you behind a proxy?
  This is a limitation of our tools, because we use volo, and volo don't
  support work behind a proxy.
 
  Gonzalo
 
  On Mon, Nov 10, 2014 at 3:52 PM, Ankush Khandelwal 
  ankus...@research.iiit.ac.in wrote:
 
   Thanks for your response,
   I started with setting sugar on my laptop (having ubuntu 14.04), but
  after
   pulling the source code i was building the sugar where i encounter
 with
  the
   problem of the
   'command failure: volo -nostamp -f add' and it is showing  'Error:
  connect
   ECONNREFUSED'.
   Help me out...
  
   - Original Message -
   From: Gonzalo Odiard godi...@sugarlabs.org
   To: Ankush Khandelwal ankus...@research.iiit.ac.in
   Cc: sugar-devel sugar-devel@lists.sugarlabs.org
   Sent: Friday, November 7, 2014 8:28:21 PM
   Subject: Re: [Sugar-devel] new to sugar labs
  
   Hi Ankush,
   Welcome!
   There are useful information about how to start in
  developer.sugarlabs.org
   You can develop sugar activities using python/gtk or html5/js
   There are a lot of activities here activities.sugarlabs.org, to look
  for
   inspiration.
   Maybe you can tell us more about what would you like to do?
   Regards,
  
   Gonzalo
  
  
   On Thu, Nov 6, 2014 at 10:29 AM, Ankush Khandelwal 
   ankus...@research.iiit.ac.in wrote:
  
Hi,
   I want to introduce myself to sugar labs. I am new to sugar labs
  and
really interested in this topic. I want to contribute to this
  community.
   I
know html5 and little bit  of python. Can somebody guide me how to
   proceed
further..
   
Thanks,
Ankush
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel
   
  
  
  
   --
   Gonzalo Odiard
  
   SugarLabs - Software for children learning
  
 
 
 
  --
  Gonzalo Odiard
 
  SugarLabs - Software for children learning
 
 
 
 
  --
  Gonzalo Odiard
 
  SugarLabs - Software for children learning
 
  ___
  Sugar-devel mailing list
  Sugar-devel@lists.sugarlabs.org
  http://lists.sugarlabs.org/listinfo/sugar-devel
 
 


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



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


Re: [Sugar-devel] new to sugar labs

2014-11-11 Thread Nurendra Choudhary
Hi,
Many people, especially students work behind the proxy provided by their
institute. Can we, maybe
 have this modules file in the sugar-build repo and have the sugar-web
somewhere else.
Also can we use some builder other than 'volo' for it or maybe host the
whole directory over there which does not require building. This issue is a
huge setback to those who may want to work on sugar-web and have proxy
connection.

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


Re: [Sugar-devel] Sugar Speak module

2014-11-04 Thread Nurendra Choudhary
I used this repo link (https://github.com/walterbender/speak). But it shows
a lot of modules not present like sugar.activity, telepathy, etc are
missing.
I tried putting it in the sugar-build(main sugar os directory) but it
didn't work.
Is there something else I should have done?

-Nurendra

On Tue, Nov 4, 2014 at 4:47 AM, Walter Bender walter.ben...@gmail.com
wrote:

 The Speak activity has migrated to github
 (https://github.com/walterbender/speak)

 Lots of fun things we could add if you are interested.

 -walter

 On Mon, Nov 3, 2014 at 6:14 PM, James Cameron qu...@laptop.org wrote:
  On Tue, Nov 04, 2014 at 04:38:33AM +0530, Nurendra Choudhary wrote:
  I was interested in working on the sugar speak module but I have not
 yet found
  its proper repository. Can anyone tell me the link?
 
  Perhaps this?
 
 https://github.com/sugarlabs/sugar/blob/master/src/jarabe/model/speech.py
 
  But if you mean instead the Speak activity,
  http://wiki.sugarlabs.org/go/Activities/Speak
  links to
  http://git.sugarlabs.org/projects/speak
 
  --
  James Cameron
  http://quozl.linux.org.au/
  ___
  Sugar-devel mailing list
  Sugar-devel@lists.sugarlabs.org
  http://lists.sugarlabs.org/listinfo/sugar-devel



 --
 Walter Bender
 Sugar Labs
 http://www.sugarlabs.org

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


[Sugar-devel] Sugar Speak module

2014-11-03 Thread Nurendra Choudhary
Hi,
I was interested in working on the sugar speak module but I have not yet
found its proper repository. Can anyone tell me the link?

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


[Sugar-devel] link required for ./osbuild pull not working

2014-11-02 Thread Nurendra Choudhary
Hi,

I was trying to install the sugar labs environment.
But I got this error in ./osbuild pull:

Cloning into 'browse'...
fatal: unable to access 'https://src.sugarlabs.org/browse/mainline.git/':
gnutls_handshake() failed: An unexpected TLS packet was received.

which I think is because of the error in 
https://src.sugarlabs.org/browse/mainline.git/; link. Can anyone help me
out of this?

Regards,
Nurendra
nurendrachoudhar...@gmail.com
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] link required for ./osbuild pull not working

2014-11-02 Thread Nurendra Choudhary
Yes I followed the development guide. It worked for me when I last tried
like 3 weeks ago. But when I tried setting it up yesterday, there was the
error.

-Nurendra

On Sun, Nov 2, 2014 at 10:30 PM, Walter Bender walter.ben...@gmail.com
wrote:

 Are you following the instructions here: [1]?

 [1] http://developer.sugarlabs.org/dev-environment.md.html

 -walter

 On Sun, Nov 2, 2014 at 11:01 AM, Nurendra Choudhary
 nurendrachoudhar...@gmail.com wrote:
  Hi,
 
  I was trying to install the sugar labs environment.
  But I got this error in ./osbuild pull:
 
  Cloning into 'browse'...
  fatal: unable to access 'https://src.sugarlabs.org/browse/mainline.git/
 ':
  gnutls_handshake() failed: An unexpected TLS packet was received.
 
  which I think is because of the error in
  https://src.sugarlabs.org/browse/mainline.git/; link. Can anyone help
 me
  out of this?
 
  Regards,
  Nurendra
  nurendrachoudhar...@gmail.com
 
  ___
  Sugar-devel mailing list
  Sugar-devel@lists.sugarlabs.org
  http://lists.sugarlabs.org/listinfo/sugar-devel
 



 --
 Walter Bender
 Sugar Labs
 http://www.sugarlabs.org

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


[Sugar-devel] problem with ./osbuild build

2014-10-11 Thread Nurendra Choudhary
Hi,

After running ./osbuild build.I get the following error.

= Building =

* Building sugar-web

Command failed: volo -nostamp -f add

Error: connect ECONNREFUSED
Retrying (attempt 1) in 1 minute

I am working behind a proxy and i think that this problem is probably with
nodejs.
Can you please tell me the solution?

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


Re: [Sugar-devel] Regarding the Sugar Labs Text to Speech feature.

2014-10-11 Thread Nurendra Choudhary
So, we will be using festival in sugar labs for text to speech feature from
now on.

On Sun, Oct 12, 2014 at 8:23 AM, Flavio Danesse fdane...@gmail.com wrote:

 Hola gente, hoy me hice un rato para probar festival en la xo.
 Todo funciona perfecto, los paquetes necesarios están disponibles para
 instalarlos en la xo.

 Cambiar la funcionalidad de espeak por festival en aplicaciones sugar es
 muy sencillo, pero antes es necesario que incluyan en la imagen de sugar
 los siguientes paquetes:

 gstreamer-tools
 festival-speechtools-libs-1.2.96-21.fc18.i686
 festival-lib-1.96-21.fc18.i686
 festvox-slt-artic-hts-0.20061229-21.fc18.noarc
 festival-1.96-21.fc18.i686


 2014-10-07 13:42 GMT-02:00 Gonzalo Odiard godi...@sugarlabs.org:

 Good, this is a start.

 We need two things to substitute espeak:
 * We need svox packaged in fedora or rpmfusion
 apparently is not completly free, then can't be included in fedora.
 I wonder why is packaged on Debian.
 Is already in the wish list for rpmusion [1]
 If you are working on Ubuntu, probably is out of your confort zone :),
 but many users of Sugar use the XO computers, and the distribution
 installed is Fedora.
 Maybe you can contact rpmfusion guys to get help moving this issue

 * We need mechanisms to get the same functionality already available on
 espeak,
 off the top of my head:
  * get the list of languages availables
  * get the best language for the selected locale.
  * be able to pause/continue/stop a text played.

 Please subscribe to sugar-devel [2] and continue the conversation there.

 Gonzalo

 [1] http://rpmfusion.org/Wishlist
 [2] http://lists.sugarlabs.org/listinfo/sugar-devel


 On Tue, Oct 7, 2014 at 9:34 AM, Nurendra Choudhary 
 nurendrachoudhar...@gmail.com wrote:

 Hi,

 I implemented a code in python using svoxpico you mentioned earlier for
 text to speech.
 The code can be found here.
 https://github.com/Akirato/sugarlabs-speak-module



 On Tue, Oct 7, 2014 at 6:04 AM, Gonzalo Odiard godi...@sugarlabs.org
 wrote:

 Most of our users don't have connnectivity available full time

 On Mon, Oct 6, 2014 at 9:13 PM, Nurendra Choudhary 
 nurendrachoudhar...@gmail.com wrote:

 It is possible on a linux system but network connectivity is required.
 I thought that sugar labs had network connectivity. I will try something
 else.

 with network, the command is $curl -A Mozilla 
 http://translate.google.com/translate_tts?tl=enq=hello+world; 
 audio.mp3
 I will try to find the source code.

 On Tue, Oct 7, 2014 at 5:26 AM, Gonzalo Odiard godi...@sugarlabs.org
 wrote:

 It  is possible use it on a linux system?
 Can be used if you are disconnected?

 Gonzalo



 On Mon, Oct 6, 2014 at 8:53 PM, Nurendra Choudhary 
 nurendrachoudhar...@gmail.com wrote:

 Hi,
 Have you thought about using the Google Text to Speech API. Its
 easily integrable and provides good sounds and also different accents.




 --
 Gonzalo Odiard

 SugarLabs - Software for children learning





 --
 Gonzalo Odiard

 SugarLabs - Software for children learning





 --
 Gonzalo Odiard

 SugarLabs - Software for children learning

 ___
 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