<div dir="ltr">On 31 August 2013 17:53, Daniel Drake <span dir="ltr"><<a href="mailto:dsd@laptop.org" target="_blank">dsd@laptop.org</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
Trying to use sugar-build for the first time in a while on F19. I want<br>
to avoid creating a F19 chroot inside a F19 install.<br>
<br>
prefs.json is:<br>
{"use_broot": false, "use_chroot": false}<br>
<br></blockquote><div><br></div><div>Only use_broot is necessary, use_chroot was a typo in the docs which I fixed.<br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

./osbuild clean<br>
git clean -fdx<br>
git pull<br>
./osbuild shell<br>
<br>
Last command fails with:<br>
Traceback (most recent call last):<br>
  File "/home/dsd/projects/sugar-build/build/commands/broot/shell",<br>
line 4, in <module><br>
    common.run("shell")<br>
  File "/home/dsd/projects/sugar-build/build/commands/common.py", line<br>
77, in run<br>
    if not getattr(main, "cmd_%s" % command)():<br>
  File "/home/dsd/projects/sugar-build/build/out/sandbox/install/lib/python2.7/site-packages/osbuild/main.py",<br>
line 78, in cmd_shell<br>
    shell.start()<br>
  File "/home/dsd/projects/sugar-build/build/out/sandbox/install/lib/python2.7/site-packages/osbuild/shell.py",<br>
line 35, in start<br>
    with open(bashrc_path, "w") as f:<br>
IOError: [Errno 2] No such file or directory:<br>
'/home/dsd/projects/sugar-build/build/out/install/etc/bashrc'<br></blockquote><div><br></div><div>Should be fixed now. (You need to osbuild pull to get the fix). <br></div></div></div></div>