From patchwork Wed Jul 12 07:33:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@moto-timo.dev X-Patchwork-Id: 27261 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 16418C001B0 for ; Wed, 12 Jul 2023 07:33:31 +0000 (UTC) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by mx.groups.io with SMTP id smtpd.web10.2127.1689147210103060054 for ; Wed, 12 Jul 2023 00:33:30 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@moto-timo.dev header.s=gm1 header.b=MsL0HeIY; spf=pass (domain: moto-timo.dev, ip: 217.70.183.193, mailfrom: auh@moto-timo.dev) Received: by mail.gandi.net (Postfix) with ESMTPSA id A82F2240005 for ; Wed, 12 Jul 2023 07:33:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=moto-timo.dev; s=gm1; t=1689147208; h=from:from:reply-to:subject:subject:to:to:cc:mime-version:mime-version: content-type:content-type; bh=b105jgghrIhwzg+3+rAuWFD5nKqhqO3JFLoxHN4P6xw=; b=MsL0HeIY/e5+jQ+ygtuqx282LOTEaVJj854y7Hfju8UhckrcaxphswAtDbZQ+r4ZjxKgK6 hEFhWJ9AJrUwnK2ExfAXHQkAs7CgAw761wSC7wlKinRY5Ftud/pIXw0C9YNGxVBL2yV1qo ANecEf9C0MoMHG+DrCh5Zd2Jwee2Na0wp/8N/eED6Kc7DWFrvtOgiFwEXc8BXWnjI1hUF3 dggPFuYhAcTBINNOfQcmtwtQixfxAyZVEJGxKCzEp9Xpy94j2Ll/XQheDBHPKoWA/eCKQU dPys6VQcVAY3FcqtfevLL29Ie9uu7fkoTkLO3k6O8zKxw/AGJ9WWOtSD0DweNg== MIME-Version: 1.0 From: auh@moto-timo.dev To: openembedded-devel@lists.openembedded.org Subject: [AUH] po4a: upgrading to 0.69 FAILED X-GND-Sasl: auh@moto-timo.dev 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 ; Wed, 12 Jul 2023 07:33:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103833 Message-Id: <20230712073331.16418C001B0@smtp.lore.kernel.org> Date: Wed, 12 Jul 2023 07:33:31 +0000 (UTC) Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *po4a* to *0.69* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-po4a-upgrade-0.49-0.69.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 64b109b0f3a4a4ca492e2866e1932bd78765e704 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 12 Jul 2023 02:33:15 -0500 Subject: [PATCH] po4a: upgrade 0.49 -> 0.69 --- meta-perl/recipes-perl/po4a/{po4a_0.49.bb => po4a_0.69.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-perl/recipes-perl/po4a/{po4a_0.49.bb => po4a_0.69.bb} (94%) From 64b109b0f3a4a4ca492e2866e1932bd78765e704 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 12 Jul 2023 02:33:15 -0500 Subject: [PATCH] po4a: upgrade 0.49 -> 0.69 --- meta-perl/recipes-perl/po4a/{po4a_0.49.bb => po4a_0.69.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-perl/recipes-perl/po4a/{po4a_0.49.bb => po4a_0.69.bb} (94%) diff --git a/meta-perl/recipes-perl/po4a/po4a_0.49.bb b/meta-perl/recipes-perl/po4a/po4a_0.69.bb similarity index 94% rename from meta-perl/recipes-perl/po4a/po4a_0.49.bb rename to meta-perl/recipes-perl/po4a/po4a_0.69.bb index 679ea0fb4..742ade92d 100644 --- a/meta-perl/recipes-perl/po4a/po4a_0.49.bb +++ b/meta-perl/recipes-perl/po4a/po4a_0.69.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a96fc9b4cc36d80659e694ea109f0325" SRC_URI = "git://github.com/mquinson/po4a.git;protocol=https;branch=master" # v0.49 -SRCREV = "79ed87a577a543538fe39c7b60079981f5997072" +SRCREV = "1925f62d0a26c4aa0621ca0cd419f7e84ecae676" S = "${WORKDIR}/git" -- 2.25.1