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

2014-11-28 Thread Namit Ohri
I guess that is not the problem. The inherits folder doesn't point to
anything in my installation. Why do we need inherits@1 anyway?

On Fri, Nov 14, 2014 at 9:54 AM, Nurendra Choudhary <
nurendrachoudhar...@gmail.com> wrote:

> 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  to @1
>  but this had no effect. Eventually I fixed it by
> replacing the symlink with a copy of the @1  folder.
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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  to @1
 but this had no effect. Eventually I fixed it by
replacing the symlink with a copy of the @1  folder.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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

2014-11-13 Thread Namit Ohri
Hi,

I tried running ./osbuild pull but i get the following warnings :-

npm WARN unmet dependency /lib/node_modules/block-stream requires
inherits@'~2.0.0'
but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /lib/node_modules/fstream requires inherits@'~2.0.0'
but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /lib/node_modules/fstream-ignore requires
inherits@'2' but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /lib/node_modules/fstream-npm requires inherits@'2'
but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /lib/node_modules/glob requires inherits@'2' but
will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /lib/node_modules/npmconf requires inherits@'~2.0.0'
but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /lib/node_modules/tar requires inherits@'2' but
will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined

I tried installing all the packages manually but it still it doesn't work.
Can anyone help me with this?

Thanks,
Namit Ohri


On Fri, Nov 14, 2014 at 1:27 AM, Sam P.  wrote:

> Hey,
>
> Please run:
>
> ./osbuild pull
>
> Before building this time.  Osbuild pull will download the sugar code.
>
> Sam
> On Oct 11, 2014 4:29 AM, "Namit Ohri"  wrote:
>
>> Hi,
>>
>> I am a newbie who wants to start contributing to the sugar. I am having
>> certain problems setting up the development environment. I am following the
>> instructions given on developer.sugarlabs.org. When i try to build the
>> code using "./osbuild build", it says :-
>>
>> You must create or download the build root first.
>>
>> ! Failed to run command build
>>
>> Can someone please guide me through the process.
>>
>> Thanks and Regards,
>> Namit Ohri
>>
>>
>> ___
>> 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] Building the sugar code base

2014-11-13 Thread Sam P.
Hey,

Please run:

./osbuild pull

Before building this time.  Osbuild pull will download the sugar code.

Sam
On Oct 11, 2014 4:29 AM, "Namit Ohri"  wrote:

> Hi,
>
> I am a newbie who wants to start contributing to the sugar. I am having
> certain problems setting up the development environment. I am following the
> instructions given on developer.sugarlabs.org. When i try to build the
> code using "./osbuild build", it says :-
>
> You must create or download the build root first.
>
> ! Failed to run command build
>
> Can someone please guide me through the process.
>
> Thanks and Regards,
> Namit Ohri
>
>
> ___
> 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] Building the sugar code base

2014-11-13 Thread Gonzalo Odiard
Sorry, this mail went to the spam folder.
Could you solve this problem?
If not, what is your distribution and what steps you did?

Gonzalo

On Fri, Oct 10, 2014 at 2:29 PM, Namit Ohri  wrote:

> Hi,
>
> I am a newbie who wants to start contributing to the sugar. I am having
> certain problems setting up the development environment. I am following the
> instructions given on developer.sugarlabs.org. When i try to build the
> code using "./osbuild build", it says :-
>
> You must create or download the build root first.
>
> ! Failed to run command build
>
> Can someone please guide me through the process.
>
> Thanks and Regards,
> Namit Ohri
>
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>


-- 
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] Building the sugar code base

2014-10-10 Thread Namit Ohri
Hi,

I am a newbie who wants to start contributing to the sugar. I am having
certain problems setting up the development environment. I am following the
instructions given on developer.sugarlabs.org. When i try to build the code
using "./osbuild build", it says :-

You must create or download the build root first.

! Failed to run command build

Can someone please guide me through the process.

Thanks and Regards,
Namit Ohri
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel