[oe] [PATCH 2/2] openldap: ignore incompatible-pointer-types errors for now.

2024-06-04 Thread leimaohui via lists.openembedded.org
From: Lei Maohui GCC 14 implicitly turns a warning into a compiler error: | tls_g.c:971:57: error: passing argument 4 of 'gnutls_fingerprint' from incompatible pointer type [-Wincompatible-pointer-types] | 971 | keyhash.bv_val, &keyhash.bv_len ) < 0 )

[oe] [PATCH 1/2] cmpi-bindings: ignore incompatible-pointer-types errors for now.

2024-06-04 Thread leimaohui via lists.openembedded.org
From: Lei Maohui GCC 14 implicitly turns a warning into a compiler error: | /build-ubinux-daily/tmp/work/aarch64-ubinux-linux/cmpi-bindings/1.0.4/git/swig/python/../../src/target_python.c:168:21: error: passing argument 1 of 'Py_SetProgramName' from incompatible pointer type [-Wincompatible-p

[oe][meta-oe][PATCH] xscreensaver: remove obsolete append_libtool_sysroot

2024-06-04 Thread Chen Qi via lists.openembedded.org
From: Chen Qi Due to recent libtool change in oe-core, append_libtool_sysroot is no longer defined. Remove reference to it to avoid bitbake parsing error. Signed-off-by: Chen Qi --- meta-oe/recipes-graphics/xscreensaver/xscreensaver_6.04.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [oe] [PATCH] lvm2: rename to add version back

2024-06-04 Thread Khem Raj
On Tue, Jun 4, 2024 at 7:05 PM Kai wrote: > On 6/4/24 00:31, Khem Raj wrote: > > its now in lvm2.inc which is shared between libdevmapper.bb and lvm2.bb > > Thank you all. > > It triggers bbappend file can not find corresponding bb file. I'll > figure it out. Yeah let it is going to be a proble

Re: [oe] [PATCH] lvm2: rename to add version back

2024-06-04 Thread Kai Kang via lists.openembedded.org
On 6/4/24 00:31, Khem Raj wrote: its now in lvm2.inc which is shared between libdevmapper.bb and lvm2.bb Thank you all. It triggers bbappend file can not find corresponding bb file. I'll figure it out. Regards, Kai On Mon, Jun 3, 2024 at 1:43 AM Kai Kang via lists.openembedded.org wrot

Re: [oe] [meta-oe][PATCH v3 1/2] rrdtool: fix compilation with GCC 14

2024-06-04 Thread Khem Raj
On Tue, Jun 4, 2024 at 3:19 PM Dmitry Baryshkov wrote: > > On Wed, 5 Jun 2024 at 00:12, Khem Raj wrote: > > > > This patch in itself is ok however ntopng fails now with this patch applied > > see > > Pretty much like lmsensors, as it seems. How should we proceed? Fix > all existing uses? I am a

Re: [oe] [meta-oe][PATCH v3 1/2] rrdtool: fix compilation with GCC 14

2024-06-04 Thread Dmitry Baryshkov
On Wed, 5 Jun 2024 at 00:12, Khem Raj wrote: > > This patch in itself is ok however ntopng fails now with this patch applied > see Pretty much like lmsensors, as it seems. How should we proceed? Fix all existing uses? > > https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3899/st

Re: [oe] [meta-oe][PATCH v3 1/2] rrdtool: fix compilation with GCC 14

2024-06-04 Thread Khem Raj
This patch in itself is ok however ntopng fails now with this patch applied see https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3899/steps/15/logs/stdio | src/LuaEngineNtop.cpp: In function 'int ntop_rrd_tune(lua_State*)': | src/LuaEngineNtop.cpp:5430:27: error: invalid co

Re: [oe] [PATCH v2] v4l-utils: Update to 1.26.1

2024-06-04 Thread Mark Hatle
I know this is months old, but I recently found an issue with this. Below the patch that ensured that 'metactl' headers were exported was removed. This new version no longer exports the headers required by components like gstreamer to use the 'mediactrl' interface exported by libv4l. I'm not

Re: [oe] [scarthgap][master][meta-oe][PATCH] rrdtool: Fix do_populate_sysroot QA issues

2024-06-04 Thread Khem Raj
On Mon, Jun 3, 2024 at 8:19 PM Song, Jiaying (CN) via lists.openembedded.org wrote: > > From: Jiaying Song > > This commit addresses the shebang size issue encountered in the > do_populate_sysroot task of the rrdtool-native recipe. The issue > was caused by the shebang line in the cgi-demo.cgi fi

Re: [oe] [meta-python][scarthgap][PATCH 2/2] python3-twisted: prepend split PACKAGES

2024-06-04 Thread Peter Hoyes
Thanks Guðni for preparing this fix - this bug is affecting our team at Arm too. An update on when this is likely to be merged into scarthgap would be appreciated :) Peter On 6/3/24 18:26, Guðni Már Gilbert via lists.openembedded.org wrote: I see this patch was not included in the current scar