All of lore.kernel.org
 help / color / mirror / Atom feed
* error about cve_check after a 'do_populate_sdk: Succeeded' on poky master since 20 july on ubuntu18.04/Debian 10/Debian 9.12
@ 2020-07-24 12:25 vygu
  2020-07-24 16:56 ` [yocto] " akuster
  0 siblings, 1 reply; 2+ messages in thread
From: vygu @ 2020-07-24 12:25 UTC (permalink / raw)
  To: openembedded-core, yocto

[-- Attachment #1: Type: text/plain, Size: 739 bytes --]

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'

[-- Attachment #2: Type: text/html, Size: 1264 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [yocto] error about cve_check after a 'do_populate_sdk: Succeeded' on poky master since 20 july on ubuntu18.04/Debian 10/Debian 9.12
  2020-07-24 12:25 error about cve_check after a 'do_populate_sdk: Succeeded' on poky master since 20 july on ubuntu18.04/Debian 10/Debian 9.12 vygu
@ 2020-07-24 16:56 ` akuster
  0 siblings, 0 replies; 2+ messages in thread
From: akuster @ 2020-07-24 16:56 UTC (permalink / raw)
  To: vygu, openembedded-core, yocto

[-- Attachment #1: Type: text/plain, Size: 1054 bytes --]

This error has been reported earlier.

I am working on a fix .

-armin

On 7/24/20 5:25 AM, vygu via lists.yoctoproject.org wrote:
> 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'
>
> 


[-- Attachment #2: Type: text/html, Size: 2132 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-24 16:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24 12:25 error about cve_check after a 'do_populate_sdk: Succeeded' on poky master since 20 july on ubuntu18.04/Debian 10/Debian 9.12 vygu
2020-07-24 16:56 ` [yocto] " akuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.