Re: [oe-core][PATCH] gcc-runtime.inc: additionally remove libgomp.info-1 and libgomp.info-2

2024-05-22 Thread Alexandre Belloni via lists.openembedded.org
On 22/05/2024 23:42:07+0200, Markus Volk wrote: > On Wed, May 22 2024 at 11:06:22 AM +02:00:00, Alexandre Belloni > wrote: > > this doesn't apply on master anymore, can you rebase? > > Hi Alexandre, > > probably this doesn't apply because Richard Purdie added a fix for this > almost at the same

Re: [oe-core][PATCH] gcc-runtime.inc: additionally remove libgomp.info-1 and libgomp.info-2

2024-05-22 Thread Alexandre Belloni via lists.openembedded.org
Hello Markus, this doesn't apply on master anymore, can you rebase? On 20/05/2024 19:57:06+0200, Markus Volk wrote: > This avoids: > ERROR: gcc-runtime-14.1.0-r0 do_package: QA Issue: gcc-runtime: > Files/directories were installed but not shipped in any package: > /usr/share/info >

Re: [OE-core] [PATCH 5/6] meson: correct the host machine definition in SDKs

2024-05-21 Thread Alexandre Belloni via lists.openembedded.org
I believe this causes the following failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/146/builds/1733/steps/12/logs/stdio On 20/05/2024 10:18:32+, Ross Burton wrote: > The SDK_ARCH is not the correct definiton for the host machine definition > inside the SDK, but because a

Re: [OE-core][PATCH 1/6] systemd/systemd-boot: upgrade from 255.4 to 255.6

