Re: [OE-core] [PATCH][pseudo] Move __*xstat* and __xmknod functions to new subport 'old__x'

2023-06-01 Thread Alexandre Belloni via lists.openembedded.org
Hello Mark, This causes failures on opensuse154 and debian11 workers. I've tried to get pseudo.log for the failures but they are not present on debian11 and are not interesting for opensuse154. debian11 failures look like that:

Re: [OE-core] [PATCH v2 2/2] python3-meson-python: New recipe

2023-06-01 Thread Alexandre Belloni via lists.openembedded.org
Hello, This fails on the autobuilders: stdio: WARNING: Nothing PROVIDES 'python3-pyproject-metadata-native' (but virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-meson-python_0.13.1.bb,

Re: [OE-core] [PATCH v2 2/2] python3-meson-python: New recipe

2023-06-01 Thread Alexandre Belloni via lists.openembedded.org
On 01/06/2023 13:39:13+0200, Böszörményi Zoltán wrote: > 2023. 06. 01. 13:00 keltezéssel, Alexandre Belloni írta: > > Hello, > > > > This fails on the autobuilders: > > > > stdio: WARNING: Nothing PROVIDES 'python3-pyproject-metadata-native' > > It works in mickledore. > > Was BBCLASSEXTEND

Re: [OE-core] [PATCH V3] kbd: Add ptest support

2023-05-30 Thread Alexandre Belloni via lists.openembedded.org
Hello, This still fails to build: https://autobuilder.yoctoproject.org/typhoon/#/builders/110/builds/6071/steps/12/logs/errors https://autobuilder.yoctoproject.org/typhoon/#/builders/103/builds/6079/steps/11/logs/errors

Re: [OE-core] [PATCH] meta: introduce KCONFIG_CONFIG_ENABLE_MENUCONFIG

2023-06-06 Thread Alexandre Belloni via lists.openembedded.org
On 06/06/2023 13:17:14+0200, Ming Liu wrote: > Hi, Dear maintainers: > > Ping, could you please review this at your convenient time? It's blocking > our uboot do_menuconfig task. > This is in my testing queue but other patches have proven difficult and I didn't have any green builds since. >

Re: [OE-core] [PATCH v2] vulkan-validation-layers: add new recipe v1.3.243.0

2023-06-06 Thread Alexandre Belloni via lists.openembedded.org
On 03/06/2023 21:12:52-0700, Vincent Davis Jr wrote: > Requires spirv-tools base_libdir fix to be merged. > > https://lists.openembedded.org/g/openembedded-core/message/182353 Then this should be a series instead of separate patches. > > > -- Alexandre Belloni, co-owner and COO, Bootlin

Re: [OE-core] [PATCH v6] rpm: Allow setting platform macro settings externally

2023-08-02 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes sstatetests.SStateHashSameSigs3.test_sstate_sametune_samesigs to fail: https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/5572/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/5538/steps/14/logs/stdio

Re: [OE-core] [PATCH v4] systemd: update to v254

2023-07-31 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes the following failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/5570/steps/14/logs/stdio 2023-07-30 21:25:44,944 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last): File

Re: [OE-core] [PATCH v4] systemd: update to v254

2023-07-31 Thread Alexandre Belloni via lists.openembedded.org
On 31/07/2023 18:40:12+0200, Alexandre Belloni wrote: > Hello, > > This causes the following failure: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/5570/steps/14/logs/stdio > > 2023-07-30 21:25:44,944 - oe-selftest - INFO - > testtools.testresult.real._StringException:

Re: [OE-core] [PATCH v4] systemd: update to v254

2023-07-31 Thread Alexandre Belloni via lists.openembedded.org
On 31/07/2023 17:56:05+0100, Luca Bocassi wrote: > On Mon, 31 Jul 2023 at 17:40, Alexandre Belloni > wrote: > > > > Hello, > > > > This causes the following failure: > > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/5570/steps/14/logs/stdio > > > > 2023-07-30 21:25:44,944

Re: [OE-core] [PATCH v5] rpm: Allow setting platform macro settings externally

2023-07-31 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 31/07/2023 10:21:38+0200, Zoltan Boszormenyi wrote: > Feed platform settings to installplatform externally. Based on the patch > submitted under https://github.com/rpm-software-management/rpm/pull/2585 > > Patch against INSTALL was backported for rpm 4.18.1 > > Signed-off-by: Zoltán

Re: [OE-core][PATCH 2/3] python3-dtc: add from meta-virtualization

2023-07-21 Thread Alexandre Belloni via lists.openembedded.org
The following recipes do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file. python3-dtc (/home/pokybuild/yocto-worker/oe-selftest-centos/build/meta/recipes-devtools/python/python3-dtc_1.6.1.bb) ;) On 17/07/2023 12:41:23-0400, Trevor

Re: ODP: [OE-Core][PATCH v6 1/6] bitbake.conf: add acl and xattr distro native features support

2023-07-21 Thread Alexandre Belloni via lists.openembedded.org
On 21/07/2023 11:23:10+, Piotr Łobacz wrote: > OK do you want it to be on top of > openembedded-core-contrib/origin/abelloni/master-next or just > openembedded-core/master-next? Now that the opkg upgrade had been merged in master, you can rebase on top of master. >

Re: [OE-Core][PATCH v6 1/6] bitbake.conf: add acl and xattr distro native features support

