From patchwork Sun Jun 15 13:14:44 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 64967 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 CB900C7EE2F for ; Sun, 15 Jun 2025 13:14:52 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web10.8864.1749993282607658291 for ; Sun, 15 Jun 2025 06:14:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=GdijaEbg; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=RF9QprBv; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019773ba6512-14ca0ecb-1b4f-48a7-9835-8afd9528158d-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1749993285; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=ne76hTS4zXEIdw/FDBNhluAYtGo/oDvO/z7ipndwv1c=; b=GdijaEbg5hkqkaDyv9fAGklKCUFD4lLOtoobyLBGbMWYFFi9YasaqNs5alFXYyBy j9RS2tFfxI8w63ApgjU71xFC+DAJ32G8nuESBfYgKTcWS6AxNv8/OK37wa5radHAy5e XS0b/L3H9I2ocezwjTBB/lX1tIFYJBVAXya6dhQI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1749993285; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=ne76hTS4zXEIdw/FDBNhluAYtGo/oDvO/z7ipndwv1c=; b=RF9QprBvxK/BzvAN66CetJQEhntGBQzaxuRCJF0hxKvlwT++OQqphK1lRvcaooAE A3EHy2ukmcUq/km8hiS2UXkFMY1aGfZiA2H47DEo2m6O3Rr/l/PstvL/NMfYpTtpSwE kcOfhmXzNqbyEUr6IqZGnXOl9dZFzl/p2Dy+krQw= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] lua: upgrading to 5.4.8 FAILED Message-ID: <0101019773ba6512-14ca0ecb-1b4f-48a7-9835-8afd9528158d-000000@us-west-2.amazonses.com> Date: Sun, 15 Jun 2025 13:14:44 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.06.15-54.240.27.193 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 ; Sun, 15 Jun 2025 13:14:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/218672 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *lua* to *5.4.8* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-lua-upgrade-5.4.7-5.4.8.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 1025e98896761bf787f33784a5d3687a2cc3b2a2 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Jun 2025 07:50:07 +0000 Subject: [PATCH] lua: upgrade 5.4.7 -> 5.4.8 --- .../lua/{lua_5.4.7.bb => lua_5.4.8.bb} | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) rename meta/recipes-devtools/lua/{lua_5.4.7.bb => lua_5.4.8.bb} (76%) diff --git a/meta/recipes-devtools/lua/lua_5.4.7.bb b/meta/recipes-devtools/lua/lua_5.4.8.bb similarity index 76% rename from meta/recipes-devtools/lua/lua_5.4.7.bb rename to meta/recipes-devtools/lua/lua_5.4.8.bb index 6e414a0805..93b60f85d7 100644 --- a/meta/recipes-devtools/lua/lua_5.4.7.bb +++ b/meta/recipes-devtools/lua/lua_5.4.8.bb @@ -1,7 +1,26 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- doc/readme.html +# +++ doc/readme.html +# @@ -1,4 +1,4 @@ +# -Copyright © 1994–2024 Lua.org, PUC-Rio. +# +Copyright © 1994–2025 Lua.org, PUC-Rio. +# +#

+# Permission is hereby granted, free of charge, to any person obtaining a copy +# +# + SUMMARY = "Lua is a powerful light-weight programming language designed \ for extending applications." LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=305;endline=326;md5=344ad98880a7ee9ff6e1498a519a7c76" +LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=305;endline=326;md5=0e573c143cb6491b41cf02cfbcb8c267" HOMEPAGE = "http://www.lua.org/" SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz;name=tarballsrc \ @@ -12,7 +31,7 @@ SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz;name=tarballsrc \ # if no test suite matches PV release of Lua exactly, download the suite for the closest Lua release. PV_testsuites = "${PV}" -SRC_URI[tarballsrc.sha256sum] = "9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30" +SRC_URI[tarballsrc.sha256sum] = "4f18ddae154e793e46eeab727c59ef1c0c0c2b744e7b94219710d76f530629ae" SRC_URI[tarballtest.sha256sum] = "8a4898ffe4c7613c8009327a0722db7a41ef861d526c77c5b46114e59ebf811e" inherit pkgconfig binconfig ptest