diff mbox series

[AUH] libreport: upgrading to 2.17.11 FAILED

Message ID 0101018b96bece06-5c0b0a8f-a16b-46ce-80a0-6d1736dedaec-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libreport: upgrading to 2.17.11 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 *libreport* to *2.17.11* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-libreport-upgrade-2.17.8-2.17.11.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 266299140ccb76c59926f5369fb0ed3793d0fbe7 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 14:32:22 +0000
Subject: [PATCH] libreport: upgrade 2.17.8 -> 2.17.11

---
 .../libreport/{libreport_2.17.8.bb => libreport_2.17.11.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/libreport/{libreport_2.17.8.bb => libreport_2.17.11.bb} (96%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/libreport/libreport_2.17.8.bb b/meta-oe/recipes-extended/libreport/libreport_2.17.11.bb
similarity index 96%
rename from meta-oe/recipes-extended/libreport/libreport_2.17.8.bb
rename to meta-oe/recipes-extended/libreport/libreport_2.17.11.bb
index 1f2c55c69..1dffae08c 100644
--- a/meta-oe/recipes-extended/libreport/libreport_2.17.8.bb
+++ b/meta-oe/recipes-extended/libreport/libreport_2.17.11.bb
@@ -19,7 +19,7 @@  SRC_URI += "file://0001-Makefile.am-remove-doc-and-apidoc.patch \
 "
 
 # 2.17.8
-SRCREV = "46a99a14adba7276e5697b7c613d918796792345"
+SRCREV = "d58110e1fc663c92ac3e36b166f114b6904796ff"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"