diff mbox series

[AUH] mercurial: upgrading to 6.5rc0 FAILED

Message ID 0101018b96bed281-8b7a1724-4236-43f5-b6b0-b1a6bbcb57f6-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] mercurial: upgrading to 6.5rc0 FAILED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 7:52 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *mercurial* to *6.5rc0* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-mercurial-upgrade-6.1-6.5rc0.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 a195f9cb20636979f7201c0bdc16983c2db336d9 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 15:36:41 +0000
Subject: [PATCH] mercurial: upgrade 6.1 -> 6.5rc0

---
 .../mercurial/{mercurial_6.1.bb => mercurial_6.5rc0.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/mercurial/{mercurial_6.1.bb => mercurial_6.5rc0.bb} (91%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/mercurial/mercurial_6.1.bb b/meta-oe/recipes-devtools/mercurial/mercurial_6.5rc0.bb
similarity index 91%
rename from meta-oe/recipes-devtools/mercurial/mercurial_6.1.bb
rename to meta-oe/recipes-devtools/mercurial/mercurial_6.5rc0.bb
index a415ebc1e..2fddbc3f0 100644
--- a/meta-oe/recipes-devtools/mercurial/mercurial_6.1.bb
+++ b/meta-oe/recipes-devtools/mercurial/mercurial_6.5rc0.bb
@@ -10,7 +10,7 @@  RDEPENDS:${PN} = "python3 python3-modules"
 inherit python3native python3targetconfig
 
 SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz"
-SRC_URI[sha256sum] = "86f98645e4565a9256991dcde22b77b8e7d22ca6fbb60c1f4cdbd8469a38cc1f"
+SRC_URI[sha256sum] = "ca802c472f3d66ec5f8ea512ed03e240b30d3923ca28710d3ae91c9a67ad0feb"
 
 S = "${WORKDIR}/mercurial-${PV}"