ERROR: linux-imx-5.4-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; unset _PYTHON_SYSCONFIGDATA_NAME; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=95c779e4749e2f54e90b600563c0088c"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export no_proxy="localhost,127.0.0.0/8,::1"; export NO_PROXY="localhost,127.0.0.0/8,::1"; export https_proxy="http://127.0.0.1:7890/"; export HTTPS_PROXY="http://127.0.0.1:7890/"; export http_proxy="http://127.0.0.1:7890/"; export HTTP_PROXY="http://127.0.0.1:7890/"; export PATH="/home/zkyq/Yocto/fsl-release-bsp/sources/poky/scripts:/home/zkyq/Yocto/fsl-release-bsp/build/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/linux-imx/5.4-r0/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi:/home/zkyq/Yocto/fsl-release-bsp/build/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/linux-imx/5.4-r0/recipe-sysroot/usr/bin/crossscripts:/home/zkyq/Yocto/fsl-release-bsp/build/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/linux-imx/5.4-r0/recipe-sysroot-native/usr/sbin:/home/zkyq/Yocto/fsl-release-bsp/build/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/linux-imx/5.4-r0/recipe-sysroot-native/usr/bin:/home/zkyq/Yocto/fsl-release-bsp/build/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/linux-imx/5.4-r0/recipe-sysroot-native/sbin:/home/zkyq/Yocto/fsl-release-bsp/build/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/linux-imx/5.4-r0/recipe-sysroot-native/bin:/home/zkyq/Yocto/fsl-release-bsp/sources/poky/bitbake/bin:/home/zkyq/Yocto/fsl-release-bsp/build/tmp/hosttools"; export HOME="/home/zkyq"; LANG=C git -c core.fsyncobjectfiles=0 clone --bare --mirror https://source.codeaurora.org/external/imx/linux-imx.git /home/zkyq/Yocto/fsl-release-bsp/downloads//git2/source.codeaurora.org.external.imx.linux-imx.git --progress failed with exit code 128, output:
Cloning into bare repository '/home/zkyq/Yocto/fsl-release-bsp/downloads//git2/source.codeaurora.org.external.imx.linux-imx.git'...
remote: Enumerating objects: 11087604, done.
remote: Counting objects: 100% (45049/45049), done.
remote: Compressing objects: 100% (13730/13730), done.
error: RPC failed; curl 56 GnuTLS recv error (-9): A TLS packet with unexpected length was received.
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
ERROR: linux-imx-5.4-r0 do_fetch: Fetcher failure for URL: 'git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=imx_5.4.47_2.2.0'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/zkyq/Yocto/fsl-release-bsp/build/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/linux-imx/5.4-r0/temp/log.do_fetch.3762
ERROR: Task (/home/zkyq/Yocto/fsl-release-bsp/sources/meta-imx/meta-bsp/recipes-kernel/linux/linux-imx_5.4.bb:do_fetch) failed with exit code '1'
解決済! 解決策の投稿を見る。
Hi @zkyq
The issue seems network connectivity issue for yocto task fetch. is that now still having the problem?
I also notice there is proxy settings on your host, suggest you check it.
Best regards
Harvey
Hi @zkyq
The issue seems network connectivity issue for yocto task fetch. is that now still having the problem?
I also notice there is proxy settings on your host, suggest you check it.
Best regards
Harvey
建议先尝试clean binutils,然后在重新编译它。如果问题还是出在bitbake task do_compile有问题的话,查看下build binutils所依赖和inheirt的那些工具和patches是否都已经编译好了。比如inherit的autotools。 具体那些你可以查看binutils.inc。
还有就是在你编译主机上所需要的Essential Yocto Project host packages是必须要的。
Best regards
Harvey