Re: [oe] [meta-filesystems][PATCH 12/16] xfstests: Update to 2023.10.29 properly

2023-11-07 Thread Khem Raj
this seems to fail a QA check ERROR: xfstests-2023.10.29-r0 do_package_qa: QA Issue: /usr/xfstests/src/soak_duration.awk contained in package xfstests requires /usr/bin/awk, but no providers found in RDEPENDS:xfstests? [file-rdeps] ERROR: xfstests-2023.10.29-r0 do_package_qa: Fatal QA errors were

Re: [oe] [meta-oe][PATCH 2/3] qpdf: Update 10.6.3 -> 11.6.3

2023-11-07 Thread Khem Raj
seeing this error WARNING: qpdf-11.6.3-r0 do_package_qa: QA Issue: File /usr/lib/cmake/qpdf/libqpdfTargets.cmake in package qpdf-dev contains reference to TMPDIR [bu ildpaths] ERROR: qpdf-11.6.3-r0 do_package_qa: QA Issue: /usr/lib/libqpdf.so.29.6.3 contained in package libqpdf requires

[oe] [meta-oe][PATCH] influxdb: Add start script used by systemd service

2023-11-07 Thread Thomas Geßler
The influxdb systemd service tries to run the script influxd-systemd-start.sh, but it was not copied to the correct location by the influxdb recipe. This led to a failure during start-up: [FAILED] Failed to start InfluxDB i…ributed, time series database. ---

Re: [oe] [Openembedded-architecture] [RFC] Support for alternative init systems

2023-11-07 Thread Ross Burton
On 7 Nov 2023, at 09:30, ANQUETIN Mathieu via lists.openembedded.org wrote: > This forces layers, like meta-openrc for example, to remove files generated > by other layers before providing their own. This increases the maintenance > burden for layer maintainers of these alternative init

Re: [oe] [PATCH] [meta classes] sed -i destroys symlinks

2023-11-07 Thread Ross Burton
Hi, You meant to set this to openembedded-c...@lists.openembedded.org . Cheers, Ross > On 7 Nov 2023, at 20:24, Joakim Tjernlund via lists.openembedded.org > wrote: > > In /etc/passwd is a symlink, sed -i on same file will replace the >

[oe] [PATCH] [meta classes] sed -i destroys symlinks

2023-11-07 Thread Joakim Tjernlund via lists.openembedded.org
In /etc/passwd is a symlink, sed -i on same file will replace the symlink with a new file. Prevent that by expanding the file with realpath before giving it to sed. --- meta/classes/rootfs-postcommands.bbclass | 4 ++-- meta/classes/useradd_base.bbclass| 2 +- 2 files changed, 3

[oe] [meta-gnome][RFC][PATCHv2] Adjust vala build according to changes in vala.bbclass

2023-11-07 Thread Markus Volk
Signed-off-by: Markus Volk --- .../recipes-gnome/gnome-boxes/gnome-boxes_45.0.bb | 1 + meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb | 3 +++ meta-gnome/recipes-gnome/gedit/gedit_46.1.bb | 2 +- meta-gnome/recipes-gnome/gjs/gjs_1.78.0.bb

[oe] [PATCH] yajl: fix CVE-2017-16516, CVE-2022-24795, CVE-2023-33460

2023-11-07 Thread Ross Burton
From: Ross Burton Take three CVE fixes from Fedora, as the upstream repository is now dead. Signed-off-by: Ross Burton --- .../yajl/yajl/CVE-2017-16516.patch| 37 .../yajl/yajl/CVE-2022-24795.patch| 59 +++

[oe] [meta-python][PATCH 2/2] python3-ninja: Set BBCLASSEXTEND = "native nativesdk"

2023-11-07 Thread Zoltan Boszormenyi
python3-ninja is a build dependency for other python modules. For this, python3-ninja must be built for native mode. This partially reverts d4aa17dc436beb96a804860bc6d18cf72283709e ("meta-python: Drop broken BBCLASSEXTEND variants") Signed-off-by: Zoltán Böszörményi ---

[oe] [meta-python][PATCH 1/2] python3-ninja-syntax: Set BBCLASSEXTEND = "native nativesdk"

2023-11-07 Thread Zoltan Boszormenyi
python3-ninja is used as a build dependency by other modules. For that, python3-ninja and all its dependencies must be built in native mode. Signed-off-by: Zoltán Böszörményi --- .../recipes-devtools/python/python3-ninja-syntax_1.7.2.bb | 4 +++- 1 file changed, 3 insertions(+), 1

[oe] [meta-oe][PATCH 2/3] qpdf: Update 10.6.3 -> 11.6.3

2023-11-07 Thread Leon Anavi
Update to version 11.6.3: - Fix a bug in which qpdf could potentially discard a character in a binary string if that character was preceded by an octal escaped string with fewer than three digits. This bug was introduced in the 11.0.0 release. The bug would not apply to content streams

[oe] [meta-oe][PATCH 3/3] libblockdev: Upgrade 3.0.3 -> 3.0.4

2023-11-07 Thread Leon Anavi
Upgrade to 3.0.4: - spec: Obsolete vdo plugin packages - spec: Move obsoleted devel subpackages to libblockdev-devel - ci: Bump actions/checkout from v3 to v4 - part: Do not open disk read-write for read only operations - fs: Disable progress for ntfsresize - packit: Add configuration for

[oe] [meta-oe][PATCH 1/3] imlib2: Upgrade 1.7.1 -> 1.12.1

