Re: [Sugar-devel] Help with setting up sugar-build on Ubuntu 16.04

2017-11-23 Thread James Cameron
This has nothing to do with sugar-build.

Please include small errors in the body of mail so that your readers don’t have 
to reach out to a web browser to get them, and so that mail can be searched for 
keywords in the errors.

The error this time was "E: Unable to find a source package for 
sugar-datastore”, and then repeated for each module.

It will be caused by not having deb-src lines in your /etc/apt/sources.list 
file.  Add the lines, do an apt update, then try again.

Added new issue #126 to sugar-docs.
https://github.com/sugarlabs/sugar-docs/issues/126

For discussion, I propose that the native build section be removed from the 
documentation, because it isn’t understood well enough, isn’t needed by most 
developers, and removing it is simpler than fixing it.

> On 24 Nov 2017, at 2:27 am, Utkarsh Tiwari  wrote:
> 
> Hi,
> 
> Thank you Glide for your suggestion. I tried running the instructions in su 
> mode but still getting these issues - 
> https://gist.github.com/iamutkarshtiwari/84742d622a1d221bd1c814ce98baa32e
> 
> Regards,
> Utkarsh Tiwari
> 
> On Thu, 23 Nov 2017 at 20:50 Glide  wrote:
> Hello there,
> 
> From what i've seen in the logs and to the best of my knowledge, it seems you 
> need to run as root, to gain root access, run su in your terminal.
> 
> I hope this works for you.
> 
> On Thu, Nov 23, 2017 at 3:56 PM, Utkarsh Tiwari  
> wrote:
> Hello everyone,
> 
> I am trying to setup sugar-build on my fresh Ubuntu 16.04 installation. I 
> tried instructions mentioned in - 
> https://developer.sugarlabs.org/dev-environment.md.html#native%20sugar but I 
> seem to facing issues while trying to run - 
> https://gist.github.com/iamutkarshtiwari/107558814db2c9ed57f081b9f353536b 
> 
> Here is the log - 
> https://gist.github.com/iamutkarshtiwari/347a3f13dcfd1eeb0788dda38d95b0e4
> 
> It would be helpful if someone could guide me if I am missing out something.
> 
> Regards,
> Utkarsh Tiwari
> 
> 
> ___
> 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

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


Re: [Sugar-devel] Help with setting up sugar-build on Ubuntu 16.04

2017-11-23 Thread Samson Goddy
To my best of my knowledge, this is not from the sugar-build. There is
something wrong with the terminal, you might be running something under
background.

1. Try restarting the computer, if that doesn't work, do;

2. https://ubuntuforums.org/showthread.php?t=1853026

Try this, and ping again if it works or not.


Regards

Samson



On Thu, Nov 23, 2017 at 6:22 PM, Utkarsh Tiwari 
wrote:

> Hi,
>
> The instructions you just mentioned -
>
> for module in sugar{-datastore,-artwork,-toolkit,-toolkit-gtk3,}; do
> dnf builddep $module
> done
>
> works for Fedora whereas I am on Ubuntu 16.04 so I followed the
> instructions for Ubuntu/Debian -
>
> for module in sugar{-datastore,-artwork,-toolkit,-toolkit-gtk3,}; do
> apt build-dep $module
> done
>
> I think I should give it a try on Ubuntu 17.10. Will let you know if I
> come across a solution.
>
> Regards,
> Utkarsh Tiwari
>
> On Thu, 23 Nov 2017 at 21:48 Glide  wrote:
>
>> Hello,
>>
>> I just checked in the guides, you should be doing this when you want to
>> build, your logs show that you aren't:
>>
>> for module in sugar{-datastore,-artwork,-toolkit,-toolkit-gtk3,}; do
>> dnf builddep $module
>> done
>>
>>
>>
>> On Thu, Nov 23, 2017 at 6:15 PM, Glide 
>> wrote:
>>
>>> Hey,
>>>
>>> Are you sure you ran the git clone request properly?
>>>
>>>
>>>
>>> On Thu, Nov 23, 2017 at 5:27 PM, Utkarsh Tiwari <
>>> iamutkarshtiw...@gmail.com> wrote:
>>>
 Hi,

 Thank you Glide for your suggestion. I tried running the instructions
 in su mode but still getting these issues - https://gist.github.com/
 iamutkarshtiwari/84742d622a1d221bd1c814ce98baa32e

 Regards,
 Utkarsh Tiwari

 On Thu, 23 Nov 2017 at 20:50 Glide  wrote:

