agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
510 stars 398 forks source link

userland Fetch failure on kirkstone #1176

Closed mozcelikors closed 1 year ago

mozcelikors commented 1 year ago

I am working on kirkstone branch and would like to include userland in my build. However userland bitbake fails during do_fetch task as follows:

Build Configuration:
BB_VERSION           = "2.0.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "universal"
TARGET_SYS           = "arm-poky-linux-gnueabi"
MACHINE              = "raspberrypi0-wifi"
DISTRO               = "poky"
DISTRO_VERSION       = "4.0.9"
TUNE_FEATURES        = "arm thumb vfp arm1176jzfs callconvention-hard"
TARGET_FPU           = "hard"
meta                 
meta-poky            
meta-yocto-bsp       = "kirkstone:75239ddd8d67c00139c6e88c1c2a790b471b12c5"
meta-oe              
meta-multimedia      
meta-networking      
meta-python          
meta-gnome           
meta-xfce            = "kirkstone:df452d9d98659b49888fa8a5428a0a8bd3e3aaec"
meta-qt5             = "kirkstone:bff5bd937f0776166e81a63f3dd39ede348ef758"
meta-qt5-extra       = "master:a2a96dfd0bb8ea8d203da97f053bf1a5ab32b300"
meta-raspberrypi     
meta-mozcelikors     = "kirkstone:2a06e4e84b04fc900f3a4524581548c9b5e57362"

Initialising tasks: 100% |###########################################################| Time: 0:00:01
Sstate summary: Wanted 7 Local 0 Mirrors 0 Missed 7 Current 410 (0% match, 98% complete)
NOTE: Executing Tasks
WARNING: userland-20220323-r0 do_fetch: Failed to fetch URL git://github.com/raspberrypi/userland.git;protocol=https;branch=master, attempting MIRRORS if available
ERROR: userland-20220323-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="2423"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/media/mozcelikors/ext4/Yocto_Builds/blackberry_terminal_rpi-0/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/media/mozcelikors/ext4/Yocto_Builds/blackberry_terminal_rpi-0/poky/scripts:/media/mozcelikors/ext4/Yocto_Builds/blackberry_terminal_rpi-0/poky/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/userland/20220323-r0/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi:/media/mozcelikors/ext4/Yocto_Builds/blackberry_terminal_rpi-0/poky/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/userland/20220323-r0/recipe-sysroot/usr/bin/crossscripts:/media/mozcelikors/ext4/Yocto_Builds/blackberry_terminal_rpi-0/poky/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/userland/20220323-r0/recipe-sysroot-native/usr/sbin:/media/mozcelikors/ext4/Yocto_Builds/blackberry_terminal_rpi-0/poky/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/userland/20220323-r0/recipe-sysroot-native/usr/bin:/media/mozcelikors/ext4/Yocto_Builds/blackberry_terminal_rpi-0/poky/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/userland/20220323-r0/recipe-sysroot-native/sbin:/media/mozcelikors/ext4/Yocto_Builds/blackberry_terminal_rpi-0/poky/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/userland/20220323-r0/recipe-sysroot-native/bin:/media/mozcelikors/ext4/Yocto_Builds/blackberry_terminal_rpi-0/poky/bitbake/bin:/media/mozcelikors/ext4/Yocto_Builds/blackberry_terminal_rpi-0/poky/build/tmp/hosttools"; export HOME="/home/mozcelikors"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://github.com/raspberrypi/userland.git /media/mozcelikors/ext4/Yocto_Builds/fourdots_raspberrypi-0/poky/build/downloads/git2/github.com.raspberrypi.userland.git --progress failed with exit code 128, no output
ERROR: userland-20220323-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/raspberrypi/userland.git;protocol=https;branch=master')
ERROR: Logfile of failure stored in: /media/mozcelikors/ext4/Yocto_Builds/blackberry_terminal_rpi-0/poky/build/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/userland/20220323-r0/temp/log.do_fetch.2161793
ERROR: Task (/media/mozcelikors/ext4/Yocto_Builds/blackberry_terminal_rpi-0/poky/meta-raspberrypi/recipes-graphics/userland/userland_git.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1499 tasks of which 1498 didn't need to be rerun and 1 failed.

Any help is appreciated here. Thanks

kraj commented 1 year ago

outside of yocto. Are you able to clone this repo ?

git clone https://github.com/raspberrypi/userland
agherzan commented 1 year ago

I've given it a spin locally, and it cloned fine. Most probably a local network issue. Closing.