From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Giulio Benetti <giulio.benetti@benettiengineering.com>,
Marek Belisko <marek.belisko@open-nandra.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/libblockdev: needs locale
Date: Sat, 25 Feb 2023 10:43:36 +0100 [thread overview]
Message-ID: <20230225104336.1ffa8dc8@windsurf> (raw)
In-Reply-To: <20230224101039.1445129-1-fontaine.fabrice@gmail.com>
On Fri, 24 Feb 2023 11:10:39 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> locale_t is unconditionally used since version 1.5 and
> https://github.com/storaged-project/libblockdev/commit/4ed6f0b3a46fc77554dab661c22150829aa75966
> resulting in the following build failure since the addition of the
> package in commit 0c52826291d1884db0f8f35130216065fbc7b574:
>
> module.c:33:37: error: unknown type name 'locale_t'
> 33 | static char *strerror_l(int errnum, locale_t locale UNUSED)
> | ^~~~~~~~
>
> Fixes:
> - http://autobuild.buildroot.org/results/ede9eb1f13d56c77005cc448416fb2efa9d16ff0
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/libblockdev/Config.in | 6 ++++--
> package/udisks/Config.in | 2 +-
> 2 files changed, 5 insertions(+), 3 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2023-02-25 9:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-24 10:10 [Buildroot] [PATCH 1/1] package/libblockdev: needs locale Fabrice Fontaine
2023-02-25 9:43 ` Thomas Petazzoni via buildroot [this message]
2023-03-13 17:09 ` Peter Korsgaard
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=20230225104336.1ffa8dc8@windsurf \
--to=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
--cc=giulio.benetti@benettiengineering.com \
--cc=marek.belisko@open-nandra.com \
--cc=thomas.petazzoni@bootlin.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.