Re: [oe] [meta-oe] [PATCH] minifi-cpp: Fix do_configure error builder aarch64

2023-12-14 Thread Robert Yang via lists.openembedded.org
Hi Khem and Ross, On 12/14/23 07:42, Khem Raj wrote: Robert, can you test and send improvements that Ross is suggesting here. I'm working on upgrade minifi-cpp from 0.7.0 to 0.15.0, I think that the patch is not needed after upgrade, but the upgrade is not easy. // Robert. On Wed, Dec 13,

Re: [oe] [meta-oe] [PATCH] minifi-cpp: Fix do_configure error builder aarch64

2023-12-13 Thread Khem Raj
Robert, can you test and send improvements that Ross is suggesting here. On Wed, Dec 13, 2023 at 7:55 AM Khem Raj wrote: > > > > On Wed, Dec 13, 2023 at 3:31 AM Ross Burton wrote: >> >> On 13 Dec 2023, at 07:07, Khem Raj via lists.openembedded.org >> wrote: >> > >> > >> > On Tue, 12 Dec 2023 1

Re: [oe] [meta-oe] [PATCH] minifi-cpp: Fix do_configure error builder aarch64

2023-12-13 Thread Khem Raj
On Wed, Dec 13, 2023 at 3:31 AM Ross Burton wrote: > On 13 Dec 2023, at 07:07, Khem Raj via lists.openembedded.org gmail@lists.openembedded.org> wrote: > > > > > > On Tue, 12 Dec 2023 17:38:04 +0800, liezhi.y...@windriver.com wrote: > >> Fixed do_configure error when build on aarch64 host: >

Re: [oe] [meta-oe] [PATCH] minifi-cpp: Fix do_configure error builder aarch64

2023-12-13 Thread Ross Burton
On 13 Dec 2023, at 07:07, Khem Raj via lists.openembedded.org wrote: > > > On Tue, 12 Dec 2023 17:38:04 +0800, liezhi.y...@windriver.com wrote: >> Fixed do_configure error when build on aarch64 host: >> error: cannot guess build type; you must specify one >> >> > > Applied, thanks! > > [1/1

Re: [oe] [meta-oe] [PATCH] minifi-cpp: Fix do_configure error builder aarch64

2023-12-12 Thread Khem Raj
On Tue, 12 Dec 2023 17:38:04 +0800, liezhi.y...@windriver.com wrote: > Fixed do_configure error when build on aarch64 host: > error: cannot guess build type; you must specify one > > Applied, thanks! [1/1] minifi-cpp: Fix do_configure error builder aarch64 commit: adecc463a3c090e5a9c5487

Re: [oe] [meta-oe] [PATCH] minifi-cpp: Fix do_configure error builder aarch64

2023-12-12 Thread Khem Raj
On Tue, Dec 12, 2023 at 8:49 AM Ross Burton wrote: > > On 12 Dec 2023, at 16:42, Ross Burton via lists.openembedded.org > wrote: > > Also this is a huge red flag as it means this recipe is embeddings its own > > copy of the uuid library instead of using the system library. > > OH DEAR GOD NO. >

Re: [oe] [meta-oe] [PATCH] minifi-cpp: Fix do_configure error builder aarch64

2023-12-12 Thread Ross Burton
On 12 Dec 2023, at 16:42, Ross Burton via lists.openembedded.org wrote: > Also this is a huge red flag as it means this recipe is embeddings its own > copy of the uuid library instead of using the system library. OH DEAR GOD NO. https://github.com/apache/nifi-minifi-cpp/tree/main/thirdparty I

Re: [oe] [meta-oe] [PATCH] minifi-cpp: Fix do_configure error builder aarch64

2023-12-12 Thread Ross Burton
> On 12 Dec 2023, at 09:38, Robert Yang via lists.openembedded.org > wrote: > +file://0001-config.guess-Support-build-on-aarch64.patch \ If that’s a standard autotools config.guess then use gnu-configize to install new files entirely. Also this is a huge red flag as it means this

Re: [oe] [meta-oe] [PATCH] minifi-cpp: Fix do_configure error builder aarch64

2023-12-12 Thread Khem Raj
On 12/12/23 1:38 AM, liezhi.y...@windriver.com wrote: From: Robert Yang Fixed do_configure error when build on aarch64 host: error: cannot guess build type; you must specify one Signed-off-by: Robert Yang --- ...onfig.guess-Support-build-on-aarch64.patch | 31 +++ .../minif

[oe] [meta-oe] [PATCH] minifi-cpp: Fix do_configure error builder aarch64

2023-12-12 Thread Robert Yang via lists.openembedded.org
From: Robert Yang Fixed do_configure error when build on aarch64 host: error: cannot guess build type; you must specify one Signed-off-by: Robert Yang --- ...onfig.guess-Support-build-on-aarch64.patch | 31 +++ .../minifi-cpp/minifi-cpp_0.7.0.bb| 1 + 2 files chang