2023-07-21 Thread Alexandre Belloni via lists.openembedded.org
Hello, I want to give this a shot again, can you rebase on top of my master-next branch ? On 19/07/2023 21:48:38+0200, Piotr Łobacz wrote: > Include support for ACLs and extended file attributes for native > builds, by default. > > Signed-off-by: Piotr Łobacz > --- > meta/conf/bitbake.conf |

Re: ODP: [OE-Core][PATCH v8][master-next 1/5] package_ipk.bbclass: add support for ACLs and xattr

2023-07-23 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 22/07/2023 21:03:43+, Piotr Łobacz wrote: > Hello Alexadre, > this time everything should be fixed and working :D I have tested it thrice:P > > Additionally I've discovered that somehow, during all these patchsets, an > extra param "--numeric-owner" has gone from opkg-build

Re: [OE-core] [PATCH v3] rpm: Allow setting platform macro settings externally

2023-07-28 Thread Alexandre Belloni via lists.openembedded.org
Most of the builds are breaking with: ERROR: Logfile of failure stored in: /home/pokybuild/yocto-worker/genericx86-alt/build/build/tmp/work/core2-32-poky-linux/rpm/1_4.18.1-r0/temp/log.do_install.3923248 Log data follows: | DEBUG: Executing python function extend_recipe_sysroot | NOTE: Direct

Re: [OE-core] [PATCH v2] oeqa/selftest/rust: Add failed test cases to exclude list for Rust Oe-selftest

2023-07-27 Thread Alexandre Belloni via lists.openembedded.org
Hello, Is this patch self sufficient? If this needs another patch applied, please send them as a series. On 27/07/2023 02:48:04-0700, Shinde, Yash via lists.openembedded.org wrote: > * Add the failing test cases in exclude_list to exclude them from testing > during the Rust Oe-selftest. > > *

Re: ODP: [OE-Core][PATCH v11][master-next 1/5] package_ipk.bbclass: add support for ACLs and xattr

2023-07-27 Thread Alexandre Belloni via lists.openembedded.org
Hello, I sent this to the autobuilders and I got the same reproducibility failure as earlier: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/3263/steps/13/logs/stdio I'm not sure why you wouldn't see those. On 26/07/2023 09:27:53+, Piotr Łobacz wrote: > > Hi Alexandre,

Re: [OE-core] [PATCH v3 0/3] Add bblock helper scripts

2023-07-29 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 27/07/2023 15:56:09+0200, Julien Stephan wrote: > Hi all, > > This is v3 from bblock script. > This doesn't apply cleanly on master, can you rebase? Thanks! > Improvement from v2: > * Add a function in bb.cooker to compute task signatures > * Replace the findSigInfo function by the

Re: [OE-core] [PATCH v2] oeqa/selftest/rust: Add failed test cases to exclude list for Rust Oe-selftest

2023-07-27 Thread Alexandre Belloni via lists.openembedded.org
On 27/07/2023 07:32:52-0700, Shinde, Yash via lists.openembedded.org wrote: > I already posted the other needed patch here, > https://lists.openembedded.org/g/openembedded-core/topic/100373873#184890 ( > https://lists.openembedded.org/g/openembedded-core/topic/100373873#184890 ) > to be patched

Re: [OE-core] [PATCH] systemd: update to v254

2023-07-30 Thread Alexandre Belloni via lists.openembedded.org
Hello, I have the following failures: ERROR: systemd-1_254-r0 do_package: QA Issue: systemd: Files/directories were installed but not shipped in any package: /sbin/mount.ddi and Jul 30 00:29:43 qemuarm64 systemd-logind[240]: New seat seat0. Jul 30 00:29:43 qemuarm64 systemd-logind[240]:

Re: [OE-core] [PATCH 12/21] util-linux: upgrade 2.38.1 -> 2.39.1

2023-07-30 Thread Alexandre Belloni via lists.openembedded.org
On 28/07/2023 17:25:46+0200, Alexander Kanavin wrote: > I just locally ran the ptest against current abelloni/master-next > (1db230c0191eefffd94be0e8f40312b76e8b8769) with arm-64 target on an > x86 host, and that passed too. I can try to do that on the actual arm > host in the AB cluster, but

Re: [OE-core] [PATCH 1/2] tunes: Add support for sve instructions on armv8/armv9

2023-07-21 Thread Alexandre Belloni via lists.openembedded.org
Hello Khem, On 12/07/2023 09:12:54-0700, Khem Raj wrote: > On Wed, Jul 12, 2023 at 3:29 AM Ross Burton wrote: > > > > On 11 Jul 2023, at 21:10, Khem Raj via lists.openembedded.org > > wrote: > > > > > > This helps in defining correct compiler options and configure options > > > for glibc and

Re: [OE-Core][PATCH v7][master-next 1/5] package_ipk.bbclass: add support for ACLs and xattr

2023-07-21 Thread Alexandre Belloni via lists.openembedded.org
I confirm this still fails on the autobuilders: This is a-full: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5631 On 21/07/2023 14:07:19+0200, Piotr Łobacz wrote: > Extend OPKGBUILDCMD variable, with additional parameters, depending > on target distro features, in order to

Re: ODP: ODP: [OE-Core][PATCH v7][master-next 1/5] package_ipk.bbclass: add support for ACLs and xattr

