Re: [OE-core] [PATCH] wayland: consider pkgconfig sysroot for pkgdatadir

2023-10-11 Thread Khem Raj
On Wed, Oct 11, 2023 at 12:59 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Wed, 2023-10-11 at 09:48 +0200, Alexander Kanavin wrote: > > Hello Andreas, > > > > thanks for the explanation, this s fine, but can you add it to the > > commit message so it's preserved in history?

Re: [OE-core] Need suggestions: in case where linux-libc-headers and the kernel versions differ

2023-10-05 Thread Khem Raj
On Thu, Oct 5, 2023 at 10:14 PM wrote: > > Hi All, > > I am using different versions of the kernel and linux-libc-headers in the > project. > Some modules are built using linux-libc-headers. > > I'm wondering which version to use as the basis when searching for > vulnerability listings on

Re: [OE-core] [PATCH] gstreamer1.0-plugins-good: Provide Qt6 option for qmlgl

2023-10-05 Thread Khem Raj
On Thu, Oct 5, 2023 at 12:27 PM Richard Purdie wrote: > > On Thu, 2023-10-05 at 21:22 +0200, Andreas Cord-Landwehr wrote: > > On 04.10.23 20:42, Richard Purdie wrote: > > > On Wed, 2023-10-04 at 20:19 +0200, Andreas Cord-Landwehr wrote: > > > > On 04.10.23 20:10,

Re: [OE-core] [PATCH] gstreamer1.0-plugins-good: Provide Qt6 option for qmlgl

2023-10-04 Thread Khem Raj
On Wed, Oct 4, 2023 at 9:09 AM Andreas Cord-Landwehr wrote: > > Gstreamer release 1.22.0 introduced option for Qt6 API. > > Signed-off-by: Andreas Cord-Landwehr > --- > .../gstreamer/gstreamer1.0-plugins-good_1.22.5.bb | 10 -- > 1 file changed, 8 insertions(+), 2 deletions(-) > >

[OE-core] [PATCH] python3-docutils: Rename utilities to their canonical names

2023-10-01 Thread Khem Raj
Packages which use the utilities usually call/search for these tools without .py extension e.g. kernel-selftest and fails to find the tools if they are having .py extension. Signed-off-by: Khem Raj --- meta/recipes-devtools/python/python3-docutils_0.20.1.bb | 9 + 1 file changed, 9

Re: [OE-core] [PATCH 00/10] kernel: consolidated pull request

2023-10-01 Thread Khem Raj
seeing couple of build failure in meta-oe too https://errors.yoctoproject.org/Errors/Build/172283/ On Sun, Oct 1, 2023 at 10:40 AM Khem Raj wrote: > > On Sun, Oct 1, 2023 at 4:49 AM Richard Purdie > wrote: > > > > On Sun, 2023-10-01 at 11:13 +0100, Richard Purdie wrote:

Re: [OE-core] [PATCH 00/10] kernel: consolidated pull request

2023-10-01 Thread Khem Raj
On Sun, Oct 1, 2023 at 4:49 AM Richard Purdie wrote: > > On Sun, 2023-10-01 at 11:13 +0100, Richard Purdie wrote: > > On Fri, 2023-09-29 at 16:04 -0400, bruce.ashfi...@gmail.com wrote: > > > Given where we are in the release cycle, this clearly is NOT a typical > > > consolidated pull request. >

[OE-core] [PATCH v2] mesa: Fix native build on hosts with llvm-dev installed

2023-09-29 Thread Khem Raj
This issue is always there, it just shows up with newer LLVM since symbol mismatches are being found otherwise it was happily linking with host libLLVM.so silently. Signed-off-by: Khem Raj --- v2: Apply the upstream proposed fix ...e-cmake-dependency-detector-for-llvm.patch | 42

Re: [OE-core] [PATCH] mesa: Update clang-17 patch to upstream v2

2023-09-28 Thread Khem Raj
On Thu, Sep 28, 2023 at 4:00 PM Tim Orling wrote: > > > > On Thu, Sep 28, 2023 at 3:55 PM Khem Raj wrote: >> >> On Thu, Sep 28, 2023 at 2:46 PM Tim Orling wrote: >> > >> > >> > >> > On Thu, Sep 28, 2023 at 1:34 PM Khem Raj wrote:

[OE-core] [PATCH 2/2] mesa: Simplify llvm-17 patch

2023-09-28 Thread Khem Raj
llvm-17 support patch had redundant checks for llvm-17, Simplify them as submitted in v3 upstream Signed-off-by: Khem Raj --- .../mesa/files/0001-gallium-Fix-build-with-llvm-17.patch | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/meta/recipes-graphics/mesa/files

[OE-core] [PATCH 1/2] mesa: Fix native build on hosts with llvm-dev installed

2023-09-28 Thread Khem Raj
This issue is always there, it just shows up with newer LLVM since symbol mismatches are being found otherwise it was happily linking with host libLLVM.so silently. Signed-off-by: Khem Raj --- ...e-cmake-dependency-detector-for-llvm.patch | 47 +++ meta/recipes-graphics/mesa

Re: [OE-core] [PATCH] mesa: Update clang-17 patch to upstream v2

2023-09-28 Thread Khem Raj
On Thu, Sep 28, 2023 at 2:46 PM Tim Orling wrote: > > > > On Thu, Sep 28, 2023 at 1:34 PM Khem Raj wrote: >> >> Can you check if the machines where it fails has llvm-14-dev package >> installed on host ? >> > > In my case, yes. llvm-14-dev 1:14.0.0-1ubu

Re: [OE-core] [PATCH] mesa: Update clang-17 patch to upstream v2

2023-09-28 Thread Khem Raj
Can you check if the machines where it fails has llvm-14-dev package installed on host ? On Thu, Sep 28, 2023 at 9:55 AM Khem Raj wrote: > > its linking with /usr/lib/llvm-14/lib/libLLVM-14.so.1 which is not > correct. Somehow its finding llvm library on your build host. > >

Re: [OE-core] [PATCH] mesa: Update clang-17 patch to upstream v2

2023-09-28 Thread Khem Raj
its linking with /usr/lib/llvm-14/lib/libLLVM-14.so.1 which is not correct. Somehow its finding llvm library on your build host. On Thu, Sep 28, 2023 at 8:25 AM Richard Purdie wrote: > > On Fri, 2023-09-22 at 09:37 -0700, Khem Raj wrote: > > Signed-off-by: Khem Raj > >

[OE-core] [PATCH] Revert "glibc: fix CVE-2023-4527"

2023-09-27 Thread Khem Raj
This reverts commit 82dfa7b8ac5661134da21307d07d9ea2ed3ac6ea. Its already included in the glibc minor update patch Signed-off-by: Khem Raj --- .../glibc/glibc/0024-CVE-2023-4527.patch | 219 -- meta/recipes-core/glibc/glibc_2.38.bb | 1 - 2 files changed, 220

Re: [OE-core] [][PATCH] glibc: stable 2.38 branch updates.

2023-09-27 Thread Khem Raj
Please rebase this change on top of latest master, seeing patching issues see https://errors.yoctoproject.org/Errors/Details/738684/ On Wed, Sep 27, 2023 at 3:14 AM Hemraj, Deepthi via lists.openembedded.org wrote: > > Below commits on glibc-2.38 stable branch are updated. > 0e1ef6779a (HEAD ->

Re: [OE-core] [PATCH v2] curl: Update from 8.2.1 to 8.3.0

2023-09-26 Thread Khem Raj
On Tue, Sep 26, 2023 at 7:55 PM Robert Joslyn wrote: > > On 9/26/23 7:55 AM, Khem Raj wrote: > > I am seeing a ptest failure on qemx86-64/glibc > > > >Failed ptests: > >{'curl': ['test_1474', 'curl']} > > In looking at the test, it is marked as f

[OE-core] [PATCH] createrepo-c: Fix function declaration bug found with clang

2023-09-26 Thread Khem Raj
clang is stricter about function parameter types in its functions and errors out. error: incompatible integer to pointer conversion initializing 'gchar *' (aka 'char *') Real problem is in createrepo_c code where funciton definition and declaration scopes are different Signed-off-by: Khem Raj

Re: [OE-core] [PATCH 25/40] meson: upgrade 1.1.1 -> 1.2.1

2023-09-26 Thread Khem Raj
On Tue, Sep 26, 2023 at 10:55 AM Martin Jansa wrote: > > On Mon, Sep 25, 2023 at 6:47 PM Khem Raj wrote: >> >> gnupg failure seems related to this - >> https://errors.yoctoproject.org/Errors/Details/738191/ > > > I've just sent a fix for this one (gup

Re: [OE-core] [PATCH v2] curl: Update from 8.2.1 to 8.3.0

2023-09-26 Thread Khem Raj
I am seeing a ptest failure on qemx86-64/glibc Failed ptests: {'curl': ['test_1474', 'curl']} On Sat, Sep 23, 2023 at 10:25 AM Robert Joslyn via lists.openembedded.org wrote: > > From: Robert Joslyn > > NSS support was removed, so adjust PACKAGECONFIG options. > > The --enable-crypto-auth

[OE-core] [PATCH] llvm: Upgrade to 17.0.2

2023-09-25 Thread Khem Raj
] Precommit test to show missing initialisation of call operand. Signed-off-by: Khem Raj --- meta/recipes-devtools/llvm/llvm_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 611aacba147

Re: [OE-core] [PATCH] webkitgtk: reduce size of -dbg package

2023-09-25 Thread Khem Raj
On Mon, Sep 25, 2023 at 4:35 AM Ross Burton wrote: > > From: Ross Burton > > Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of > the debug symbols (4.3GB to 700M at time of writing): > > Level 1 produces minimal information, enough for making backtraces in > parts of

Re: [OE-core] beaglebone-yocto testimage ping timeout issue

2023-09-25 Thread Khem Raj
core-image-minimal does not have ssh server in image so maybe start with core-image-base or something or add IMAGE_FEATURES += "ssh-server-openssh package-management hwcodecs" to local.conf you might need to prepare the target testing setup especially TEST_TARGET_IP and TEST_SERVER_IP and

[OE-core] [PATCH v2 2/2] glib-2.0: Remove failing ptests on musl

2023-09-25 Thread Khem Raj
by signal 6) FAIL: glib/option-context.test (Child process killed by signal 6) Signed-off-by: Khem Raj --- v2: Add detailed comment in recipe about skipping these tests meta/recipes-core/glib-2.0/glib.inc | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/glib

