Re: [OE-core] [PATCH v2 04/11] zip lrzsz connman-gnome libfm: ignore various issues fatal with gcc-14

2024-05-06 Thread Khem Raj
On Mon, May 6, 2024 at 10:38 PM Martin Jansa wrote: > > On Tue, May 7, 2024 at 7:33 AM Khem Raj wrote: > > > > From: Martin Jansa > > > > work arounds for: > > oe-core/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb:do_compile > >

Re: [OE-core] [PATCH v2 04/11] zip lrzsz connman-gnome libfm: ignore various issues fatal with gcc-14

2024-05-06 Thread Martin Jansa
On Tue, May 7, 2024 at 7:33 AM Khem Raj wrote: > > From: Martin Jansa > > work arounds for: > oe-core/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb:do_compile > oe-core/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_compile > oe-core/meta/recipes-support/libfm/libfm_1.3.2.bb:do_compile >

[OE-core] [PATCH v2 04/11] zip lrzsz connman-gnome libfm: ignore various issues fatal with gcc-14

2024-05-06 Thread Khem Raj
From: Martin Jansa work arounds for: oe-core/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb:do_compile oe-core/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_compile oe-core/meta/recipes-support/libfm/libfm_1.3.2.bb:do_compile oe-core/meta/recipes-extended/zip/zip_3.0.bb:do_compile

[OE-core] [PATCH v2 09/11] gtk4: Disable int-conversion warning as error

2024-05-06 Thread Khem Raj
This helps builds on 32bit machines when using GCC-14 there is a bug filed for fixing this in code [1] [1] https://gitlab.gnome.org/GNOME/gtk/-/issues/6033 Signed-off-by: Khem Raj --- meta/recipes-gnome/gtk+/gtk4_4.14.2.bb | 4 1 file changed, 4 insertions(+) diff --git

[OE-core] [PATCH v2 08/11] consolekit: Disable incompatible-pointer-types warning as error

2024-05-06 Thread Khem Raj
Fixes build with gcc-14 Signed-off-by: Khem Raj --- meta/recipes-support/consolekit/consolekit_0.4.6.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-support/consolekit/consolekit_0.4.6.bb b/meta/recipes-support/consolekit/consolekit_0.4.6.bb index

[OE-core] [PATCH v2 07/11] kea: Remove -fvisibility-inlines-hidden from C++ flags

2024-05-06 Thread Khem Raj
This fixes build with gcc-14, where default visibility is extended to inline functions and getAll() function now falls into this category and functions are marked hidden resulting in linking errors Fixes

[OE-core] [PATCH v2 02/11] expect: ignore various issues now fatal with gcc-14

2024-05-06 Thread Khem Raj
From: Martin Jansa Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- meta/recipes-devtools/expect/expect_5.45.4.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-devtools/expect/expect_5.45.4.bb b/meta/recipes-devtools/expect/expect_5.45.4.bb index

[OE-core] [PATCH v2 03/11] libunwind: ignore various issues now fatal with gcc-14

2024-05-06 Thread Khem Raj
From: Martin Jansa http://gecko.lge.com:8000/Errors/Details/821679 Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- meta/recipes-support/libunwind/libunwind_1.6.2.bb | 8 1 file changed, 8 insertions(+) diff --git a/meta/recipes-support/libunwind/libunwind_1.6.2.bb

[OE-core] [PATCH v2 06/11] pcmanfm: Disable incompatible-pointer-types warning as error

2024-05-06 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb index 22c9fa59dcd..2e463cd7b36 100644 ---

[OE-core] [PATCH v2 05/11] p11-kit: ignore various issues fatal with gcc-14 (for 32bit MACHINEs)

2024-05-06 Thread Khem Raj
From: Martin Jansa * these are reproducible only with 32bit MACHINEs and probably related to time64.inc * http://errors.yoctoproject.org/Errors/Build/183154/ Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- meta/recipes-support/p11-kit/p11-kit_0.25.3.bb | 10 ++ 1 file

[OE-core] [PATCH v2 01/11] rng-tools: ignore incompatible-pointer-types errors for now

2024-05-06 Thread Khem Raj
From: Martin Jansa * causes libargp test to fail: http://errors.yoctoproject.org/Errors/Details/766951/ | configure: error: in '/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/build': | configure: error: libargp disabled and libc does not have argp config.log