2023-07-22 Thread Alexandre Belloni via lists.openembedded.org
On 22/07/2023 11:42:39+, Piotr Łobacz wrote: > OK, finally discovered why in my case removing of acl from DISTRO_FEATURES > didn't work for me. We have our own DISTRO_FEATURES:append in which acl is > being appended and I just removed it from there. > > Unfortunately, there is this file: >

Re: ODP: [OE-Core][PATCH v7][master-next 1/5] package_ipk.bbclass: add support for ACLs and xattr

2023-07-22 Thread Alexandre Belloni via lists.openembedded.org
On 21/07/2023 23:33:02+, Piotr Łobacz wrote: > Alexandre, Is it possible for you to create a docker file or some image etc. > with all commands from autobuilder which will re-create the failure and pass > it to me? > I don't have that but really, those are just bare installation of the

Re: ODP: [OE-Core][PATCH v10][master-next 1/5] package_ipk.bbclass: add support for ACLs and xattr

2023-07-25 Thread Alexandre Belloni via lists.openembedded.org
Hello Piotr, On 24/07/2023 20:50:50+, Piotr Łobacz wrote: > > Hello Alexandre, > this is a final patchest which works for me, even with reproducible builds, > but additionally, with posix format of tar archives. > > I hope that this time it will work for autobuild as well. We are almost

Re: [OE-core] [PATCH 0/7] linux-yocto: consolidated kernel pull request

2023-08-08 Thread Alexandre Belloni via lists.openembedded.org
On 08/08/2023 13:09:50-0400, Bruce Ashfield wrote: > On Tue, Aug 8, 2023 at 8:49 AM Bruce Ashfield via > lists.openembedded.org > wrote: > > > > On Tue, Aug 8, 2023 at 6:43 AM Alexandre Belloni > > wrote: > > > > > > Hello Bruce, > > > > > > While I didn't test this series yet, as discussed,

Re: [OE-core] [PATCH] systemd-boot: Fix build on musl

2023-08-10 Thread Alexandre Belloni via lists.openembedded.org
On 10/08/2023 07:45:16-0700, Khem Raj wrote: > On Thu, Aug 10, 2023 at 7:36 AM Khem Raj wrote: > > > > > > > > On Thu, Aug 10, 2023 at 6:05 AM Alexandre Belloni > > wrote: > >> > >> Hello, > >> > >> I tested this with the meson/systemd series from Ross and it actually > >> breaks the build: >

Re: [OE-core] [PATCH v4 0/5] Add bblock helper scripts

2023-08-11 Thread Alexandre Belloni via lists.openembedded.org
On 11/08/2023 10:00:33+0200, Alexandre Belloni wrote: > On 10/08/2023 15:21:14+0200, Alexandre Belloni wrote: > > Hello, this causes oe-selftest failures on the autobuilders: > > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/5589/steps/14/logs/stdio > >

Re: [OE-core] [PATCH v4 0/5] Add bblock helper scripts

2023-08-11 Thread Alexandre Belloni via lists.openembedded.org
On 10/08/2023 15:21:14+0200, Alexandre Belloni wrote: > Hello, this causes oe-selftest failures on the autobuilders: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/5589/steps/14/logs/stdio >

Re: [OE-Core][PATCH v12 1/7] path.py: add support for ACLs and all additional attributes

2023-08-12 Thread Alexandre Belloni via lists.openembedded.org
Hello, This went through the autobuilder fine until yesterday: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/3349/steps/12/logs/stdio https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20230811-vwiija9k/packages/diff-html/ On 04/08/2023 10:43:09+0200, Piotr Łobacz

Re: [OE-core] [PATCH v7] systemd: update to v254

2023-08-04 Thread Alexandre Belloni via lists.openembedded.org
On 03/08/2023 19:34:15+0100, Luca Bocassi wrote: > On Thu, 3 Aug 2023 at 00:16, Luca Boccassi wrote: > > > > On Wed, 2 Aug 2023 at 20:27, Khem Raj wrote: > > > > > > On 8/2/23 11:54 AM, luca.bocca...@gmail.com wrote: > > > > From: Luca Boccassi > > > > > > > > - Drop dependency on gnu-efi, add

Re: [OE-core] [PATCH 1/3] glibc: Upgrade to 2.38 release

2023-08-04 Thread Alexandre Belloni via lists.openembedded.org
Hello, This caused failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/65/builds/7616/steps/11/logs/stdio ERROR: glibc-tests-2.38-r0 do_package_qa: QA Issue: /usr/lib/glibc-tests/ptest/tests/glibc-ptest/tst-y2039-time64 contained in package glibc-tests requires

[OE-core] [PATCH] base-files: bump PR because conf files are now sorted

2023-08-04 Thread Alexandre Belloni via lists.openembedded.org
From: Alexandre Belloni Signed-off-by: Alexandre Belloni --- meta/recipes-core/base-files/base-files_3.0.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/meta/recipes-core/base-files/base-files_3.0.14.bb index

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-06 Thread Alexandre Belloni via lists.openembedded.org
On 06/08/2023 14:15:27+0100, Luca Bocassi wrote: > Where does that objcopy command come from? It looks awfully like it is > hard-coding VMAs? That cannot possibly work reliably, the actual VMAs > have to be calculated based on the components being added to the PE. > I'd recommend to use 'ukify' as

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, I have high suspicions that the upgrade causes the following failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/5559/steps/14/logs/stdio ERROR: core-image-minimal-1.0-r0 do_image_wic:

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-07 Thread Alexandre Belloni via lists.openembedded.org
Hello, I've been looking a bit more at this. there is definitively another issue here which is the first one I found: x86_64-poky-linux-objcopy: /home/alexandre/poky/build-st/tmp/deploy/images/qemux86-64/linuxx64.efi.stub: file format not recognized This is the main issue here. $ file