2024-05-21 Thread Alexandre Belloni via lists.openembedded.org
This also fails on the autobuilders: ERROR: systemd-1_255.6-r0 do_patch: Applying patch '0001-basic-add-PIDFS-magic-31709.patch' on target directory '/home/pokybuild/yocto-worker/qemux86-alt/build/build/tmp/work/core2-32-poky-linux/systemd/255.6/git' CmdError('quilt --quiltrc

Re: [OE-core][PATCH 2/6] util-linux/util-linux-libuuid: upgrade from 2.39.3 to 2.40.1

2024-05-21 Thread Alexandre Belloni via lists.openembedded.org
This one is a different failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/166/builds/377/steps/11/logs/stdio On 21/05/2024 11:32:30+0200, Alexandre Belloni wrote: > This fails on the autobuilders: > > ERROR: util-linux-2.40.1-r0 do_package: QA Issue: util-linux: >

Re: [OE-core][PATCH 2/6] util-linux/util-linux-libuuid: upgrade from 2.39.3 to 2.40.1

2024-05-21 Thread Alexandre Belloni via lists.openembedded.org
This fails on the autobuilders: ERROR: util-linux-2.40.1-r0 do_package: QA Issue: util-linux: Files/directories were installed but not shipped in any package: /lib/security/pam_lastlog2.so https://autobuilder.yoctoproject.org/typhoon/#/builders/72/builds/9011/steps/15/logs/stdio On

Re: [OE-core] [PATCH 4/4] glib-networking: upgrade 2.78.1 -> 2.80.0

2024-05-18 Thread Alexandre Belloni via lists.openembedded.org
New ptest failures: {'glib-networking': ['glib-networking/file-database-gnutls.test', 'glib-networking/connection-gnutls.test']} https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6619/steps/12/logs/stdio

Re: [OE-core] [PATCH 1/4] rust: correctly link rust-snapshot into build/stage0

2024-05-18 Thread Alexandre Belloni via lists.openembedded.org
ello, The series broke the -tc builds as rust.RustSelfTestSystemEmulated.test_rust is failing: https://autobuilder.yoctoproject.org/typhoon/#/builders/151/builds/1723/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/154/builds/1715/steps/12/logs/stdio

Re: [OE-core] [PATCH v9 0/3] pkg-database and systemd-sysext image

2024-05-17 Thread Alexandre Belloni via lists.openembedded.org
Hello, deb and rpm seem successful but ipk still fails: https://autobuilder.yoctoproject.org/typhoon/#/builders/127/builds/3335/steps/14/logs/stdio On 16/05/2024 00:34:57+0200, Johannes Schneider via lists.openembedded.org wrote: > systemd-sysext allows to overlay another image (or multiple)

Re: [OE-core] [PATCH v8 0/3] pkg-database and systemd-sysext image

2024-05-15 Thread Alexandre Belloni via lists.openembedded.org
Hello, It seems that this reliably fails oe-selftest-armhost. I didn't really pay attention until now beause we had other issues but in this build, those are the only failing tests: https://autobuilder.yoctoproject.org/typhoon/#/builders/127/builds/3322/steps/15/logs/stdio On 12/05/2024

Re: [OE-core] [PATCH] ipk/rootfs: run sanity test of multilib in parallel

2024-05-14 Thread Alexandre Belloni via lists.openembedded.org
Hello, This reliably fails on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/44/builds/9008/steps/20/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/44/builds/9012/steps/20/logs/stdio On 13/05/2024 13:37:52+, Seungkyun Kim wrote: > From:

Re: [OE-core] [PATCH v6 0/3] pkg-database and systemd-sysext image

2024-05-11 Thread Alexandre Belloni via lists.openembedded.org
Hello, This still fails on the autobuilders, I'm pretty sure the config for the build folder has: PACKAGE_CLASSES = "package_rpm" This explains this: build-st-4166614$ tree tmp/deploy/images/qemux86-64/var/lib/ tmp/deploy/images/qemux86-64/var/lib/ ├── dnf │   ├── history.sqlite │   ├──

Re: [OE-core] [PATCH v2 3/5] ninja: build modified version with GNU Make jobserver support

2024-04-25 Thread Alexandre Belloni via lists.openembedded.org
Hello, This patch doesn't apply on master anymore because ninja has been updated. On 04/04/2024 13:16:11+0200, Martin Hundeb?ll wrote: > Ninja doesn't (yet) support the GNU Make jobserver out of the box, but > there is a pull request adding that support[1]. Since that pull request > (and its

Re: [OE-core] [PATCH 1/1] [mesa] Update do_install as needed per upstream changes

2024-04-25 Thread Alexandre Belloni via lists.openembedded.org
This causes the following failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4702/steps/13/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/106/builds/7874/steps/11/logs/stdio On 22/04/2024 09:39:21-0500, Joseph Mills wrote: > Signed-off-by: Joseph

Re: [OE-core] [PATCH v6 0/3] pkg-database and systemd-sysext image

2024-04-21 Thread Alexandre Belloni via lists.openembedded.org
On 15/04/2024 08:02:00+0200, Johannes Schneider via lists.openembedded.org wrote: > systemd-sysext allows to overlay another image (or multiple) ontop of > a "base-image" = the current rootfs, via the use of overlayfs; to add > tools and features meant for development purposes. > > To quote the

Re: [OE-core][PATCH 2/2] linux-firmware: add a package for ath12k firmware

2024-04-17 Thread Alexandre Belloni via lists.openembedded.org
Hello, Now that master has dverged from Scarthgap, can you rebase? On 14/03/2024 11:06:10+0100, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Add the firmware package for the ATH12K module. > > Signed-off-by: Bartosz Golaszewski > --- >

Re: [OE-core] [PATCH v5 0/3] pkg-database and systemd-sysext image

2024-04-12 Thread Alexandre Belloni via lists.openembedded.org
On 10/04/2024 09:18:24+0200, Johannes Schneider via lists.openembedded.org wrote: > systemd-sysext allows to overlay another image (or multiple) ontop of > a "base-image" = the current rootfs, via the use of overlayfs; to add > tools and features meant for development purposes. > > To quote the

Re: [OE-core] [PATCH 10/33] gnutls: upgrade 3.8.4 -> 3.8.5

2024-04-12 Thread Alexandre Belloni via lists.openembedded.org
On 11/04/2024 19:41:09+, Simone Weiß wrote: > On Wed, 2024-04-10 at 02:45 +0200, Alexandre Belloni via > lists.openembedded.org wrote: > > Failed ptests: > > {'gnutls': ['alerts', > >     'cert-status', > >     'ciphersuite-na

Re: [OE-core] [PATCH] Replaced :append with += in multiple recipe files under meta layer.

2024-04-12 Thread Alexandre Belloni via lists.openembedded.org
On 12/04/2024 11:35:36+0530, K Sanjay Nayak wrote: > Fixes [YOCTO #2951] > > Conditional operator is preferred over the append operation, I don't believe += is conditional. > hence modified multiple recipes under the meta-layer. > > Reported-by : Christopher Larson > Signed-off-by: K Sanjay

Re: [oe-core][PATCH 2/2] packagegroup-core-boot: recommend ifupdown

2024-04-12 Thread Alexandre Belloni via lists.openembedded.org
On 11/04/2024 14:58:40+, Joe Slater via lists.openembedded.org wrote: > > > > -Original Message- > > From: Ross Burton > > Sent: Thursday, April 11, 2024 7:21 AM > > To: Richard Purdie ; Slater, Joseph > > > > Cc: OE-core ; MacLeod, Randy > > > > Subject: Re: [oe-core][PATCH 2/2]

Re: [OE-core] [PATCH 13/33] librepo: upgrade 1.17.0 -> 1.17.1

2024-04-12 Thread Alexandre Belloni via lists.openembedded.org
T) > No.6 Wenzhu Road, Nanjing, 210012, China > TEL:+86+25-86630566--8568 > COINS: 79988548 > FAX: +86+25-83317685 > MAIL: wan...@fujitsu.com > > > -Original Message- > > From: openembedded-core@lists.openembedded.org > > On Behalf Of Alexandre > > Be

Re: [OE-core] [PATCH 13/33] librepo: upgrade 1.17.0 -> 1.17.1

2024-04-11 Thread Alexandre Belloni via lists.openembedded.org
On 09/04/2024 15:10:00+0800, wangmy via lists.openembedded.org wrote: > From: Wang Mingyu > > 0001-gpg_gpgme.c-fix-build-errors-with-older-gcc.patch > removed since it's included in 1.17.1 > > Changelog: > = > -gpg_gpgme.c: fix build errors with older gcc > -Fix some compiler

Re: [OE-core] [PATCH 09/33] ffmpeg: upgrade 6.1.1 -> 7.0

2024-04-09 Thread Alexandre Belloni via lists.openembedded.org
| ../gst-libav-1.22.11/ext/libav/gstavviddec.c: In function 'gst_ffmpegviddec_register': | ../gst-libav-1.22.11/ext/libav/gstavviddec.c:2573:29: error: 'AV_CODEC_ID_AYUV' undeclared (first use in this function); did you mean 'AV_CODEC_ID_CYUV'? | 2573 | || in_plugin->id ==

Re: [OE-core] [PATCH 10/33] gnutls: upgrade 3.8.4 -> 3.8.5

2024-04-09 Thread Alexandre Belloni via lists.openembedded.org
Failed ptests: {'gnutls': ['alerts', 'cert-status', 'ciphersuite-name', 'dtls-etm', 'dtls10-cert-key-exchange', 'dtls12-cert-key-exchange', 'keylog-env', 'mini-chain-unsorted', 'mini-record-failure',

Re: [OE-core] [PATCH 06/33] dropbear: upgrade 2022.83 -> 2024.84

2024-04-09 Thread Alexandre Belloni via lists.openembedded.org
ERROR: dropbear-2024.84-r0 do_patch: Applying patch '0005-dropbear-enable-pam.patch' on target directory '/home/pokybuild/yocto-worker/beaglebone-alt/build/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/dropbear/2024.84/dropbear-2024.84' CmdError('quilt --quiltrc

Re: [OE-core][PATCH V2 1/2] ovmf: set CVE_PRODUCT and CVE_VERSION

2024-04-08 Thread Alexandre Belloni via lists.openembedded.org
On 08/04/2024 11:59:04+0200, Alexandre Belloni wrote: > Since this merged, we have: > > WARNING: ovmf-native-edk2-stable202308-r0 do_cve_check: edk2: Failed to > compare 202308 < svn_16280 for CVE-2014-8271 This is because the second patch wasn't merged > > On 06/04/2024 12:41:28+0800, Chen

Re: [OE-core][PATCH V2 1/2] ovmf: set CVE_PRODUCT and CVE_VERSION

2024-04-08 Thread Alexandre Belloni via lists.openembedded.org
Since this merged, we have: WARNING: ovmf-native-edk2-stable202308-r0 do_cve_check: edk2: Failed to compare 202308 < svn_16280 for CVE-2014-8271 On 06/04/2024 12:41:28+0800, Chen Qi via lists.openembedded.org wrote: > From: Chen Qi > > Set CVE_PRODUCT and CVE_VERSION for ovmf. NVD uses 'edk2'

Re: [OE-core] [PATCH v7 2/3] nfs-utils: Use upstream systemd service files

2024-04-07 Thread Alexandre Belloni via lists.openembedded.org
Hello, I just got this which I think is caused by this series: https://autobuilder.yoctoproject.org/typhoon/#/builders/104/builds/7711/steps/11/logs/stdio However, I'm not sure yet why I didn't see it in my previous builds On 01/04/2024 18:20:55-0600, Dan McGregor wrote: > From: Daniel

Re: [OE-core] [PATCH] shadow: install manpages

2024-04-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes the following warnings: https://autobuilder.yoctoproject.org/typhoon/#/builders/76/builds/8766/steps/12/logs/warnings https://autobuilder.yoctoproject.org/typhoon/#/builders/59/builds/8739/steps/17/logs/warnings

Re: [OE-core] [PATCH] util-linux: Set the license for util-linux-fcntl-lock to MIT

2024-04-04 Thread Alexandre Belloni via lists.openembedded.org
On 04/04/2024 17:25:52+, Peter Kjellerstedt wrote: > > -Original Message- > > From: Alexandre Belloni > > Sent: den 4 april 2024 01:45 > > To: Peter Kjellerstedt > > Cc: openembedded-core@lists.openembedded.org > > Subject: Re: [OE-core] [PATCH] util-linux: Set the license for > >

Re: [OE-core] [PATCH] util-linux: Set the license for util-linux-fcntl-lock to MIT

2024-04-03 Thread Alexandre Belloni via lists.openembedded.org
Hello, This caused: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4604/steps/12/logs/stdio https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20240403-u_hyp_wv/packages/diff-html/ I guess we need to bump PR? On 02/04/2024 06:56:54+0200, Peter Kjellerstedt wrote: >

Re: [oe-core][PATCH] vte: update 0.74.2 -> 0.76.0

2024-04-03 Thread Alexandre Belloni via lists.openembedded.org
https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/8655/steps/12/logs/stdio | configure: error: Package requirements (glib-2.0 gtk+-3.0 vte-2.91) were not met: | | No package 'vte-2.91' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed

Re: [OE-core][PATCH] iputils: splitting the ping6 as a package

2024-04-03 Thread Alexandre Belloni via lists.openembedded.org
https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/8810/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4601/steps/13/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/6546/steps/14/logs/stdio ERROR: Logfile of

Re: [OE-core] [PATCH v2 1/3] binutils-cross-canadian: add gprofng package as runtime dependency

2024-04-02 Thread Alexandre Belloni via lists.openembedded.org
I believe this causes these failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/89/builds/8798/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/20/builds/9202/steps/12/logs/stdio On 29/03/2024 07:55:05-0700, Sadineni, Harish via lists.openembedded.org

Re: [OE-core] [PATCH v5 1/3] nfs-utils: clean up startup

2024-03-31 Thread Alexandre Belloni via lists.openembedded.org
This still fails on the AB: https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/9115/steps/14/logs/stdio On 28/03/2024 19:24:10-0600, Dan McGregor wrote: > From: Daniel McGregor > > Change the sysvinit script to start at the S runlevel, this matches > Debian, and prevents systemd

Re: [OE-core] [PATCH 2/3] valgrind: Re-enable fixed test cases

2024-03-31 Thread Alexandre Belloni via lists.openembedded.org
On 30/03/2024 08:31:10+, Richard Purdie wrote: > On Thu, 2024-03-28 at 22:50 -0700, Khem Raj wrote: > > These tests have been fixed in prior to 3.22 release > > > > Signed-off-by: Khem Raj > > --- > >  meta/recipes-devtools/valgrind/valgrind_3.22.0.bb | 6 -- > >  1 file changed, 6

Re: [OE-Core] [PATCH 31/34] spirv-tools: upgrade 1.3.275.0 -> 1.3.280.0

2024-03-27 Thread Alexandre Belloni via lists.openembedded.org
On 27/03/2024 11:34:42+, Jose Quaresma wrote: > Hi Alexandre, > > I see this is still on > https://git.yoctoproject.org/poky-contrib/log/?h=abelloni/master-next but > it should be dropped > because it is included in the vulkan v2 >

Re: [OE-Core] [PATCH 06/34] glib-networking: upgrade 2.78.1 -> 2.80.0

2024-03-26 Thread Alexandre Belloni via lists.openembedded.org
This causes ptest failures: Failed ptests: {'glib-networking': ['glib-networking/connection-gnutls.test', 'glib-networking/file-database-gnutls.test']} (/usr/libexec/installed-tests/glib-networking/file-database-gnutls:400): GLib-Net-WARNING **: 10:09:00.679: Failed to load

Re: [OE-core] [PATCH 2/2] wic: plugins source bootimage/isoimage rename to allow be imported

2024-03-25 Thread Alexandre Belloni via lists.openembedded.org
This breaks some selftests and meta-virtualization: https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/6573/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/128/builds/3005/steps/12/logs/stdio On 23/03/2024 13:53:04-0600, Anibal Limon wrote: > Python

Re: [OE-core] [PATCH 1/2] musl: Update to latest tip of trunk

2024-03-23 Thread Alexandre Belloni via lists.openembedded.org
Hello, ofonod on qemux86-64 doesn't like this series: https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/8776/steps/13/logs/stdio On 15/02/2024 09:02:00-0800, Khem Raj wrote: > Do not use https protocol for fetching > > Musl author confirms that https protocol is not well

Re: [OE-core] [PATCH v4 0/3] pkg-database and systemd-sysext image

2024-03-23 Thread Alexandre Belloni via lists.openembedded.org
Hello, The series causes failures on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/6548/steps/14/logs/stdio 2024-03-21 21:05:49,848 - oe-selftest - INFO - 6: 20/46 500/587 (137.73s) (0 failed) (imagefeatures.ImageFeatures.test_image_gen_pkgdbfs)

Re: [OE-core] [master] riscv: libcamera stack smashing detected

2024-03-21 Thread Alexandre Belloni via lists.openembedded.org
Hello, This report should have gone to the openembedded-devel mailing list as libcamera is in meta-oe. But I guess Khem will have a look anyway. On 20/03/2024 09:10:05-0700, Joel Winarske wrote: > In master there is a problem running the libcamera "cam" app on a RISC-V > device: > > *** stack

Re: [OE-core] [PATCH] toolchain-shar-relocate.sh: Add check for missing command 'file'

2024-03-21 Thread Alexandre Belloni via lists.openembedded.org
Hello Tom, On 16/03/2024 12:35:58-0500, Tom Hochstein wrote: > On a machine without the file command, the SDK install fails with a > cryptic error message. > > ``` > xargs: file: No such file or directory > sed: no input files > Failed to replace perl. Relocate script failed. Abort! > ``` > >

Re: [OE-core] [PATCH 23/36] python3-maturin: upgrade 1.4.0 -> 1.5.0

2024-03-19 Thread Alexandre Belloni via lists.openembedded.org
On 13/03/2024 15:08:21+0800, wangmy via lists.openembedded.org wrote: > From: Wang Mingyu > > Changelog: > Fix the format_name property and move it from the ArchiveEntry class to the > ArchiveRead class > > Signed-off-by: Wang Mingyu > --- > .../{python3-maturin_1.4.0.bb =>

Re: [OE-core] [PATCH 1/7, v3] openssh: replace complete configuration files by patch

2024-03-16 Thread Alexandre Belloni via lists.openembedded.org
Please always resend the whole series, the maintainer should have to go and cherry pick patches from various versions once the series has been dropped. On 12/03/2024 12:00:21+0100, Enrico Scholz via lists.openembedded.org wrote: > From: Enrico Scholz > > Instead of shipping the whole

Re: [OE-core] [PATCH] glibc: Fix conflict error when enbale multilib on aarch64.

2024-03-11 Thread Alexandre Belloni via lists.openembedded.org
https://lore.kernel.org/all/b023614f7765fc003a4aa854440c0b66d200d27b.ca...@linuxfoundation.org/ On 07/03/2024 16:22:32-0800, leimaohui via lists.openembedded.org wrote: > Ping > > > > > -Original Message- > > From: openembedded-core@lists.openembedded.org > > On Behalf Of Khem Raj >

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 00/11] linux-yocto: consolidated pull request

2024-01-26 Thread Alexandre Belloni via lists.openembedded.org
Hello Bruce, I'm not sur this has been reported yet, we are seeing those warnings for beaglebone: https://autobuilder.yoctoproject.org/typhoon/#/builders/65/builds/8541/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/106/builds/7446/steps/12/logs/stdio On

Re: [OE-Core][PATCH v1] wic: implement reproducible Disk GUID

2024-01-26 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes oe-selftest failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/6342/steps/15/logs/stdio 2024-01-25 02:21:53,130 - oe-selftest - INFO - RESULTS - runqemu.RunqemuTests.test_boot_machine_slirp_qcow2: ERROR (1028.13s) 2024-01-25 02:21:53,131 -

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][PATCH 1/3] systemd: upgrade to 255.1

2024-01-22 Thread Alexandre Belloni via lists.openembedded.org
On 22/01/2024 16:15:41+0800, ChenQi wrote: > On 1/22/24 16:04, Alexandre Belloni wrote: > > On 22/01/2024 12:38:15+0800, ChenQi wrote: > > > On 1/20/24 02:14, Alexandre Belloni wrote: > > > > On 19/01/2024 19:13:25+0100, Alexandre Belloni wrote: > > > > > On 19/01/2024 11:09:20+0800, Chen Qi via

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

2024-01-22 Thread Alexandre Belloni via lists.openembedded.org
On 22/01/2024 12:38:15+0800, ChenQi wrote: > On 1/20/24 02:14, Alexandre Belloni wrote: > > On 19/01/2024 19:13:25+0100, Alexandre Belloni wrote: > > > On 19/01/2024 11:09:20+0800, Chen Qi via lists.openembedded.org wrote: > > > > What's the status of this patch series? > > > > Is there any issue

Re: [OE-core][PATCH] opensbi: bump to 1.4

2024-01-19 Thread Alexandre Belloni via lists.openembedded.org
On 19/01/2024 19:24:44+, Richard Purdie wrote: > On Fri, 2024-01-19 at 18:48 +0100, Thomas Perrot wrote: > > Hello Richard, > > > > On Fri, 2024-01-19 at 17:22 +, Richard Purdie wrote: > > > On Wed, 2024-01-17 at 10:47 +0100, Thomas Perrot via > > > lists.openembedded.org wrote: > > > >

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

2024-01-19 Thread Alexandre Belloni via lists.openembedded.org
On 19/01/2024 19:13:25+0100, Alexandre Belloni wrote: > On 19/01/2024 11:09:20+0800, Chen Qi via lists.openembedded.org wrote: > > What's the status of this patch series? > > Is there any issue or concern that I missed? > > I'm glad you asked, I got this today: > >

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

2024-01-19 Thread Alexandre Belloni via lists.openembedded.org
On 19/01/2024 11:09:20+0800, Chen Qi via lists.openembedded.org wrote: > What's the status of this patch series? > Is there any issue or concern that I missed? I'm glad you asked, I got this today: https://autobuilder.yoctoproject.org/typhoon/#/builders/72/builds/8466/steps/26/logs/warnings >

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 1/4] oeqa/runtime/rpm: raise exception if test rpm file cannot be found

2024-01-18 Thread Alexandre Belloni via lists.openembedded.org
Hello, This fails pkgman-non-rpm: https://autobuilder.yoctoproject.org/typhoon/#/builders/76/builds/8412 On 18/01/2024 11:24:06+0100, Alexander Kanavin wrote: > The tests rely on that, and so the discovery shouldn't simply > fall through. > > Signed-off-by: Alexander Kanavin > --- >

Re: [OE-core] [PATCH v1] uboot-sign: support to load optee-os and TFA images

2024-01-18 Thread Alexandre Belloni via lists.openembedded.org
Hello, This doesn't apply on top of your previous patches. Can you send a proper series with what you want to be tested/applied? Thanks! On 17/01/2024 10:10:51+0800, Jamin Lin via lists.openembedded.org wrote: > Currently, u-boot FIT image only support to load u-boot image. > To support

Re: [OE-core] [PATCH] classes-global/insane: Add check for "virtual/" in RPROVIDES and RDEPENDS

2024-01-17 Thread Alexandre Belloni via lists.openembedded.org
On 17/01/2024 19:19:28+, Simone Weiß wrote: > I see, the warning is correct and a fix should be applied to meta- > oe/recipes-core/opencl/ocl-icd_2.3.2.bb for this, I will send out a > patch for this as well. Afterwards this should be fixed implicitly. > Just one question: Which branch is

Re: [OE-core] [PATCH] swig: upgrade 4.1.1 -> 4.2.0

2024-01-17 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes failures on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4241/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/8438/steps/11/logs/stdio

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

2024-01-17 Thread Alexandre Belloni via lists.openembedded.org
New ptest failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6163/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/5977/steps/12/logs/stdio On 15/01/2024 16:57:25+0800, wangmy wrote: > From: Wang Mingyu > >

Re: [OE-core] [PATCH] python3-wcwidth: upgrade 0.2.12 -> 0.2.13

2024-01-17 Thread Alexandre Belloni via lists.openembedded.org
New ptest failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/5977/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6163/steps/12/logs/stdio On 15/01/2024 17:26:40+0800, wangmy wrote: > From: Wang Mingyu > > Changelog: > Bugfix

Re: [OE-core] [PATCH] classes-global/insane: Add check for "virtual/" in RPROVIDES and RDEPENDS

2024-01-16 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes warnings for meta-aws: https://autobuilder.yoctoproject.org/typhoon/#/builders/122/builds/3840/steps/12/logs/warnings On 14/01/2024 17:19:03+, Simone Weiß wrote: > From: Simone Weiß > > Fixes [YOCTO #14538] > > Recipes shouldn't use "virtual/" in RPROVIDES and

Re: [OE-core] [PATCH v9 4/9] oe-selftest devtool: ide-sdk tests

2024-01-16 Thread Alexandre Belloni via lists.openembedded.org
I got these failures on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/6257/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/127/builds/2751/steps/14/logs/stdio

Re: [OE-core] Patchtest results for [PATCH v2 7/9] oeqa/selftest/recipetool: Move create_go test to a proper class

2024-01-16 Thread Alexandre Belloni via lists.openembedded.org
On 16/01/2024 10:08:50+0100, Alexander Kanavin wrote: > No. Why not? > > Alex > > On Tue, 16 Jan 2024 at 09:53, Vyacheslav Yurkov wrote: > > > > Is that a strict requirement now even for trivial patches? > > > > Slava > > > > On 16.01.2024 09:45, patcht...@automation.yoctoproject.org wrote: >

Re: [OE-core] [PATCH 2/2] python: update 3.11.5 -> 3.12.1

2024-01-15 Thread Alexandre Belloni via lists.openembedded.org
I got failures on the AB: https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/8302/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/44/builds/8477/steps/25/logs/stdio On 12/01/2024 13:41:41+0100, Alexander Kanavin wrote: > Drop distutils and smtpd modules

Re: [OE-core] [PATCH] rng-tools: move to meta-oe

2024-01-15 Thread Alexandre Belloni via lists.openembedded.org
This is breaking meta-agl-core until this gets into meta-oe: https://autobuilder.yoctoproject.org/typhoon/#/builders/120/builds/3849/steps/14/logs/stdio On 10/01/2024 15:25:01-0500, Randy MacLeod via lists.openembedded.org wrote: > From: Randy MacLeod > > Nothing in oe-core depends on

Re: [OE-core] [PATCH v2 2/3] insane.bbclass: Make check_32bit_symbols check for file functions too

2024-01-15 Thread Alexandre Belloni via lists.openembedded.org
This causes a bunch of warnings on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/8306/steps/12/logs/warnings https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/5587/steps/11/logs/warnings stdio: WARNING: lib32-openssh-9.5p1-r0 do_package_qa:

Re: [OE-core] [PATCH 3/3] python3-cython: update 0.29.36 -> 3.0.7

2024-01-09 Thread Alexandre Belloni via lists.openembedded.org
ct.org/typhoon/#/builders/86/builds/6296/steps/14/logs/stdio I'll try to reproduce without the other patches I'm carrying. > > Alex > > On Mon, 8 Jan 2024 at 08:39, Alexandre Belloni > wrote: > > > > On 07/01/2024 20:54:18+0100, Alexandre Belloni via lists.openemb

Re: [OE-core][PATCH] package_rpm: proposal to use internal dependency generator

2024-01-09 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes failures on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/65/builds/8478/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/37/builds/8432/steps/11/logs/stdio

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

2024-01-08 Thread Alexandre Belloni via lists.openembedded.org
I got this today: https://autobuilder.yoctoproject.org/typhoon/#/builders/72/builds/8420/steps/25/logs/stdio WARNING: systemd-1_255.1-r0 do_install: Using /home/root as root user's home directory is not fully supported by systemd On 07/01/2024 14:05:35+, Chen Qi via lists.openembedded.org

Re: [OE-core] [PATCH 3/3] python3-cython: update 0.29.36 -> 3.0.7

2024-01-07 Thread Alexandre Belloni via lists.openembedded.org
On 07/01/2024 20:54:18+0100, Alexandre Belloni via lists.openembedded.org wrote: > Hello, > > I believe this causes those failures on fedora, oe-selftest passed on > the other hosts: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/6287/steps/14/

Re: [OE-core] [PATCH 3/3] python3-cython: update 0.29.36 -> 3.0.7

2024-01-07 Thread Alexandre Belloni via lists.openembedded.org
On 07/01/2024 21:09:11+0100, Alexandre Belloni wrote: > On 07/01/2024 21:05:45+0100, Alexander Kanavin wrote: > > 2024-01-07 15:06:26,597 - oe-selftest - INFO - FAIL: > > devtool.DevtoolAddTests.test_devtool_add_fetch_simple > > (subunit.RemotedTestCase) > > ERROR: Nothing PROVIDES 'pv' > > > >

Re: [OE-core] [PATCH 3/3] python3-cython: update 0.29.36 -> 3.0.7

2024-01-07 Thread Alexandre Belloni via lists.openembedded.org
On 07/01/2024 21:05:45+0100, Alexander Kanavin wrote: > 2024-01-07 15:06:26,597 - oe-selftest - INFO - FAIL: > devtool.DevtoolAddTests.test_devtool_add_fetch_simple > (subunit.RemotedTestCase) > ERROR: Nothing PROVIDES 'pv' > > 2024-01-07 06:40:56,859 - oe-selftest - INFO - FAIL: >

Re: [OE-core] [PATCH 3/3] python3-cython: update 0.29.36 -> 3.0.7

2024-01-07 Thread Alexandre Belloni via lists.openembedded.org
Hello, I believe this causes those failures on fedora, oe-selftest passed on the other hosts: https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/6287/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/6288/steps/14/logs/stdio Or maybe

Re: [OE-core] [PATCH 2/3] python3-pyaaml: make compatible with cython 3.x

2024-01-07 Thread Alexandre Belloni via lists.openembedded.org
Hello, You have a typo in the subject. On 05/01/2024 14:35:42+0100, Alexander Kanavin wrote: > This has been rejected by upstream in favour of requiring obsolete cython > until there's 'proper' 3.x support. Months later, there's still no progress > so let's just take the rejected fix, as it does

Re: [OE-core] [PATCH 1/2] Revert "opkg-utils: upgrade 0.6.2 -> 0.6.3"

2024-01-05 Thread Alexandre Belloni via lists.openembedded.org
I believe this caused: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4191/steps/12/logs/stdio On 03/01/2024 18:10:51-0800, Khem Raj wrote: > This reverts commit a856192be5dd78c621478ed29871191c580686c4. > > It causes a regression in creating different GIDs in image and ipk

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

2024-01-05 Thread Alexandre Belloni via lists.openembedded.org
Hello, This fails with: https://autobuilder.yoctoproject.org/typhoon/#/builders/106/builds/7361/steps/12/logs/warnings WARNING: core-image-full-cmdline-1.0-r0 do_rootfs: User root has been defined as (root, 0, 0, root, /root, /bin/sh) but sysusers.d expects it as (root, 0, 0, Super User,

Re: [OE-core] [PATCH] tcp-wrappers: drop libnsl2 build dependency

2024-01-04 Thread Alexandre Belloni via lists.openembedded.org
Please disregard this, I meant to reply to another one ;) On 04/01/2024 10:47:47+0100, Alexandre Belloni via lists.openembedded.org wrote: > Hello, > > Your patch has a declared charset of 'y' which is not a thing and git am > fails with: > > error: cannot convert from y to UT

Re: [OE-core] [PATCH] grub: fs/fat: Don't error when mtime is 0

2024-01-04 Thread Alexandre Belloni via lists.openembedded.org
Hello, Your patch has a declared charset of 'y' which is not a thing and git am fails with: error: cannot convert from y to UTF-8 fatal: could not parse patch You got the following prompt: The following files are 8bit, but do not declare a Content-Transfer-Encoding. something.patch Which 8bit

Re: [OE-core] [PATCH] tcp-wrappers: drop libnsl2 build dependency

2024-01-04 Thread Alexandre Belloni via lists.openembedded.org
Hello, Your patch has a declared charset of 'y' which is not a thing and git am fails with: error: cannot convert from y to UTF-8 fatal: could not parse patch You got the following prompt: The following files are 8bit, but do not declare a Content-Transfer-Encoding. something.patch Which 8bit

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

2024-01-02 Thread Alexandre Belloni via lists.openembedded.org
Hello, This breaks meta-virt: https://autobuilder.yoctoproject.org/typhoon/#/builders/128/builds/2705/steps/12/logs/stdio and I believe this also causes: AssertionError: 2 != 0 : Log:

Re: [OE-core] [PATCH 2/7] selftest/sstatetests: fix up printdiff test to match rework of printdiff logic

2024-01-01 Thread Alexandre Belloni via lists.openembedded.org
Hello, I've been carrying the series for a while without any issue but got this yesterday: https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/6262/steps/14/logs/stdio On 18/12/2023 09:43:58+0100, Alexander Kanavin wrote: > Other than the formatting changes, there are two

Re: [OE-core] [PATCH v3 1/4] dummy-sdk-package.inc: Filter packages which are marked for installation

2024-01-01 Thread Alexandre Belloni via lists.openembedded.org
Hello, This still causes issues: https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/6252/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/6203/steps/14/logs/stdio

Re: [OE-Core][PATCH v3 03/10] meta-selftest: hello-rs: Simple rust test recipe

2023-12-29 Thread Alexandre Belloni via lists.openembedded.org
Hello Alex, This fails the reproducibility test: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4159/steps/13/logs/stdio https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20231228-881dx278/packages/diff-html/ On 28/12/2023 14:59:10+, Alex Kiernan wrote: >

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

2023-12-28 Thread Alexandre Belloni via lists.openembedded.org
On 28/12/2023 03:00:08+, Chen, Qi wrote: > I double checked it in my environment, setting INIT_MANAGER to "systemd" and > then 'bitbake systemd' will not generate this warning. In this case > ROOT_HOME's value is "/root". > I checked >

Re: [OE-core] [PATCH] aspell: upgrade 0.60.8 -> 0.60.8.1

2023-12-27 Thread Alexandre Belloni via lists.openembedded.org
Hello, This breaks the selftests: https://autobuilder.yoctoproject.org/typhoon/#/builders/145/builds/1080/steps/12/logs/stdio ERROR: No recipes in default available for: /home/pokybuild/yocto-worker/qemux86-tc/build/build-st-3959354/meta-selftest/recipes-test/aspell/aspell_0.60.8.bbappend

Re: [OE-core] [PATCH V4] cairo: upgrade 1.16.0 -> 1.18.0

2023-12-27 Thread Alexandre Belloni via lists.openembedded.org
Hello, This fails on x86-64 x32: https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/8214/steps/12/logs/stdio | ../cairo-1.18.0/meson.build:381:13: ERROR: Can not run test applications in this cross environment. | | A full log can be found at

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

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 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] 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 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 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] 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] 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,

  1   2   3   4   5   6   7   >