u-boot_git.bb do fetch error.

hi.

I bitbake console image, and got an error. It seems that u-boot_git.bb file cause this error. is that the git url something wrong?

and how to fix it?

NOTE: package u-boot-2008.10+r22+gitb7038cff739684bb95853eb5bee924c2574a222e-r22: task do_fetch: started
From git://www.sakoman.net/git/u-boot-omap3

  • branch omap3-dev → FETCH_HEAD
    NOTE: Creating tarball of git repository
    fatal: failed to unpack tree object b7038cff739684bb95853eb5bee924c2574a222e
    NOTE: Task failed: Fetch failed: Fetch command export SSH_AUTH_SOCK=/tmp/keyring-9Fd4Re/ssh; export PATH=/home/favor/oe/build/oetmp/staging/i686-linux/usr/bin/beagleboard-angstrom-linux-gnueabi:/home/favor/oe/build/oetmp/staging/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi:/home/favor/oe/build/oetmp/staging/i686-linux/usr/sbin:/home/favor/oe/build/oetmp/staging/i686-linux/usr/bin:/home/favor/oe/build/oetmp/cross/armv7a/bin:/home/favor/oe/build/oetmp/staging/i686-linux/sbin:/home/favor/oe/build/oetmp/staging/i686-linux/bin:/home/favor/oe/bitbake/bin:/usr/local/Trolltech/Qt-4.4.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/local/java/jdk1.6.0_06/bin; git read-tree b7038cff739684bb95853eb5bee924c2574a222e failed with signal 128, output:
    fatal: failed to unpack tree object b7038cff739684bb95853eb5bee924c2574a222e

NOTE: package u-boot-2008.10+r22+gitb7038cff739684bb95853eb5bee924c2574a222e-r22: task do_fetch: failed
ERROR: TaskFailed event exception, aborting
NOTE: package u-boot-2008.10+r22+gitb7038cff739684bb95853eb5bee924c2574a222e: failed
ERROR: Build of /home/favor/oe/openembedded/packages/u-boot/u-boot_git.bb do_fetch failed
ERROR: Task 110 (/home/favor/oe/openembedded/packages/u-boot/u-boot_git.bb, do_fetch) failed
NOTE: Tasks Summary: Attempted 1333 tasks of which 1329 didn’t need to be rerun and 1 failed.
ERROR: ‘/home/favor/oe/openembedded/packages/u-boot/u-boot_git.bb’ failed
NOTE: build 200902092234: completed

thanks

hi.

hasn’t someone meet the same problem? I think this is the error with the u-boot_git.bb file. please help me to fix it ?

NOTE: Running task 1334 of 2224 (ID: 111, /home/favor/oe/openembedded/packages/u-boot/u-boot_git.bb, do_fetch)
NOTE: package u-boot-2008.10+r22+gitrb7038cff739684bb95853eb5bee924c2574a222e: started
NOTE: package u-boot-2008.10+r22+gitrb7038cff739684bb95853eb5bee924c2574a222e-r22: task do_fetch: started
From git://www.sakoman.net/git/u-boot-omap3

  • branch omap3-dev → FETCH_HEAD
    NOTE: Creating tarball of git repository
    fatal: failed to unpack tree object b7038cff739684bb95853eb5bee924c2574a222e
    NOTE: Task failed: Fetch failed: Fetch command export SSH_AUTH_SOCK=/tmp/keyring-HznLmK/ssh; export PATH=/home/favor/oe/build/oetmp/staging/i686-linux/usr/bin/beagleboard-angstrom-linux-gnueabi:/home/favor/oe/build/oetmp/staging/i686-linux/usr/bin/armv7a-angstrom-linux-gnueabi:/home/favor/oe/build/oetmp/staging/i686-linux/usr/sbin:/home/favor/oe/build/oetmp/staging/i686-linux/usr/bin:/home/favor/oe/build/oetmp/cross/armv7a/bin:/home/favor/oe/build/oetmp/staging/i686-linux/sbin:/home/favor/oe/build/oetmp/staging/i686-linux/bin:/home/favor/oe/bitbake/bin:/usr/local/Trolltech/Qt-4.4.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/local/java/jdk1.6.0_06/bin; git read-tree b7038cff739684bb95853eb5bee924c2574a222e failed with signal 128, output:
    fatal: failed to unpack tree object b7038cff739684bb95853eb5bee924c2574a222e

NOTE: package u-boot-2008.10+r22+gitrb7038cff739684bb95853eb5bee924c2574a222e-r22: task do_fetch: failed
ERROR: TaskFailed event exception, aborting
NOTE: package u-boot-2008.10+r22+gitrb7038cff739684bb95853eb5bee924c2574a222e: failed
ERROR: Build of /home/favor/oe/openembedded/packages/u-boot/u-boot_git.bb do_fetch failed
ERROR: Task 111 (/home/favor/oe/openembedded/packages/u-boot/u-boot_git.bb, do_fetch) failed
NOTE: Tasks Summary: Attempted 1333 tasks of which 1328 didn’t need to be rerun and 1 failed.
ERROR: ‘/home/favor/oe/openembedded/packages/u-boot/u-boot_git.bb’ failed
NOTE: build 200902102231: completed

hi.

I solved this by the following steps:

   1) enter into the oe download source directory and delete the
*git* tar file or relation directories.

              rm -rf $DL_DIR/*git*
       maybe these files messed up the git repo in such a way the new
bitbake can not cope with it.

   2)mybe this is not necessary, mabe it's a extra step. but I don't
sure which step had done this.
           update you git software.

that's all I did to solve this issue.

thanks

I meet this error now. trying to solve.