Re: [OE-core] [PATCH] rust-target-config: fix target_features for vfpv3d16

2023-08-07 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/151/builds/304/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/147/builds/301/steps/12/logs/stdio

Re: [OE-core] [PATCH] kea: upgrade to v2.5.0

2023-08-07 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 04/08/2023 08:06:13+0100, Sudip Mukherjee wrote: > Changes: > Update license checksum: change in copyright year. > Update sha256sum for new version. > > Signed-off-by: Sudip Mukherjee > --- > meta/recipes-connectivity/kea/{kea_2.2.0.bb => kea_2.5.0.bb} | 4 ++-- > 1 file changed, 2

Re: [OE-core] [PATCH 3/3] weston-init: mimic systemd behavior when running in sysvinit

2023-08-07 Thread Alexandre Belloni via lists.openembedded.org
Hello, I believe this change causes this QA failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/40/builds/7576/steps/12/logs/stdio On 04/08/2023 17:04:11-0300, Otavio Salvador wrote: > The systemd uses /run/wayland-0 as global socket and it is important to > align the behavior so

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-07 Thread Alexandre Belloni via lists.openembedded.org
On 07/08/2023 17:01:02-0700, Khem Raj wrote: > Can you try this patch on top > > https://git.yoctoproject.org/poky-contrib/commit/?h=yoe/mut=0defb14c600170434befe8c94dad4732041a3513 > I have those two patches on top of master: systemd-boot: Ensure EFI_LD is also passed to compiler driver

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-07 Thread Alexandre Belloni via lists.openembedded.org
On 07/08/2023 16:40:25+0200, Alexandre Belloni wrote: > Hello, > > I've been looking a bit more at this. there is definitively another > issue here which is the first one I found: > > x86_64-poky-linux-objcopy: > /home/alexandre/poky/build-st/tmp/deploy/images/qemux86-64/linuxx64.efi.stub: >

Re: [OE-core] [PATCH 0/7] linux-yocto: consolidated kernel pull request

2023-08-08 Thread Alexandre Belloni via lists.openembedded.org
Hello Bruce, While I didn't test this series yet, as discussed, I've tried to switch to 6.4 by default. I got this warning: https://autobuilder.yoctoproject.org/typhoon/#/builders/15/builds/7876/steps/13/logs/stdio WARNING: linux-yocto-tiny-6.4.3+gitAUTOINC+dab56f52aa_dee78ad196-r0

Re: [OE-core][PATCH 2/2] systemd: fix efi stubs

2023-08-08 Thread Alexandre Belloni via lists.openembedded.org
On 08/08/2023 16:08:28+, Jose Quaresma wrote: > Before the patch: > > | $ objdump -h deploy/images/intel-corei7-64/linuxx64.efi.stub > | objdump: deploy/images/intel-corei7-64/linuxx64.efi.stub (.reloc): section > flag STYP_GROUP (0x4) ignored > | objdump:

[OE-core] [PATCH] wic: bootimg-efi: Stop hardcoding VMA offsets

2023-08-09 Thread Alexandre Belloni via lists.openembedded.org
From: Alexandre Belloni Section VMA's are currently hardcoded. This doesn't work anymore starting with systemd-boot v254. Follow the actually solution to this which is documented here: https://wiki.archlinux.org/title/Unified_kernel_image#Manually This is also used by dracut. Later on, we may

Re: [OE-core][PATCH] systemd: fix efi dependency

2023-08-09 Thread Alexandre Belloni via lists.openembedded.org
On 09/08/2023 21:52:35+0100, Jose Quaresma wrote: > Hi Alexandre, > > Alexandre Belloni escreveu no dia quarta, > 9/08/2023 à(s) 21:25: > > > Hello, > > > > On 09/08/2023 00:02:08+0100, Jose Quaresma wrote: > > > Ping! > > > > We developed the same patch at the same time, I confirm yours is

Re: [OE-core][PATCH] systemd: fix efi dependency

2023-08-09 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 09/08/2023 00:02:08+0100, Jose Quaresma wrote: > Ping! We developed the same patch at the same time, I confirm yours is working but it was not enough to solve all the systemd v254 related issues. I've just sent the hopefully last patch to fix the remaining issue. > > Jose Quaresma

Re: [OE-core] [PATCH] systemd-boot: Fix build on musl

2023-08-10 Thread Alexandre Belloni via lists.openembedded.org
Hello, I tested this with the meson/systemd series from Ross and it actually breaks the build: https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/7581/steps/12/logs/stdio On 09/08/2023 14:02:27-0700, Khem Raj wrote: > Signed-off-by: Khem Raj > --- >

Re: [OE-core] [PATCH v4 0/5] Add bblock helper scripts

2023-08-10 Thread Alexandre Belloni via lists.openembedded.org
Hello, this causes oe-selftest failures on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/5589/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/5577/steps/14/logs/stdio

Re: [OE-core] [PATCH v2] systemd: add usrmerge to REQUIRED_DISTRO_FEATURES

2023-08-10 Thread Alexandre Belloni via lists.openembedded.org
Hello, This breaks most of the tests on the autobuilders, I guess you will have to also update the distribution configuration. https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/3326/steps/12/logs/stdio

Re: [OE-core] [PATCH] systemd: sysusersd: change how the root home directory is set

2023-08-06 Thread Alexandre Belloni via lists.openembedded.org
Hi, As we now merged the upgrade to v254, can you rebase? On 27/07/2023 11:28:37+0200, Louis Rannou wrote: > Modifying the sources brings troubles in the devtool command. Therefore it is > better to patch the source with a custom variable, and later replace it with > the > correct root path. >

Re: [OE-core] [PATCH] package: always sort the conffiles

2023-07-28 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 27/07/2023 17:37:32+0200, Jean-Marie Lemetayer via lists.openembedded.org wrote: > To improve package reproducibility, the conffiles order should not be > directly linked to the file system. > > Sorting the conffiles solves this issue. This is missing you Signed-off-by tag. > --- >

Re: [OE-core] [PATCH 12/21] util-linux: upgrade 2.38.1 -> 2.39.1

2023-07-28 Thread Alexandre Belloni via lists.openembedded.org
Hello, I got a new ptest failure twice with this patch: 'util-linux': ['lsfd:_--inet_option'] I don't see it on your run, I'm wondering what is in my branch that causes it. On 27/07/2023 16:36:18+0200, Alexander Kanavin wrote: > License-update: added bsd-2-clause >

Re: ODP: ODP: [OE-Core][PATCH v8][master-next 1/5] package_ipk.bbclass: add support for ACLs and xattr

2023-07-23 Thread Alexandre Belloni via lists.openembedded.org
On 23/07/2023 16:32:55+, Piotr Łobacz wrote: > OK, I got it, but correct me if I'm wrong, namely packages differs between > builds? > > I have found this link > https://docs.yoctoproject.org/dev/test-manual/reproducible-builds.html for it > with instructions > on how to reproduce it. I'll

Re: [OE-core] [PATCH] ghostscript: mostly rewrite recipe

2023-06-18 Thread Alexandre Belloni via lists.openembedded.org
Hello, This doesn't build on the AB: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/3055/steps/13/logs/errors https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/7306/steps/11/logs/errors

Re: [OE-core] [PATCH 3/3] base-passwd: add the wheel group

2023-06-18 Thread Alexandre Belloni via lists.openembedded.org
On 15/06/2023 13:43:55+0200, Louis Rannou wrote: > The wheel group is not declared while it can be used to access the systemd > journal and to configure printers in CUPS. It can also be used for su and sudo > permissions. > > So far it was created later in the rootfs postcommand

Re: [OE-core] [PATCH 13/55] glib-2.0: backport a patch to address ptest fails caused by coreutils 9.2+

2023-06-15 Thread Alexandre Belloni via lists.openembedded.org
On 16/06/2023 00:27:00+0200, Alexandre Belloni wrote: > Hello, > > Which ptest are you trying to fix? > > I got: > https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/5023/steps/13/logs/stdio >

Re: [OE-core] [PATCH] bonnie++: New recipe for version 2.0

2023-06-28 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 26/06/2023 14:00:32+0200, Jörg Sommer via lists.openembedded.org wrote: > Newer versions of bonnie get published on > . Unfortunately, the new version > doesn't compile with g++ 11 which requires *fix-csv2html-data.patch* and > configure fails

Re: [OE-core] [PATCH] tiff: upgrade 4.5.0 -> 4.5.1

2023-06-29 Thread Alexandre Belloni via lists.openembedded.org
Hello, Can you rebase on master as we have a few more CVE patch that need to be reviewed too? On 27/06/2023 15:17:28+0800, wangmy wrote: > From: Wang Mingyu > > CVE-2022-48281.patch > CVE-2023-2731.patch > removed since they're included in 4.5.1 > > Signed-off-by: Wang Mingyu > --- >

Re: [OE-core] [PATCH V4] kbd: Add ptest support

2023-06-29 Thread Alexandre Belloni via lists.openembedded.org
Hello, While this patch was working fine, it is now broken on master because of the kbd upgrade to 2.6.0 from wangmy. https://autobuilder.yoctoproject.org/typhoon/#/builders/102/builds/4812/steps/13/logs/stdio ERROR: kbd-2.6.0-r0 do_compile_ptest_base:

Re: [OE-core][PATCH] gcsections: apply section removal also in C++, not only in C

2023-06-29 Thread Alexandre Belloni via lists.openembedded.org
Hello Peter, I have collected it but this patch should have gone to the poky mailing list as this is for meta-yocto. On 29/06/2023 14:28:08+0200, Peter Marko via lists.openembedded.org wrote: > From: Peter Marko > > Currently only CFLAGS contains sections optimizations. > This is used during C

[OE-core] [PATCH] base-passwd: fix patchreview warning

2023-06-18 Thread Alexandre Belloni via lists.openembedded.org
From: Alexandre Belloni Fix: Malformed Upstream-Status 'Upstream status' (meta/recipes-core/base-passwd/base-passwd/0007-Add-wheel-group.patch) Unknown Upstream-Status value 'says' (meta/recipes-core/base-passwd/base-passwd/0007-Add-wheel-group.patch) Signed-off-by: Alexandre Belloni ---

Re: [OE-core] [PATCH] base-passwd: fix patchreview warning

2023-06-19 Thread Alexandre Belloni via lists.openembedded.org
On 19/06/2023 14:27:04+0100, Richard Purdie wrote: > On Mon, 2023-06-19 at 15:18 +0200, Alexander Kanavin wrote: > > Should the regex that finds these lines be fixed rather? It’s > > entirely valid to say ‘upstream status’ somewhere, it should be > > matching ‘Upstream-Status:’ at the start of the

Re: [OE-core] [PATCH 2/3] libxcrypt: Limit to enabling strong hash algos only

2023-06-30 Thread Alexandre Belloni via lists.openembedded.org
Hello Khem, This causes python ptest failures: {'python3': ['test_crypt', 'test_methods', 'test_sha2_rounds']} We should probably disable those On 23/06/2023 22:32:21-0700, Khem Raj wrote: > This ensures that weak algorithms are not included, which should improve > the defauls to be more

Re: [OE-core] [PATCH v2] kernel.bbclass: hoist up "unset S" bbfatal from kernel-yocto.bbclass to kernel.bbclass

2023-06-30 Thread Alexandre Belloni via lists.openembedded.org
Hello, This caused the following failures on the AB: stdio: ERROR: linux-yocto-6.1.35+gitAUTOINC+b358c237cf_915f4d2237-r0 do_symlink_kernsrc: S is not set to the linux source directory. Check the recipe and set S to the proper extracted subdirectory. stdio: ERROR: Logfile of failure stored in:

Re: [OE-core] [PATCH 13/55] glib-2.0: backport a patch to address ptest fails caused by coreutils 9.2+

2023-06-15 Thread Alexandre Belloni via lists.openembedded.org
Hello, Which ptest are you trying to fix? I got: https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/5023/steps/13/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/5207/steps/12/logs/stdio {'glib-2.0': ['glib/file.test']} On 14/06/2023 11:28:36+0200,

Re: [OE-core] [PATCH] parted: Add missing libuuid to linker cmdline for libparted-fs-resize.so

2023-06-14 Thread Alexandre Belloni via lists.openembedded.org
On 13/06/2023 08:16:48-0700, Khem Raj wrote: > On Tue, Jun 13, 2023 at 6:55 AM Khem Raj wrote: > > > > Exactly I can rebase and send v2 > > > > I think Alex already did it on his master-next branch here >

Re: [oe-core][PATCH v2] wic: bootimg: Add support to install directories

2023-06-14 Thread Alexandre Belloni via lists.openembedded.org
Hello, This breaks x86: https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/5277/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/5328/steps/14/logs/stdio

Re: [OE-core] [PATCH] testimage/oeqa: remove testimage_dump_host function

2023-05-14 Thread Alexandre Belloni via lists.openembedded.org
On 12/05/2023 15:45:49+0200, Thomas Roos via lists.openembedded.org wrote: > From: Thomas Roos > > This function is not necessary. > > [YOCTO #13872] > This fails on the AB: https://autobuilder.yoctoproject.org/typhoon/#/builders/73/builds/7052/steps/13/logs/stdio The stack trace of python

Re: [OE-core] [PATCH v2] ghostscript: upgrade to 10.01.1

2023-05-06 Thread Alexandre Belloni via lists.openembedded.org
Hello Ross, This doesn't apply because of 8a70d6935afa ghostscript: fix CVE-2023-28879 >From the commit message, I believe cve-2023-28879.patch is still needed. On 03/05/2023 17:47:29+0100, Ross Burton wrote: > From: Ross Burton > > Fixes CVE-2023-28879. > > Drop an upstreamed patch. > >

Re: [OE-core] [PATCH V2] Fix error SRCDIR when using usrmerge DISTRO_FEATURES

2023-05-04 Thread Alexandre Belloni via lists.openembedded.org
Hello, I applied it to be able to test, however, your mailer is mangling your patches and they don't apply without heavily modifying them. On 27/04/2023 01:22:58-0700, qi...@fujitsu.com wrote: > From 3b1c081d4efffe83f3a63184450cc79bf16356dc Mon Sep 17 00:00:00 2001 > From: Qiu Tingting > Date:

Re: [OE-core] [PATCH] vim: upgrade 9.0.1429 -> 9.0.1527

2023-05-11 Thread Alexandre Belloni via lists.openembedded.org
Hello Randy, This patch is missing your From: ;) See "Fixing your From identity" here: https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded On 11/05/2023 10:59:15-0400, Randy MacLeod via lists.openembedded.org wrote: > Fixes: https://nvd.nist.gov/vuln/detail/CVE-2023-2426 >

Re: [OE-core][Patch v3 1/3] libtraceevent: import from meta-openembedded

2023-05-11 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 11/05/2023 14:56:01+0200, Max Krummenacher wrote: > From: Max Krummenacher > > Import from meta-openembedded at commit d250a0dc0 ("libtraceevent: > upgrade 1.7.1 -> 1.7.2"). > Starting with kernel 6.4 libtraceevent is a dependency of perf. While > one can still build perf without it

Re: [OE-core][PATCH 0/2] Fix: allow specification of dtb directory

2023-05-12 Thread Alexandre Belloni via lists.openembedded.org
Hello, This caused the following failures on the AB: https://autobuilder.yoctoproject.org/typhoon/#/builders/113/builds/3986/steps/13/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/5176/steps/15/logs/stdio

Re: [OE-core] [PATCH 2/6] python3-fixtures: add recipe

