yocto bitbake 'python3 setup.py bdist_wheel' 执行失败

问题描述 投票:0回答:1

我尝试使用 gstd 构建自己的自定义图像,但是,我收到此错误:

'python3 setup.py bdist_wheel ' execution failed.

日志:

ERROR: gstd-1.0-r0 do_compile: 'python3 setup.py bdist_wheel ' execution failed.
ERROR: gstd-1.0-r0 do_compile: ExecutionError('/home/ubuntu/roby/imx8x-kirkstone/build/tmp/work/armv8a-mx8-poky-linux/gstd/1.0-r0/temp/run.do_compile.3897032', 1, None, None)
ERROR: Logfile of failure stored in: /home/ubuntu/roby/imx8x-kirkstone/build/tmp/work/armv8a-mx8-poky-linux/gstd/1.0-r0/temp/log.do_compile.3897032
Log data follows:
| DEBUG: Executing python function autotools_aclocals
| DEBUG: SITE files ['endian-little', 'bit-64', 'arm-common', 'arm-64', 'common-linux', 'common-glibc', 'aarch64-linux', 'common']
| DEBUG: Python function autotools_aclocals finished
| DEBUG: Executing shell function do_compile
| /home/ubuntu/roby/imx8x-kirkstone/build/tmp/work/armv8a-mx8-poky-linux/gstd/1.0-r0/recipe-sysroot-native/usr/bin/python3-native/python3: can't open file '/home/ubuntu/roby/imx8x-kirkstone/build/tmp/work/armv8a-mx8-poky-linux/gstd/1.0-r0/git/setup.py': [Errno 2] No such file or directory
| ERROR: 'python3 setup.py bdist_wheel ' execution failed.
| WARNING: exit code 1 from a shell command.
ERROR: Task (/home/ubuntu/roby/imx8x-kirkstone/build/../layers/meta-myos/recipes-multimedia/gstreamer/gstd.bb:do_compile) failed with exit code '1'

这是我正在使用的gstd.bb:https://github.com/RidgeRun/meta-ridgerun/blob/master/recipes-multimedia/gstreamer/gstd_0.15.0.bb

我所有的 BSP 都使用 Kirkstone 系列。

有什么想法吗?

python-3.x embedded-linux yocto bitbake
1个回答
0
投票

使用此配方修复:https://github.com/openembedded/meta-openembedded/blob/kirkstone/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb 我仍然不确定 gstd_0.15.0.bb 配方有什么问题,所以如果有人知道导致此问题的原因,我仍然期待解决方案。

© www.soinside.com 2019 - 2024. All rights reserved.