All of lore.kernel.org
 help / color / mirror / Atom feed
* build fails if poky-extras added to bblayers.conf
@ 2011-09-07 23:19 Bodke, Kishore K
  2011-09-07 23:29 ` Tom Zanussi
  0 siblings, 1 reply; 3+ messages in thread
From: Bodke, Kishore K @ 2011-09-07 23:19 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 2079 bytes --]

Hi All,

We get a strange build error all of sudden today.  We did not change any files, just started a fresh build and it failed at the very beginning.

If I remove poky-extras/meta-kernel-dev the build works fine though.

Below is the error message.  Could any one let me know what could be the issue?

Pseudo is not present but is required, building this first before the main build
ERROR: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure for URL: 'None'. Fetch command export HOME="/home/kishore"; export SSH_AGENT_PID="1692"; export SSH_AUTH_SOCK="/tmp/keyring-EQAQTf/ssh"; export no_proxy="localhost,127.0.0.0/8,*.local"; export https_proxy="https://proxy.sc.intel.com:911/"; export ftp_proxy="http://proxy.sc.intel.com:911/"; export http_proxy="http://proxy.sc.intel.com:911/"; export GIT_CONFIG="/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/x86_64-linux/usr/etc/gitconfig"; export GIT_PROXY_COMMAND="/usr/local/bin/git-proxy"; export PATH="/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/x86_64-linux/usr/bin/x86_64-poky-linux:/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/crystalforest/usr/bin/crossscripts:/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/x86_64-linux/usr/sbin:/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/x86_64-linux/usr/bin:/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/x86_64-linux/sbin:/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/x86_64-linux//bin:/usr/local/src/crf/yocto/bitbake/bin/:/usr/local/src/crf/yocto/scripts:/usr/local/src/crf/yocto/bitbake/bin/:/usr/local/src/crf/yocto/scripts:/usr/local/src/crf/yocto/bitbake/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/src/crf/yocto/scripts"; git ls-remote git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git master failed with signal 128, output:
nc: read failed (0/10): Broken pipe
fatal: The remote end hung up unexpectedly

ERROR: Command execution failed: Exited with 1

Thanks
Kishore.

[-- Attachment #2: Type: text/html, Size: 5604 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: build fails if poky-extras added to bblayers.conf
  2011-09-07 23:19 build fails if poky-extras added to bblayers.conf Bodke, Kishore K
@ 2011-09-07 23:29 ` Tom Zanussi
  2011-09-08  0:17   ` Bodke, Kishore K
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Zanussi @ 2011-09-07 23:29 UTC (permalink / raw)
  To: Bodke, Kishore K; +Cc: yocto

On Wed, 2011-09-07 at 16:19 -0700, Bodke, Kishore K wrote:
> Hi All,
> 
>  
> 
> We get a strange build error all of sudden today.  We did not change
> any files, just started a fresh build and it failed at the very
> beginning.  
> 
>  
> 
> If I remove poky-extras/meta-kernel-dev the build works fine though.
> 
>  
> 
> Below is the error message.  Could any one let me know what could be
> the issue?
> 

Try removing or renaming linux-korg.bb to something without .bb on the
end.  Looks like it's timing out trying to resolve the git.kernel.org
address.

Tom

>  
> 
> Pseudo is not present but is required, building this first before the
> main build
> 
> ERROR: Failure expanding variable SRCPV, expression was
> ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError:
> Fetcher failure for URL: 'None'. Fetch command export
> HOME="/home/kishore"; export SSH_AGENT_PID="1692"; export
> SSH_AUTH_SOCK="/tmp/keyring-EQAQTf/ssh"; export
> no_proxy="localhost,127.0.0.0/8,*.local"; export
> https_proxy="https://proxy.sc.intel.com:911/"; export
> ftp_proxy="http://proxy.sc.intel.com:911/"; export
> http_proxy="http://proxy.sc.intel.com:911/"; export
> GIT_CONFIG="/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/x86_64-linux/usr/etc/gitconfig"; export GIT_PROXY_COMMAND="/usr/local/bin/git-proxy"; export PATH="/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/x86_64-linux/usr/bin/x86_64-poky-linux:/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/crystalforest/usr/bin/crossscripts:/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/x86_64-linux/usr/sbin:/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/x86_64-linux/usr/bin:/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/x86_64-linux/sbin:/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/x86_64-linux//bin:/usr/local/src/crf/yocto/bitbake/bin/:/usr/local/src/crf/yocto/scripts:/usr/local/src/crf/yocto/bitbake/bin/:/usr/local/src/crf/yocto/scripts:/usr/local/src/crf/yocto/bitbake/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/src/crf/yocto/scripts"; git ls-remote git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git master failed with signal 128, output:
> 
> nc: read failed (0/10): Broken pipe
> 
> fatal: The remote end hung up unexpectedly
> 
>  
> 
> ERROR: Command execution failed: Exited with 1
> 
>  
> 
> Thanks
> 
> Kishore.
> 
> 




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: build fails if poky-extras added to bblayers.conf
  2011-09-07 23:29 ` Tom Zanussi
