This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Arago OE build problems with linux-omap-psp_2.6.32

Hello,

I've been trying to build a kernel using the arago and arago-oe-dev git repositories.  I'm trying to build it for beagleboard.

The problem occurs when bitbake is running do_fetch on the linux-omap-psp_2.6.32, which clones the master GIT repository (linux-omap3) from the arago-project.

When I run the following command, I get the following errors:

$ bitbake -D -D -D virtual/kernel

<<<< Lots of messages, then this... >>>>
DEBUG: update_data()
DEBUG: Running export HOME=/home/john; export SSH_AUTH_SOCK=/tmp/keyring-V3HRuw/ssh; export PATH=/home/john/arago/oe/arago/bin:/home/john/arago/oe/arago-oe-dev/bin:/home/john/arago/oe/arago-tmp/sysroots/i686-linux/usr/armv7a/bin:/home/john/arago/oe/arago-tmp/sysroots/i686-linux/usr/sbin:/home/john/arago/oe/arago-tmp/sysroots/i686-linux/usr/bin:/home/john/arago/oe/arago-tmp/sysroots/i686-linux/sbin:/home/john/arago/oe/arago-tmp/sysroots/i686-linux//bin:/opt/arm-2009q1/bin:/home/john/arago/oe/arago-bitbake/bin/:/home/john/arago/oe/arago-utils/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; git clone -n http://arago-project.org/git/projects/linux-omap3.git /home/john/arago/oe/downloads/git/arago-project.org.git.projects.linux-omap3.git
DEBUG: Zero size logfile /home/john/arago/oe/arago-tmp/work/beagleboard-none-linux-gnueabi/linux-omap-psp-2.6.32-r95a+gitr5fc29e7b2a76a64a739f857858ef0b98294aa155/temp/log.base_do_fetch.8786, removing
DEBUG: Zero size logfile /home/john/arago/oe/arago-tmp/work/beagleboard-none-linux-gnueabi/linux-omap-psp-2.6.32-r95a+gitr5fc29e7b2a76a64a739f857858ef0b98294aa155/temp/log.do_fetch.8786, removing
NOTE: Task failed: Unknown fetch Error: [Errno 2] No such file or directory: '/home/john/arago/oe/downloads/git/arago-project.org.git.projects.linux-omap3.git'
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/john/arago/oe/arago-oe-dev/recipes/linux/linux-omap-psp_2.6.32.bb do_fetch failed
ERROR: Task 9 (/home/john/arago/oe/arago-oe-dev/recipes/linux/linux-omap-psp_2.6.32.bb, do_fetch) failed with exit code 1
ERROR: '/home/john/arago/oe/arago-oe-dev/recipes/linux/linux-omap-psp_2.6.32.bb' failed
ERROR: '/home/john/arago/oe/arago-oe-dev/recipes/linux/linux-omap-psp_2.6.32.bb' failed

Think that the issue was with the "git clone" operation, I tested to see if I could go ahead and clone the repository by running the same command.  I know that I should not have a proxy problem because I've had no issues cloning other repositories.  I don't use a proxy in any case.

Here's what I've done to make sure that the git clone command works (at least outside of bitbake/OE):

john@sandbox-vm:oe$ git clone -n http://arago-project.org/git/projects/linux-omap3.git /home/john/arago/oe/downloads/git/arago-project.org.git.projects.linux-omap3.git

This works successfully.  It creates a copy of the repository in ./downloads/git/arago-project.org.git.projects.linux-omap3.git.  I can then run other operations on that repository.

Why would this operation not work within bitbake?  After running this command outside of bitbake, it successfully makes it past the git clone step, but other git operations fail.

Thanks for any help.

John