2023-05-03 Thread Alexandre Belloni via lists.openembedded.org
Hello, without a maintainers entry, this will fail build testing On 02/05/2023 19:34:18+0200, Ernst Sjöstrand wrote: > Signed-off-by: Ernst Sjöstrand > --- > .../python/python3-fixtures_4.0.1.bb | 19 +++ > 1 file changed, 19 insertions(+) > create mode 100644

Re: [OE-core][PATCH 06/20] python3-libfdt: new package

2023-05-18 Thread Alexandre Belloni via lists.openembedded.org
On 17/05/2023 12:16:21-0400, Trevor Gamblin wrote: > > On 2023-05-17 04:06, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > Add a recipe for python bindings for libfdt (spun out of upstream dtc) > > fetched from pypi. > > > > Signed-off-by: Bartosz Golaszewski > > --- > >

Re: [OE-core] [PATCH V2] kbd: Add ptest support

2023-05-19 Thread Alexandre Belloni via lists.openembedded.org
Hello, This doesn't build: https://autobuilder.yoctoproject.org/typhoon/#/builders/103/builds/6024/steps/12/logs/stdio | make[1]: Entering directory '/home/pokybuild/yocto-worker/genericx86-alt/build/build/tmp/work/core2-32-poky-linux/kbd/2.5.1-r0/build/tests/libtswrap' | /bin/bash

Re: [OE-core] [PATCH] btrfs-tools: upgrade 6.5.3 -> 6.6.3

2024-01-19 Thread Alexandre Belloni via lists.openembedded.org
This causes oe-selftest failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/6326/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/6317/steps/14/logs/stdio

Re: [OE-core] [PATCH 4/4] rpm: update 4.18.1 -> 4.19.1

2024-01-19 Thread Alexandre Belloni via lists.openembedded.org
I believe this series is the cause of some repro failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4254/steps/12/logs/stdio On 18/01/2024 11:24:09+0100, Alexander Kanavin wrote: > Upstream has replaced autoconf with cmake, which necessitates a rewrite of the > recipe

Re: [OE-core] [PATCH 2/4] classes/package_rpm: write file permissions and ownership explicitly into .spec

2024-01-19 Thread Alexandre Belloni via lists.openembedded.org
I got this failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/44/builds/8493/steps/23/logs/stdio On 18/01/2024 11:24:07+0100, Alexander Kanavin wrote: > Per > https://github.com/rpm-software-management/rpm/commit/77d3529c31ca090a40b8d3959a0bcdd721a556d6 > rpm 4.19.1+ will not

Re: [OE-core] [PATCH v2] binutils: Add patch to fix CVE-2023-25584

2024-01-23 Thread Alexandre Belloni via lists.openembedded.org
Hello, This doesn't apply on master, please specify which branch this is for. On 22/01/2024 14:29:56+0530, Ashishx88 wrote: > Upstream-Status: Backport > [https://sourceware.org/git/?p=binutils-gdb.git;a=patch;h=77c225bdeb410cf60da804879ad41622f5f1aa44] > > CVE: CVE-2023-25584 > Signed-off-by:

Re: [OE-core] Patchtest results for [PATCH 2/5] meta/lib/bblayers/buildconf.py: add support for configuration summaries

2024-02-16 Thread Alexandre Belloni via lists.openembedded.org
On 16/02/2024 09:26:18-0500, Trevor Gamblin wrote: > > On 2024-02-16 08:57, Patchtest wrote: > > Thank you for your submission. Patchtest identified one > > or more issues with the patch. Please see the log below for > > more information: > Alright, so it's still not working properly. Short of

Re: [OE-core][PATCH] ipk: Switch to using zstd compression

2023-12-18 Thread Alexandre Belloni via lists.openembedded.org
On 15/12/2023 22:48:51+, Richard Purdie wrote: > On Fri, 2023-12-15 at 13:51 -0700, Joshua Watt wrote: > > > > @@ -337,7 +335,7 @@ CONVERSION_CMD:lz4 = "lz4 -9 -z -l > > ${IMAGE_NAME}.${type} ${IMAGE_NAME}.${type}.l > > CONVERSION_CMD:lzo = "lzop -9 ${IMAGE_NAME}.${type}" > >

Re: [OE-core] [PATCH 1/9] nativesdk: ensure features don't get backfilled

2023-12-13 Thread Alexandre Belloni via lists.openembedded.org
Hello Ross, Not obvious but this is the cause of: https://autobuilder.yoctoproject.org/typhoon/#/builders/20/builds/8697 On 12/12/2023 14:08:12+, Ross Burton wrote: > From: Ross Burton > > nativesdk aims to run in a slightly different environment than the > target build, so it unsets

Re: [OE-core] [PATCH v2 1/2] systemd-boot: Add recipe to compile native

