Re: [OE-core] [PATCH v3 1/1] gfortran: update runtime dependencies

2024-07-15 Thread Richard Purdie
On Mon, 2024-07-15 at 11:37 +0100, Richard Purdie via lists.openembedded.org wrote: > On Mon, 2024-07-15 at 18:20 +0800, Kai wrote: > > On 7/15/24 17:59, Martin Jansa wrote: > > > Hi Kai, > > > > > > are you also seeing these buildpaths warnings from libgfortran? > > > These > > > will be fatal

Re: [OE-core] [PATCH v3 1/1] gfortran: update runtime dependencies

2024-07-15 Thread Richard Purdie
On Mon, 2024-07-15 at 18:20 +0800, Kai wrote: > On 7/15/24 17:59, Martin Jansa wrote: > > Hi Kai, > > > > are you also seeing these buildpaths warnings from libgfortran? > > These > > will be fatal since ERROR_QA update from yesterday: > >

Re: [OE-core] [PATCH v3 1/1] gfortran: update runtime dependencies

2024-07-15 Thread Kai Kang via lists.openembedded.org
On 7/15/24 17:59, Martin Jansa wrote: Hi Kai, are you also seeing these buildpaths warnings from libgfortran? These will be fatal since ERROR_QA update from yesterday: https://git.openembedded.org/openembedded-core/commit/?id=b79b191cc43a45dde2adb61ea349b426cb2461d1 and it probably wasn't

Re: [OE-core] [PATCH v3 1/1] gfortran: update runtime dependencies

2024-07-15 Thread Martin Jansa
Hi Kai, are you also seeing these buildpaths warnings from libgfortran? These will be fatal since ERROR_QA update from yesterday: https://git.openembedded.org/openembedded-core/commit/?id=b79b191cc43a45dde2adb61ea349b426cb2461d1 and it probably wasn't detected in AB builds which might not enable

Re: [OE-core] [PATCH v3 1/1] gfortran: update runtime dependencies

2024-06-24 Thread Kai Kang via lists.openembedded.org
On 6/19/24 23:00, Martin Jansa wrote: See https://lists.openembedded.org/g/openembedded-core/message/200915 which allows to me to build nativesdk-gcc again. Thanks for your fix. Regards, Kai I've built nativesdk-libgfortran and libgfortran with the patch, but haven't used fortran in

Re: [OE-core] [PATCH v3 1/1] gfortran: update runtime dependencies

2024-06-19 Thread Martin Jansa
See https://lists.openembedded.org/g/openembedded-core/message/200915 which allows to me to build nativesdk-gcc again. I've built nativesdk-libgfortran and libgfortran with the patch, but haven't used fortran in runtime at all, that's why it's an RFC, there were also 2 warnings: WARNING:

Re: [OE-core] [PATCH v3 1/1] gfortran: update runtime dependencies

2024-06-19 Thread Martin Jansa
Something seems wrong with this change which was merged today, now with: MACHINE=qemuarm64 FORTRAN:forcevariable = ",fortran" I'm seeing: build/oe-core $ bitbake -g nativesdk-libgfortran NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'gcc-cross-x86_64' (but

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

2024-06-16 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