> Hello there,
>
> From what i've seen in the logs and to the best of my knowledge, it
> seems you need to run as root, to gain root access, run su in your 
> terminal.
>
> I hope this works for you.
>
> On Thu, Nov 23, 2017 at 3:56 PM, Utkarsh Tiwari <
> iamutkarshtiw...@gmail.com> wrote:
>
>> Hello everyone,
>>
>> I am trying to setup sugar-build on my fresh Ubuntu 16.04
>> installation. I tried instructions mentioned in -
>> https://developer.sugarlabs.org/dev-environment.md.html#
>> native%20sugar but I seem to facing issues while trying to run -
>> https://gist.github.com/iamutkarshtiwari/
>> 107558814db2c9ed57f081b9f353536b
>>
>> Here is the log - https://gist.github.com/iamutkarshtiwari/
>> 347a3f13dcfd1eeb0788dda38d95b0e4
>>
>> It would be helpful if someone could guide me if I am missing out
>> something.
>>
>> Regards,
>> Utkarsh Tiwari
>>
>>
>> ___
>> 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
>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Help with setting up sugar-build on Ubuntu 16.04

2017-11-23 Thread Glide
Hi,

Okay let us know if it works on ubuntu 17.10.

Thanks

On Thu, Nov 23, 2017 at 7:22 PM, Utkarsh Tiwari 
wrote:

> Hi,
>
> The instructions you just mentioned -
>
> for module in sugar{-datastore,-artwork,-toolkit,-toolkit-gtk3,}; do
> dnf builddep $module
> done
>
> works for Fedora whereas I am on Ubuntu 16.04 so I followed the
> instructions for Ubuntu/Debian -
>
> for module in sugar{-datastore,-artwork,-toolkit,-toolkit-gtk3,}; do
> apt build-dep $module
> done
>
> I think I should give it a try on Ubuntu 17.10. Will let you know if I
> come across a solution.
>
> Regards,
> Utkarsh Tiwari
>
> On Thu, 23 Nov 2017 at 21:48 Glide  wrote:
>
>> Hello,
>>
>> I just checked in the guides, you should be doing this when you want to
>> build, your logs show that you aren't:
>>
>> for module in sugar{-datastore,-artwork,-toolkit,-toolkit-gtk3,}; do
>> dnf builddep $module
>> done
>>
>>
>>
>> On Thu, Nov 23, 2017 at 6:15 PM, Glide 
>> wrote:
>>
>>> Hey,
>>>
>>> Are you sure you ran the git clone request properly?
>>>
>>>
>>>
>>> On Thu, Nov 23, 2017 at 5:27 PM, Utkarsh Tiwari <
>>> iamutkarshtiw...@gmail.com> wrote:
>>>
 Hi,

 Thank you Glide for your suggestion. I tried running the instructions
 in su mode but still getting these issues - https://gist.github.com/
 iamutkarshtiwari/84742d622a1d221bd1c814ce98baa32e

 Regards,
 Utkarsh Tiwari

 On Thu, 23 Nov 2017 at 20:50 Glide  wrote:

> Hello there,
>
> From what i've seen in the logs and to the best of my knowledge, it
> seems you need to run as root, to gain root access, run su in your 
> terminal.
>
> I hope this works for you.
>
> On Thu, Nov 23, 2017 at 3:56 PM, Utkarsh Tiwari <
> iamutkarshtiw...@gmail.com> wrote:
>
>> Hello everyone,
>>
>> I am trying to setup sugar-build on my fresh Ubuntu 16.04
>> installation. I tried instructions mentioned in -
>> https://developer.sugarlabs.org/dev-environment.md.html#
>> native%20sugar but I seem to facing issues while trying to run -
>> https://gist.github.com/iamutkarshtiwari/
>> 107558814db2c9ed57f081b9f353536b
>>
>> Here is the log - https://gist.github.com/iamutkarshtiwari/
>> 347a3f13dcfd1eeb0788dda38d95b0e4
>>
>> It would be helpful if someone could guide me if I am missing out
>> something.
>>
>> Regards,
>> Utkarsh Tiwari
>>
>>
>> ___
>> 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] Help with setting up sugar-build on Ubuntu 16.04

2017-11-23 Thread Utkarsh Tiwari
Hi,

The instructions you just mentioned -

for module in sugar{-datastore,-artwork,-toolkit,-toolkit-gtk3,}; do
dnf builddep $module
done

works for Fedora whereas I am on Ubuntu 16.04 so I followed the
instructions for Ubuntu/Debian -

for module in sugar{-datastore,-artwork,-toolkit,-toolkit-gtk3,}; do
apt build-dep $module
done