2023-12-14 Thread Alexandre Belloni via lists.openembedded.org
Hello, this causes: https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/8617/steps/11/logs/warnings WARNING: Nothing RPROVIDES 'python3-pefile-native' (but /home/pokybuild/yocto-worker/build-appliance/build/meta/recipes-core/systemd/systemd-boot-native_254.4.bb RDEPENDS on or

Re: [OE-core] [PATCH V2] rxvt-unicode: set correct outdir for tic

2023-12-18 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4106/steps/12/logs/stdio https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20231218-s_bdlb3l/packages/diff-html/ On 14/12/2023 17:41:01+0800, Changqing Li wrote: > From: Changqing Li > > tic is

Re: [OE-core][PATCH v2] ipk: Switch to using zstd compression

2023-12-19 Thread Alexandre Belloni via lists.openembedded.org
Hi Josh, This still causes reproducibility issues: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4113/steps/13/logs/stdio https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20231219-mrw5vs1g/packages/diff-html/ On 18/12/2023 08:37:00-0700, Joshua Watt wrote: >

Re: [OE-core] [PATCH] libxml2: upgrade 2.11.5 -> 2.12.3

2023-12-20 Thread Alexandre Belloni via lists.openembedded.org
Hello, I already told you that this is breaking webkit on the 23/11/2023... On 19/12/2023 17:34:24+0800, wangmy wrote: > From: Wang Mingyu > > Changelog: > == > - parser: Fix namespaces redefined from default attributes > - include: Rename XML_EMPTY helper macro > - include: Move

Re: [OE-core] [PATCH v4] systemd-boot: Add recipe to compile native

2023-12-19 Thread Alexandre Belloni via lists.openembedded.org
Hello, You didn't fix this one: The following recipes do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file. systemd-boot-native

Re: [OE-core] [PATCH 2/2] appstream: update 0.16.3 -> 1.0.1

2023-12-22 Thread Alexandre Belloni via lists.openembedded.org
https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/5512/steps/12/logs/errors On 22/12/2023 11:46:31+0100, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > ...-meson-do-not-rely-on-an-exe-wrapper.patch | 36 --- >

Re: [OE-core] [PATCH 2/2] appstream: update 0.16.3 -> 1.0.1

2023-12-23 Thread Alexandre Belloni via lists.openembedded.org
On 23/12/2023 09:57:51+0100, Alexander Kanavin wrote: > Thanks, there's a working patch from Markus that just landed in master. > Yes, I tested it earlier but you had a better version ;) > Alex > > On Sat, 23 Dec 2023 at 05:56, Alexandre Belloni > wrote: > > > > > >

Re: [OE-core] [PATCH v3] strace: Disable bluetooth support by default

2023-12-14 Thread Alexandre Belloni via lists.openembedded.org
On 14/12/2023 10:53:05-0800, Khem Raj wrote: > On Thu, Dec 14, 2023 at 1:10 AM Alexander Kanavin > wrote: > > > > On Wed, 13 Dec 2023 at 09:57, Yoann Congal wrote: > > > > > > The bluetooth support adds a bluez5 dependency (and,recursively, a lot > > > of other stuff). Disable it by default to

Re: [OE-core] [PATCH v3] elfutils: upgrade 0.189 -> 0.190

2023-12-14 Thread Alexandre Belloni via lists.openembedded.org
Hello, This still fail the ptests: https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/5854/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6040/steps/12/logs/stdio

Re: [OE-core] [PATCHv3 1/1] login.py: Proof of concept for screenshot testcases

2023-12-14 Thread Alexandre Belloni via lists.openembedded.org
Hello, Please also fix 2/4 and always resend the whole series, else the burden to cherry-pick from the multiple version of the series and my memory is not what it used to be. On 14/12/2023 16:46:51+, Eilís 'pidge' Ní Fhlannagáin wrote: > This takes the work rburton did on image screenshot

Re: [OE-core] [PATCH v2 1/2] systemd-boot: Add recipe to compile native

2023-12-14 Thread Alexandre Belloni via lists.openembedded.org
On 14/12/2023 20:11:16+0530, Viswanath Kraleti wrote: > > > On 12/14/2023 1:32 PM, Alexandre Belloni via lists.openembedded.org wrote: > > Hello, this causes: > > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/8617/steps/11/logs/warning

Re: [OE-core] [PATCH] debianutils: upgrade 5.14 -> 5.15

2023-12-16 Thread Alexandre Belloni via lists.openembedded.org
On 16/12/2023 20:15:16+0800, Yi Zhao wrote: > Signed-off-by: Yi Zhao The SoB must match you From: > --- > .../debianutils/{debianutils_5.14.bb => debianutils_5.15.bb}| 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-support/debianutils/{debianutils_5.14.bb =>

Re: [OE-core] [PATCH] create-spdx-2.2: combine spdx can try to write before dir creation

2023-12-16 Thread Alexandre Belloni via lists.openembedded.org
Hello, Most of the builds failed do_rootfs with: ERROR: core-image-sato-1.0-r0 do_rootfs: Error executing a python function in exec_func_python() autogenerated: The stack trace of python calls that resulted in this exception/failure was: File: 'exec_func_python() autogenerated', lineno: 2,

Re: [OE-core] [PATCH 2/4] python3-qemu-qmp: Add recipe

2023-12-10 Thread Alexandre Belloni via lists.openembedded.org
On 07/12/2023 09:38:17-0800, Tim Orling wrote: > This will also need a maintainer entry in: > https://git.openembedded.org/openembedded-core/tree/meta/conf/distro/include/maintainers.inc > Also: stdio: WARNING: python3-qemu-qmp-0.0.2-r0 do_recipe_qa: QA Issue: Recipe python3-qemu-qmp in

Re: [OE-core][PATCH 1/3] systemd: upgrade to 255.1

2023-12-27 Thread Alexandre Belloni via lists.openembedded.org
We hit the added warning on the autobuilders: WARNING: systemd-1_255.1-r0 do_install: Using /home/root as root user's home directory is not fully supported by systemd https://autobuilder.yoctoproject.org/typhoon/#/builders/40/builds/8354/steps/14/logs/warnings On 27/12/2023 12:20:34+0800, Chen

<    1   2   3   4   5   6   7   >