Angstrom fails to fetch u-boot

Vinicius Kamakura
Hi, I am trying to compile a whole new Angstrom and it is failing in the
fetch of u-boot, see below

NOTE: Running task 1549 of 2679 (ID: 136,
/home/vk/OE/openembedded/recipes/u-boot/u-boot_git.bb, do_fetch)
NOTE: fetch
http://www.angstrom-distribution.org/unstable/sources/git_repo.or.cz.u-b...
--2010-03-10 06:21:50-- 
http://www.angstrom-distribution.org/unstable/sources/git_repo.or.cz.u-b...
Resolving www.angstrom-distribution.org... 188.40.83.200
Connecting to www.angstrom-distribution.org|188.40.83.200|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2010-03-10 06:21:51 ERROR 404: Not Found.

Initialized empty Git repository in
/home/vk/OE/sources/git/repo.or.cz.u-boot-openmoko.mini2440.git/.git/
fatal: pack has bad object at offset 23843559: inflate returned -3
fatal: index-pack failed
fatal: write error (Broken pipe)
NOTE: Task failed: Fetch failed: Fetch command export
SSH_AUTH_SOCK=/tmp/keyring-A3wqLG/socket.ssh; export
PATH=/home/vk/OE/tmp/staging/i686-linux/usr/bin/mini2440-angstrom-linux-gnueabi:
/home/vk/OE/tmp/staging/i686-linux/usr/bin/armv4t-angstrom-linux-gnueabi:/home/v
k/OE/tmp/staging/i686-linux/usr/sbin:/home/vk/OE/tmp/staging/i686-linux/usr/bin:
/home/vk/OE/tmp/cross/armv4t/bin:/home/vk/OE/tmp/staging/i686-linux/sbin:/home/v
k/OE/tmp/staging/i686-linux/bin:/home/vk/OE/openembedded/bitbake/bin:/usr/local/
sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games;
git clone -n git://repo.or.cz/u-boot-openmoko/mini2440.git
/home/vk/OE/sources/git/repo.or.cz.u-boot-openmoko.mini2440.git failed with
signal 128, output:
Initialized empty Git repository in
/home/vk/OE/sources/git/repo.or.cz.u-boot-openmoko.mini2440.git/.git/
fatal: pack has bad object at offset 23843559: inflate returned -3
fatal: index-pack failed
fatal: write error (Broken pipe)

ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/vk/OE/openembedded/recipes/u-boot/u-boot_git.bb
do_fetch failed
ERROR: Task 136 (/home/vk/OE/openembedded/recipes/u-boot/u-boot_git.bb,
do_fetch) failed
NOTE: Tasks Summary: Attempted 1548 tasks of which 1548 didn't need to be
rerun and 1 failed.
ERROR: '/home/vk/OE/openembedded/recipes/u-boot/u-boot_git.bb' failed

any ideas on how to fix this?
I am new to bitbake and Angstrom and it is quite confusing for me why it is
trying to wget
http://www.angstrom-distribution.org/unstable/sources/git_repo.or.cz.u-b...
instead of cloning the git repository.

regards,
hex

Vincius Kamakura
I added the -k option to bitbake, so it would keep going and
downloading/compiling everything else. At the end of the tasks, bitbake
didnt build my rootfs... i guess it is because building u-boot failed and
the rootfs depends on uboot?

anyway, ill dig into learning how to make/fix recipes to see if i can get
everything working again