2023-11-07 Thread Leon Anavi
Upgrade to version 1.12.1: - Fix some clang complaints - scaling: MMX asm scaling causes segv, disable for now - loading: Call module exit function also when not dlclosing module on unload - loaders: Fix build with -m32 --enable-debug - RAW loader: Don't unload loader - imlib2_grab,

Re: [oe] [RFC] Support for alternative init systems

2023-11-07 Thread Martin Jansa
I would also remind that we used to have separate PN-systemd packages when systemd support was in meta-systemd layer: https://git.openembedded.org/meta-openembedded/log/meta-systemd This was later replaced with init scripts being usually in main PN and sysvinit and systemd in DISTRO_FEATURES

Re: [oe] [RFC] Support for alternative init systems

2023-11-07 Thread Richard Purdie
On Tue, 2023-11-07 at 09:30 +, ANQUETIN Mathieu wrote: > Hello all, > > I would like to discuss an architecture solution to ease support for > alternative init systems. > > As of now, OpenEmbedded supports sysvinit and systemd as first-class > citizens but does so by including required files

Re: [oe] [AUH] libtorrent: upgrading to 1 SUCCEEDED

2023-11-07 Thread Ross Burton
Hi, This got merged into meta-oe: https://git.openembedded.org/meta-openembedded/commit/?id=3259bc75f5cbe83623e340efd4518414ae2f7593 But that’s a downgrade to a 2016 tag based on AUH thinking pre-merge-1 is a newer release: https://github.com/rakshasa/libtorrent/tags I suggest reverting

[oe] [meta-oe][PATCH] libsmi: enable native build

2023-11-07 Thread Benjamin Bouvier
Move wget and awk EXTRA_OECONF parameters into native dependencies to not lock native build. Add missing BBCLASSEXTENDS to build libsmi in native. Signed-off-by: Benjamin Bouvier --- meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-)

[oe] [meta-python][PATCH 3/4] python3-pdm: add recipe

2023-11-07 Thread Leon Anavi
Add pdm, a modern Python package and dependency manager supporting the latest PEP standards. Version 2.10.1 brings: - Fix list index out of range when build error message is empty - Fix find_link sources being exported as --extra--index-url - Fix an installation failure when install.cache = true

[oe] [meta-python][PATCH 4/4] python3-jsonref: Upgrade 1.0.1 -> 1.1.0

2023-11-07 Thread Leon Anavi
Upgrade to version 1.1.0: - Fixes documents where the root is a reference object not being cached - Allows a reference object to refer to a fragment within itself - Extra properties of a reference object will now have references resolved License-Update: License remains the same

[oe] [meta-python][PATCH 2/4] python3-pdm-backend: add recipe

2023-11-07 Thread Leon Anavi
Add pdm-backend, the build backend used by PDM that supports latest packaging standards. Version 2.1.7 provides: - Rename tag-pattern to tag_regex in the docs - Copytree handle existing dirs - Normalize the dist info name in the wheel Signed-off-by: Leon Anavi ---

[oe] [meta-python][PATCH 1/4] python3-wand: add recipe

2023-11-07 Thread Leon Anavi
Add Wand, a ctypes-based simple MagickWand API binding for Python. Versions 0.6.13 and 0.6.12 provide: - Hotfix release to remove a "work-in-progress" pyproject.toml - Fixed behavior when passing zero to Image.chop() - Fixed libmagick yield MagickCore library on Linux - Fixed removing mask when

[oe][meta-oe][mickledore][PATCH 1/1] nodejs: Upgrade 18.17.1 -> 18.18.2

2023-11-07 Thread Polampalli, Archana via lists.openembedded.org
From: Archana Polampalli Update to latest release of latest LTS 18 release The following CVEs are fixed in this release: CVE-2023-44487 CVE-2023-45143 CVE-2023-38552 CVE-2023-39333 License-Update: [1] [2] [1]

[oe] [meta-gnome][RFC][PATCH] Adjust vala build according to changes in vala.bbclass

2023-11-07 Thread Markus Volk
Signed-off-by: Markus Volk --- .../recipes-gnome/gnome-boxes/gnome-boxes_45.0.bb | 1 + meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb | 3 +++ meta-gnome/recipes-gnome/gjs/gjs_1.78.0.bb| 2 +-

Re: [oe] [AUH] modemmanager: upgrading to 1.23.1 SUCCEEDED

2023-11-07 Thread Alexander Kanavin
Yes, please do exercise caution and don't push AUH updates blindly, especially when the new version looks iffy, or goes from even to odd in the middle component. A lot of recipes in meta-oe seem to have broken version checks - there's a whole arsenal of tweaks in form of UPSTREAM_CHECK_* settings

Re: [oe] [Openembedded-architecture] [RFC] Support for alternative init systems

2023-11-07 Thread Alexander Kanavin
On Tue, 7 Nov 2023 at 10:30, ANQUETIN Mathieu wrote: > I would like to discuss an architecture solution to ease support for > alternative init systems. > > As of now, OpenEmbedded supports sysvinit and systemd as first-class citizens > but does so by including required files in the main package

[oe] [RFC] Support for alternative init systems

2023-11-07 Thread ANQUETIN Mathieu
Hello all, I would like to discuss an architecture solution to ease support for alternative init systems. As of now, OpenEmbedded supports sysvinit and systemd as first-class citizens but does so by including required files in the main package based on the value of the