linux - 在 exec_python_func() 中执行 python 函数时出错

通过构建 Yocto 图像,我在填充 Yocto SDK 期间遇到了这个问题。有人知道在哪里以及如何修复它吗?

ERROR: 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:extend_recipe_sysroot(d)
     0003:
File: '/yocto/warrior/sources/poky/meta/classes/staging.bbclass', lineno: 557, function: extend_recipe_sysroot
     0553:                    dest = newmanifest[l]
     0554:                    if l.endswith("/"):
     0555:                        staging_copydir(l, targetdir, dest, seendirs)
     0556:                        continue
 *** 0557:                    staging_copyfile(l, targetdir, dest, postinsts, seendirs)
     0558:
     0559:    bb.note("Installed into sysroot: %s" % str(msg_adding))
     0560:    bb.note("Skipping as already exists in sysroot: %s" % str(msg_exists))
     0561:
File: '/yocto/warrior/sources/poky/meta/classes/staging.bbclass', lineno: 151, function: staging_copyfile
     0147:        os.symlink(linkto, dest)
     0148:        #bb.warn(c)
     0149:    else:
     0150:        try:
 *** 0151:            os.link(c, dest)
     0152:        except OSError as err:
     0153:            if err.errno == errno.EXDEV:
     0154:                bb.utils.copyfile(c, dest)
     0155:            else:
Exception: FileExistsError: [Errno 17] File exists: '/yocto/warrior/build-xwayland/tmp/sysroots-components/aarch64/tensorflow/usr/include/tensorflow/contrib/lite/string_util.h' -> '/yocto/warrior/build-xwayland/tmp/work/imx8qmmek-poky-linux/fsl-image-qt5/1.0-r0/recipe-sysroot/usr/include/tensorflow/contrib/lite/string_util.h'

ERROR: [Errno 17] File exists: '/yocto/warrior/build-xwayland/tmp/sysroots-components/aarch64/tensorflow/usr/include/tensorflow/contrib/lite/string_util.h' -> '/media/nxa18908/work/yocto/warrior/build-xwayland/tmp/work/imx8qmmek-poky-linux/fsl-image-qt5/1.0-r0/recipe-sysroot/usr/include/tensorflow/contrib/lite/string_util.h'
DEBUG: Python function extend_recipe_sysroot finished
ERROR: Function failed: extend_recipe_sysroot

它不喜欢重复的文件

ERROR: fsl-image-qt5-1.0-r0 do_sdk_depends: The file /usr/include/tensorflow/contrib/lite/string_util.h is installed by both tensorflow and tensorflow-lite, aborting

最佳答案

在bitbake_build中移除/删除tmp-glibc,然后用bitbake构建成功

https://stackoverflow.com/questions/56975106/

相关文章:

python - 在多处理模块中使用 Pool 修改全局变量

c# - Visual Studio 2019 不在 Mac 上强调错误

r - 从 R Survey 包运行 svymean 时,我可以得到 unwtd.count 吗?

spring - 无法解析 OpenID 配置 spring boot(安全)java.net.Co

java - Avro 1.9.0 无法编译生成的 java 代码,错误消息为 : cannot f

reactjs - 如何将 MenuItem 用作 NavLink?

visual-studio-code - 在 VSCode 中粘贴一定次数

sql-server - 如何查找从今天开始的同一工作日值的过去 4 周

python - 拖放什么都不做

angular - 上传 PUT 请求由 Angular ServiceWorker 发送两次