From: Peter Korsgaard <peter@korsgaard.com>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: Samuel Martin <s.martin49@gmail.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/check: switch to cmake
Date: Thu, 06 Jul 2023 13:29:55 +0200 [thread overview]
Message-ID: <87v8ex2s7g.fsf@48ers.dk> (raw)
In-Reply-To: <20230619172046.744739-1-bernd@kuhls.net> (Bernd Kuhls's message of "Mon, 19 Jun 2023 19:20:46 +0200")
>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:
> The autoconf-build system fails to properly detect vsnprintf
> checking for vsnprintf... yes
> checking whether vsnprintf is C99 compliant... no
> which leads to a build error
> snprintf.c:495:1: error: inlining failed in call to 'always_inline'
> 'rpl_vsnprintf.localalias': function not inlinable
> Building with cmake fixes the problem:
> -- Looking for vsnprintf
> -- Looking for vsnprintf - found
> Fixes:
> http://autobuild.buildroot.net/results/e55/e5562513226de902dae642526165b1555a540144/
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Committed to 2023.02.x and 2023.05.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2023-07-06 11:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-19 17:20 [Buildroot] [PATCH 1/1] package/check: switch to cmake Bernd Kuhls
2023-06-19 19:36 ` Arnout Vandecappelle via buildroot
2023-07-06 11:29 ` Peter Korsgaard [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=87v8ex2s7g.fsf@48ers.dk \
--to=peter@korsgaard.com \
--cc=bernd@kuhls.net \
--cc=buildroot@buildroot.org \
--cc=s.martin49@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.