Re: [Sugar-devel] F18.. go sugar-build, go!

2013-04-06 Thread Cornelio
Manuel Quiñones manuq at laptop.org writes: I installed Fedora 18 last night, and I have to say I like sugar-build more and more. With just this steps in a clean F18 you get Sugar running and ready to hack each part of it: Kudos Daniel Narvaez! sudo yum install git git clone

Re: [Sugar-devel] F18.. go sugar-build, go!

2013-04-06 Thread Daniel Narvaez
Hmm, I suppose it's really audit-2.2.1-2. Try sudo yum update and then make run again. On 6 April 2013 04:59, Cornelio cornelio.hopm...@gmail.com wrote: Manuel Quiñones manuq at laptop.org writes: I installed Fedora 18 last night, and I have to say I like sugar-build more and more.

Re: [Sugar-devel] F18.. go sugar-build, go!

2013-01-20 Thread Bastien
Hi Daniel, S. Daniel Francis fran...@sugarlabs.org writes: Just patch all Sugar components to use #!/usr/bin/env python2.7? thanks for the tip, but it does not work. That would be the first step, then I would follow the Sugar Docs procedure to support Arch. Currently, I have installed

Re: [Sugar-devel] F18.. go sugar-build, go!

2013-01-19 Thread Daniel Narvaez
Really glad that it's working well, thanks! It's pretty cool that I could add working F18 support just trusting the tests, I've never run it myself :) On Friday, 18 January 2013, Manuel Quiñones wrote: I installed Fedora 18 last night, and I have to say I like sugar-build more and more. With

Re: [Sugar-devel] F18.. go sugar-build, go!

2013-01-19 Thread Bastien
Hi all, Manuel Quiñones ma...@laptop.org writes: I installed Fedora 18 last night, and I have to say I like sugar-build more and more. With just this steps in a clean F18 you get Sugar running and ready to hack each part of it: Kudos Daniel Narvaez! sudo yum install git git clone

Re: [Sugar-devel] F18.. go sugar-build, go!

2013-01-19 Thread Daniel Narvaez
On Saturday, 19 January 2013, Bastien wrote: Looks quite straightforward -- is it supposed to work for other distros than Fedora? I'm using ArchLinux and it fails with this error: [guerry@bzg sugar-build]$ make build /home/guerry/install/git/sugar-build/commands/build Traceback (most

Re: [Sugar-devel] F18.. go sugar-build, go!

2013-01-19 Thread Bastien
Daniel Narvaez dwnarv...@gmail.com writes: the list of currently supported distros is here: http://shell.sugarlabs.org/~buildbot/docs/build.html#getting-started I see, thanks. I was actually planning to add ArchLinux but it looks like it might not be possible until sugar supports python 3

Re: [Sugar-devel] F18.. go sugar-build, go!

2013-01-19 Thread S. Daniel Francis
2013/1/19 Bastien b...@laptop.org: I have both python 3.3.0 and python 2.7.3 on my system, I can easily use #!/usr/bin/env python2 if that's the main blocker. Just patch all Sugar components to use #!/usr/bin/env python2.7? That would be the first step, then I would follow the Sugar Docs

[Sugar-devel] F18.. go sugar-build, go!

2013-01-18 Thread Manuel Quiñones
I installed Fedora 18 last night, and I have to say I like sugar-build more and more. With just this steps in a clean F18 you get Sugar running and ready to hack each part of it: Kudos Daniel Narvaez! sudo yum install git git clone git://git.sugarlabs.org/sugar-build/sugar-build cd sugar-build

Re: [Sugar-devel] F18.. go sugar-build, go!

2013-01-18 Thread Simon Schampijer
On 01/18/2013 03:56 PM, Manuel Quiñones wrote: I installed Fedora 18 last night, and I have to say I like sugar-build more and more. With just this steps in a clean F18 you get Sugar running and ready to hack each part of it: Kudos Daniel Narvaez! sudo yum install git git clone

Re: [Sugar-devel] F18.. go sugar-build, go!

2013-01-18 Thread Anish Mangal
On Friday 18 January 2013 09:56 AM, Manuel Quiñones wrote: I installed Fedora 18 last night, and I have to say I like sugar-build more and more. With just this steps in a clean F18 you get Sugar running and ready to hack each part of it: Kudos Daniel Narvaez! sudo yum install git git clone