[OE-core] [PATCH v2 1/2] glib-2.0: Enable possible locales with musl for ptests

2023-09-25 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: Rebased. meta/recipes-core/glib-2.0/glib.inc | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index c314594d493..5183f37a6ef 100644 --- a/meta/recipes

[OE-core] [PATCH 2/2] systemd: Refresh patches to avoid patch-fuzz

2023-09-25 Thread Khem Raj
Signed-off-by: Khem Raj --- ...14-Use-uintmax_t-for-handling-rlim_t.patch | 23 ++--- ...-not-disable-buffer-in-writing-files.patch | 89 +-- .../0022-Handle-__cpu_mask-usage.patch| 9 +- 3 files changed, 31 insertions(+), 90 deletions(-) diff --git a/meta/recipes-core

[OE-core] [PATCH 1/2] systemd: Drop two upstreamed musl patches

2023-09-25 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0025-include-sys-file.h-for-LOCK_EX.patch | 29 -- ...-Include-sys-timex.h-for-struct-time.patch | 28 -- ...clude-missing-sys-file.h-for-LOCK_EX.patch | 98 --- meta/recipes-core/systemd/systemd_254.4.bb| 3 - 4 files changed, 158

[OE-core] [PATCH 0/2] Fix musl patches for 254.4

2023-09-25 Thread Khem Raj
Drop the backports Fix patch-fuzz Khem Raj (2): systemd: Drop two upstreamed musl patches systemd: Refresh patches to avoid patch-fuzz ...14-Use-uintmax_t-for-handling-rlim_t.patch | 23 ++--- ...-not-disable-buffer-in-writing-files.patch | 89 + .../0022-Handle-__cpu_mask

Re: [OE-core] [PATCH 2/2] glib-2.0: Remove failing ptests on musl

2023-09-25 Thread Khem Raj
On Mon, Sep 25, 2023 at 10:53 AM Alexander Kanavin wrote: > > On Mon, 25 Sept 2023 at 19:21, Khem Raj wrote: > > They are not triaged so no root cause reason is mentioned. > > The failures are listed in commit with some details that ptest shows. > > I still don't understa

Re: [OE-core] [PATCH v3 1/5] musl: Update to latest

2023-09-25 Thread Khem Raj
/patch/20230923073100.851867-1-raj.k...@gmail.com/ on top > > On 22/09/2023 14:05:04-0700, Khem Raj wrote: > > Brings following bug fixes > > > > * 79bdacff glob: fix wrong return code when aborting before any matches > > * 7291c6c6 statvfs: allocate spare for f_ty

Re: [OE-core] [PATCH 2/2] glib-2.0: Remove failing ptests on musl

2023-09-25 Thread Khem Raj
he failures are listed in commit with some details that ptest shows. > Alex > > > On Sat, 23 Sept 2023 at 22:45, Khem Raj wrote: > > > > FAIL: glib/convert.test (Child process killed by signal 6) > > FAIL: glib/collate.test (Child process killed by signal 6) > > F

Re: [OE-core] [PATCH 11/40] createrepo-c: upgrade 0.21.1 -> 1.0.0

2023-09-25 Thread Khem Raj
This fails with clang - https://errors.yoctoproject.org/Errors/Details/738194/ GCC perhaps reports it as warning only On Fri, Sep 22, 2023 at 12:25 AM Alexander Kanavin wrote: > > Enable zstd in libsolv, as new createrepo_c is using that instead of > zlib for repo metadata compression. > >

Re: [OE-core] [PATCH 25/40] meson: upgrade 1.1.1 -> 1.2.1

2023-09-25 Thread Khem Raj
gnupg failure seems related to this - https://errors.yoctoproject.org/Errors/Details/738191/ On Fri, Sep 22, 2023 at 12:25 AM Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > --- > .../0001-Make-CPU-family-warnings-fatal.patch | 32 +-- >

Re: [OE-core] [PATCH 09/40] boost: upgrade 1.82.0 -> 1.83.0

2023-09-24 Thread Khem Raj
This fails cpp-netlib in meta-oe - https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3169/steps/14/logs/stdio On Fri, Sep 22, 2023 at 12:24 AM Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > --- > .../boost/{boost-1.82.0.inc => boost-1.83.0.inc}|

Re: [OE-core][PATCH] create-spdx/sbom: Ensure files don't overlap between machines

2023-09-24 Thread Khem Raj
Hi Joshua On master-next poky, I am seeing a failure in usb-modeswitch do_create_runtime_spdx from meta-oe (. musl/qemuarm64 ) https://errors.yoctoproject.org/Errors/Build/172015/ building individually works ok. So perhaps some sort of race ? Another issue similar to this I see is in

[OE-core] [PATCH 2/2] glib-2.0: Remove failing ptests on musl

2023-09-23 Thread Khem Raj
by signal 6) FAIL: glib/option-context.test (Child process killed by signal 6) Signed-off-by: Khem Raj --- meta/recipes-core/glib-2.0/glib.inc | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index

[OE-core] [PATCH 1/2] glib-2.0: Enable possible locales with musl for ptests

2023-09-23 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-core/glib-2.0/glib.inc | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index c314594d493..5183f37a6ef 100644 --- a/meta/recipes-core/glib-2.0

[OE-core] [PATCH] oeqa: Use 2.14 release of cpio instead of 2.13

