From patchwork Fri Jul 10 07:49:29 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 92157 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 D1CA5C44509 for ; Fri, 10 Jul 2026 07:49:33 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.8000.1783669770122206805 for ; Fri, 10 Jul 2026 00:49:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=EDXS6TJq; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=qpzf3CGb; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101019f4b00c4a8-85bac66a-9148-4bea-adb7-6a0c65be440b-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=1783669769; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=EGKrer73y15XFJIz8l/jbUXDz6aprr/eC7bXQYshfVs=; b=EDXS6TJqaDPD1uXSGfqQ3gUUqPQVOJGxW//bY7JABny8V+IXQj7GVKX+plFjpSFB bVLsMOdKLSFxif5mfIDK3LmABIFBNHv2/VGhQwEu2rUNFP+xC2Z5gdyyVq6rvzgkdln SmXTug55SHFHPFQh6dAgt9WlxKNNwvuubrPLpN2Y= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1783669769; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=EGKrer73y15XFJIz8l/jbUXDz6aprr/eC7bXQYshfVs=; b=qpzf3CGb/0zbbYX/FBbt4lkV/tHc9l3QquQXhDB9aGpMu4DayLU70KeeOK0t40dM Nl1f4s//SI1JIoOEQKp84bV4If+3rcdC4KUnA54He4m4HGoAKVRb5FByaYRI9+sk6H2 DdLupPLWvP5Nr/NvZqS91PNysJcIdMRrvTtnKOkg= MIME-Version: 1.0 From: auh@yoctoproject.org To: Chen Qi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] gawk: upgrading to 5.4.1 SUCCEEDED Message-ID: <0101019f4b00c4a8-85bac66a-9148-4bea-adb7-6a0c65be440b-000000@us-west-2.amazonses.com> Date: Fri, 10 Jul 2026 07:49:29 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.10-54.240.27.30 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 10 Jul 2026 07:49:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/240608 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gawk* to *5.4.1* has Succeeded. Next steps: - apply the patch: git am 0001-gawk-upgrade-5.4.0-5.4.1.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 f403472ee1de5a99b91edeafabee2aec21ff8259 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 10 Jul 2026 06:15:10 +0000 Subject: [PATCH] gawk: upgrade 5.4.0 -> 5.4.1 --- .../gawk/files/randtest-fix.patch | 140 ------------------ ...c-re-enable-disabled-printf-features.patch | 8 +- .../gawk/{gawk_5.4.0.bb => gawk_5.4.1.bb} | 3 +- 3 files changed, 5 insertions(+), 146 deletions(-) delete mode 100644 meta/recipes-extended/gawk/files/randtest-fix.patch rename meta/recipes-extended/gawk/{gawk_5.4.0.bb => gawk_5.4.1.bb} (96%) diff --git a/meta/recipes-extended/gawk/files/randtest-fix.patch b/meta/recipes-extended/gawk/files/randtest-fix.patch deleted file mode 100644 index ac26eef8d1..0000000000 --- a/meta/recipes-extended/gawk/files/randtest-fix.patch +++ /dev/null @@ -1,140 +0,0 @@ -From f2250f4bc864913437619af7a9834a1c24915acd Mon Sep 17 00:00:00 2001 -From: "Arnold D. Robbins" -Date: Thu, 28 May 2026 09:52:41 -0400 -Subject: [PATCH] Improve test/randtest.sh. - -Backport upstream fix to improve stability of randtest.sh by retrying -when sigma is too small, avoiding intermittent failures. - -Upstream-Status: Backport [https://cgit.git.savannah.gnu.org/cgit/gawk.git/commit/?id=f2250f4bc864913437619af7a983] - -Signed-off-by: Aditya GS - ---- - -diff --git a/test/randtest.sh b/test/randtest.sh -index 597376a8..6ae6f830 100755 ---- a/test/randtest.sh -+++ b/test/randtest.sh -@@ -45,68 +45,77 @@ $AWK 'BEGIN{ - nsamples=('$NSAMPLES'); - max_allowed_sigma=('$MAX_ALLOWED_SIGMA'); - nruns=('$NRUNS'); -- for(tau=0;tau "pairpower_corr.data"; -+ # OPTIONALLY Print out the autocorrelation values: - -- # Calculate the sigma for the non-zero tau values: -+ # for(tau=0;tau "pairpower_corr.data"; - -- power_sum=0; -+ # Calculate the sigma for the non-zero tau values: - -- for(tau=1;tau max_allowed_sigma ) { -- print "Tau=", tau ", Autocorr=", corr[tau]/sigma, "sigma"; -- passed=0; -- } -+ if (sigma < 1e-6) { -+ print "Sigma too small, retrying run", retry -+ continue - } -- if(!passed) { -- print "Test failed." -- exit(1); -+ -+ # See if any of the correlations exceed a reasonable number of sigma: -+ -+ for(tau=1;tau max_allowed_sigma) { -+ print "Tau=", tau ", Autocorr=", corr[tau]/sigma, "sigma"; -+ print "Test failed." -+ exit 1 -+ } - } -- else exit (0); -+ -+ exit 0 - } - -+ print "Test failed after retries due to unstable sigma" -+ exit 1 -+} -+ - function abs(abs_input) { return(sqrt(abs_input^2)) ; } - ' - --- -2.34.1 - diff --git a/meta/recipes-extended/gawk/gawk/0001-configure.ac-re-enable-disabled-printf-features.patch b/meta/recipes-extended/gawk/gawk/0001-configure.ac-re-enable-disabled-printf-features.patch index bcbc569531..882edca112 100644 --- a/meta/recipes-extended/gawk/gawk/0001-configure.ac-re-enable-disabled-printf-features.patch +++ b/meta/recipes-extended/gawk/gawk/0001-configure.ac-re-enable-disabled-printf-features.patch @@ -1,4 +1,4 @@ -From 9ce3184188e3fa275fde0258a165f4446a6e80f7 Mon Sep 17 00:00:00 2001 +From 53808cbdab1d12c99a4fbadf4ea134b98664e8c7 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 22 Nov 2024 12:13:58 +0100 Subject: [PATCH] configure.ac: re-enable disabled printf features @@ -12,10 +12,10 @@ Signed-off-by: Alexander Kanavin 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac -index 0ccd460..7df7e5b 100644 +index 471fbc1..d7d173a 100644 --- a/configure.ac +++ b/configure.ac -@@ -400,7 +400,7 @@ int main() +@@ -402,7 +402,7 @@ int main() ])], has_f_format=yes, has_f_format=no, @@ -24,7 +24,7 @@ index 0ccd460..7df7e5b 100644 ) if test "$has_f_format" = yes then -@@ -429,7 +429,7 @@ int main() +@@ -431,7 +431,7 @@ int main() ])], has_a_format=yes, has_a_format=no, diff --git a/meta/recipes-extended/gawk/gawk_5.4.0.bb b/meta/recipes-extended/gawk/gawk_5.4.1.bb similarity index 96% rename from meta/recipes-extended/gawk/gawk_5.4.0.bb rename to meta/recipes-extended/gawk/gawk_5.4.1.bb index 4193456c14..8e8bc34152 100644 --- a/meta/recipes-extended/gawk/gawk_5.4.0.bb +++ b/meta/recipes-extended/gawk/gawk_5.4.1.bb @@ -28,10 +28,9 @@ PACKAGECONFIG[pma-if-64bit] = "--enable-pma,--disable-pma, " SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.xz \ file://run-ptest \ file://0001-configure.ac-re-enable-disabled-printf-features.patch \ - file://randtest-fix.patch \ " -SRC_URI[sha256sum] = "3dd430f0cd3b4428c6c3f6afc021b9cd3c1f8c93f7a688dc268ca428a90b4ac1" +SRC_URI[sha256sum] = "07f6f7342b7febe4313fc2c2542ad93d64fe20ad8717200109f105a826f5fd37" inherit autotools gettext texinfo update-alternatives