All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jim Abernathy <jfabernathy@gmail.com>
To: Darren Hart <dvhart@linux.intel.com>
Cc: yocto@yoctoproject.org
Subject: Re: nothing building under denzil-7.0.1
Date: Fri, 20 Jul 2012 21:08:24 -0400	[thread overview]
Message-ID: <500A0108.9040908@gmail.com> (raw)
In-Reply-To: <5009E3A2.9020904@linux.intel.com>

On 07/20/2012 07:02 PM, Darren Hart wrote:
> On 07/20/2012 03:12 PM, Jim Abernathy wrote:
>> git://git.yoctoproject.org/linux-yocto-3.2 could not be run:
>> None
>> ERROR: Function failed: Fetcher failure for URL:
>> 'git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=standard/default/common-pc/atom-pc,meta;name=machine,meta'.
>> Unable to fetch URL from any source.
> Can you clone this from the shell?
>
Okay, I blew away my poky and build directories, but keep my download 
central directory.

Here are the steps.

git clone git://git.yoctoproject.org/poky
cd poky
git clone git://git.yoctoproject.org/meta-intel.git
git checkout -b denzil origin/denzil
cd meta-intel
git checkout -b denzil origin/denzil
cd ..
. oe-init-build-env /build/n450-new
(edit local.conf for parallel options, machine= n450, and DL_DIR)
(edit bblayer.conf for meta-intel and meta-intel/meta-n450 layer)
bitbake core-image-sato

Error console:

NOTE: Running task 687 of 4920 (ID: 69, 
virtual:native:/home/jim/poky/meta/recipes-devtools/prelink/prelink_git.bb, 
do_unpack)
WARNING: Failed to fetch URL 
git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=standard/default/common-pc/atom-pc,meta;name=machine,meta
ERROR: Fetcher failure: Fetch command export HOME="/home/jim"; export 
SSH_AGENT_PID="1456"; export SSH_AUTH_SOCK="/tmp/keyring-aKbQKk/ssh"; 
export 
GIT_CONFIG="/build/n450-new/tmp/sysroots/x86_64-linux/etc/gitconfig"; 
export 
PATH="/build/n450-new/tmp/sysroots/x86_64-linux/usr/bin/core2-poky-linux:/build/n450-new/tmp/sysroots/n450/usr/bin/crossscripts:/build/n450-new/tmp/sysroots/x86_64-linux/usr/sbin:/build/n450-new/tmp/sysroots/x86_64-linux/usr/bin:/build/n450-new/tmp/sysroots/x86_64-linux/sbin:/build/n450-new/tmp/sysroots/x86_64-linux//bin:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/jim/poky/scripts"; 
git remote add --mirror=fetch origin 
git://git.yoctoproject.org/linux-yocto-3.2 could not be run:
None
ERROR: Function failed: Fetcher failure for URL: 
'git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=standard/default/common-pc/atom-pc,meta;name=machine,meta'. 
Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: 
/build/n450-new/tmp/work/n450-poky-linux/linux-yocto-3.2.18+git1+49f931bc294d5b6be60502bbd448cff5aa766235_1+8b8cfaaab2b8d79ac56e8c9a85bad9ae7bca399c-r1/temp/log.do_fetch.12200
NOTE: package 
linux-yocto-3.2.18+git1+49f931bc294d5b6be60502bbd448cff5aa766235_1+8b8cfaaab2b8d79ac56e8c9a85bad9ae7bca399c-r1: 
task do_fetch: Failed
ERROR: Task 705 
(/home/jim/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb, do_fetch) 
failed with exit code '1'



  reply	other threads:[~2012-07-21  1:08 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-20 20:11 nothing building under denzil-7.0.1 Jim Abernathy
2012-07-20 20:29 ` Scott Garman
2012-07-20 20:35   ` Jim Abernathy
2012-07-20 20:39     ` Tom Zanussi
2012-07-20 20:42       ` Jim Abernathy
2012-07-20 20:48         ` Tom Zanussi
2012-07-20 21:05           ` Darren Hart
2012-07-20 22:12           ` Jim Abernathy
2012-07-20 23:02             ` Darren Hart
2012-07-21  1:08               ` Jim Abernathy [this message]
2012-07-20 21:55       ` Tom Zanussi
2012-07-21  4:06         ` Tom Zanussi
2012-07-21 13:58           ` Jim Abernathy
2012-07-21 15:43             ` Jim Abernathy
2012-07-21 23:47             ` Tom Zanussi
2012-07-23 12:18               ` Jim Abernathy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=500A0108.9040908@gmail.com \
    --to=jfabernathy@gmail.com \
    --cc=dvhart@linux.intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.