Re: [yocto] [meta-security][master|dunfell][PATCH] clamav: Fix issue when yara_grammar.h is regenerated.

2020-07-03 Thread Jeremy Puhlman
On 7/3/2020 10:55 AM, akuster808 wrote: On 7/3/20 9:43 AM, Jeremy Puhlman wrote: On 7/2/20 5:01 PM, Jeremy Puhlman wrote: From: Jeremy Puhlman Somewhere a long the line someone hand modified the yara_grammar.h file but didn't add code to generate the same code. The result is if the file

[yocto] Help creating zeek recipe #yocto

2020-07-03 Thread gary via lists.yoctoproject.org
I would like to create a recipe for zeek (a network security monitoring tool, https://zeek.org/). It fails while compiling because it cannot find a executable that it needs to install called binpac.  binpac is included in the zeek repo and is normally built as part of the zeek build.  I've

Re: [yocto] [meta-security][master|dunfell][PATCH] clamav: Fix issue when yara_grammar.h is regenerated.

2020-07-03 Thread akuster
On 7/3/20 9:43 AM, Jeremy Puhlman wrote: > > On 7/2/20 5:01 PM, Jeremy Puhlman wrote: >>> From: Jeremy Puhlman >>> >>> Somewhere a long the line someone hand modified the yara_grammar.h file >>> but didn't add code to generate the same code. The result is if the >>> file is regenerated from the

Re: [yocto] [meta-security][master|dunfell][PATCH] clamav: Fix issue when yara_grammar.h is regenerated.

2020-07-03 Thread akuster
On 7/3/20 9:43 AM, Jeremy Puhlman wrote: > > On 7/2/20 5:01 PM, Jeremy Puhlman wrote: >>> From: Jeremy Puhlman >>> >>> Somewhere a long the line someone hand modified the yara_grammar.h file >>> but didn't add code to generate the same code. The result is if the >>> file is regenerated from the

Re: [yocto] [meta-security][master|dunfell][PATCH] clamav: Fix issue when yara_grammar.h is regenerated.

2020-07-03 Thread Jeremy Puhlman
On 7/2/20 5:01 PM, Jeremy Puhlman wrote: From: Jeremy Puhlman Somewhere a long the line someone hand modified the yara_grammar.h file but didn't add code to generate the same code. The result is if the file is regenerated from the .y file it complains about a missing definition of YR_COMPILER.

Re: [yocto] [meta-security][master|dunfell][PATCH] clamav: Fix issue when yara_grammar.h is regenerated.

2020-07-03 Thread akuster
On 7/2/20 5:01 PM, Jeremy Puhlman wrote: > From: Jeremy Puhlman > > Somewhere a long the line someone hand modified the yara_grammar.h file > but didn't add code to generate the same code. The result is if the > file is regenerated from the .y file it complains about a missing > definition of

Re: [linux-yocto] [yocto] [meta-security][PATCH] ccs-tools:Fix build error when enable multilib.

2020-07-03 Thread Bruce Ashfield
Wrong mailing list for this one, adding the main yocto list and cc'ing armin. Bruce On Thu, Jul 2, 2020 at 11:23 PM zhengruoqin wrote: > > ERROR: lib32-ccs-tools-1.8.4-r0 do_install: oe_runmake failed > ERROR: lib32-ccs-tools-1.8.4-r0 do_install: Execution of >

Re: [linux-yocto] [yocto] [meta-security][PATCH] ccs-tools:Fix build error when enable multilib.

2020-07-03 Thread Bruce Ashfield
Wrong mailing list for this one, adding the main yocto list and cc'ing armin. Bruce On Thu, Jul 2, 2020 at 11:23 PM zhengruoqin wrote: > > ERROR: lib32-ccs-tools-1.8.4-r0 do_install: oe_runmake failed > ERROR: lib32-ccs-tools-1.8.4-r0 do_install: Execution of >

[yocto] Changing ABI version

2020-07-03 Thread MikeB
I'm in the process of upgrading from Zeus to Dunfell.  For my MIPS platform, the library ABI version has changed from 0 to 5.  I have some backward compatibility issues that require generating at least some libraries with ABI version 0.  I've tried using -fabi_version=0 in my CCFLAGS, but that

Re: [yocto] Build hangs

2020-07-03 Thread Kjeld Flarup via lists.yoctoproject.org
I found a cause for the error (this time) In bitbake-cookerdaemon.log I found recipes-codesys/codesysruntime/codesysruntime.bb: needs merge recipes-codesys/codesysruntime/codesysruntime.bb: needs merge recipes-codesys/codesysruntime/codesysruntime.bb: needs merge

Re: [yocto] The following packages have unmet dependencies: packagegroup-core-x11-base : Depends: packagegroup-core-x11-xserver but it is not going to be installed #yocto

2020-07-03 Thread Pankaj Vinadrao Joshi
Hi Quentin, Thank you so much for providing such useful link i am going through it. As u Suggested to add packagegroup-core-x11-server as IMAGE_INSTALL but still i am getting the same issue am very new to yocto-project actually i have tried my best to ressolve the issue i have added the space as

Re: [yocto] Build hangs

2020-07-03 Thread Kjeld Flarup via lists.yoctoproject.org
Hi Alex Thanks for Your suggestion, but there is actually only these three processes running. user53 1 1 07:37 pts/000:00:03 python3 /home/user/meta-poky/bitbake/bin/bitbake machine user59 1 4 07:37 ?00:00:14 python3

Re: [yocto] Build hangs

2020-07-03 Thread Alexander Kanavin
You can try to list the process tree with ps axjf, and the innermost under do_install is probably the one that is stuck. Then you can attach gdb to it to see what it is doing. Alex On Fri, 3 Jul 2020 at 10:07, Kjeld Flarup via lists.yoctoproject.org wrote: > I sometimes encounters this

[yocto] Build hangs

2020-07-03 Thread Kjeld Flarup via lists.yoctoproject.org
I sometimes encounters this situation, where a task is running forever. This example only one task, but I have seen 6 tasks which have been running for 10+ minutes Currently  1 running tasks (680 of 2941)  23% |###                                                         

Re: [yocto] The following packages have unmet dependencies: packagegroup-core-x11-base : Depends: packagegroup-core-x11-xserver but it is not going to be installed #yocto

2020-07-03 Thread Quentin Schulz
Hi Pankaj, On Fri, Jul 03, 2020 at 12:31:22AM -0700, Pankaj Vinadrao Joshi wrote: > Hi Quentin, > Missing x11 in DISTRO_FEATURES in your distro. > http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb?h=master#n12 >   (the same

Re: [yocto] The following packages have unmet dependencies: packagegroup-core-x11-base : Depends: packagegroup-core-x11-xserver but it is not going to be installed #yocto

2020-07-03 Thread Pankaj Vinadrao Joshi
Sorry i forgot to attach the complete error log also i dont know while posting why the local.conf features it got copied twice, ERROR: core-image-sato-1.0-r0 do_rootfs: Unable to install packages. Command