Dear all,
I build "imx-5.10.72-2.2.0" with "bitbake imx-image-full" and have error
"ERROR: do_fetch: Fetcher failure for URL: 'git://github.com/fsnotify/fsnotify.git"
After fix by
I have another error, please help.
ERROR: imx-vpu-hantro-daemon-1.1.1-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1005/bus"; export SSH_AGENT_PID="16300"; export SSH_AUTH_SOCK="/run/user/1005/keyring/ssh"; export PATH="/media/6TB/sophie/imx-5.10.72-2.2.0/sources/poky/scripts:/media/6TB/sophie/imx-5.10.72-2.2.0/build/tmp/work/cortexa53-crypto-mx8mp-poky-linux/imx-vpu-hantro-daemon/1.1.1-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux:/media/6TB/sophie/imx-5.10.72-2.2.0/build/tmp/work/cortexa53-crypto-mx8mp-poky-linux/imx-vpu-hantro-daemon/1.1.1-r0/recipe-sysroot/usr/bin/crossscripts:/media/6TB/sophie/imx-5.10.72-2.2.0/build/tmp/work/cortexa53-crypto-mx8mp-poky-linux/imx-vpu-hantro-daemon/1.1.1-r0/recipe-sysroot-native/usr/sbin:/media/6TB/sophie/imx-5.10.72-2.2.0/build/tmp/work/cortexa53-crypto-mx8mp-poky-linux/imx-vpu-hantro-daemon/1.1.1-r0/recipe-sysroot-native/usr/bin:/media/6TB/sophie/imx-5.10.72-2.2.0/build/tmp/work/cortexa53-crypto-mx8mp-poky-linux/imx-vpu-hantro-daemon/1.1.1-r0/recipe-sysroot-native/sbin:/media/6TB/sophie/imx-5.10.72-2.2.0/build/tmp/work/cortexa53-crypto-mx8mp-poky-linux/imx-vpu-hantro-daemon/1.1.1-r0/recipe-sysroot-native/bin:/media/6TB/sophie/imx-5.10.72-2.2.0/sources/poky/bitbake/bin:/media/6TB/sophie/imx-5.10.72-2.2.0/build/tmp/hosttools"; export HOME="/home/sophie"; /usr/bin/env wget -t 2 -T 30 --passive-ftp --no-check-certificate -P /media/6TB/sophie/imx-5.10.72-2.2.0/downloads/ 'https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//imx-vpu-hantro-daemon-1.1.1.tar.gz' --progress=dot -v failed with exit code 8, no output
ERROR: imx-vpu-hantro-daemon-1.1.1-r0 do_fetch: Fetcher failure for URL: 'https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//imx-vpu-hantro-daemon-1.1.1.tar.gz'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /media/6TB/sophie/imx-5.10.72-2.2.0/build/tmp/work/cortexa53-crypto-mx8mp-poky-linux/imx-vpu-hantro-daemon/1.1.1-r0/temp/log.do_fetch.28723
ERROR: Task (/media/6TB/sophie/imx-5.10.72-2.2.0/sources/meta-imx/meta-bsp/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro-daemon_1.1.1.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 4270 tasks of which 3795 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
/media/6TB/sophie/imx-5.10.72-2.2.0/sources/meta-imx/meta-bsp/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro-daemon_1.1.1.bb:do_fetch
Summary: There were 2 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Best Regards,
Sophie
I found a solution to fix this, reference: https://community.nxp.com/t5/i-MX-Processors/imx-vpu-hantro-daemon-fetch-issues/m-p/1328300
I modify the file link and checksum from
/sources/meta-imx/meta-bsp/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro-daemon_1.1.1.bb
to become:
SRC_URI = "https://community.nxp.com/pwmxy87654/attachments/pwmxy87654/imx-processors/178967/1/imx-vpu-hantro-d..."
SRC_URI[md5sum] = "65417710ef22214523c37f50f34b6ab2"
SRC_URI[sha256sum] = "897d174c4c0818f31012d8a60ed51fc83fdfc55fca2d2b0fc24a0db3e9f3b6e8"
It passed. However, there's still a new error
ERROR: sof-imx-1.9.0-2-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1005/bus"; export SSH_AGENT_PID="2496"; export SSH_AUTH_SOCK="/run/user/1005/keyring/ssh"; export PATH="/media/6TB/sophie/imx-5.10.72-2.2.0/sources/poky/scripts:/media/6TB/sophie/imx-5.10.72-2.2.0/build/tmp/work/all-poky-linux/sof-imx/1.9.0-2-r0/recipe-sysroot-native/usr/bin/allarch-poky-linux:/media/6TB/sophie/imx-5.10.72-2.2.0/build/tmp/work/all-poky-linux/sof-imx/1.9.0-2-r0/recipe-sysroot/usr/bin/crossscripts:/media/6TB/sophie/imx-5.10.72-2.2.0/build/tmp/work/all-poky-linux/sof-imx/1.9.0-2-r0/recipe-sysroot-native/usr/sbin:/media/6TB/sophie/imx-5.10.72-2.2.0/build/tmp/work/all-poky-linux/sof-imx/1.9.0-2-r0/recipe-sysroot-native/usr/bin:/media/6TB/sophie/imx-5.10.72-2.2.0/build/tmp/work/all-poky-linux/sof-imx/1.9.0-2-r0/recipe-sysroot-native/sbin:/media/6TB/sophie/imx-5.10.72-2.2.0/build/tmp/work/all-poky-linux/sof-imx/1.9.0-2-r0/recipe-sysroot-native/bin:/media/6TB/sophie/imx-5.10.72-2.2.0/sources/poky/bitbake/bin:/media/6TB/sophie/imx-5.10.72-2.2.0/build/tmp/hosttools"; export HOME="/home/sophie"; /usr/bin/env wget -t 2 -T 30 --passive-ftp --no-check-certificate -P /media/6TB/sophie/imx-5.10.72-2.2.0/downloads/ 'https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//sof-imx-1.9.0-2.tar.gz' --progress=dot -v failed with exit code 8, no output
ERROR: sof-imx-1.9.0-2-r0 do_fetch: Fetcher failure for URL: 'https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//sof-imx-1.9.0-2.tar.gz'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /media/6TB/sophie/imx-5.10.72-2.2.0/build/tmp/work/all-poky-linux/sof-imx/1.9.0-2-r0/temp/log.do_fetch.14944
ERROR: Task (/media/6TB/sophie/imx-5.10.72-2.2.0/sources/meta-imx/meta-bsp/recipes-kernel/linux-firmware/sof-imx_1.9.0-2.bb:do_fetch) failed with exit code '1'
WARNING: jailhouse-0.12-r0 do_fetch: Failed to fetch URL git://source.codeaurora.org/external/imx/imx-jailhouse.git;protocol=ssh;branch=lf-5.10.72_2.2.0, attempting MIRRORS if available
NOTE: Tasks Summary: Attempted 4518 tasks of which 4378 didn't need to be rerun and 1 failed.Summary: 1 task failed:
/media/6TB/sophie/imx-5.10.72-2.2.0/sources/meta-imx/meta-bsp/recipes-kernel/linux-firmware/sof-imx_1.9.0-2.bb:do_fetch
Summary: There were 2 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Try to modify /etc/hosts, referenced from google search.
$ sudo gedit /etc/hosts
Add below
104.116.5.240 www.nxp.com
$ sudo /etc/init.d/networking restart
And it passed. But there's a new error.
ERROR: go-fsnotify-1.2.11+git${SRCPV}-r0 do_deploy_source_date_epoch: Error executing a python function in exec_python_func() autogenerated:
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
0001:
*** 0002:sstate_hardcode_path(d)
0003:
File: '/media/6TB/sophie/imx-5.10.72-2.2.0/sources/poky/meta/classes/sstate.bbclass', lineno: 634, function: sstate_hardcode_path
0630: bb.note("Removing hardcoded paths from sstate package: '%s'" % (sstate_hardcode_cmd))
0631: subprocess.check_output(sstate_hardcode_cmd, shell=True, cwd=sstate_builddir)
0632:
0633: # If the fixmefn is empty, remove it..
*** 0634: if os.stat(fixmefn).st_size == 0:
0635: os.remove(fixmefn)
0636: else:
0637: bb.note("Replacing absolute paths in fixmepath file: '%s'" % (sstate_filelist_relative_cmd))
0638: subprocess.check_output(sstate_filelist_relative_cmd, shell=True)
Exception: FileNotFoundError: [Errno 2] No such file or directory: '/media/6TB/sophie/imx-5.10.72-2.2.0/build/tmp/work/cortexa53-crypto-poky-linux/go-fsnotify/1.2.11+git${SRCPV}-r0/sstate-build-deploy_source_date_epoch/fixmepath'ERROR: Logfile of failure stored in: /media/6TB/sophie/imx-5.10.72-2.2.0/build/tmp/work/cortexa53-crypto-poky-linux/go-fsnotify/1.2.11+git${SRCPV}-r0/temp/log.do_deploy_source_date_epoch.23862
ERROR: Task (/media/6TB/sophie/imx-5.10.72-2.2.0/sources/meta-virtualization/recipes-devtools/go/go-fsnotify_git.bb:do_deploy_source_date_epoch) failed with exit code '1'
Please help.
Best Regards,
Sophie
what board do you build? I built imx8mp without any errors, could you share you build steps?