Re: [OE-core][PATCH 2/2] findutils: upgrade from 4.9.0 to 4.10.0

2024-06-14 Thread Alexander Kanavin
Note that reporting this does not mean Chen has to reproduce or fix it. And you Khem should make it clear in your report. Ptests are expected to pass only in the standard glibc/gcc configuration that the autobuilder tests. Alex On Sat 15. Jun 2024 at 5.45, Khem Raj via lists.openembedded.org w

Re: [OE-core][PATCH 2/2] findutils: upgrade from 4.9.0 to 4.10.0

2024-06-14 Thread Khem Raj
On Fri, Jun 14, 2024 at 8:41 PM Chen, Qi wrote: > I just checked. The problem could not be reproduced on my side. Commands > and output are as below: > > root@qemux86-64:/usr/lib/findutils/ptest# grep FAIL log > root@qemux86-64:/usr/lib/findutils/ptest# grep PASS log > PASS: tests/find/arg-nan.sh

Re: [OE-core][PATCH 2/2] findutils: upgrade from 4.9.0 to 4.10.0

2024-06-14 Thread Chen Qi via lists.openembedded.org
I just checked. The problem could not be reproduced on my side. Commands and output are as below: root@qemux86-64:/usr/lib/findutils/ptest# grep FAIL log root@qemux86-64:/usr/lib/findutils/ptest# grep PASS log PASS: tests/find/arg-nan.sh PASS: tests/find/debug-missing-arg.sh PASS: tests/find/exec

[OE-core] [PATCH v2 1/2] gfortran: update runtime dependencies

2024-06-14 Thread Kai Kang via lists.openembedded.org
From: Kai Kang It fails to run both `gcc` and `gfortran` with errors: | root@qemux86-64:~# x86_64-poky-linux-gcc a.c | x86_64-poky-linux-gcc: fatal error: cannot execute 'as': posix_spawnp: No such file or directory then add binutils which provides `as` to RDEPENDS of gcc. libgfortran-dev pro

[OE-core] [PATCH v2 2/2] gcc: remove g77/f77

2024-06-14 Thread Kai Kang via lists.openembedded.org
From: Kai Kang g77/f77 has been removed from gcc 4.0.0 via commit: * b4117c30610 Makefile.def, [...]: Remove all mention of libf2c. When set FORTRAN = ",f77" it complains with error: | The following requested languages could not be built: f77 | Supported languages are: c,c,c++,fortran,go

[OE-core] [PATCH v2 0/2] Update for gfortran

2024-06-14 Thread Kai Kang via lists.openembedded.org
From: Kai Kang v2: * add sub-package gfortran conditionally Kai Kang (2): gfortran: update runtime dependencies gcc: remove g77/f77 .../gcc/gcc-configure-common.inc | 2 +- meta/recipes-devtools/gcc/gcc-runtime.inc | 13 + meta/recipes-devtools/gcc/gcc-target.inc

Re: [OE-core][PATCH 2/2] findutils: upgrade from 4.9.0 to 4.10.0

2024-06-14 Thread Khem Raj
This fails ptests with qemux86_64/musl bitbake core-image-ptest-findutils results in -find: invalid user name or UID argument to -user: '4294967296' +find: invalid user name or UID argument to -user: ‘4294967296’ --- exp +++ err @@ -1 +1 @@ -find: invalid group name or GID argument to -group: '42

Re: [OE-core] [PATCH v4 0/2] image-bootfiles: new class

2024-06-14 Thread Marcus Folkesson
Hello On Thu, May 30, 2024 at 11:53:12AM +0200, Marcus Folkesson wrote: > The image-bootfiles class is used to put all files listed in > IMAGE_BOOT_FILES into the root filesystem. > > IMAGE_BOOT_FILES is used by the bootimg-partition wic plugin to put the > files into a boot partition. > Be able

[OE-core] [PATCH] gawk: Remove References to /usr/local/bin/gawk

2024-06-14 Thread Khem Raj
Also replace the hashbangs using /bin/gawk to use ${bindir}/gawk This fixes issues such as https://github.com/riscv/meta-riscv/issues/384 Signed-off-by: Khem Raj --- meta/recipes-extended/gawk/gawk_5.3.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/gawk/gawk_5.

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

2024-06-14 Thread Alexandre Belloni via lists.openembedded.org
On 14/06/2024 09:35:59+, SCHNEIDER Johannes wrote: > > I'm actually surprised it failed for you as v11 was successful on the AB > > for me. Anyway, In the meantime, I dropped the series. > > Aww, we were getting close; so the last iteration fixed the one > remaining/troubling exception with th

Re: [OE-core] [PATCH 3/3] rust: reproducibility issue fix with v1.76

2024-06-14 Thread Sundeep KOKKONDA via lists.openembedded.org
On 14-Jun-24 14:41, Alexander Kanavin wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. Is the issue reported upstream? This should be done, and the link included into the i

Re: [OE-core] [PATCH 2/3] rust: Upgrade 1.75.0->1.76.0

2024-06-14 Thread Yash Shinde via lists.openembedded.org
On 14-06-2024 14:47, Alexander Kanavin wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Fri, 14 Jun 2024 at 07:50, Yash Shinde via lists.openembedded.org wrote: --- a/

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

2024-06-14 Thread Johannes Schneider via lists.openembedded.org
Hoi, and thanks for taking the time to look into this patch-set! > > Hello, > > On 13/06/2024 07:44:59+0100, Richard Purdie wrote: > > On Tue, 2024-06-04 at 08:50 +0200, Johannes Schneider wrote: > > > systemd-sysext allows to overlay another image (or multiple) ontop of > > > a "base-image" =

Re: [OE-core] [PATCH 2/3] rust: Upgrade 1.75.0->1.76.0

2024-06-14 Thread Alexander Kanavin
On Fri, 14 Jun 2024 at 07:50, Yash Shinde via lists.openembedded.org wrote: > --- a/meta/recipes-devtools/rust/rust-source.inc > +++ b/meta/recipes-devtools/rust/rust-source.inc > @@ -4,17 +4,14 @@ SRC_URI += > "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n > f

Re: [OE-core] [PATCH 3/3] rust: reproducibility issue fix with v1.76

2024-06-14 Thread Alexander Kanavin
Is the issue reported upstream? This should be done, and the link included into the inappropriate patch. Alex On Fri, 14 Jun 2024 at 07:51, Yash Shinde via lists.openembedded.org wrote: > > From: Yash Shinde > > A few crates are using the updated version of the 'cc' crate and > this is causing

[OE-core] Patchtest results for [PATCH v2] archiver.bbclass: Fix work-shared checking for kernel recipes

2024-06-14 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/v2-archiver.bbclass-Fix-work-shared-checking-for-kernel-recipes.patch FAIL: test mbox format: Series has malformed

[OE-core] [PATCH v2] archiver.bbclass: Fix work-shared checking for kernel recipes

2024-06-14 Thread Livius
From: Benjamin Szőke Source dir can be a symbolic link in some BSP's linux kernel recipe which points to work-shared path (like linux-fslc in meta-freescale). Change to use os.path.realpath() in order to get real path of source dir. Signed-off-by: Benjamin Szőke --- meta/classes/archiver.bbcla