From: Saul Wold <Saul.Wold@windriver.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH] perl: Enable threading
Date: Thu, 6 Jan 2022 10:39:19 -0800 [thread overview]
Message-ID: <5f77303e-b1d3-3f6f-28f2-9010804f8081@windriver.com> (raw)
In-Reply-To: <CAMKF1sqd-WXRegKoTF8yBSGup4Gi9r-mau-BYU47W5OfCDs2Bg@mail.gmail.com>
On 1/6/22 10:22, Khem Raj wrote:
> On Thu, Dec 30, 2021 at 1:24 PM Saul Wold <Saul.Wold@windriver.com> wrote:
>>
>> When the tranisiton to perl-cross occured, the threading define
>> seems to have been missed. The perl tests for threading where
>> simply skipped, so there was no direct failures. This was verified
>> by running perl ptest before and after the change to see PASS vs SKIP
>> results of threaded related tests.
>>
>
> Do we need this for perl-native too ? I am seeing failures like below
>
> https://errors.yoctoproject.org/Errors/Details/621556/
> https://errors.yoctoproject.org/Errors/Details/621555/
>
> can you take a look ?
>
Yes, I am looking into it. RP mentioned it earlier today.
Yes, I guess I just enabled for the target and not native or nativesdk,
building and testing now.
Sau!
>> Signed-off-by: Saul Wold <saul.wold@windriver.com>
>> ---
>> meta/recipes-devtools/perl/perl_5.34.0.bb | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/meta/recipes-devtools/perl/perl_5.34.0.bb b/meta/recipes-devtools/perl/perl_5.34.0.bb
>> index a6ae80f07e1..3306a093692 100644
>> --- a/meta/recipes-devtools/perl/perl_5.34.0.bb
>> +++ b/meta/recipes-devtools/perl/perl_5.34.0.bb
>> @@ -53,6 +53,7 @@ do_configure:class-target() {
>> ./configure --prefix=${prefix} --libdir=${libdir} \
>> --target=${TARGET_SYS} \
>> -Duseshrplib \
>> + -Dusethreads \
>> -Dsoname=libperl.so.5 \
>> -Dvendorprefix=${prefix} \
>> -Darchlibexp=${STAGING_LIBDIR}/perl5/${PV}/${TARGET_ARCH}-linux \
>> --
>> 2.31.1
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#160066): https://lists.openembedded.org/g/openembedded-core/message/160066
>> Mute This Topic: https://lists.openembedded.org/mt/88042607/1997914
>> Group Owner: openembedded-core+owner@lists.openembedded.org
>> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
--
Sau!
prev parent reply other threads:[~2022-01-06 18:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-30 21:23 [PATCH] perl: Enable threading Saul Wold
2022-01-06 18:22 ` [OE-core] " Khem Raj
2022-01-06 18:39 ` Saul Wold [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=5f77303e-b1d3-3f6f-28f2-9010804f8081@windriver.com \
--to=saul.wold@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox