[OE-core] [PATCH 1/3] musl: Update to latest master

2023-05-02 Thread Khem Raj
timeouts on x32 * 6d322159 getopt: fix null pointer arithmetic ub * 35e98311 nftw: fix use of uninitialized struct stat * 7c410472 fix inadvertently static local var in dynlink get_lfs64 * 77327ed0 dns: check length field in tcp response message Signed-off-by: Khem Raj --- meta/recipes-core

Re: [OE-core] [PATCH 10/11] insane.bbclass: simplify exceptions for 32 bit time API check

2023-05-01 Thread Khem Raj
wrote: > > > > So how would I replicate these? What build is actually being run? > > > > Alex > > > > On Mon 1. May 2023 at 2.23, Khem Raj wrote: > >> > >> here is latest - https://errors.yoctoproject.org/Errors/Build/163426/ > >>

Re: [OE-core] [PATCH 10/11] insane.bbclass: simplify exceptions for 32 bit time API check

2023-04-30 Thread Khem Raj
tchset, and not v2. > Pseudo has been specifically excluded from the qa check in v2 for > instance. > > Alex > > On Sun, 30 Apr 2023 at 07:16, Khem Raj wrote: > > > > https://errors.yoctoproject.org/Errors/Build/163415/ > > > > On Sat, Apr 29, 2023 at 9:49 PM

[OE-core] [PATCH] qtwebkitgtk: Backport a build fix for GCC 13

2023-04-29 Thread Khem Raj
Signed-off-by: Khem Raj --- ...0b55f52ff8b883296f4845269e2ed746acb3.patch | 37 +++ meta/recipes-sato/webkit/webkitgtk_2.38.5.bb | 1 + 2 files changed, 38 insertions(+) create mode 100644 meta/recipes-sato/webkit/webkitgtk/93920b55f52ff8b883296f4845269e2ed746acb3.patch diff

Re: [OE-core] [PATCH 10/11] insane.bbclass: simplify exceptions for 32 bit time API check

2023-04-29 Thread Khem Raj
https://errors.yoctoproject.org/Errors/Build/163415/ On Sat, Apr 29, 2023 at 9:49 PM Alexander Kanavin wrote: > > Can I see the error please? > > Alex > > On Sat 29. Apr 2023 at 21.23, Khem Raj wrote: >> >> its still triggering as error. >> >> On Wed,

Re: [OE-core] [PATCH 05/11] bitbake.conf: set minimum required kernel to 5.15

2023-04-29 Thread Khem Raj
it. Also send a BIG warning to community on breaking this backward compatibility, for some it might be helpful to get this notification now than next year. On Thu, Apr 27, 2023 at 12:54 AM Alexander Kanavin wrote: > > On Thu, 27 Apr 2023 at 09:48, Khem Raj wrote: > > > It will break

Re: [OE-core] [PATCH 10/11] insane.bbclass: simplify exceptions for 32 bit time API check

2023-04-29 Thread Khem Raj
its still triggering as error. On Wed, Apr 26, 2023 at 2:50 AM Alexander Kanavin wrote: > > Existing implementation required to list both specific problematic apis, and > files that > use them: neither is necessary as both are seen in package_qa error messages, > and > can cause excessive

Re: [OE-core] [PATCH] apt: Use a valid download location for 2.4.5 release tarball

2023-04-29 Thread Khem Raj
On Sat, Apr 29, 2023 at 8:21 AM Alexander Kanavin wrote: > > Does the upstream version check still work? > yes, eventually when apt is upgraded to 2.6.0+ it should be falling to debian mirror again. 2.4.5 has disappeared from it > Alex > > On Sat 29. Apr 2023 at 17.0

[OE-core] [PATCH] apt: Use a valid download location for 2.4.5 release tarball

2023-04-29 Thread Khem Raj
Fixes WARNING: apt-2.4.5-r0 do_fetch: Failed to fetch URL http://ftp.debian.org/debian/pool/main/a/apt/apt_2.4.5.tar.xz, attempting MIRRORS if available Signed-off-by: Khem Raj --- meta/recipes-devtools/apt/apt_2.4.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[OE-core] [PATCH] systemd: Fix timesyncd runtime assertions with 64bit time_t

2023-04-28 Thread Khem Raj
This issue is seen on 32bit architectures using 64bit time_t Signed-off-by: Khem Raj --- meta/recipes-core/systemd/systemd/27253.patch | 313 meta/recipes-core/systemd/systemd/27254.patch | 345 ++ meta/recipes-core/systemd/systemd_253.3.bb| 2 + 3 files

[OE-core] [PATCH] cpio: Run ptests under ptest user

2023-04-28 Thread Khem Raj
-off-by: Khem Raj --- meta/recipes-extended/cpio/cpio-2.13/run-ptest | 9 + .../cpio/cpio-2.13/{run-ptest => test.sh}| 0 meta/recipes-extended/cpio/cpio_2.13.bb | 16 3 files changed, 17 insertions(+), 8 deletions(-) mode change 100644 => 10075

Re: [OE-core] [PATCH] bitbake.conf: Add -fcanon-prefix-map to DEBUG_PREFIX_MAP