2023-09-23 Thread Khem Raj
2.13 may not be buildable with latest compilers without patching Signed-off-by: Khem Raj --- meta/lib/oeqa/runtime/cases/buildcpio.py | 2 +- meta/lib/oeqa/sdk/cases/buildcpio.py | 4 ++-- meta/lib/oeqa/selftest/cases/meta_ide.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions

[OE-core] [PATCH 5/5] debugedit: Use musl-legacy-error

2023-09-22 Thread Khem Raj
Use error.h to provide GNU extentions for error API Drop the patch trying to do something about it Signed-off-by: Khem Raj --- v3: Added .../debugedit/debugedit_5.0.bb| 4 +- ...tools-Add-error.h-for-non-glibc-case.patch | 102 -- 2 files changed, 2 insertions

[OE-core] [PATCH 4/5] elfutils: Depend on musl-legacy-error for musl targets

2023-09-22 Thread Khem Raj
this ensures a gnu compatible error APIs are made available, the patch to workaround this is no longer needed. Signed-off-by: Khem Raj --- v3: Added .../elfutils/elfutils_0.189.bb| 3 +- .../0015-config-eu.am-do-not-use-Werror.patch | 37 --- 2 files changed, 1

[OE-core] [PATCH v3 3/5] musl-legacy-error: Add recipe

2023-09-22 Thread Khem Raj
This adds glibc error() API implementation which is needed by few packages still. Signed-off-by: Khem Raj --- v3: Added new meta/conf/distro/include/maintainers.inc | 1 + meta/recipes-core/musl/musl-legacy-error.bb | 26 .../musl/musl-legacy-error/error.h| 60

[OE-core] [PATCH v3 2/5] bsd-headers: Define __CONCAT and __STRING

2023-09-22 Thread Khem Raj
Sync with other musl distros Signed-off-by: Khem Raj --- v3: Rebased meta/recipes-core/musl/bsd-headers/sys-cdefs.h | 8 1 file changed, 8 insertions(+) diff --git a/meta/recipes-core/musl/bsd-headers/sys-cdefs.h b/meta/recipes-core/musl/bsd-headers/sys-cdefs.h index 209a623c0f0

[OE-core] [PATCH v3 1/5] musl: Update to latest

2023-09-22 Thread Khem Raj
net for git fetch URI original repo is not working correcting with git Fetcher Signed-off-by: Khem Raj --- v3: Update SRC_URI to fetchable location meta/recipes-core/musl/musl_git.bb | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/meta/recipes-core/musl/musl_git.bb b/m

Re: [OE-core] [PATCH] musl: Drop MIRRORS

2023-09-22 Thread Khem Raj
1/logs/stdio > https://autobuilder.yoctoproject.org/typhoon/#/builders/97/builds/7193/steps/13/logs/stdio > > On 21/09/2023 18:15:20-0700, Khem Raj wrote: > > When using mirrors fetcher gets into a weird state when shallow clones > > are enables. > > > > ERROR: Bitbake Fet

[OE-core] [PATCH] mesa: Update clang-17 patch to upstream v2

2023-09-22 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-gallium-Fix-build-with-llvm-17.patch | 27 --- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/meta/recipes-graphics/mesa/files/0001-gallium-Fix-build-with-llvm-17.patch b/meta/recipes-graphics/mesa/files/0001-gallium-Fix

Re: [OE-core] [PATCH] musl: Drop MIRRORS

2023-09-22 Thread Khem Raj
On 9/22/23 8:16 AM, Richard Purdie wrote: On Fri, 2023-09-22 at 08:10 -0700, Khem Raj wrote: On Fri, Sep 22, 2023 at 3:11 AM Richard Purdie wrote: On Thu, 2023-09-21 at 18:15 -0700, Khem Raj wrote: When using mirrors fetcher gets into a weird state when shallow clones are enables. ERROR

Re: [OE-core] [PATCH 06/17] python3-click: Copy recipe from meta-python

2023-09-22 Thread Khem Raj
On 9/22/23 7:46 AM, Samantha Jalabert wrote: From: Samantha Jalabert commit: 1a14a28f132a10e9db7b3e5bb2b5361c4679946e Signed-off-by: Marta Rybczynska Please send a removal patch for meta-python as well. So we can keep passing the yp compat checks for meta-openembedded on AB and coordinate

Re: [OE-core] [PATCH] musl: Drop MIRRORS

