Thanks again Rob for your Makefile. <br><br>Let me use this thread to write you about 2 problems I have encountered with your script on my Ubuntu:<br><br>- in the process of installing and compiling script tried to run git which wasn&#39;t included in my system. I got some text that git is no longer called &#39;git&#39; in debian. After issuing following commands everything works fine:
<br><br>sudo&nbsp; apt-get install git-core cogito <br>sudo update-alternatives --config git<br><br>(press 2 to choose git)<br><br>-&nbsp; second problem<br><br>NOTE: package js-1.5: started<br>NOTE: package js-1.5-r0: task do_fetch: started
<br>NOTE: fetch <a href="http://ftp.mozilla.org/pub/mozilla.org/js/js-1.5.tar.gz">http://ftp.mozilla.org/pub/mozilla.org/js/js-1.5.tar.gz</a><br>--10:02:58--&nbsp; <a href="http://ftp.mozilla.org/pub/mozilla.org/js/js-1.5.tar.gz">
http://ftp.mozilla.org/pub/mozilla.org/js/js-1.5.tar.gz</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&gt; `/home/cayco/Download/moko/sources/js-1.5.tar.gz&#39;<br>Translacja ftp.mozilla.org... <a href="http://63.245.208.138">63.245.208.138</a><br>
Łączenie się z ftp.mozilla.org|63.245.208.138|:80... połączono.<br>Żądanie HTTP wysłano, oczekiwanie na odpowiedź... 404 Not Found<br>10:02:59 BŁĄD 404: Not Found.<br><br>NOTE: Task failed: Fetch failed: <a href="http://ftp.mozilla.org/pub/mozilla.org/js/js-1.5.tar.gz">
http://ftp.mozilla.org/pub/mozilla.org/js/js-1.5.tar.gz</a><br>NOTE: package js-1.5-r0: task do_fetch: failed<br>ERROR: TaskFailed event exception, aborting<br>NOTE: package js-1.5: failed<br>ERROR: Build of openmoko-devel-image failed
<br>make: *** [openmoko-devel-image] Błąd 1<br><br><br>Besides some polish text in here you can see that there is 404 error on js-1.5.tar.gz - it is simply not there.<br><br>To repair that I manually downloaded <a href="http://ftp.mozilla.org/pub/mozilla.org/js/older-packages/js-1.5.tar.gz">
http://ftp.mozilla.org/pub/mozilla.org/js/older-packages/js-1.5.tar.gz</a> and copied it to sources/ folder (in directory where I executed make). It looks like it helped.<br><br>Consider changing path to that js lib in your Makefile.
<br><br>cheers <br><br>cayco<br>