Hello,

We observe this following error about cve_check after a populate_sdk:

ERROR: Execution of event handler 'cve_save_summary_handler' failed
Traceback (most recent call last):
File "/home/user/poky/meta/classes/cve-check.bbclass", line 65, in 
cve_save_summary_handler(e=<bb.event.BuildCompleted object at 0x7ff6d41af0b8>):

> shutil.copyfile(cve_tmp_file, cve_summary_file)

File "/usr/lib/python3.6/shutil.py", line 120, in 
copyfile(src='/home/user/poky/build/tmp/cve_check', 
dst='/home/user/poky/build/tmp/log/cve/cve-summary-20200724111814.txt', 
follow_symlinks=True):
else:
> with open(src, 'rb') as fsrc:
with open(dst, 'wb') as fdst:
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/user/poky/build/tmp/cve_check'
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#140916): 
https://lists.openembedded.org/g/openembedded-core/message/140916
Mute This Topic: https://lists.openembedded.org/mt/75764992/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to