@ 2011-09-08  0:17   ` Bodke, Kishore K
  0 siblings, 0 replies; 3+ messages in thread
From: Bodke, Kishore K @ 2011-09-08  0:17 UTC (permalink / raw)
  To: Zanussi, Tom; +Cc: yocto

Yeah. After removing the linux-korg.bb build started working.

Thanks
Kishore.

-----Original Message-----
From: Zanussi, Tom 
Sent: Wednesday, September 07, 2011 4:29 PM
To: Bodke, Kishore K
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] build fails if poky-extras added to bblayers.conf

On Wed, 2011-09-07 at 16:19 -0700, Bodke, Kishore K wrote:
> Hi All,
> 
>  
> 
> We get a strange build error all of sudden today.  We did not change
> any files, just started a fresh build and it failed at the very
> beginning.  
> 
>  
> 
> If I remove poky-extras/meta-kernel-dev the build works fine though.
> 
>  
> 
> Below is the error message.  Could any one let me know what could be
> the issue?
> 

Try removing or renaming linux-korg.bb to something without .bb on the
end.  Looks like it's timing out trying to resolve the git.kernel.org
address.

Tom

>  
> 
> Pseudo is not present but is required, building this first before the
> main build
> 
> ERROR: Failure expanding variable SRCPV, expression was
> ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError:
> Fetcher failure for URL: 'None'. Fetch command export
> HOME="/home/kishore"; export SSH_AGENT_PID="1692"; export
> SSH_AUTH_SOCK="/tmp/keyring-EQAQTf/ssh"; export
> no_proxy="localhost,127.0.0.0/8,*.local"; export
> https_proxy="https://proxy.sc.intel.com:911/"; export
> ftp_proxy="http://proxy.sc.intel.com:911/"; export
> http_proxy="http://proxy.sc.intel.com:911/"; export
> GIT_CONFIG="/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/x86_64-linux/usr/etc/gitconfig"; export GIT_PROXY_COMMAND="/usr/local/bin/git-proxy"; export PATH="/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/x86_64-linux/usr/bin/x86_64-poky-linux:/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/crystalforest/usr/bin/crossscripts:/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/x86_64-linux/usr/sbin:/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/x86_64-linux/usr/bin:/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/x86_64-linux/sbin:/usr/local/src/crf/yocto/buildcrfrtqat4/tmp/sysroots/x86_64-linux//bin:/usr/local/src/crf/yocto/bitbake/bin/:/usr/local/src/crf/yocto/scripts:/usr/local/src/crf/yocto/bitbake/bin/:/usr/local/src/crf/yocto/scripts:/usr/local/src/crf/yocto/bitbake/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/src/crf/yocto/scripts"; git ls-remote git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git master failed with signal 128, output:
> 
> nc: read failed (0/10): Broken pipe
> 
> fatal: The remote end hung up unexpectedly
> 
>  
> 
> ERROR: Command execution failed: Exited with 1
> 
>  
> 
> Thanks
> 
> Kishore.
> 
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-08  0:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-07 23:19 build fails if poky-extras added to bblayers.conf Bodke, Kishore K
2011-09-07 23:29 ` Tom Zanussi
2011-09-08  0:17   ` Bodke, Kishore K

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.