<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I get the same error.. but after a "deep clean" it pass the node build..<div>"deep clean":</div><div><br></div><div>git clean -xdf</div><div>git reset --hard</div><div>./osbuild clean</div><div><br></div><div>But it gives me another error:</div><div><br></div><div><div>Exception in thread Thread-57:</div><div>Traceback (most recent call last):</div><div>  File "/usr/lib/python2.7/threading.py", line 808, in __bootstrap_inner</div><div>    self.run()</div><div>  File "/usr/lib/python2.7/threading.py", line 761, in run</div><div>    self.__target(*self.__args, **self.__kwargs)</div><div>  File "/home/alan/Documentos/GIT/sugar-build/sugar-build/build/out/sandbox/install/local/lib/python2.7/site-packages/plog/__init__.py", line 57, in _queue_logger</div><div>    decoded_line = line.decode("utf-8")</div><div>  File "/home/alan/Documentos/GIT/sugar-build/sugar-build/build/out/sandbox/install/lib/python2.7/encodings/utf_8.py", line 16, in decode</div><div>    return codecs.utf_8_decode(input, errors, True)</div><div>UnicodeDecodeError: 'utf8' codec can't decode bytes in position 70-71: invalid continuation byte</div></div><div><br></div><div>Regards!</div><div><br></div><div>Alan</div><div><br><br><div><hr id="stopSpelling">Date: Tue, 18 Jun 2013 14:05:32 +0530<br>From: suraj.gillespie@gmail.com<br>To: sugar-devel@lists.sugarlabs.org<br>CC: dwnarvaez@gmail.com<br>Subject: [Sugar-devel] Sugar build break<br><br><div dir="ltr">Everything seemed to be working fine yesterday.<br><br>But today morning when i try to run I get this,<div><br></div><div><pre><font color="#000000"><span style="white-space:pre-wrap;">[osbuild sugar-build]$ run

= Building =

* Cleaning webkitgtk
* Building node

Command failed: make install

make -C out BUILDTYPE=Release V=1
make[1]: Entering directory `/home/suraj/sugar-build/node/out'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/suraj/sugar-build/node/out'
ln -fs out/Release/node node
/usr/bin/python tools/install.py install 
Traceback (most recent call last):
installing /usr/local/bin/node
  File "tools/install.py", line 156, in <module>
    run(sys.argv[:])
  File "tools/install.py", line 151, in run
    if cmd == 'install': return files(install)
  File "tools/install.py", line 122, in files
    action(['out/Release/node'], 'bin/node')
  File "tools/install.py", line 79, in install
    def install(paths, dst): map(lambda path: try_copy(path, dst), paths)
  File "tools/install.py", line 79, in <lambda>
    def install(paths, dst): map(lambda path: try_copy(path, dst), paths)
  File "tools/install.py", line 71, in try_copy
    return shutil.copy2(source_path, target_path)
  File "/usr/lib/python2.7/shutil.py", line 130, in copy2
    copyfile(src, dst)
  File "/usr/lib/python2.7/shutil.py", line 83, in copyfile
    with open(dst, 'wb') as fdst:
IOError: [Errno 13] Permission denied: '/usr/local/bin/node'
make: *** [install] Error 1</span></font><span style="color:rgb(0,0,0);white-space:pre-wrap;">
</span></pre></div><div><br></div><div><br></div></div>
<br>_______________________________________________
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel</div></div>                                           </div></body>
</html>