在线时间1 小时
UID3615669
注册时间2020-1-13
NXP金币0
该用户从未签到
新手上路

- 积分
- 13
- 最后登录
- 2020-1-14
|
具体报错信息如下:
ERROR gstreamer1.0-plugins-base-1.14.4.imx-r0 do_prepare_recipe_sysroot Error executing a python function in exec_python_func() autogenerated
The stack trace of python calls that resulted in this exceptionfailure was
File 'exec_python_func() autogenerated', lineno 2, function module
0001
0002extend_recipe_sysroot(d)
0003
File 'homezhiweiMYD-C8MMX-develMYIR-Yocto-i.MX8MMsourcespokymetaclassesstaging.bbclass', lineno 545, function extend_recipe_sysroot
0541 dest = newmanifest[l]
0542 if l.endswith()
0543 staging_copydir(l, targetdir, dest, seendirs)
0544 continue
0545 staging_copyfile(l, targetdir, dest, postinsts, seendirs)
0546
0547 bb.note(Installed into sysroot %s % str(msg_adding))
0548 bb.note(Skipping as already exists in sysroot %s % str(msg_exists))
0549
File 'homezhiweiMYD-C8MMX-develMYIR-Yocto-i.MX8MMsourcespokymetaclassesstaging.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 'homezhiweiMYD-C8MMX-develMYIR-Yocto-i.MX8MMbuild_8m_minitmpsysroots-componentsalliso-codessysroot-providersiso-codes' - 'homezhiweiMYD-C8MMX-develMYIR-Yocto-i.MX8MMbuild_8m_minitmpworkaarch64-mx8mm-poky-linuxgstreamer1.0-plugins-base1.14.4.imx-r0recipe-sysrootsysroot-providersiso-codes'
ERROR gstreamer1.0-plugins-base-1.14.4.imx-r0 do_prepare_recipe_sysroot Function failed extend_recipe_sysroot
ERROR Logfile of failure stored in homezhiweiMYD-C8MMX-develMYIR-Yocto-i.MX8MMbuild_8m_minitmpworkaarch64-mx8mm-poky-linuxgstreamer1.0-plugins-base1.14.4.imx-r0templog.do_prepare_recipe_sysroot.3550
ERROR Task (homezhiweiMYD-C8MMX-develMYIR-Yocto-i.MX8MMsourcesmeta-myirmeta-myir-bsprecipes-multimediagstreamergstreamer1.0-plugins-base_1.14.imx.bbdo_prepare_recipe_sysroot) failed with exit code '1'
我本以为是Python版本不对,尝试替换/usr/bin下的python未能解决,请大佬们协助一下。谢谢。
|
|