Re: [Sugar-devel] sugar-build won't start

2013-09-27 Thread Manuel QuiƱones
Today I tried a fresh install of Fedora 19 with this in the prefs.json file: { use_broot: false } Got this error: [manuq@localhost sugar-build]$ ./osbuild build = Building = * Building automake Traceback (most recent call last): File

Re: [Sugar-devel] sugar-build won't start

2013-09-27 Thread Daniel Narvaez
I pushed an untested fix (not on F19 anymore so I can't test here...). Can you try with a clean clone and see if it helps? On 27 September 2013 18:48, Manuel QuiƱones ma...@laptop.org wrote: Today I tried a fresh install of Fedora 19 with this in the prefs.json file: { use_broot: false

Re: [Sugar-devel] sugar-build won't start

2013-09-02 Thread Daniel Narvaez
On 31 August 2013 17:53, Daniel Drake d...@laptop.org wrote: Hi, Trying to use sugar-build for the first time in a while on F19. I want to avoid creating a F19 chroot inside a F19 install. prefs.json is: {use_broot: false, use_chroot: false} Only use_broot is necessary, use_chroot was a

Re: [Sugar-devel] sugar-build won't start

2013-09-02 Thread Daniel Narvaez
I fixed another bug in the build without chroot, to get the fix you will need git pull ./osbuild pull On 2 September 2013 12:33, Daniel Narvaez dwnarv...@gmail.com wrote: On 31 August 2013 17:53, Daniel Drake d...@laptop.org wrote: Hi, Trying to use sugar-build for the first time in a

Re: [Sugar-devel] sugar-build won't start

2013-09-01 Thread Daniel Narvaez
Try to create that directory manually mkdir -p /home/dsd/projects/sugar-build/build/out/install/etc/ The code should do it of course, I will fix it later tonight or tomorrow. On Saturday, 31 August 2013, Daniel Drake wrote: Hi, Trying to use sugar-build for the first time in a while on F19.

[Sugar-devel] sugar-build won't start

2013-08-31 Thread Daniel Drake
Hi, Trying to use sugar-build for the first time in a while on F19. I want to avoid creating a F19 chroot inside a F19 install. prefs.json is: {use_broot: false, use_chroot: false} ./osbuild clean git clean -fdx git pull ./osbuild shell Last command fails with: Traceback (most recent call