2023-04-28 Thread Khem Raj
Apr 28, 2023 at 5:20 AM Khem Raj wrote: >> >> This should help canonicalize the relative paths and symlinks >> during cross compile, -fcanon-prefix-map is newly added in gcc-13+ [1] >> >> [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108464#c8 >> Signe

Re: [OE-core] [PATCH] gcc: Upgrade to GCC 13.1 release

2023-04-27 Thread Khem Raj
On Thu, Apr 27, 2023 at 2:45 PM Richard Purdie wrote: > > On Thu, 2023-04-27 at 11:52 -0700, Khem Raj wrote: > > > - Package libhwasan_preinit.o, its available on some arches e.g. x86_64 on > > > gcc13+ > > > - GCC 13 Porting guide [1] and major changes [2] and

Re: [OE-core] [PATCH 11/11] insane.bbclass: enable 32 bit time API check on affected architectures

2023-04-27 Thread Khem Raj
I see this error triggering for meta-openembedded builds qemuarm - https://errors.yoctoproject.org/Errors/Build/163136/ On Wed, Apr 26, 2023 at 2:50 AM Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > --- > meta/classes-global/insane.bbclass | 7 ++- > 1 file changed, 6

[OE-core] [PATCH] bitbake.conf: Add -fcanon-prefix-map to DEBUG_PREFIX_MAP

2023-04-27 Thread Khem Raj
This should help canonicalize the relative paths and symlinks during cross compile, -fcanon-prefix-map is newly added in gcc-13+ [1] [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108464#c8 Signed-off-by: Khem Raj --- meta/conf/bitbake.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion

[OE-core] [PATCH] gcc: Upgrade to GCC 13.1 release

2023-04-27 Thread Khem Raj
/gcc/gcc-13/changes.html [3] https://gcc.gnu.org/onlinedocs/13.1.0/ Signed-off-by: Khem Raj --- meta/conf/distro/include/maintainers.inc | 2 +- meta/conf/distro/include/tcmode-default.inc | 2 +- .../gcc/{gcc-12.2.inc => gcc-13.1.inc}| 25 ++--- ...ian_12.2.bb => gcc

[OE-core] [PATCH v4] binutils: stable 2.40 branch updates

2023-04-27 Thread Khem Raj
35 gprofng: PR30043 libgprofng.so.* are installed to a wrong location c6e269febbc gprofng: PR29521 [docs] man pages are not in the release tarball bcea253f5fa toplevel: Makefile.def: add install-strip dependency on libsframe Signed-off-by: Deepthi Hemraj Signed-off-by: Khem Raj --- v2: Rebas

Re: [OE-core] [PATCH 05/11] bitbake.conf: set minimum required kernel to 5.15

2023-04-27 Thread Khem Raj
On Thu, Apr 27, 2023 at 12:20 AM Alexander Kanavin wrote: > > On Thu, 27 Apr 2023 at 09:04, Khem Raj wrote: > > While this might be good, does this fix anything specific for enabling > > 64bit time_t. > > Yes; please see the link. > > > This change means we

Re: [OE-core] [PATCH 05/11] bitbake.conf: set minimum required kernel to 5.15

2023-04-27 Thread Khem Raj
On Wed, Apr 26, 2023 at 2:50 AM Alexander Kanavin wrote: > > In particular this enables a number of useful features in glibc, such > as actually using 64 bit time_t versions of kernel syscalls: > >

[OE-core] [PATCH v3] binutils: stable 2.40 branch updates

2023-04-26 Thread Khem Raj
g location c6e269febbc gprofng: PR29521 [docs] man pages are not in the release tarball bcea253f5fa toplevel: Makefile.def: add install-strip dependency on libsframe Signed-off-by: Deepthi Hemraj Signed-off-by: Khem Raj --- v2: Rebase existing patches to apply on top v3: Drop upstreamed patch ..

[OE-core] [PATCH v2] binutils: stable 2.40 branch updates

2023-04-26 Thread Khem Raj
a toplevel: Makefile.def: add install-strip dependency on libsframe Signed-off-by: Deepthi Hemraj Signed-off-by: Khem Raj --- v2: Rebase existing patches to apply on top .../binutils/binutils-2.40.inc| 2 +- ...s-crosssdk-Generate-relocatable-SDKs.patch | 2 +- ...o-not-gener

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

2023-04-26 Thread Khem Raj
timeouts on x32 * 6d322159 getopt: fix null pointer arithmetic ub * 35e98311 nftw: fix use of uninitialized struct stat * 7c410472 fix inadvertently static local var in dynlink get_lfs64 * 77327ed0 dns: check length field in tcp response message Signed-off-by: Khem Raj --- meta/recipes-core

[OE-core] [PATCH] quilt: Fix merge.test race condition

2023-04-24 Thread Khem Raj
This is consistently seen with musl and grep from busybox Therefore backport a patch from upstream to fix it Signed-off-by: Khem Raj --- meta/recipes-devtools/quilt/quilt.inc | 1 + ...t-Fix-a-race-condition-in-merge.test.patch | 48 +++ 2 files changed, 49 insertions

[OE-core] [PATCH v2] m4: Do not munge locale in ptests for musl

2023-04-21 Thread Khem Raj
locale setting are done with glibc in mind and they cause segfaults with musl. Therefore make these tweaks specific to glibc Signed-off-by: Khem Raj --- v1: Tried to add locale data for musl into deps meta/recipes-devtools/m4/m4-1.4.19.inc | 6 -- 1 file changed, 4 insertions(+), 2

Re: [OE-core] [PATCH 1/2] gdb: use update-alternatives for sframe-spec.info

2023-04-21 Thread Khem Raj
On Thu, Apr 20, 2023 at 11:06 PM wangmy wrote: > > From: Wang Mingyu > > binutils also uses the doc 'sframe-spec.info'. > > binutils has a priority of 100. I think binutils is right package to provide this info file. Please delete it in do_install of gdb. We do not need two copies. > >

[OE-core] [PATCH] cpio: Run ptests under ptest user

2023-04-20 Thread Khem Raj
-off-by: Khem Raj --- meta/recipes-extended/cpio/cpio-2.13/run-ptest | 9 + .../cpio/cpio-2.13/{run-ptest => test.sh}| 0 meta/recipes-extended/cpio/cpio_2.13.bb | 16 3 files changed, 17 insertions(+), 8 deletions(-) mode change 100644 => 10075

[OE-core] [PATCH 3/3] fts: Fix typo in summary

2023-04-20 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-core/fts/fts_1.2.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/fts/fts_1.2.7.bb b/meta/recipes-core/fts/fts_1.2.7.bb index d3b0f31eda..10103830af 100644 --- a/meta/recipes-core/fts/fts_1.2.7.bb +++ b/meta

[OE-core] [PATCH 2/3] acl: Disable misc.test on musl

2023-04-20 Thread Khem Raj
misc.test fails on musl due to nftw order, ignore it for now Signed-off-by: Khem Raj --- meta/recipes-support/attr/acl_2.3.1.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-support/attr/acl_2.3.1.bb b/meta/recipes-support/attr/acl_2.3.1.bb index 9cb19ed72f..9badd33254

[OE-core] [PATCH 1/3] attr: Disable attr.test on musl

2023-04-20 Thread Khem Raj
the error message in musl based systems is EXPECTED: Operation not supported RECIEVED: Not supported The test is then marked as failed due to this. Ignore this test on musl Signed-off-by: Khem Raj --- meta/recipes-support/attr/attr.inc | 4 1 file changed, 4 insertions(+) diff --git

[OE-core] [PATCH 2/2] lua: Disable locale dependent tests on musl

2023-04-20 Thread Khem Raj
These tests depend on features of locale which is not fully available on musl Signed-off-by: Khem Raj --- meta/recipes-devtools/lua/lua_5.4.4.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-devtools/lua/lua_5.4.4.bb b/meta/recipes-devtools/lua/lua_5.4.4.bb index

[OE-core] [PATCH 1/2] m4: Add locale-base-fr-fr rdep for musl too

2023-04-20 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/m4/m4-1.4.19.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/m4/m4-1.4.19.inc b/meta/recipes-devtools/m4/m4-1.4.19.inc index 3b4303b7fd..0dd273bd89 100644 --- a/meta/recipes-devtools/m4/m4-1.4.19

Re: [OE-core] Cargo and ptest

2023-04-20 Thread Khem Raj
On 4/20/23 2:57 AM, Frederic Martinsons wrote: Le jeu. 20 avr. 2023, 11:41, Richard Purdie > a écrit : On Thu, 2023-04-20 at 09:27 +0200, Frederic Martinsons wrote: > Hello, > > I would like to build and ship tests for recipes

Re: [OE-core] [PATCH 2/2] xserver-xorg: backport fix for CVE-2023-1393

2023-04-19 Thread Khem Raj
Fails to patch - https://errors.yoctoproject.org/Errors/Details/700408/ On Wed, Apr 19, 2023 at 6:41 AM Ross Burton wrote: > > Signed-off-by: Ross Burton > --- > ...posite-Fix-use-after-free-of-the-COW.patch | 46 +++ > .../xorg-xserver/xserver-xorg_21.1.7.bb | 3 +- > 2

[OE-core] [PATCH] apt-util: Fix ptest on musl

2023-04-19 Thread Khem Raj
Signed-off-by: Khem Raj --- ...ion-Check-if-transform-is-supported-.patch | 37 +++ meta/recipes-support/apr/apr-util_1.6.3.bb| 1 + 2 files changed, 38 insertions(+) create mode 100644 meta/recipes-support/apr/apr-util/0001-test_transformation-Check-if-transform

Re: [OE-core] [PATCH] parted: upgrade 3.5 -> 3.6

2023-04-18 Thread Khem Raj
fails during do_patch see https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2669/steps/14/logs/stdio On Mon, Apr 17, 2023 at 1:08 AM wangmy wrote: > > From: Wang Mingyu > > Signed-off-by: Wang Mingyu > --- > meta/recipes-extended/parted/{parted_3.5.bb => parted_3.6.bb} | 2 +-

Re: [OE-core] [PATCH v2] machine/qemuarm*: don't explicitly set vmalloc

2023-04-18 Thread Khem Raj
On Tue, Apr 18, 2023 at 9:41 AM Ross Burton wrote: > > In 5c6064 the qemuarm* machines gained vmalloc=256, because in testing > Bruce was seeing problems when the vmalloc area was too big for the > memory size of the machine (eg 256MB). > default seems to be 128M for 32bit systems with memory <

Re: [OE-core] [PATCH V1] coreutils: Add gcc parameter for ptest

2023-04-17 Thread Khem Raj
On Mon, Apr 17, 2023 at 8:42 PM qi...@fujitsu.com wrote: > This should be a symlink to gcc on target so I wonder why it does not work > > First, see the coreutils’ files which installed on target. > > > > Makefile -->created by cross-compile > > build-aux > > init.cfg

Re: [OE-core] [PATCH V1] coreutils: Add gcc parameter for ptest

2023-04-17 Thread Khem Raj
On Mon, Apr 17, 2023 at 6:05 PM Tingting Qiu (Fujitsu) wrote: > > > > -Original Message- > > From: Khem Raj > > Sent: Saturday, April 15, 2023 12:11 AM > > To: Richard Purdie > > Cc: Qiu, Tingting/仇 婷婷 ; > > openembedded-core@list

[OE-core] [PATCH] libxml2: Disable icu tests on musl

2023-04-17 Thread Khem Raj
these tests do not work with musl's iconv implementation and would need enabling icu support using --with-icu which we do not enable by default Additionally enable locale with musl too. Signed-off-by: Khem Raj --- meta/recipes-core/libxml/libxml2_2.10.3.bb | 9 +++-- 1 file changed, 7

Re: [OE-core] [PATCH 2/2] gawk: Fix ptests on musl

2023-04-14 Thread Khem Raj
On Fri, Apr 14, 2023 at 12:35 AM Khem Raj wrote: > > On Thu, Apr 13, 2023 at 9:06 AM Richard Purdie > wrote: > > > > On Thu, 2023-04-13 at 08:29 -0700, Khem Raj wrote: > > > On Thu, Apr 13, 2023 at 6:44 AM Richard Purdie > > > wrote: > > > >

[OE-core] [PATCH v3 3/3] gawk: Add skipped.txt to emit test to ignore

2023-04-14 Thread Khem Raj
This file can be processed by run-ptest during runtime and tests mentioned in skipped.txt will not be run. Signed-off-by: Khem Raj --- v3: New meta/recipes-extended/gawk/gawk/run-ptest | 5 + meta/recipes-extended/gawk/gawk_5.2.1.bb | 6 ++ 2 files changed, 11 insertions(+) diff

[OE-core] [PATCH v3 2/3] gawk: Remove redundant patch

2023-04-14 Thread Khem Raj
. Signed-off-by: Khem Raj Cc: Ross Burton --- v2: New v3: No change .../gawk/gawk/remove-sensitive-tests.patch| 43 --- meta/recipes-extended/gawk/gawk_5.2.1.bb | 1 - 2 files changed, 44 deletions(-) delete mode 100644 meta/recipes-extended/gawk/gawk/remove-sensitive

[OE-core] [PATCH v3 1/3] gawk: Disable known ptest fails on musl

2023-04-14 Thread Khem Raj
Add needed locale rdeps on musl as well. Signed-off-by: Khem Raj --- v2: Delete failing tests on musl v3: No change meta/recipes-extended/gawk/gawk_5.2.1.bb | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/gawk/gawk_5.2.1.bb b/meta

Re: [OE-core] [PATCH v2 1/2] gawk: Disable known ptest fails on musl

2023-04-14 Thread Khem Raj
ignore this set, it does not work. On Fri, Apr 14, 2023 at 8:55 AM Khem Raj wrote: > > Add needed locale rdeps on musl as well. > > Signed-off-by: Khem Raj > --- > v2: Delete failing tests on musl > > meta/recipes-extended/gawk/gawk_5.2.1.bb | 17 +++

Re: [OE-core] [PATCH V1] coreutils: Add gcc parameter for ptest

2023-04-14 Thread Khem Raj
On Fri, Apr 14, 2023 at 3:06 AM Richard Purdie wrote: > > On Fri, 2023-04-14 at 16:53 +0800, qi...@fujitsu.com wrote: > > From: Qiu Tingting > > > > If gcc is installed in image, ptest result has 4 ERROR. > > ERROR: tests/rm/r-root.sh > > ERROR: tests/rm/rm-readdir-fail.sh > > ERROR:

[OE-core] [PATCH v2 1/2] gawk: Disable known ptest fails on musl

2023-04-14 Thread Khem Raj
Add needed locale rdeps on musl as well. Signed-off-by: Khem Raj --- v2: Delete failing tests on musl meta/recipes-extended/gawk/gawk_5.2.1.bb | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/gawk/gawk_5.2.1.bb b/meta/recipes

[OE-core] [PATCH v2 2/2] gawk: Remove redundant patch

2023-04-14 Thread Khem Raj
. Signed-off-by: Khem Raj Cc: Ross Burton --- .../gawk/gawk/remove-sensitive-tests.patch| 43 --- meta/recipes-extended/gawk/gawk_5.2.1.bb | 1 - 2 files changed, 44 deletions(-) delete mode 100644 meta/recipes-extended/gawk/gawk/remove-sensitive-tests.patch diff --git

Re: [OE-core] [PATCH 2/2] gawk: Fix ptests on musl

2023-04-14 Thread Khem Raj
On Thu, Apr 13, 2023 at 9:06 AM Richard Purdie wrote: > > On Thu, 2023-04-13 at 08:29 -0700, Khem Raj wrote: > > On Thu, Apr 13, 2023 at 6:44 AM Richard Purdie > > wrote: > > > > > > On Thu, 2023-04-13 at 06:16 -0700, Khem Raj wrote: > > > >

Re: [OE-core] [PATCH 2/2] gawk: Fix ptests on musl

2023-04-13 Thread Khem Raj
On Thu, Apr 13, 2023 at 6:44 AM Richard Purdie wrote: > > On Thu, 2023-04-13 at 06:16 -0700, Khem Raj wrote: > > On Thu, Apr 13, 2023 at 3:14 AM Richard Purdie > > wrote: > > > > > > On Wed, 2023-04-12 at 22:54 -0700, Khem Raj wrote: > > > > Signe

Re: [OE-core] [PATCH 2/2] gawk: Fix ptests on musl

2023-04-13 Thread Khem Raj
On Thu, Apr 13, 2023 at 3:14 AM Richard Purdie wrote: > > On Wed, 2023-04-12 at 22:54 -0700, Khem Raj wrote: > > Signed-off-by: Khem Raj > > --- > > ...0001-Provide-fixes-for-tests-on-musl.patch | 73 +++ > > meta/recipes-extended/gawk/gawk_5.2.

[OE-core] [PATCH 2/2] gawk: Fix ptests on musl

2023-04-12 Thread Khem Raj
Signed-off-by: Khem Raj --- ...0001-Provide-fixes-for-tests-on-musl.patch | 73 +++ meta/recipes-extended/gawk/gawk_5.2.1.bb | 7 +- 2 files changed, 77 insertions(+), 3 deletions(-) create mode 100644 meta/recipes-extended/gawk/gawk/0001-Provide-fixes-for-tests

[OE-core] [PATCH 1/2] musl-locales: Add Canadian French (fr_CA) locale support

2023-04-12 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl-locales_git.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/musl/musl-locales_git.bb b/meta/recipes-core/musl/musl-locales_git.bb index 92532237e0..6ffac4fade 100644 --- a/meta/recipes-core/musl

[OE-core] [RFT][PATCH 2/3] autoconf_2.72c.bb: Backport fixes

2023-04-12 Thread Khem Raj
Signed-off-by: Khem Raj --- ..._DIR-Rewrite-using-AC_CANONICAL_HOST.patch | 82 + ...PE_UID_T-Rewrite-using-AC_CHECK_TYPE.patch | 76 ..._TRADITIONAL-a-compatibility-alias-f.patch | 179 ++ ...to-programs-misusing-AC_EGREP_HEADER.patch | 80 + ...TYPE_GETGROUPS

[OE-core] [RFT][PATCH 1/3] autoconf: Test 2.72c

2023-04-12 Thread Khem Raj
From: Richard Purdie Signed-off-by: Richard Purdie Signed-off-by: Khem Raj --- .../coreutils/coreutils/autoconf-2.73.patch | 15 ++ meta/recipes-core/coreutils/coreutils_9.1.bb | 1 + .../gettext-0.21.1/autoconf-2.73.patch| 41 ++ meta/recipes-core/gettext/gettext_0.21.1.bb

[OE-core] [RFT][PATCH 3/3] Revert "site: merged common-glibc from OE"

2023-04-12 Thread Khem Raj
This reverts commit a2f942c22e31fe15fef1b44a0e5cc548a60d43a6. Signed-off-by: Khem Raj --- meta/site/common-glibc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/site/common-glibc b/meta/site/common-glibc index 7ba91e03c0..958699b143 100644 --- a/meta/site/common-glibc +++ b/meta/site

Re: [OE-core] [PATCH 1/7] ffmpeg: update 5.1.2 -> 6.0

2023-04-11 Thread Khem Raj
On Tue, Apr 11, 2023 at 8:15 AM Alexander Kanavin wrote: > > This has been resolved by your 0.34.1 -> 0.35.1 update. > cool > Alex > > On Sat, 1 Apr 2023 at 20:57, Khem Raj wrote: > > > > I think mpv is failing to this upgrade, this issue talks about it >

Re: [OE-Core][PATCH] rust: Upgrade 1.68.1 -> 1.68.2

2023-04-11 Thread Khem Raj
alright my builds for cargo on qemuriscv32/musl went ok so I guess its ok. On Mon, Apr 10, 2023 at 11:11 AM Khem Raj wrote: > > Thanks, I'll also check it out. I think the checksums for the musl > patch would need updating I think as the versions of these crates > might have changed

Re: [OE-Core][PATCH] rust: Upgrade 1.68.1 -> 1.68.2

2023-04-10 Thread Khem Raj
Thanks, I'll also check it out. I think the checksums for the musl patch would need updating I think as the versions of these crates might have changed. On Mon, Apr 10, 2023 at 10:30 AM Alexandre Belloni wrote: > > My current a-full has this patch. > > On 10/04/2023 10:21:16-0700, Kh

Re: [OE-core] [PATCH] squashfs-tools: upgrade 4.5.1 -> 4.6.0

2023-04-10 Thread Khem Raj
On Mon, Apr 10, 2023 at 2:02 AM wangmy wrote: > > From: Wang Mingyu > > Changelog: > https://github.com/plougher/squashfs-tools/blob/master/CHANGES > > 0001-install-manpages.sh-do-not-write-original-timestamps.patch > removed since it's included in 4.6.0 > > Signed-off-by: Wang Mingyu > --- >

Re: [OE-Core][PATCH] rust: Upgrade 1.68.1 -> 1.68.2

2023-04-10 Thread Khem Raj
If possible, Can you test this on top of contrib/abelloni/master-next for musl target ? On Mon, Apr 10, 2023 at 2:42 AM Alex Kiernan wrote: > > Changes: > > * Update the GitHub RSA host key bundled within Cargo. The key was > rotated by GitHub on 2023-03-24 after the old one leaked. > * Mark

Re: [OE-core] [PATCH] systemd-boot: upgrade 253.1 -> 253.3

2023-04-10 Thread Khem Raj
This also upgrades systemd and not only systemd-boot, Secondly also check a musl build with systemd when doing upgrades to ensure the musl patches can still apply cleanly, otherwise it leaves some cleanup for others, See [1] [1] https://lists.openembedded.org/g/openembedded-core/message/179895

[OE-core] [PATCH] systemd: Refresh a musl patch to remove patch-fuzz with 253.3

2023-04-10 Thread Khem Raj
Signed-off-by: Khem Raj Cc: Wang Mingyu --- ...k-parse_printf_format-implementation.patch | 19 +-- 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/meta/recipes-core/systemd/systemd/0010-add-fallback-parse_printf_format-implementation.patch b/meta/recipes-core

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

2023-04-08 Thread Khem Raj
incorrect unit for CPU_SETSIZE macro Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 39f6dd8219..531f337e82 100644 --- a/meta/recipes-core

[OE-core] [PATCH 2/2] cargo: Fix build on musl/riscv

2023-04-08 Thread Khem Raj
libc needs fix for defining scope of SOCK_SEQPACKET Signed-off-by: Khem Raj --- ...efine-SOCK_SEQPACKET-in-common-place.patch | 98 +++ meta/recipes-devtools/rust/rust-source.inc| 1 + 2 files changed, 99 insertions(+) create mode 100644 meta/recipes-devtools/rust/files

[OE-core] [PATCH 1/2] ffmpeg: Disable asm and rvv on riscv32

2023-04-08 Thread Khem Raj
: note: while in macro instantiation .irp row, 0, 1, 2, 3, 4, 5, 6, 7 ^ :3:9: error: instruction requires the following: RV64I Base Instruction Set sd zero, ((0 * 16) + 0)(a0) ^ Signed-off-by: Khem Raj --- meta/recipes-multimedia/ffmpeg/ffmpeg_6.0.bb | 2 +- 1 file changed, 1

[OE-core] [PATCH] e2fsprogs: Define 64bit off_t on rv32

2023-04-08 Thread Khem Raj
Help configure to build it correctly on rv32 and musl especially, it shoild not ideally poke at _FILE_OFFSET_BITS, its not a portable define Signed-off-by: Khem Raj --- meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools

[OE-core] [PATCH 2/2] mpg123: Reset ac_cv_sys_file_offset_bits on musl

2023-04-04 Thread Khem Raj
This is required to nullify whats passed from cached site file musl-common Signed-off-by: Khem Raj --- meta/recipes-multimedia/mpg123/mpg123_1.31.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.31.2.bb b/meta/recipes-multimedia/mpg123

[OE-core] [PATCH 1/2] gpgme: Reset ac_cv_sys_file_offset_bits on musl

2023-04-04 Thread Khem Raj
This is required to nullify whats passed from cached site file musl-common Signed-off-by: Khem Raj --- meta/recipes-support/gpgme/gpgme_1.18.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/gpgme/gpgme_1.18.0.bb b/meta/recipes-support/gpgme/gpgme_1.18.0.bb index

Re: [OE-core] [PATCH v2 0/9] Add barebox bootloader support (and testing)

2023-04-04 Thread Khem Raj
On Tue, Apr 4, 2023 at 4:13 AM Enrico Jörns wrote: > > Hi Khem, > > > Am Montag, dem 03.04.2023 um 19:33 -0700 schrieb Khem Raj: > > > > [...] > > > I see that it fails to build with clang > > https://errors.yoctoproject.org/Err

Re: [OE-core] mesa-native fails on master

2023-04-03 Thread Khem Raj
o perhaps that check should be bumped to check for 8.0 in master. > > --Mark > > On 4/3/23 9:48 PM, Khem Raj wrote: > > On Mon, Apr 3, 2023 at 7:39 PM Chen Qi wrote: > >> > >> I just met the same issue. My host is ubuntu18, gcc version is 7.5.0. > >&

Re: [OE-core] mesa-native fails on master

2023-04-03 Thread Khem Raj
On Mon, Apr 3, 2023 at 7:39 PM Chen Qi wrote: > > I just met the same issue. My host is ubuntu18, gcc version is 7.5.0. > > Regards, > Qi > > -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Mark Hatle > Sent: Tuesday, April 4, 2023 10:25 AM > To:

Re: [OE-core] [PATCH v2 0/9] Add barebox bootloader support (and testing)

2023-04-03 Thread Khem Raj
On Mon, Apr 3, 2023 at 2:20 PM Enrico Jörns wrote: > > Hi Richard, > > Am Montag, dem 03.04.2023 um 16:49 +0100 schrieb Richard Purdie: > > On Fri, 2023-03-31 at 12:40 +0200, Enrico Jorns wrote: > > > This adds support for the barebox bootloader (and tools) to oe-core. > > > > > > In order to

Re: [OE-core] [PATCH 1/7] ffmpeg: update 5.1.2 -> 6.0

2023-04-01 Thread Khem Raj
I think mpv is failing to this upgrade, this issue talks about it https://github.com/mpv-player/mpv/issues/9803 https://errors.yoctoproject.org/Errors/Details/699341/ This is a arm64/musl build. On Thu, Mar 30, 2023 at 10:26 PM Alexander Kanavin wrote: > > Add a patch to gstreamer1.0-libav to

[OE-core] [PATCH] gpgme: Use 64bit off_t consistently

2023-03-29 Thread Khem Raj
swig needs this defined as well Signed-off-by: Khem Raj --- .../0001-Ensure-64bit-off_t-is-used.patch | 35 +++ meta/recipes-support/gpgme/gpgme_1.18.0.bb| 1 + 2 files changed, 36 insertions(+) create mode 100644 meta/recipes-support/gpgme/gpgme/0001-Ensure-64bit

Re: [OE-core] [PATCH] webkitgtk: Fix build on 32bit platforms without 64bit atomics

2023-03-29 Thread Khem Raj
On 3/29/23 12:04 PM, Alexander Kanavin wrote: On Wed, 29 Mar 2023 at 17:07, Khem Raj wrote: 32-bit specificity is not in itself inappropriate for upstream submission, can you please either submit upstream or open a ticket and refer to it in the patch? did you read the message trail

Re: [OE-core] [meta][dunfell][PATCH] busybox: Make high ASCII chars printable

2023-03-29 Thread Khem Raj
On Wed, Mar 29, 2023 at 12:20 AM Richard Purdie wrote: > > On Wed, 2023-03-29 at 12:17 +0530, nikhil wrote: > > Currently busybox utilty "ls" fails to display filenames contains > > UTF-8 characters and replaces with "?". > > > > Steps to reproduce: > > bin/busybox touch utf_test-Ü > >

Re: [OE-core] Build error with dunfell release "yocto-3.1.24"

2023-03-29 Thread Khem Raj
On Wed, Mar 29, 2023 at 9:51 AM Gaurav Gupta (gauragup) via lists.openembedded.org wrote: > > Hello, > > > > On latest “dunfell” branch, there’s a compiler warning/error when building > QEMU. > > > > The patch for CVE-2021-3929 applied on dunfell returns a value for a void > function: >

Re: [OE-core] [PATCH] webkitgtk: Fix build on 32bit platforms without 64bit atomics

2023-03-29 Thread Khem Raj
On Wed, Mar 29, 2023 at 1:38 AM Alexander Kanavin wrote: > > On Tue, 28 Mar 2023 at 23:43, Khem Raj wrote: > > +Subject: [PATCH] ANGLE: Remove static_assert for 64bit atomics > > + > > +This will make sure that it can be built on 32bit platforms e.g. > > +mips32/p

[OE-core] [PATCH] Revert "runqemu: Add workaround for APIC hang on pre 4.15 kernels on qemux86"

2023-03-28 Thread Khem Raj
xes an smp problem with qemux86 where no matter what -smp option is used, qemu always starts with single core. Signed-off-by: Khem Raj --- scripts/runqemu | 5 - 1 file changed, 5 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index 61a7f1820a..09b0ad5ed5 100755 --- a/scripts/runq

[OE-core] [PATCH v2 2/3] libstemmer: Bring recipe from meta-oe

2023-03-28 Thread Khem Raj
Needed by appstream-glib Signed-off-by: Khem Raj --- v2: Add missing patch v3: Refresh patch to 2.2.0 .../libstemmer/0001-Build-so-lib.patch| 57 +++ .../libstemmer/libstemmer_2.2.0.bb| 37 2 files changed, 94 insertions(+) create mode 100644

[OE-core] [PATCH v3 3/3] maintainers.inc: Add maintainer for libstemmer and appstream-glib

2023-03-28 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: No change v3: No change meta/conf/distro/include/maintainers.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index e4c233b5ce..342d6913be 100644 --- a/meta/conf/distro

[OE-core] [PATCH v3 1/3] appstream-glib: Bring version from meta-gnome

2023-03-28 Thread Khem Raj
appstream-glib-native is needed by new epiphany Signed-off-by: Khem Raj --- v2: No change v3: No change .../appstream-glib/appstream-glib_0.8.2.bb| 39 +++ 1 file changed, 39 insertions(+) create mode 100644 meta/recipes-gnome/appstream-glib/appstream-glib_0.8.2.bb diff

[OE-core] [PATCH v2 3/3] libstemmer: Bring recipe from meta-oe

2023-03-28 Thread Khem Raj
Needed by appstream-glib Signed-off-by: Khem Raj --- v2: Add missing patch .../libstemmer/0001-Build-so-lib.patch| 63 +++ .../libstemmer/libstemmer_2.2.0.bb| 37 +++ 2 files changed, 100 insertions(+) create mode 100644 meta/recipes-support

[OE-core] [PATCH 2/3] libstemmer: Bring recipe from meta-oe

2023-03-28 Thread Khem Raj
Needed by appstream-glib Signed-off-by: Khem Raj --- .../libstemmer/libstemmer_2.2.0.bb| 37 +++ 1 file changed, 37 insertions(+) create mode 100644 meta/recipes-support/libstemmer/libstemmer_2.2.0.bb diff --git a/meta/recipes-support/libstemmer/libstemmer_2.2.0.bb

[OE-core] [PATCH 3/3] maintainers.inc: Add maintainer for libstemmer and appstream-glib

2023-03-28 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/conf/distro/include/maintainers.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 2d4aaf029e..47eba69a85 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b

[OE-core] [PATCH 1/3] appstream-glib: Bring version from meta-gnome

2023-03-28 Thread Khem Raj
appstream-glib-native is needed by new epiphany Signed-off-by: Khem Raj --- .../appstream-glib/appstream-glib_0.8.2.bb| 39 +++ 1 file changed, 39 insertions(+) create mode 100644 meta/recipes-gnome/appstream-glib/appstream-glib_0.8.2.bb diff --git a/meta/recipes-gnome

[OE-core] [PATCH] webkitgtk: Fix build on 32bit platforms without 64bit atomics

2023-03-28 Thread Khem Raj
The fix is to remove a static_assert which is anyway diagnostics we will not hit on 64bit platforms and it will still work on 32bit platforms although a bit slow. Signed-off-by: Khem Raj --- ...move-static_assert-for-64bit-atomics.patch | 33 +++ .../recipes-sato/webkit

Re: [oe-core][PATCH 6/7] epiphany: update 43.1 -> 44.0

2023-03-28 Thread Khem Raj
On Tue, Mar 28, 2023 at 1:27 AM Alexander Kanavin wrote: > We do want a real browser application in oe-core, and there's no > better choice than epiphany, even though it tends to pull in hard > dependencies that are sometimes questionable from 'lean build' > perspective. There is mini-browser

[OE-core] [PATCH] webkitgtk: Disable wasm on rv32/rv64

2023-03-27 Thread Khem Raj
It does not build Signed-off-by: Khem Raj --- .../webkit/files/disable_wasm_riscv64.patch | 24 +++ .../recipes-sato/webkit/webkitgtk-3_2.40.0.bb | 7 +++--- meta/recipes-sato/webkit/webkitgtk_2.40.0.bb | 7 +++--- 3 files changed, 32 insertions(+), 6 deletions(-) create

[OE-core] [PATCH] vte: Upgrade to 0.72.0

2023-03-26 Thread Khem Raj
This is needed for many gnome 44 apps. Drop upstreamed patch in this release Signed-off-by: Khem Raj --- ...ty.cc-Do-not-typecast-to-GSpawnFlags.patch | 58 --- .../vte/{vte_0.70.3.bb => vte_0.72.0.bb} | 5 +- 2 files changed, 2 insertions(+), 61 deletions(-) delete m

Re: [OE-core] [PATCH] curl: Update from 7.88.1 to 8.0.1

2023-03-23 Thread Khem Raj
This breaks ettercap in meta-oe https://errors.yoctoproject.org/Errors/Details/698639/ On Wed, Mar 22, 2023 at 5:13 AM Robert Joslyn wrote: > > This update contains bug, security, and feature updates. For detailed > release notes, see https://curl.se/changes.html#8_0_1 > > Signed-off-by: Robert

Re: [OE-core] [PATCH] libunwind: work around arm printf issue

2023-03-21 Thread Khem Raj
On Tue, Mar 21, 2023 at 12:00 PM Jon Mason wrote: > > When building for Arm, the following error is seen: > | ../../libunwind-1.6.2/src/arm/Gtrace.c:529:7: error: call to undeclared > library function 'printf' with type 'int (const char *, ...)'; ISO C99 and > later do not support implicit

Re: [OE-core] [PATCH] scripts: add buildstats-summary

2023-03-21 Thread Khem Raj
here is the link for faulty one https://uclibc.org/~kraj/20230319021406.tar.xz On Tue, Mar 21, 2023 at 10:55 AM Khem Raj wrote: > > This looks useful, I tried it out and it worked in one case but failed in > few others with > > % buildstats-summary build/tmp/buildstats

Re: [OE-core] [PATCH] scripts: add buildstats-summary

2023-03-21 Thread Khem Raj
This looks useful, I tried it out and it worked in one case but failed in few others with % buildstats-summary build/tmp/buildstats/20230319021406 Traceback (most recent call last): File "/mnt/b/yoe/master/sources/poky/scripts/buildstats-summary", line 126, in sys.exit(main()) File

Re: [OE-core] [PATCH 6/6] mesa: update 22.3.5 -> 23.0.0

2023-03-18 Thread Khem Raj
-extra and also installing it on ubuntu 18.04 workers. > Alex > > On Sat 18. Mar 2023 at 2.47, Khem Raj wrote: >> >> mesa 23.x fails to build with default gcc ( 7.5.0 ) Ubuntu >> 7.5.0-3ubuntu1~18.04, it ends up with >> >> ../mesa-23.0.0/src/inte

Re: [OE-core] [PATCH 6/6] mesa: update 22.3.5 -> 23.0.0

2023-03-17 Thread Khem Raj
iltin_backends[] = { > -+#if defined(HAVE_DRI) || defined(HAVE_DRI2) || defined(HAVE_DRI3) > -{ "dri", _dri_backend }, > -+#endif > - }; > - > - #define BACKEND_LIB_SUFFIX "_gbm" > --- > -2.34.1 > - > diff --git > a/meta/recipes-graphics/mesa/files/0

Re: [OE-core] [PATCH] btrfs-tools: upgrade 6.1.3 -> 6.2.1

2023-03-17 Thread Khem Raj
FWIW it also fails compiling with clang compiler https://errors.yoctoproject.org/Errors/Details/698109/ On Thu, Mar 16, 2023 at 2:46 PM Alexandre Belloni via lists.openembedded.org wrote: > > Hello, > > This fails on the AB for edgerouter-alt and meta-intel: > >

[OE-core] [PATCH] glibc: Disable warnings as errors

2023-03-17 Thread Khem Raj
As distro builders this option helps using different compilers to build glibc Signed-off-by: Khem Raj --- meta/recipes-core/glibc/glibc_2.37.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/glibc/glibc_2.37.bb b/meta/recipes-core/glibc/glibc_2.37.bb index 762a2793ad

[OE-core] [PATCH] systemtap: Disable dangling-pointer warning

2023-03-14 Thread Khem Raj
_session&)': | ../git/elaborate.cxx:1884:22: note: 'sym' declared here | 1884 | symresolution_info sym (s); | | ^~~ | ../git/elaborate.cxx:1884:22: note: 's' declared here Signed-off-by: Khem Raj --- meta/recipes-kernel/systemtap/systemtap_git.bb | 3 +++ 1 file changed,

Re: [OE-core] [PATCH 2/7] bitbake.conf: do not set native opengl distro feature from target

2023-03-13 Thread Khem Raj
: missing required distro feature 'opengl' (not in DISTRO_FEATURES) On Mon, Mar 13, 2023 at 3:45 PM Khem Raj wrote: > > I am seeing waylandpp failing to build and YP layer compatibility tests > failing. > > https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2557/step

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