Re: [OE-core] [PATCH 3/4] recipes: Update S = WORKDIR recipes to use ${S} correctly

2024-05-06 Thread Martin Jansa
On Wed, May 1, 2024 at 11:56 PM Richard Purdie via lists.openembedded.org wrote: > > Where recipes use S = ${WORKDIR}, ensure they are referencing ${S} correctly > to access files as soon we want to stop doing this in WORKDIR at which point > they would break unless corrected. -LIC_FILES_CHKSUM

Re: [OE-core] [PATCH 04/10] zip lrzsz connman-gnome kea libfm: ignore various issues fatal with gcc-14

2024-05-06 Thread Khem Raj
On Mon, May 6, 2024 at 10:07 PM Martin Jansa wrote: > > kea should be dropped from this (commit message as well as the bbfile) > I had a fix in my jansa/master-gcc14 branch and now you have a > different one in this series, so the TODO here doesn't make sense > anymore, you can pick it from: >

[OE-core][kirkstone][PATCH] less: backport Debian patch for CVE-2024-32487

2024-05-06 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri import patch from ubuntu to fix CVE-2024-32487 Upstream-Status: Backport [import from ubuntu https://git.launchpad.net/ubuntu/+source/less/tree/debian/patches?h=ubuntu/jammy-security Upstream commit

Re: [OE-core] [PATCH 04/10] zip lrzsz connman-gnome kea libfm: ignore various issues fatal with gcc-14

2024-05-06 Thread Martin Jansa
kea should be dropped from this (commit message as well as the bbfile) I had a fix in my jansa/master-gcc14 branch and now you have a different one in this series, so the TODO here doesn't make sense anymore, you can pick it from:

Re: [OE-core] [PATCH v2] glib/gobject-introspection: update 2.78.4 -> 2.80.0, 1.78.1 -> 1.80.0

2024-05-06 Thread Anuj Mittal
On Thu, 2024-05-02 at 12:32 +0200, Alexander Kanavin wrote: > -PACKAGECONFIG[manpages] = "-Dman=true, -Dman=false, libxslt-native > xmlto-native" > +PACKAGECONFIG[manpages] = "-Dman=true, -Dman=false, python3- > docutils-native" man option has been deprecated and man-pages should be used instead

[OE-core] [PATCH] python3: Treat UID/GID overflow at failure

2024-05-06 Thread Khem Raj
This fixes ptest failures on 32bit architectures AssertionError: Failed ptests: {'python3': ['test_extractall_none_gid', 'test_extractall_none_gname', 'test_extractall_none_mode', 'test_extractall_none_mtime', 'test_extractall_none_uid',

[OE-core] [PATCH 5/6] mmc-utils: upgrade to latest revision

2024-05-06 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index a7e4d369ffc..7c6be93a9ce 100644 ---

[OE-core] [PATCH 6/6] sqlite3: upgrade 3.45.1 -> 3.45.3

2024-05-06 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../sqlite/{sqlite3_3.45.1.bb => sqlite3_3.45.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/sqlite/{sqlite3_3.45.1.bb => sqlite3_3.45.3.bb} (69%) diff --git a/meta/recipes-support/sqlite/sqlite3_3.45.1.bb

[OE-core] [PATCH 2/6] harfbuzz: upgrade 8.3.1 -> 8.4.0

2024-05-06 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../harfbuzz/{harfbuzz_8.3.1.bb => harfbuzz_8.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_8.3.1.bb => harfbuzz_8.4.0.bb} (95%) diff --git

[OE-core] [PATCH 1/6] enchant2: upgrade 2.6.9 -> 2.7.2

2024-05-06 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../enchant/{enchant2_2.6.9.bb => enchant2_2.7.2.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/enchant/{enchant2_2.6.9.bb => enchant2_2.7.2.bb} (91%) diff --git a/meta/recipes-support/enchant/enchant2_2.6.9.bb

[OE-core] [PATCH 4/6] libsolv: upgrade 0.7.28 -> 0.7.29

2024-05-06 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../0001-utils-Conside-musl-when-wrapping-qsort_r.patch | 5 + .../libsolv/{libsolv_0.7.28.bb => libsolv_0.7.29.bb} | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) rename meta/recipes-extended/libsolv/{libsolv_0.7.28.bb =>

[OE-core] [PATCH 3/6] libproxy: upgrade 0.5.4 -> 0.5.6

2024-05-06 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../libproxy/{libproxy_0.5.4.bb => libproxy_0.5.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libproxy/{libproxy_0.5.4.bb => libproxy_0.5.6.bb} (95%) diff --git a/meta/recipes-support/libproxy/libproxy_0.5.4.bb

[OE-core] [PATCH 09/10] gtk4: Disable int-conversion warning as error

2024-05-06 Thread Khem Raj
This helps builds on 32bit machines when using GCC-14 there is a bug filed for fixing this in code [1] [1] https://gitlab.gnome.org/GNOME/gtk/-/issues/6033 Signed-off-by: Khem Raj --- meta/recipes-gnome/gtk+/gtk4_4.14.2.bb | 4 1 file changed, 4 insertions(+) diff --git

[OE-core] [PATCH 10/10] ltp: Fix build with GCC-14

2024-05-06 Thread Khem Raj
Signed-off-by: Khem Raj --- ...-Use-time_t-instead-of-long-for-type.patch | 54 +++ meta/recipes-extended/ltp/ltp_20240129.bb | 1 + 2 files changed, 55 insertions(+) create mode 100644

[OE-core] [PATCH 08/10] consolekit: Disable incompatible-pointer-types warning as error

2024-05-06 Thread Khem Raj
Fixes build with gcc-14 Signed-off-by: Khem Raj --- meta/recipes-support/consolekit/consolekit_0.4.6.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-support/consolekit/consolekit_0.4.6.bb b/meta/recipes-support/consolekit/consolekit_0.4.6.bb index

[OE-core] [PATCH 07/10] kea: Remove -fvisibility-inlines-hidden from C++ flags

2024-05-06 Thread Khem Raj
This fixes build with gcc-14, where default visibility is extended to inline functions and getAll() function now falls into this category and functions are marked hidden resulting in linking errors Fixes

[OE-core] [PATCH 06/10] pcmanfm: Disable incompatible-pointer-types warning as error

2024-05-06 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb index 22c9fa59dcd..2e463cd7b36 100644 ---

[OE-core] [PATCH 05/10] p11-kit: ignore various issues fatal with gcc-14 (for 32bit MACHINEs)

2024-05-06 Thread Khem Raj
From: Martin Jansa * these are reproducible only with 32bit MACHINEs and probably related to time64.inc * http://errors.yoctoproject.org/Errors/Build/183154/ Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- meta/recipes-support/p11-kit/p11-kit_0.25.3.bb | 10 ++ 1 file

[OE-core] [PATCH 03/10] libunwind: ignore various issues now fatal with gcc-14

2024-05-06 Thread Khem Raj
From: Martin Jansa http://gecko.lge.com:8000/Errors/Details/821679 Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- meta/recipes-support/libunwind/libunwind_1.6.2.bb | 8 1 file changed, 8 insertions(+) diff --git a/meta/recipes-support/libunwind/libunwind_1.6.2.bb

[OE-core] [PATCH 04/10] zip lrzsz connman-gnome kea libfm: ignore various issues fatal with gcc-14

2024-05-06 Thread Khem Raj
From: Martin Jansa TODO: kea work arounds for: oe-core/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb:do_compile oe-core/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_compile oe-core/meta/recipes-connectivity/kea/kea_2.4.1.bb:do_compile

[OE-core] [PATCH 01/10] rng-tools: ignore incompatible-pointer-types errors for now

2024-05-06 Thread Khem Raj
From: Martin Jansa * causes libargp test to fail: http://errors.yoctoproject.org/Errors/Details/766951/ | configure: error: in '/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/build': | configure: error: libargp disabled and libc does not have argp config.log

[OE-core] [PATCH 02/10] expect: ignore various issues now fatal with gcc-14

2024-05-06 Thread Khem Raj
From: Martin Jansa Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- meta/recipes-devtools/expect/expect_5.45.4.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-devtools/expect/expect_5.45.4.bb b/meta/recipes-devtools/expect/expect_5.45.4.bb index

Re: [OE-core][kirkstone][PATCH] xz: Update LICENSE variable for xz packages

2024-05-06 Thread Marta Rybczynska
On Mon, 6 May 2024, 13:09 nikhil via lists.openembedded.org, wrote: > Update LICENSE defined for xz packages to match the license > information provided in the xz COPYING file. > > The License information from PACKAGERS file of xz mentions > packages with lzma files are in public domain.They ask

Re: [OE-core] python3: ptest failure

2024-05-06 Thread Khem Raj
On Mon, May 6, 2024 at 7:04 AM Joao Marcos Costa wrote: > > Hello, > > On 5/6/24 15:56, Khem Raj wrote: > > > > On Mon, May 6, 2024 at 6:51 AM Joao Marcos Costa via lists.openembedded.org > wrote: >> >> Hello, >> >> I noticed the ptest failure below, in a recent build: >>

Re: [OE-core] python3: ptest failure

2024-05-06 Thread Khem Raj
On Mon, May 6, 2024 at 6:51 AM Joao Marcos Costa via lists.openembedded.org wrote: > Hello, > > I noticed the ptest failure below, in a recent build: > https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6570/steps/12/logs/stdio > > WARNING: core-image-ptest-python3-1.0-r0

[OE-core] python3: ptest failure

2024-05-06 Thread Joao Marcos Costa via lists.openembedded.org
Hello, I noticed the ptest failure below, in a recent build: https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6570/steps/12/logs/stdio WARNING: core-image-ptest-python3-1.0-r0 do_testimage: There were failing ptests. Traceback (most recent call last):   File

[OE-core][scarthgap][master][PATCH] libcgroup_3.1.0: fix build on non-systemd systems

2024-05-06 Thread Adriaan Schmidt via lists.openembedded.org
backport upstream commit 592dcdcf243576bd2517d3da9bc18990de08e37e to fix packaging when building with --enable-systemd=no Signed-off-by: Adriaan Schmidt --- ...akefile-install-systemd.h-by-default.patch | 37 +++ .../recipes-core/libcgroup/libcgroup_3.1.0.bb | 1 + 2 files

[OE-core] [PATH][master][scarthgap] classes: image_types: apply EXTRA_IMAGECMD:squashfs* in oe_mksquashfs()

2024-05-06 Thread Martin Hundeb?ll
Since commit c991f9d6031 ("image_types: Set SOURCE_DATE_EPOCH for squashfs"), I assume, the EXTRA_IMAGECMD:squashfs* variable(s) has been ignored. This is due to the override magic, which isn't applied to functions called by IMAGE_CMD:, but only to the IMAGE_CMD: itself. Other image types (e.g.

[OE-core][kirkstone][PATCH] xz: Update LICENSE variable for xz packages

2024-05-06 Thread nikhil
Update LICENSE defined for xz packages to match the license information provided in the xz COPYING file. The License information from PACKAGERS file of xz mentions packages with lzma files are in public domain.They ask to use GPLv2+, if only it's not possible to mention "PD and GPLv2+". Include

[OE-core][scarthgap][PATCH 1/2] go: Drop the linkmode completely

2024-05-06 Thread Jose Quaresma
From: Jose Quaresma This will make possible to restore the default dynamic linking globally which is what we had before the 1.20.X release. Signed-off-by: Jose Quaresma Signed-off-by: Richard Purdie (cherry picked from commit 6ad90fc2fc49c4199a59dfb1c1d81a7ba184a522) Signed-off-by: Jose

[OE-core][scarthgap][PATCH 2/2] Revert "goarch: disable dynamic linking globally"

2024-05-06 Thread Jose Quaresma
From: Jose Quaresma This reverts commit 827c60b79e7fcafd14e68870f6b69dcc48ac9c39. Fixed with the drop of the linkmode Signed-off-by: Jose Quaresma Signed-off-by: Richard Purdie (cherry picked from commit 8f46f60a703defc3e74adad382320c129cef0b06) Signed-off-by: Jose Quaresma ---

Re: [OE-core] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.18.rc1)

2024-05-06 Thread Jing Hui Tham
Hi All, QA for yocto-4.0.18.rc1 is completed. This is the full report for this release: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jing Hui >

[OE-core][PATCH v2] glibc: correct license

2024-05-06 Thread Peter Marko via lists.openembedded.org
From: Peter Marko The license per [1] is LGPL-2.1-or-later and [2] converted last LGPL-2.1-only references. License-Update: corrected from LGPL-2.1-only to LGPL-2.1-or-later based on [1] and [2] [1] https://www.gnu.org/software/libc/ [2]