On Thu, May 30, 2024 at 9:44 AM Dmitry Baryshkov via
lists.openembedded.org <dbaryshkov=gmail....@lists.openembedded.org>
wrote:
>
> Other arch-specific caches have ac_cv_func_fnmatch_works. Add it to
> x86_64 cache too, otherwise cabextract fails to build ([1])
>
> [1] 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3893/steps/14/logs/stdio
>
> Signed-off-by: Dmitry Baryshkov <dmitry.barysh...@linaro.org>
> ---
>  meta/site/x86_64-linux | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux
> index b9ee141fd5c5..ed9c88fa20f7 100644
> --- a/meta/site/x86_64-linux
> +++ b/meta/site/x86_64-linux
> @@ -83,3 +83,6 @@ ac_cv_func__restgpr_14_x=no
>
>  # cvs
>  cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
> +
> +# cabextract
> +ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}

I think it will be good to document the underlying reason for this test to
fail during the autoconf run. It seems to trying fnmatch replacement,
but then fails to do
it properly.

> --
> 2.39.2
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#200037): 
https://lists.openembedded.org/g/openembedded-core/message/200037
Mute This Topic: https://lists.openembedded.org/mt/106392140/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to