One more followup on MokoMakefile: <br><br>If wget process is interrupted while retrieving the &#39;OE.mtn.bz2&#39; file, when you restart wget will not overwrite the old partial mtn file - instead it creates a new one named &#39;
OE.mtn.bz2.1&#39;.&nbsp; The problem being that the bunzip command will attempt to uncompress the old partial file.<br><br>It might make sense to use &#39;wget --no-clobber&#39; (badly named, but essentially suppresses creation of new versions) with all wget calls.
<br><br><br>Osborne<br><br><div><span class="gmail_quote">On 2/16/07, <b class="gmail_sendername">Osborne Hardison</b> &lt;<a href="mailto:hardisun@gmail.com">hardisun@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Rod,<br>
<br>
I just wanted to drop a line of thanks for your MokoMakefile.&nbsp; It&#39;s a great idea, elegantly constructed, and really simplifies the build process.<br>
<br>
The only problem I have observed so far involved retrieving bitbake from the site in Germany:<br>
<blockquote>
    <tt><font size="2">[ -e bitbake ] || \</font></tt><br>
    <tt><font size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ( svn co svn://svn.berlios.de/bitbake/branches/bitbake-1.6 bitbake )</font></tt><br>
    <br>
    <tt><font size="2">svn: Can&#39;t connect to host &#39;<a href="http://svn.berlios.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">svn.berlios.de</a>&#39;</font></tt><br>
    <tt><font size="2">make: *** [bitbake/bin/bitbake] Error 1</font></tt><br>
</blockquote>
I was able to ping <a href="http://svn.berlios.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">svn.berlios.de</a>, so maybe their svn is down?&nbsp; I did already had bitbake v1.7.2 locally, so I just created a soft link to move things along.&nbsp; Does svn allow for more feedback on it&#39;s connection process through a command line switch?
<br>
<br><br>Osborne<br>
<br>
<br>
On Fri, 2007-02-16 at 13:25 +1030, Rod Whitby wrote:
<blockquote type="CITE">
<pre><font color="#000000">I have created &quot;MokoMakefile&quot; - a fully automated way of setting up an</font><br><font color="#000000">OpenMoko development environment.</font><br>[...]<br></pre>
</blockquote>
<br>
</blockquote></div><br>