[Buildroot] [PATCH 1/1] package/openblas: fix build without MMU

Fabrice Fontaine fontaine.fabrice at gmail.com
Mon May 13 10:55:34 UTC 2024


Hello,

Le ven. 10 mai 2024 à 22:53, Thomas Petazzoni
<thomas.petazzoni at bootlin.com> a écrit :
>
> On Sun, 10 Mar 2024 19:24:39 +0100
> Fabrice Fontaine <fontaine.fabrice at gmail.com> wrote:
>
> > Fix the following build failure without MMU:
> >
> > /home/buildroot/autobuild/instance-1/output-1/host/riscv64-buildroot-linux-uclibc/bin/ld.real: test_fork.o: in function `.L6':
> > test_fork.c:(.text+0x120): undefined reference to `fork'
> >
> > autobuilder failure is raised since the addition of RISC-V support by
> > commit c789bcddf0fb17580bef0cdc45b5334a90ecdf13
> >
> > Fixes:
> >  - http://autobuild.buildroot.org/results/b9d097ae077f2cb40fc60de94bf25423636af005
> >
> > Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
> > ---
> >  ...ding-against-an-uClibc-that-does-not.patch | 28 +++++++++++++++++++
> >  ...-uclibc-that-does-not-implement-fork.patch | 28 +++++++++++++++++++
> >  2 files changed, 56 insertions(+)
> >  create mode 100644 package/openblas/0002-Skip-the-fork-test-when-building-against-an-uClibc-that-does-not.patch
> >  create mode 100644 package/openblas/0003-Skip-test-when-building-with-a-uclibc-that-does-not-implement-fork.patch
>
> It seems like following the bump in
> 59b48b5cff057f2429b1143d6f50c39d93ca8ef3, these patches are no longer
> needed. Could you confirm? At least patch 0002 no longer applies.

Yes, I confirm that both patches are included in version 0.3.27.

>
> Thanks,
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com

Best Regards,

Fabrice



More information about the buildroot mailing list