2023-09-22 Thread Khem Raj
On Fri, Sep 22, 2023 at 3:11 AM Richard Purdie wrote: > > On Thu, 2023-09-21 at 18:15 -0700, Khem Raj wrote: > > When using mirrors fetcher gets into a weird state when shallow clones > > are enables. > > > > ERROR: Bitbake Fetcher Error: UnpackError('No up t

[OE-core] [PATCH] musl: Drop MIRRORS

2023-09-21 Thread Khem Raj
not available: /mnt/b/yoe/master/downloads/gitshallow_git.musl-libc.org.git.musl.git_79bdacf-1_master.tar.gz', 'git://git.musl-libc.org/git/musl.git;branch=master;protocol=https') Anyway the mirrors were added as backup when we had issues with musl git in past. Signed-off-by: Khem Raj --- meta/recipes

[OE-core] [PATCH] musl: Update to latest

2023-09-21 Thread Khem Raj
Brings following bug fixes * 79bdacff glob: fix wrong return code when aborting before any matches * 7291c6c6 statvfs: allocate spare for f_type * 39e43f08 math: fix ld80 powl(x,huge) and powl(LDBL_MAX,small) * 6d101027 math: fix ld80 acoshl(x) for x < 0 Signed-off-by: Khem Raj --- m

Re: [OE-core] [PATCH v2 3/3] common-musl: Disable error_at_line detection for musl

2023-09-21 Thread Khem Raj
On Thu, Sep 21, 2023 at 7:20 AM Richard Purdie wrote: > > On Wed, 2023-09-20 at 15:09 -0700, Khem Raj wrote: > > bsd-headers provide error.h file and static functions to implement error > > API and related functions, which confuses gnulib provided functions. So > > let

[OE-core] [PATCH v2 3/3] common-musl: Disable error_at_line detection for musl

2023-09-20 Thread Khem Raj
bsd-headers provide error.h file and static functions to implement error API and related functions, which confuses gnulib provided functions. So lets prefer gnulib provided functions if they are used by a package Signed-off-by: Khem Raj --- meta/site/common-musl | 3 +++ 1 file changed, 3

[OE-core] [PATCH V2 2/3] bsd-headers: Add error.h

2023-09-20 Thread Khem Raj
error.h is used in many packages and we can use this to provide for these packages and report the portability problems upstream without patching the packages here. Signed-off-by: Khem Raj --- v2: Make Subject more relevant to change meta/recipes-core/musl/bsd-headers.bb | 4 +- meta

[OE-core] [PATCH v2 1/3] bsd-headers: Define __CONCAT and __STRING

2023-09-20 Thread Khem Raj
Sync with other musl distros Signed-off-by: Khem Raj --- v2: Rebased meta/recipes-core/musl/bsd-headers/sys-cdefs.h | 8 1 file changed, 8 insertions(+) diff --git a/meta/recipes-core/musl/bsd-headers/sys-cdefs.h b/meta/recipes-core/musl/bsd-headers/sys-cdefs.h index 209a623c0f0

Re: [OE-core] [PATCH] gettext: Disable error_at_line detection for musl

2023-09-20 Thread Khem Raj
On Wed, Sep 20, 2023 at 12:54 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Tue, 2023-09-19 at 22:47 -0700, Khem Raj wrote: > > Signed-off-by: Khem Raj > > --- > > meta/recipes-core/gettext/gettext_0.22.bb | 1 + > > 1 file changed, 1 inser

[OE-core] [PATCH] gettext: Disable error_at_line detection for musl

2023-09-19 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-core/gettext/gettext_0.22.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/gettext/gettext_0.22.bb b/meta/recipes-core/gettext/gettext_0.22.bb index f5290ac0e44..91db6627748 100644 --- a/meta/recipes-core/gettext/gettext_0.22.bb

[OE-core] [PATCH 4/4] libidn2: Disable error_at_line detection for musl

2023-09-19 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-extended/libidn/libidn2_2.3.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/libidn/libidn2_2.3.4.bb b/meta/recipes-extended/libidn/libidn2_2.3.4.bb index b48de39fa06..042f4e6a56c 100644 --- a/meta/recipes-extended/libidn

[OE-core] [PATCH 3/4] findutils: Disable error_at_line detection for musl

2023-09-19 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-extended/findutils/findutils_4.9.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/findutils/findutils_4.9.0.bb b/meta/recipes-extended/findutils/findutils_4.9.0.bb index 074817df27c..deb13eecb1c 100644 --- a/meta/recipes

[OE-core] [PATCH 2/4] m4: Disable error_at_line detection for musl

2023-09-19 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/m4/m4-1.4.19.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/m4/m4-1.4.19.inc b/meta/recipes-devtools/m4/m4-1.4.19.inc index fcc9e582701..b1b86d7f47c 100644 --- a/meta/recipes-devtools/m4/m4-1.4.19.inc +++ b/meta

[OE-core] [PATCH 1/4] coreutils: Disable error_at_line detection for musl

2023-09-19 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-core/coreutils/coreutils_9.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/coreutils/coreutils_9.4.bb b/meta/recipes-core/coreutils/coreutils_9.4.bb index e3e27e099d0..fa319f0acb9 100644 --- a/meta/recipes-core/coreutils

[OE-core] [PATCH] sed: Disable error_at_line detection

2023-09-19 Thread Khem Raj
Lets use the error implementation from gnulib Signed-off-by: Khem Raj --- meta/recipes-extended/sed/sed_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/sed/sed_4.9.bb b/meta/recipes-extended/sed/sed_4.9.bb index c4d89c34b2a..45552f94877

[OE-core] [PATCH 2/2] bsd-headers: Update cdef.h and add error.h

2023-09-19 Thread Khem Raj
error.h is used in many packages and we can use this to provide for these packages and report the portability problems upstream without patching the packages here. Signed-off-by: Khem Raj --- meta/recipes-core/musl/bsd-headers.bb | 4 +- meta/recipes-core/musl/bsd-headers/error.h | 60

[OE-core] [PATCH 1/2] bsd-headers: Define __CONCAT and __STRING

2023-09-19 Thread Khem Raj
Sync with other musl distros Signed-off-by: Khem Raj --- meta/recipes-core/musl/bsd-headers/sys-cdefs.h | 8 1 file changed, 8 insertions(+) diff --git a/meta/recipes-core/musl/bsd-headers/sys-cdefs.h b/meta/recipes-core/musl/bsd-headers/sys-cdefs.h index 209a623c0f0..841a5da8ba4

[OE-core] [PATCH] qemu: Add PACKAGECONFIG for dax

2023-09-19 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/qemu/qemu.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 15b963d4488..9664b747b3c 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu

[OE-core] [PATCH] llvm: Upgrade to 17.0.1

2023-09-19 Thread Khem Raj
This is first release in 17.x major release Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.inc| 2 +- ...7-llvm-allow-env-override-of-exe-path.patch | 18 +- meta/recipes-devtools/llvm/llvm_git.bb | 4 ++-- 3 files changed, 12 insertions(+), 12

Re: [OE-core] [PATCH 08/29] strace: parallelize ptest

2023-09-17 Thread Khem Raj
On Sun, Sep 17, 2023 at 2:39 AM Alexander Kanavin wrote: > > strace is one of the slowest tests otherwise (can take 40 minutes or more), > and this brings it to under 10 minutes \0/ This is a good fix. Next in the slowest line is perhaps lttng-tools. core-image-ptest-strace () - Ran 5 tests in

[OE-core] [PATCH v2 1/3] util-linux: Fix lscpu on musl

2023-09-15 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: Use v2 from upstream submission meta/recipes-core/util-linux/util-linux.inc | 1 + ...Use-4K-buffer-size-instead-of-BUFSIZ.patch | 38 +++ 2 files changed, 39 insertions(+) create mode 100644 meta/recipes-core/util-linux/util-linux/0001-lscpu

[OE-core] [PATCH 3/3] Revert "util-linux: scanf_cv_alloc_modifier changed from 'as' -> 'ms'"

2023-09-15 Thread Khem Raj
This was needed for uclibc, which is long gone in OE This reverts commit d3ffa39e2edcf68583fa85c191f59a54c4722abd. Signed-off-by: Khem Raj --- meta/recipes-core/util-linux/util-linux_2.39.1.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/util-linux/util-linux_2.39.1.bb

[OE-core] [PATCH 1/3] util-linux: Fix lscpu on musl

2023-09-15 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-core/util-linux/util-linux.inc | 1 + ...-buffer-size-for-cpuinfo_parse_cache.patch | 36 +++ 2 files changed, 37 insertions(+) create mode 100644 meta/recipes-core/util-linux/util-linux/0001-lscpu-Use-larger-buffer-size

[OE-core] [PATCH 2/3] util-linux: Disable failing tests on musl

2023-09-15 Thread Khem Raj
These tests need strptime with %s which is glibc specific extention Signed-off-by: Khem Raj --- meta/recipes-core/util-linux/util-linux_2.39.1.bb | 9 + 1 file changed, 9 insertions(+) diff --git a/meta/recipes-core/util-linux/util-linux_2.39.1.bb b/meta/recipes-core/util-linux/util

Re: [OE-core] [PATCH 2/2] update_mandb: deb fails due to missing man cache

2023-09-14 Thread Khem Raj
On Thu, Sep 14, 2023 at 7:39 AM Eilís 'pidge' Ní Fhlannagáin wrote: > > This only occurs in debian package builds when populating the sdk > and is a work around that seems to work. Eventually we should look > at why this is failing (I have ideas, it's somewhere in >

Re: [OE-core] [kirkstone][PATCH] glibc: stable 2.35 branch updates

2023-09-13 Thread Khem Raj
Thanks LGTM On Wed, Sep 13, 2023 at 4:19 AM Sanjana V wrote: > > Below commits on glibc-2.35 stable branch are updated. > > 561e9dadc0 x86: Fix incorrect scope of setting `shared_per_thread` > 1c3ecf5858 x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold. > 47c7d2eb03 x86: Fix

Re: [OE-core] [kirkstone][PATCH] binutils: stable 2.38 branch updates

2023-09-13 Thread Khem Raj
On Wed, Sep 13, 2023 at 4:41 AM Sanjana V wrote: > > Regression testing with binutils testing is performed and no regressions > found. Thanks. LGTM > > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#187619):

[OE-core] [PATCH 2/2] coreutils: Add config.h to ptest package

2023-09-13 Thread Khem Raj
Testsuite summary for GNU coreutils 9.4 # TOTAL: 643 -# PASS: 509 -# SKIP: 131 +# PASS: 516 +# SKIP: 124 Signed-off-by: Khem Raj --- meta/recipes-core/coreutils/coreutils_9.4.bb | 1 + 1 file changed, 1 insertion

[OE-core] [PATCH 1/2] coreutils: Upgrade to 9.4

2023-09-13 Thread Khem Raj
Drop a backport which is already in 9.4 Signed-off-by: Khem Raj --- .../coreutils/stdlib-mb-cur-max.patch | 33 --- .../{coreutils_9.3.bb => coreutils_9.4.bb}| 4 +-- 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 meta/recipes-core/coreut

[OE-core] [PATCH] gettext: Add missing dependency on gawk autoconf

2023-09-11 Thread Khem Raj
Needed for additional tests e.g. autopoint-1 which are otherwise skipped Make locale-base-de-de and locale-base-fr-fw rdep unconditional as musl-locales do provide these locales Signed-off-by: Khem Raj --- meta/recipes-core/gettext/gettext_0.22.bb | 4 +--- 1 file changed, 1 insertion(+), 3

Re: [OE-core] OE-core CVE metrics for master on Sun 10 Sep 2023 01:00:01 AM HST

2023-09-10 Thread Khem Raj
On Sun, Sep 10, 2023 at 8:54 AM Marta Rybczynska wrote: > > > On Sun, 10 Sept 2023, 17:14 Khem Raj, wrote: > >> On Sun, Sep 10, 2023 at 4:18 AM Steve Sakoman wrote: >> > >> > Branch: master >> > >> > New this week: 10 CVEs &

Re: [OE-core] OE-core CVE metrics for master on Sun 10 Sep 2023 01:00:01 AM HST

2023-09-10 Thread Khem Raj
On Sun, Sep 10, 2023 at 4:18 AM Steve Sakoman wrote: > > Branch: master > > New this week: 10 CVEs > CVE-2022-3563 (CVSS3: 5.7 MEDIUM): bluez5 > https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-3563 * > CVE-2022-3637 (CVSS3: 5.5 MEDIUM): bluez5 >

[OE-core] [PATCH] libc-test: Run as non-root user

2023-09-08 Thread Khem Raj
: fork succeeded despite rlimit FAIL src/regression/pthread_atfork-errno-clobber-static.exe [status 1] Signed-off-by: Khem Raj --- .../libc-test/{run-ptest => run-libc-ptests} | 0 meta/recipes-core/musl/libc-test/run-ptest| 29 ++- meta/recipes-core/musl/libc-test_git

[OE-core] [PATCH] libc-test: Depend on musl-staticdev

2023-09-08 Thread Khem Raj
It builds statically linked tests during ptest run and therefore needs libc.a Signed-off-by: Khem Raj --- meta/recipes-core/musl/libc-test_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/musl/libc-test_git.bb b/meta/recipes-core/musl/libc-test_git.bb index

[OE-core] [PATCH v2] apr: Fix ptests on musl

2023-09-07 Thread Khem Raj
musl does not implement dlclose [1] the way apr tests it will always fail, even though it is per posix. Backport a relevant fix [1] https://wiki.musl-libc.org/functional-differences-from-glibc.html#Unloading-libraries Signed-off-by: Khem Raj --- v2: Use a different approach instead

Re: [OE-core] [mickledore][PATCH v2] fixup! python3-numpy: remove NPY_INLINE, use inline instead

2023-09-07 Thread Khem Raj
ed-core/commit/?h=mickledore=77a64a8686b6c9ef3bc6adbce6cdc442096decfd > > Thanks, > ____ > From: Khem Raj > Sent: Friday, September 8, 2023 12:46 > To: Yu, Mingli > Cc: openembedded-core@lists.openembedded.org > > Subject: Re: [OE-core] [mickledor

[OE-core] [PATCH] perl: Add packageconfig for setlocale functionality differences

2023-09-07 Thread Khem Raj
-behavior-with-missing-locales Signed-off-by: Khem Raj --- meta/recipes-devtools/perl/perl_5.38.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/perl/perl_5.38.0.bb b/meta/recipes-devtools/perl/perl_5.38.0.bb index 2103a39dfa4..a8623b6e84b 100644 --- a/meta

Re: [OE-core] [mickledore][PATCH v2] fixup! python3-numpy: remove NPY_INLINE, use inline instead

2023-09-07 Thread Khem Raj
when do we see these errors ? how does this impact performance? On Thu, Sep 7, 2023 at 9:16 PM Yu, Mingli wrote: > > From: Mingli Yu > > Fixes: >/usr/lib/gcc/x86_64-redhat-linux/13/include/avx512fintrin.h:314:1: error: > inlining failed in call to 'always_inline' '_mm512_setzero_ps':

Re: [OE-core] [PATCH 02/17] gettext: upgrade 0.21.1 -> 0.22

2023-09-07 Thread Khem Raj
od to excercise mera-oe AB job to catch such issues with version upgrade series so we know what needs work on other layers > > Alex > > On Thu, 7 Sept 2023 at 21:12, Khem Raj wrote: > > > > fontforge fails due to this see - > > > https://autobuilder.yoctoproject.org

Re: [OE-core] [PATCH 02/17] gettext: upgrade 0.21.1 -> 0.22

2023-09-07 Thread Khem Raj
fontforge fails due to this see - https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3095/steps/15/logs/stdio cd /mnt/b/yoe/master/build/tmp/work/x86_64-linux/fontforge-native/20230101/build/po &&

Re: [OE-core] [PATCH 13/17] gnutls: update 3.8.0 -> 3.8.1

2023-09-07 Thread Khem Raj
This fails to build openconnect, it needs a backport https://git.infradead.org/users/dwmw2/openconnect.git/commit/7512698217c4104aade7a2df669a20de68f3bb8c On Wed, Sep 6, 2023 at 9:57 AM Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > --- >

Re: [OE-core] [PATCH] glib-2.0: explicitly enable strlcpy()

2023-09-06 Thread Khem Raj
On Wed, Sep 6, 2023 at 11:07 AM Ross Burton wrote: > On 6 Sep 2023, at 18:30, Khem Raj wrote: > > > > On Wed, Sep 6, 2023 at 8:12 AM Ross Burton wrote: > >> > >> From: Ross Burton > >> > >> We have glibc 2.38 which added strlcpy(), so enab

Re: [OE-core] [PATCH] glib-2.0: explicitly enable strlcpy()

2023-09-06 Thread Khem Raj
On Wed, Sep 6, 2023 at 8:12 AM Ross Burton wrote: > > From: Ross Burton > > We have glibc 2.38 which added strlcpy(), so enable the use of it > explicitly in the Meson cross file for when the target doesn't support > qemu-usermode (which will result in the default of not using it). will this be

[OE-core] [PATCH] apr: Fix ptests on musl

2023-09-05 Thread Khem Raj
musl does not implement dlclose [1] the way apr tests it will always fail, even though it is per posix. Therefore ignore the unload tests [1] https://wiki.musl-libc.org/functional-differences-from-glibc.html#Unloading-libraries Signed-off-by: Khem Raj --- ...-testdso-Do-not-test-dlclone

[OE-core] [PATCH] rust-target-config: Map rust target to OE target

2023-09-05 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/classes-recipe/rust-target-config.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes-recipe/rust-target-config.bbclass b/meta/classes-recipe/rust-target-config.bbclass index 9aa1fc4da51..926b0630b1f 100644 --- a/meta/classes-recipe/rust

[OE-core] [PATCH] tcl: Add a way to skip ptests

2023-09-05 Thread Khem Raj
Some tests hardcode assumptions on locales, which may not be present in musl systems e.g., therefore add a way to skip such tests using -skip option. Skip unixInit-3* test on musl Signed-off-by: Khem Raj --- meta/recipes-devtools/tcltk/tcl/run-ptest | 4 ++-- meta/recipes-devtools/tcltk

[OE-core] [PATCH] python3: Fix ptests on musl

2023-09-02 Thread Khem Raj
Adjust locale dependencies to help run tests sadly, tr-tr is not available yet in musl-locale so keep that specific to glibc Add an exclusion list for tests and populate it for musl for the failing tests Signed-off-by: Khem Raj --- meta/recipes-devtools/python/python3/run-ptest | 4 ++-- meta

[OE-core] [PATCH] dos2unix: upgrade 7.5.0 -> 7.5.1

2023-09-02 Thread Khem Raj
Signed-off-by: Khem Raj --- .../dos2unix/{dos2unix_7.5.0.bb => dos2unix_7.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/dos2unix/{dos2unix_7.5.0.bb => dos2unix_7.5.1.bb} (95%) diff --git a/meta/recipes-support/dos2unix/dos2unix_7.5.0

Re: [OE-core] [PATCH 2/2] glib-networking: use gnutls backend for TLS sockets

2023-08-31 Thread Khem Raj
On 8/31/23 9:28 AM, Ross Burton wrote: On 31 Aug 2023, at 17:27, Khem Raj wrote: On 8/31/23 3:02 AM, Ross Burton wrote: From: Ross Burton As per upstream: There are hacks in half the tests where this backend doesn't return the expected error code or doesn't work as expected. I do hope

Re: [OE-core] [PATCH 2/2] glib-networking: use gnutls backend for TLS sockets

2023-08-31 Thread Khem Raj
On 8/31/23 3:02 AM, Ross Burton wrote: From: Ross Burton As per upstream: There are hacks in half the tests where this backend doesn't return the expected error code or doesn't work as expected. I do hope to enable this backend by default in the future. For now, it's not there

Re: [OE-core] [RFC PATCH 3/5] ninja: build modified version with GNU Make jobserver support

2023-08-28 Thread Khem Raj
On Mon, Aug 28, 2023 at 5:48 AM Martin Hundeb?ll wrote: > > Ninja doesn't (yet) support the GNU Make jobserver out of the box, but > there is a pull request adding that support[1]. Switch the SRC_URI and > SRCREV to point at the source of that pull request, to make ninja play > nicely together

Re: [OE-core][kirkstone][PATCH] inetutils: Fix CVE-2023-40303

2023-08-28 Thread Khem Raj
I sent a patch for master already see https://lists.openembedded.org/g/openembedded-core/topic/patch_1_2_inetutils_fix/100993486?p=,,,100,0,0,0::recentpostdate/sticky,,,100,2,0,100993486,previd%3D1693242624210149855,nextid%3D1692981851065733310=1693242624210149855=1692981851065733310 you can send

Re: [OE-core] [kirkstone][PATCH v3] libdnf: resolve cstdint inclusion for newer gcc versions

2023-08-27 Thread Khem Raj
On Sun, Aug 27, 2023 at 8:23 PM Abe Kohandel wrote: > > Depending on the host gcc version, libdnf fails to compile due to > missing cstdint inclusions. These issue have already been addressed > upstream, add the patches to resolve this for older versions of the > library. > > These commits are

Re: [OE-core] [kirkstone][PATCH] libdnf: resolve cstdint inclusion for newer gcc versions

2023-08-27 Thread Khem Raj
On Sun, Aug 27, 2023 at 3:12 PM Abe Kohandel wrote: > Depending on the host gcc version, libdnf fails to compile due to > missing cstdint inclusion. The issue has already been addressed > upstream, add the patch to resolve this for older versions of the > library. > > This commit is taken

<    1   2   3   4   5   6   7   8   9   10   >