From patchwork Fri Dec 1 13:14:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 35514 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 43144C18E5B for ; Fri, 1 Dec 2023 13:14:58 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web11.22192.1701436491724711378 for ; Fri, 01 Dec 2023 05:14:51 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=dKDNWE5B; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=FEfNqoNp; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101018c2584848b-b29ef22d-de1b-44c6-a701-82ebd268bdc3-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1701436491; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=7ThZdoGbvxkAWo95lxlyjKuXjf78R5IebSNaYniHmI4=; b=dKDNWE5B29YwAApbGM+wYPQLUtAsM30P0kYa4/xcMZrUGnrkqo9JP+J1WLK7GH11 YyARKBXhc4Ib3Vo/VvLm/HNZkEqrNtGrDkXEDoq+KEWYHrS8KNByDsNRLPv7PcOK/SK Sm+OS77B1RNVVhGx4n+WTn9Z+ffJQZRO51Gw3IPA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1701436491; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=7ThZdoGbvxkAWo95lxlyjKuXjf78R5IebSNaYniHmI4=; b=FEfNqoNp1AaZLCr6eLVcvKtLuMf3pHTUeM8lBChYMLHd6MM7TeSsewzacXTKjN3n S8tAhC3oEighi9IsksBR7k4WE7HbSGAI0Bg27v14zdYdV0ii2AEoXHWYEuwB1U8EQ3a pn64AEdUWzURSi9QTwZvarA+RBSppHODWTlgiMnE= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] perl: upgrading to 5.38.2 FAILED Message-ID: <0101018c2584848b-b29ef22d-de1b-44c6-a701-82ebd268bdc3-000000@us-west-2.amazonses.com> Date: Fri, 1 Dec 2023 13:14:50 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.12.01-54.240.27.23 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 01 Dec 2023 13:14:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/191595 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *perl* to *5.38.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-perl-upgrade-5.38.0-5.38.2.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From fc4fa18a62f3a8aefad1258569b4bf76e2013603 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Dec 2023 08:14:36 +0000 Subject: [PATCH] perl: upgrade 5.38.0 -> 5.38.2 --- .../perl/files/encodefix.patch | 20 ------------------- .../perl/files/perl-configpm-switch.patch | 2 +- meta/recipes-devtools/perl/perl-ptest.inc | 13 +++++++++++- .../perl/{perl_5.38.0.bb => perl_5.38.2.bb} | 2 +- 4 files changed, 14 insertions(+), 23 deletions(-) delete mode 100644 meta/recipes-devtools/perl/files/encodefix.patch rename meta/recipes-devtools/perl/{perl_5.38.0.bb => perl_5.38.2.bb} (99%) diff --git a/meta/recipes-devtools/perl/files/encodefix.patch b/meta/recipes-devtools/perl/files/encodefix.patch deleted file mode 100644 index 396ed0d53e..0000000000 --- a/meta/recipes-devtools/perl/files/encodefix.patch +++ /dev/null @@ -1,20 +0,0 @@ -The code is encoding host compiler parameters into target builds. Avoid -this for our target builds (patch is target specific, not native) - -Upstream-Status: Inappropriate [Cross compile hack] -RP 2020/2/18 -Signed-off-by: Richard Purdie - -Index: perl-5.30.1/cpan/Encode/bin/enc2xs -=================================================================== ---- perl-5.30.1.orig/cpan/Encode/bin/enc2xs -+++ perl-5.30.1/cpan/Encode/bin/enc2xs -@@ -195,7 +195,7 @@ sub compiler_info { - # above becomes false. - my $sized = $declaration && !($compat && !$pedantic); - -- return ($cpp, $static, $sized); -+ return (0, 1, 1); - } - - diff --git a/meta/recipes-devtools/perl/files/perl-configpm-switch.patch b/meta/recipes-devtools/perl/files/perl-configpm-switch.patch index 0be1d5a93c..849207abdc 100644 --- a/meta/recipes-devtools/perl/files/perl-configpm-switch.patch +++ b/meta/recipes-devtools/perl/files/perl-configpm-switch.patch @@ -1,4 +1,4 @@ -From c25d460a2f00e9af25087d40447fe1a81c89710c Mon Sep 17 00:00:00 2001 +From 817f76f69e744650226aef0b8def832f9495183f Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 27 May 2007 21:04:11 +0000 Subject: [PATCH] perl: 5.8.7 -> 5.8.8 (from OE) diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-devtools/perl/perl-ptest.inc index e07355d3f5..079099e48f 100644 --- a/meta/recipes-devtools/perl/perl-ptest.inc +++ b/meta/recipes-devtools/perl/perl-ptest.inc @@ -1,6 +1,17 @@ inherit ptest -SRC_URI += "file://run-ptest \ +SRC_URI = "https://www.cpan.org/src/5.0/perl-${PV}.tar.gz;name=perl \ + file://perl-rdepends.txt \ + file://0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch \ + file://errno_ver.diff \ + file://native-perlinc.patch \ + file://perl-dynloader.patch \ + file://0002-Constant-Fix-up-shebang.patch \ + file://determinism.patch \ + file://0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch \ + file://0001-Fix-intermittent-failure-of-test-t-op-sigsystem.t.patch \ + file://run-ptest \ + file://perl-configpm-switch.patch \ " DEBUG_PREFIX_MAP_REGEX = "${@'\\|'.join(d.getVar('DEBUG_PREFIX_MAP').split())}" diff --git a/meta/recipes-devtools/perl/perl_5.38.0.bb b/meta/recipes-devtools/perl/perl_5.38.2.bb similarity index 99% rename from meta/recipes-devtools/perl/perl_5.38.0.bb rename to meta/recipes-devtools/perl/perl_5.38.2.bb index 639664e355..a9d684cfc5 100644 --- a/meta/recipes-devtools/perl/perl_5.38.0.bb +++ b/meta/recipes-devtools/perl/perl_5.38.2.bb @@ -26,7 +26,7 @@ SRC_URI:append:class-target = " \ file://encodefix.patch \ " -SRC_URI[perl.sha256sum] = "213ef58089d2f2c972ea353517dc60ec3656f050dcc027666e118b508423e517" +SRC_URI[perl.sha256sum] = "a0a31534451eb7b83c7d6594a497543a54d488bc90ca00f5e34762577f40655e" B = "${WORKDIR}/perl-${PV}-build"