From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Asaf Kahlon <asafka7@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/python3: requires blake2 support in openssl
Date: Sat, 1 Jan 2022 11:07:23 +0100 [thread overview]
Message-ID: <20220101100723.GV3390456@scaer> (raw)
In-Reply-To: <20211231092425.3550185-1-fontaine.fabrice@gmail.com>
Fabrice, All,
On 2021-12-31 10:24 +0100, Fabrice Fontaine spake thusly:
> Fix the following build failure raised since bump to version 3.10.1 in
> commit 25b1fc2898d68ddf2674b14c738045875fc5a2dc:
>
> /home/buildroot/autobuild/instance-3/output-1/build/python3-3.10.1/Modules/_hashopenssl.c:244:22: error: implicit declaration of function 'EVP_blake2s256'; did you mean 'LN_blake2s256'? [-Werror=implicit-function-declaration]
> 244 | digest = EVP_blake2s256();
> | ^~~~~~~~~~~~~~
> | LN_blake2s256
>
> Fixes:
> - http://autobuild.buildroot.org/results/9112571b75aebb0ba5032ef1b16226d9848f5184
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/python3/Config.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/python3/Config.in b/package/python3/Config.in
> index efc4dbb3d4..7714518edc 100644
> --- a/package/python3/Config.in
> +++ b/package/python3/Config.in
> @@ -90,6 +90,7 @@ config BR2_PACKAGE_PYTHON3_READLINE
> config BR2_PACKAGE_PYTHON3_SSL
> bool "ssl"
> select BR2_PACKAGE_OPENSSL
> + select BR2_PACKAGE_LIBOPENSSL_ENABLE_BLAKE2 if BR2_PACKAGE_LIBOPENSSL
> help
> _ssl module for Python3 (required for https in urllib etc).
>
> --
> 2.33.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:[~2022-01-01 10:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-31 9:24 [Buildroot] [PATCH 1/1] package/python3: requires blake2 support in openssl Fabrice Fontaine
2022-01-01 10:07 ` 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=20220101100723.GV3390456@scaer \
--to=yann.morin.1998@free.fr \
--cc=asafka7@gmail.com \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox