On Tue, 2023-01-03 at 18:04 +0530, Ranjitsinh Rathod wrote: > From: Ranjitsinh Rathod <ranjitsinh.rat...@kpit.com> > > Use https protocol instead of git as sometimes in proxy network git > protocol uses whole timeout and finally gives fatal error and then uses > mirror. > > Error: > LANG=C git -c core.fsyncobjectfiles=0 fetch -f --progress > "git://sourceware.org/git/glibc.git" refs/*:refs/*' in > /home/builder/bs-workspace/yocto-downloads/git2/sourceware.org.git.glibc.git > fatal: unable to look up sourceware.org (port 9418) (Name or service not > known) > > So to avoid this delay during fetch task, we switch to use https > protocol instead of git > > Signed-off-by: Ranjitsinh Rathod <ranjitsinh.rat...@kpit.com> > Signed-off-by: Ranjitsinh Rathod <ranjitsinhrathod1...@gmail.com> > --- > meta/recipes-core/glibc/glibc-version.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
That looks like a DNS error so whether it uses git or https, it won't matter if the name resolution is failing. I think you'll need to fix your network, or if the issue is with the sourceware.org name servers, ask them to get that fixed. Changing protocol won't help. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#175344): https://lists.openembedded.org/g/openembedded-core/message/175344 Mute This Topic: https://lists.openembedded.org/mt/96026992/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-