From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/davfs2: fix build with neon 0.33
Date: Mon, 1 Apr 2024 10:19:14 +0200 [thread overview]
Message-ID: <ZgpuAjc6gM-3-hT3@landeda> (raw)
In-Reply-To: <20240330083207.227006-1-fontaine.fabrice@gmail.com>
Fabrice, All,
On 2024-03-30 09:32 +0100, Fabrice Fontaine spake thusly:
> Fix the following build failure raised since bump of neon to version
> 0.33 in commit 00f7bd06d66b05ec694f8a3e90d56e5c4f532e6b:
>
> configure: incompatible neon library version 0.33.0: wanted 0.27 28 29 30 31 32
> configure: error: could not find neon
>
> Fixes: 00f7bd06d66b05ec694f8a3e90d56e5c4f532e6b
> - http://autobuild.buildroot.org/results/3386c44447b09e434c60837ddd7eb08b5ef3d9a3
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> ...2-configure.ac-add-neon-version-0.33.patch | 27 +++++++++++++++++++
> package/davfs2/davfs2.mk | 2 ++
> 2 files changed, 29 insertions(+)
> create mode 100644 package/davfs2/0002-configure.ac-add-neon-version-0.33.patch
>
> diff --git a/package/davfs2/0002-configure.ac-add-neon-version-0.33.patch b/package/davfs2/0002-configure.ac-add-neon-version-0.33.patch
> new file mode 100644
> index 0000000000..93eff48cd5
> --- /dev/null
> +++ b/package/davfs2/0002-configure.ac-add-neon-version-0.33.patch
> @@ -0,0 +1,27 @@
> +From 1c539d158ae73e867d0d30b8c3d27f48d742ed06 Mon Sep 17 00:00:00 2001
> +From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> +Date: Sat, 30 Mar 2024 09:18:15 +0100
> +Subject: [PATCH] configure.ac: add neon version 0.33
> +
> +Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> +Upstream: https://savannah.nongnu.org/bugs/?65247
> +---
> + configure.ac | 2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/configure.ac b/configure.ac
> +index 4f86cde..ede9b1e 100644
> +--- a/configure.ac
> ++++ b/configure.ac
> +@@ -36,7 +36,7 @@ AC_PROG_LN_S
> + # Checks for libraries.
> + AM_GNU_GETTEXT_VERSION(0.19.8)
> + AM_GNU_GETTEXT([external])
> +-NE_REQUIRE_VERSIONS([0], [27 28 29 30 31 32])
> ++NE_REQUIRE_VERSIONS([0], [27 28 29 30 31 32 33])
> + DAV_CHECK_NEON
> +
> + # Checks for header files.
> +--
> +2.43.0
> +
> diff --git a/package/davfs2/davfs2.mk b/package/davfs2/davfs2.mk
> index a67c506250..9f9e4a7073 100644
> --- a/package/davfs2/davfs2.mk
> +++ b/package/davfs2/davfs2.mk
> @@ -9,6 +9,8 @@ DAVFS2_SITE = http://download.savannah.nongnu.org/releases/davfs2
> DAVFS2_LICENSE = GPL-3.0+
> DAVFS2_LICENSE_FILES = COPYING
> DAVFS2_CPE_ID_VENDOR = werner_baumann
> +# 0002-configure.ac-add-neon-version-0.33.patch
> +DAVFS2_AUTORECONF = YES
>
> DAVFS2_DEPENDENCIES = \
> neon \
> --
> 2.43.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2024-04-01 8:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-30 8:32 [Buildroot] [PATCH 1/1] package/davfs2: fix build with neon 0.33 Fabrice Fontaine
2024-04-01 8:19 ` Yann E. MORIN [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZgpuAjc6gM-3-hT3@landeda \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.