<div dir="ltr"><br><br><div class="gmail_quote">On Sun, Sep 28, 2008 at 10:53 PM, Holger Freyther <span dir="ltr">&lt;<a href="mailto:zecke@openmoko.org">zecke@openmoko.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Sunday 28 September 2008 14:19:33 saurabh gupta wrote:<br>
<br>
&gt; &gt; You interrupted (or your machine crashed) previous fetch operations. The<br>
&gt; &gt; output of the svn command is helpful and tells you what to do, git is not<br>
&gt; &gt; as<br>
&gt; &gt; helpful and deserves a removal of the source dir.<br>
&gt;<br>
&gt; So, Exactly, can you please direct as what should I do now? Which directory<br>
&gt; I need to remove to get a successful build?<br>
<br>
</div>bitbake -cclean e-wm linux-openmoko (to remove the do_fetch stamps)<br>
<br>
and then remove the source directory and the tarball. It could look like the<br>
below or might have a different name/dir.<br>
<br>
rm -rf tmp/downloads/git/git.openmoko.org.linux*<br>
rm -rf tmp/downloads/git_git.openmoko.org.linux*<br>
rm -rf tmp/downloads/svn/svn.e....org/...<br>
rm -rf tmp/downloads/svn_...enligh*<br>
</blockquote><div><br>I removed these packages and then run &quot;make image&quot;. The setup downloaded these packages and then installed but the build failed in the end with the following error:<br><br>****************************************************<br>
</div></div>[snip]<br><br>| Configuring task-base-wifi<br>| Configuring task-boot<br>| Configuring task-distro-base<br>| Configuring task-machine-base<br>| Configuring task-openmoko-linux<br>| Configuring tinylogin<br>| Configuring tslib-conf<br>
| Configuring udev<br>| (offline root mode: not running udev.postinst)<br>| Configuring update-alternatives-cworth<br>| Configuring update-modules<br>| (offline root mode: not running update-modules.postinst)<br>| Configuring update-rc.d<br>
| Configuring usb-gadget-mode<br>| (offline root mode: not running usb-gadget-mode.postinst)<br>| Configuring usbutils<br>| Configuring util-linux-mount<br>| (offline root mode: not running util-linux-mount.postinst)<br>| Configuring util-linux-umount<br>
| (offline root mode: not running util-linux-umount.postinst)<br>| Configuring wireless-tools<br>| (offline root mode: not running wireless-tools.postinst)<br>| Configuring wpa-supplicant<br>| Configuring wpa-supplicant-passphrase<br>
| Collected errors:<br>|&nbsp; * ERROR: Cannot satisfy the following dependencies for task-openmoko-qtopia-x11:<br>| &nbsp;&nbsp;&nbsp; &nbsp;*&nbsp; libdbus-1-3 (&gt;= 1.2.1) *&nbsp; libglib-2.0-0 (&gt;= 2.16.4) *<br>|&nbsp; * ERROR: Cannot satisfy the following dependencies for task-openmoko-asu:<br>
| &nbsp;&nbsp;&nbsp; &nbsp;*&nbsp; libfreetype6 (&gt;= 2.3.6) *<br>NOTE: Task failed: /home/saurabhg/moko/build/tmp/work/om-gta02-angstrom-linux-gnueabi/openmoko-asu-image-1.0-r0/temp/log.do_rootfs.7660<br>NOTE: package openmoko-asu-image-1.0-r0: task do_rootfs: failed<br>
ERROR: TaskFailed event exception, aborting<br>NOTE: package openmoko-asu-image-1.0: failed<br>ERROR: Build of /home/saurabhg/moko/openembedded/packages/images/<a href="http://openmoko-asu-image.bb">openmoko-asu-image.bb</a> do_rootfs failed<br>
ERROR: Task 10 (/home/saurabhg/moko/openembedded/packages/images/<a href="http://openmoko-asu-image.bb">openmoko-asu-image.bb</a>, do_rootfs) failed<br>NOTE: Tasks Summary: Attempted 4702 tasks of which 4673 didn&#39;t need to be rerun and 1 failed.<br>
ERROR: &#39;/home/saurabhg/moko/openembedded/packages/images/<a href="http://openmoko-asu-image.bb">openmoko-asu-image.bb</a>&#39; failed<br>NOTE: build 200810100020: completed<br>make: *** [openmoko-asu-image] Error 1<br>
<br>**********************************<br><br>The libdbus-1-3, libglib2.0-0 and libfreetype6 are in the latest version on my ubuntu. Any suggestion for fixing this error.<br><br><br></div>