diff mbox series

[AUH] libconfig: upgrading to 1.8.2 FAILED

Message ID 0101019b262eb9f8-fbfffc5c-2564-4825-842e-ecf75776f98c-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libconfig: upgrading to 1.8.2 FAILED | expand

Commit Message

auh@yoctoproject.org Dec. 16, 2025, 8:02 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libconfig* to *1.8.2* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-libconfig-upgrade-1.8.1-1.8.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 613916c6faeb667a0497c15e9f1e1237c233a47d Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Tue, 16 Dec 2025 02:50:21 +0000
Subject: [PATCH] libconfig: upgrade 1.8.1 -> 1.8.2

---
 .../libconfig/{libconfig_1.8.1.bb => libconfig_1.8.2.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/libconfig/{libconfig_1.8.1.bb => libconfig_1.8.2.bb} (94%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/libconfig/libconfig_1.8.1.bb b/meta/recipes-extended/libconfig/libconfig_1.8.2.bb
similarity index 94%
rename from meta/recipes-extended/libconfig/libconfig_1.8.1.bb
rename to meta/recipes-extended/libconfig/libconfig_1.8.2.bb
index 37c2504b01..33f2fe398f 100644
--- a/meta/recipes-extended/libconfig/libconfig_1.8.1.bb
+++ b/meta/recipes-extended/libconfig/libconfig_1.8.2.bb
@@ -11,7 +11,7 @@  SRC_URI = " \
     git://github.com/hyperrealm/libconfig.git;protocol=https;branch=master;tag=v${PV} \
     file://0001-Add-missing-dependency-for-scanner.h.patch \
 "
-SRCREV = "47ec93c588f534d20f6ee8704d2a2cec339db7b7"
+SRCREV = "a42cb47c1526a4f2ed025fcbb2289863375bc898"
 
 # needed when we modify grammar.y with patches
 DEPENDS += "bison-native flex-native"