I think I should give it a try on Ubuntu 17.10. Will let you know if I come
across a solution.

Regards,
Utkarsh Tiwari

On Thu, 23 Nov 2017 at 21:48 Glide  wrote:

> Hello,
>
> I just checked in the guides, you should be doing this when you want to
> build, your logs show that you aren't:
>
> for module in sugar{-datastore,-artwork,-toolkit,-toolkit-gtk3,}; do
> dnf builddep $module
> done
>
>
>
> On Thu, Nov 23, 2017 at 6:15 PM, Glide 
> wrote:
>
>> Hey,
>>
>> Are you sure you ran the git clone request properly?
>>
>>
>>
>> On Thu, Nov 23, 2017 at 5:27 PM, Utkarsh Tiwari <
>> iamutkarshtiw...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> Thank you Glide for your suggestion. I tried running the instructions in
>>> su mode but still getting these issues -
>>> https://gist.github.com/iamutkarshtiwari/84742d622a1d221bd1c814ce98baa32e
>>>
>>> Regards,
>>> Utkarsh Tiwari
>>>
>>> On Thu, 23 Nov 2017 at 20:50 Glide  wrote:
>>>
 Hello there,

 From what i've seen in the logs and to the best of my knowledge, it
 seems you need to run as root, to gain root access, run su in your 
 terminal.

 I hope this works for you.

 On Thu, Nov 23, 2017 at 3:56 PM, Utkarsh Tiwari <
 iamutkarshtiw...@gmail.com> wrote:

> Hello everyone,
>
> I am trying to setup sugar-build on my fresh Ubuntu 16.04
> installation. I tried instructions mentioned in -
> https://developer.sugarlabs.org/dev-environment.md.html#native%20sugar
> but I seem to facing issues while trying to run -
> https://gist.github.com/iamutkarshtiwari/107558814db2c9ed57f081b9f353536b
>
> Here is the log -
> https://gist.github.com/iamutkarshtiwari/347a3f13dcfd1eeb0788dda38d95b0e4
>
> It would be helpful if someone could guide me if I am missing out
> something.
>
> Regards,
> Utkarsh Tiwari
>
>
> ___
> 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] Help with setting up sugar-build on Ubuntu 16.04

2017-11-23 Thread Glide
Hello,

I just checked in the guides, you should be doing this when you want to
build, your logs show that you aren't:

for module in sugar{-datastore,-artwork,-toolkit,-toolkit-gtk3,}; do
dnf builddep $module
done



On Thu, Nov 23, 2017 at 6:15 PM, Glide  wrote:

> Hey,
>
> Are you sure you ran the git clone request properly?
>
>
>
> On Thu, Nov 23, 2017 at 5:27 PM, Utkarsh Tiwari <
> iamutkarshtiw...@gmail.com> wrote:
>
>> Hi,
>>
>> Thank you Glide for your suggestion. I tried running the instructions in
>> su mode but still getting these issues - https://gist.github.com/iamu
>> tkarshtiwari/84742d622a1d221bd1c814ce98baa32e
>>
>> Regards,
>> Utkarsh Tiwari
>>
>> On Thu, 23 Nov 2017 at 20:50 Glide  wrote:
>>
>>> Hello there,
>>>
>>> From what i've seen in the logs and to the best of my knowledge, it
>>> seems you need to run as root, to gain root access, run su in your terminal.
>>>
>>> I hope this works for you.
>>>
>>> On Thu, Nov 23, 2017 at 3:56 PM, Utkarsh Tiwari <
>>> iamutkarshtiw...@gmail.com> wrote:
>>>
 Hello everyone,

 I am trying to setup sugar-build on my fresh Ubuntu 16.04 installation.
 I tried instructions mentioned in - https://developer.sugarlabs.or
 g/dev-environment.md.html#native%20sugar but I seem to facing issues
 while trying to run - https://gist.github.com/iamutk
 arshtiwari/107558814db2c9ed57f081b9f353536b

 Here is the log - https://gist.github.com/iamutk
 arshtiwari/347a3f13dcfd1eeb0788dda38d95b0e4

 It would be helpful if someone could guide me if I am missing out
 something.

 Regards,
 Utkarsh Tiwari


 ___
 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] Help with setting up sugar-build on Ubuntu 16.04

2017-11-23 Thread Glide
Hey,

Are you sure you ran the git clone request properly?



On Thu, Nov 23, 2017 at 5:27 PM, Utkarsh Tiwari 
wrote:

> Hi,
>
> Thank you Glide for your suggestion. I tried running the instructions in
> su mode but still getting these issues - https://gist.github.com/
> iamutkarshtiwari/84742d622a1d221bd1c814ce98baa32e
>
> Regards,
> Utkarsh Tiwari
>
> On Thu, 23 Nov 2017 at 20:50 Glide  wrote:
>
>> Hello there,
>>
>> From what i've seen in the logs and to the best of my knowledge, it seems
>> you need to run as root, to gain root access, run su in your terminal.
>>
>> I hope this works for you.
>>
>> On Thu, Nov 23, 2017 at 3:56 PM, Utkarsh Tiwari <
>> iamutkarshtiw...@gmail.com> wrote:
>>
>>> Hello everyone,
>>>
>>> I am trying to setup sugar-build on my fresh Ubuntu 16.04 installation.
>>> I tried instructions mentioned in - https://developer.sugarlabs.
>>> org/dev-environment.md.html#native%20sugar but I seem to facing issues
>>> while trying to run - https://gist.github.com/iamutkarshtiwari/
>>> 107558814db2c9ed57f081b9f353536b
>>>
>>> Here is the log - https://gist.github.com/iamutkarshtiwari/
>>> 347a3f13dcfd1eeb0788dda38d95b0e4
>>>
>>> It would be helpful if someone could guide me if I am missing out
>>> something.
>>>
>>> Regards,
>>> Utkarsh Tiwari
>>>
>>>
>>> ___
>>> 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] Help with setting up sugar-build on Ubuntu 16.04

2017-11-23 Thread Utkarsh Tiwari
Hi,

Thank you Glide for your suggestion. I tried running the instructions in su
mode but still getting these issues -
https://gist.github.com/iamutkarshtiwari/84742d622a1d221bd1c814ce98baa32e

Regards,
Utkarsh Tiwari

On Thu, 23 Nov 2017 at 20:50 Glide  wrote:

> Hello there,
>
> From what i've seen in the logs and to the best of my knowledge, it seems
> you need to run as root, to gain root access, run su in your terminal.
>
> I hope this works for you.
>
> On Thu, Nov 23, 2017 at 3:56 PM, Utkarsh Tiwari <
> iamutkarshtiw...@gmail.com> wrote:
>
>> Hello everyone,
>>
>> I am trying to setup sugar-build on my fresh Ubuntu 16.04 installation. I
>> tried instructions mentioned in -
>> https://developer.sugarlabs.org/dev-environment.md.html#native%20sugar
>> but I seem to facing issues while trying to run -
>> https://gist.github.com/iamutkarshtiwari/107558814db2c9ed57f081b9f353536b
>>
>> Here is the log -
>> https://gist.github.com/iamutkarshtiwari/347a3f13dcfd1eeb0788dda38d95b0e4
>>
>> It would be helpful if someone could guide me if I am missing out
>> something.
>>
>> Regards,
>> Utkarsh Tiwari
>>
>>
>> ___
>> 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] Help with setting up sugar-build on Ubuntu 16.04

2017-11-23 Thread Glide
Hello there,

>From what i've seen in the logs and to the best of my knowledge, it seems
you need to run as root, to gain root access, run su in your terminal.

I hope this works for you.

On Thu, Nov 23, 2017 at 3:56 PM, Utkarsh Tiwari 
wrote:

> Hello everyone,
>
> I am trying to setup sugar-build on my fresh Ubuntu 16.04 installation. I
> tried instructions mentioned in - https://developer.sugarlabs.
> org/dev-environment.md.html#native%20sugar but I seem to facing issues
> while trying to run - https://gist.github.com/iamutkarshtiwari/
> 107558814db2c9ed57f081b9f353536b
>
> Here is the log - https://gist.github.com/iamutkarshtiwari/
> 347a3f13dcfd1eeb0788dda38d95b0e4
>
> It would be helpful if someone could guide me if I am missing out
> something.
>
> Regards,
> Utkarsh Tiwari
>
>
> ___
> 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


[Sugar-devel] Help with setting up sugar-build on Ubuntu 16.04

2017-11-23 Thread Utkarsh Tiwari
Hello everyone,

I am trying to setup sugar-build on my fresh Ubuntu 16.04 installation. I
tried instructions mentioned in -
https://developer.sugarlabs.org/dev-environment.md.html#native%20sugar but
I seem to facing issues while trying to run -
https://gist.github.com/iamutkarshtiwari/107558814db2c9ed57f081b9f353536b

Here is the log -
https://gist.github.com/iamutkarshtiwari/347a3f13dcfd1eeb0788dda38d95b0e4

It would be helpful if someone could guide me if I am missing out something.

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