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 wrote: > Manuel Quiñones 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 c

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

2013-04-06 Thread Cornelio
Manuel Quiñones 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 git://git.s

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

2013-01-20 Thread Bastien
Hi Daniel, "S. Daniel Francis" 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 Ubuntu in a disk

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

2013-01-19 Thread S. Daniel Francis
2013/1/19 Bastien : > 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 procedure to suppor

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

2013-01-19 Thread Bastien
Daniel Narvaez 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 (?) > > http://

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 (

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

2013-01-19 Thread Bastien
Hi all, Manuel Quiñones 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 git://git.sugarlab

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. Wit

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

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 git://git.sugar

[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 m