All of lore.kernel.org
 help / color / mirror / Atom feed
* glibc fetcher failure issue in poky dunfell
@ 2021-01-19  6:41 Jyothi-k
  2021-01-19 19:05 ` [oe] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Jyothi-k @ 2021-01-19  6:41 UTC (permalink / raw)
  To: openembedded-devel

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

Hello all,

I am using poky (dunfell) for my development and recently during my automated builds am getting the below error in recipe poky/meta/recipes-core/glibc/glibc_2.31.bb. Kindly provide your inputs to resolve the issue.

ERROR: glibc-2.31+gitAUTOINC+df31c7ca92-r0 do_fetch: Network access disabled through BB_NO_NETWORK (or set indirectly due to use of BB_FETCH_PREMIRRORONLY) but access requested with command LANG=C git -c core.fsyncobjectfiles=0 fetch -f --progress "git://sourceware.org/git/glibc.git" refs/*:refs/* (for url git://sourceware.org/git/glibc.git;branch=release/2.31/master;name=glibc)

DEBUG: Mirror fetch failure for url http://downloads.yoctoproject.org/mirror/sources/git2_sourceware.org.git.glibc.git.tar.gz (original url: git://sourceware.org/git/glibc.git;branch=release/2.31/master;name=glibc)
DEBUG: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; unset _PYTHON_SYSCONFIGDATA_NAME;   LANG=C git -c core.fsyncobjectfiles=0 fetch -f --progress "git://sourceware.org/git/glibc.git" refs/*:refs/* failed with exit code 128, output:
fatal: unable to connect to sourceware.org:
sourceware.org[0: 8.43.85.97]: errno=Connection timed out
sourceware.org[1: 2620:52:3:1:0:246e:9693:128c]: errno=Cannot assign requested address

Note : Same issue occurs for *cross-localedef-native-2.31 recipe*

Thanks,
Jyothi

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

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

* Re: [oe] glibc fetcher failure issue in poky dunfell
  2021-01-19  6:41 glibc fetcher failure issue in poky dunfell Jyothi-k
@ 2021-01-19 19:05 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2021-01-19 19:05 UTC (permalink / raw)
  To: Jyothi-k, openembedded-devel

it seems you are setting BB_NO_NETWORK which means all your downloads/ 
directory should be already populated. If this is not the case then 
perhaps check if you have to undo setting BB_NO_NETWORK

On 1/18/21 10:41 PM, Jyothi-k wrote:
> Hello all,
> 
> I am using poky (dunfell) for my development and recently during my 
> automated builds am getting the below error in recipe 
> poky/meta/recipes-core/glibc/glibc_2.31.bb. Kindly provide your inputs 
> to resolve the issue.
> 
> ERROR: glibc-2.31+gitAUTOINC+df31c7ca92-r0 do_fetch: Network access 
> disabled through BB_NO_NETWORK (or set indirectly due to use of 
> BB_FETCH_PREMIRRORONLY) but access requested with command LANG=C git -c 
> core.fsyncobjectfiles=0 fetch -f --progress 
> "git://sourceware.org/git/glibc.git" refs/*:refs/* (for url 
> git://sourceware.org/git/glibc.git;branch=release/2.31/master;name=glibc)
> 
> 
> DEBUG: Mirror fetch failure for url 
> http://downloads.yoctoproject.org/mirror/sources/git2_sourceware.org.git.glibc.git.tar.gz 
> (original url: 
> git://sourceware.org/git/glibc.git;branch=release/2.31/master;name=glibc) DEBUG: 
> Fetcher failure: Fetch command export PSEUDO_DISABLED=1; unset 
> _PYTHON_SYSCONFIGDATA_NAME; LANG=C git -c core.fsyncobjectfiles=0 fetch 
> -f --progress "git://sourceware.org/git/glibc.git" refs/*:refs/* failed 
> with exit code 128, output: fatal: unable to connect to sourceware.org: 
> sourceware.org[0: 8.43.85.97]: errno=Connection timed out 
> sourceware.org[1: 2620:52:3:1:0:246e:9693:128c]: errno=Cannot assign 
> requested address
> 
> 
> Note : Same issue occurs for *cross-localedef-native-2.31 recipe*
> 
> Thanks,
> Jyothi
> 
> 
> 
> 

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

end of thread, other threads:[~2021-01-19 19:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19  6:41 glibc fetcher failure issue in poky dunfell Jyothi-k
2021-01-19 19:05 ` [oe] " Khem Raj

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.