Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Waldemar Brodkorb <wbx@openadk.org>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/strongswan: fix wolfssl compile issue
Date: Mon, 19 Aug 2024 23:31:44 +0200	[thread overview]
Message-ID: <20240819233144.5a3ed08f@windsurf> (raw)
In-Reply-To: <ZsM3ZxeXudm/p3Jf@waldemar-brodkorb.de>

On Mon, 19 Aug 2024 14:15:35 +0200
Waldemar Brodkorb <wbx@openadk.org> wrote:

> Disable RNG support so that following build failure does not happen:
> In file included from ../../../../src/libstrongswan/plugins/plugin.h:28,
>                  from wolfssl_plugin.h:34,
>                  from wolfssl_plugin.c:29:
> wolfssl_plugin.c: In function 'get_features':
> ../../../../src/libstrongswan/plugins/plugin_feature.h:321:119: error: 'FEATURE_WC_RNG' undeclared (first use in this function); did you mean 'FEATURE_RNG'?
>   321 | #define __PLUGIN_FEATURE_REGISTER(type, _f)                                     (plugin_feature_t){ FEATURE_REGISTER, FEATURE_##type, .arg.reg.f = _f }
>       |                                                                                                                       ^~~~~~~~
> ../../../../src/libstrongswan/plugins/plugin_feature.h:332:73: note: in expansion of macro '__PLUGIN_FEATURE_REGISTER'
>   332 | #define _PLUGIN_FEATURE_REGISTER_RNG(type, f)                           __PLUGIN_FEATURE_REGISTER(type, f)
>       |                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
> ../../../../src/libstrongswan/plugins/plugin_feature.h:248:39: note: in expansion of macro '_PLUGIN_FEATURE_REGISTER_RNG'
>   248 | #define PLUGIN_REGISTER(type, f, ...) _PLUGIN_FEATURE_REGISTER_##type(type, f, ##__VA_ARGS__)
>       |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
> wolfssl_plugin.c:510:17: note: in expansion of macro 'PLUGIN_REGISTER'
>   510 |                 PLUGIN_REGISTER(RNG, wolfssl_rng_create),
>       |                 ^~~~~~~~~~~~~~~
> ../../../../src/libstrongswan/plugins/plugin_feature.h:321:119: note: each undeclared identifier is reported only once for each function it appears in
>   321 | #define __PLUGIN_FEATURE_REGISTER(type, _f)                                     (plugin_feature_t){ FEATURE_REGISTER, FEATURE_##type, .arg.reg.f = _f }
>       |                                                                                                                       ^~~~~~~~
> ../../../../src/libstrongswan/plugins/plugin_feature.h:332:73: note: in expansion of macro '__PLUGIN_FEATURE_REGISTER'
>   332 | #define _PLUGIN_FEATURE_REGISTER_RNG(type, f)                           __PLUGIN_FEATURE_REGISTER(type, f)
>       |                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
> ../../../../src/libstrongswan/plugins/plugin_feature.h:248:39: note: in expansion of macro '_PLUGIN_FEATURE_REGISTER_RNG'
>   248 | #define PLUGIN_REGISTER(type, f, ...) _PLUGIN_FEATURE_REGISTER_##type(type, f, ##__VA_ARGS__)
>       |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
> wolfssl_plugin.c:510:17: note: in expansion of macro 'PLUGIN_REGISTER'
>   510 |                 PLUGIN_REGISTER(RNG, wolfssl_rng_create),
>       |                 ^~~~~~~~~~~~~~~
> make[6]: *** [Makefile:659: wolfssl_plugin.lo] Error 1
> 
> Reported Upstream:
> https://github.com/strongswan/strongswan/issues/2410
> 
> This build failure started since 5.9.11 update in commit
> 78959665b94b412d7a82ee43e3ede14278a5d924.
> 
> Fixes:
>  - http://autobuild.buildroot.net/results/278/278b3f74c48c858ae368d59069752adb69c05246
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  package/strongswan/strongswan.mk | 5 +++++
>  1 file changed, 5 insertions(+)

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

  reply	other threads:[~2024-08-19 21:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-19 12:15 [Buildroot] [PATCH] package/strongswan: fix wolfssl compile issue Waldemar Brodkorb
2024-08-19 21:31 ` Thomas Petazzoni via buildroot [this message]
2024-09-18 11: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=20240819233144.5a3ed08f@windsurf \
    --to=buildroot@buildroot.org \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=wbx@openadk.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox