From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Subject: Re: [Buildroot] [git commit] support/dependencies/dependencies.sh: libopenssl needs perl Math::BigInt on s390
Date: Wed, 7 Feb 2024 08:12:07 +0100 [thread overview]
Message-ID: <20240207081207.27f3ca68@windsurf> (raw)
In-Reply-To: <20240110204909.795AC85DB2@busybox.osuosl.org>
Hello Fabrice,
It looks like this patch isn't sufficient (or there is some other
issue?) because the issue pops up in the autobuilders:
http://autobuild.buildroot.net/results/dfd/dfdb7c1892f7ee7889496d28957a7a61b19571aa/build-end.log
Could you have a look?
Thomas
On Wed, 10 Jan 2024 21:22:57 +0100
Thomas Petazzoni via buildroot <buildroot@buildroot.org> wrote:
> commit: https://git.buildroot.net/buildroot/commit/?id=7ea38660e01a87ab70c02e38c78a49202e8e5c21
> branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>
> libopenssl needs perl Math::BigInt for s390x asm to avoid the following
> build failure since commit a5cacb63082b9e58194c4b9f8b2af2c3e38ff15c:
>
> Can't locate bigint.pm in @INC (you may need to install the bigint module) (@INC contains: /home/buildroot/autobuild/instance-0/output-1/build/libopenssl-3.2.0/crypto/poly1305/asm/../.. /home/buildroot/autobuild/instance-0/output-1/host/lib/perl /usr/local/lib64/perl5/5.36 /usr/local/share/perl5/5.36 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /home/buildroot/autobuild/instance-0/output-1/build/libopenssl-3.2.0/crypto/poly1305/asm/../../perlasm/s390x.pm line 16.
> BEGIN failed--compilation aborted at /home/buildroot/autobuild/instance-0/output-1/build/libopenssl-3.2.0/crypto/poly1305/asm/../../perlasm/s390x.pm line 16.
>
> Fixes:
> - http://autobuild.buildroot.org/results/986cb07d368c7214ffbc9d60c378e7ac00797f00
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> ---
> support/dependencies/dependencies.sh | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh
> index 6e7d067ccd..3d83cb3285 100755
> --- a/support/dependencies/dependencies.sh
> +++ b/support/dependencies/dependencies.sh
> @@ -282,6 +282,10 @@ required_perl_modules="$required_perl_modules Thread::Queue" # Used by host-auto
> required_perl_modules="$required_perl_modules FindBin" # Used by (host-)libopenssl
> required_perl_modules="$required_perl_modules IPC::Cmd" # Used by (host-)libopenssl
>
> +if grep -q ^BR2_PACKAGE_LIBOPENSSL=y $BR2_CONFIG && grep -q ^BR2_s390x=y $BR2_CONFIG ; then
> + required_perl_modules="$required_perl_modules Math::BigInt"
> +fi
> +
> if grep -q ^BR2_PACKAGE_MOSH=y $BR2_CONFIG ; then
> required_perl_modules="$required_perl_modules diagnostics"
> fi
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2024-02-07 7:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-10 20:22 [Buildroot] [git commit] support/dependencies/dependencies.sh: libopenssl needs perl Math::BigInt on s390 Thomas Petazzoni via buildroot
2024-02-07 7:12 ` Thomas Petazzoni via buildroot [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=20240207081207.27f3ca68@windsurf \
--to=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