diff mbox series

[AUH] diffoscope: upgrading to 328 FAILED

Message ID 010101a003e69350-aa8df6dd-eb11-48d8-b004-da9840868a1b-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] diffoscope: upgrading to 328 FAILED | expand

Commit Message

auh@yoctoproject.org Aug. 15, 2026, 5:30 a.m. UTC
Hello,

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

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-diffoscope-upgrade-327-328.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 ed22bd3eac0d14835dddd4dd2bd5cd44e24fe08e Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 15 Aug 2026 05:27:19 +0000
Subject: [PATCH] diffoscope: upgrade 327 -> 328

---
 .../diffoscope/{diffoscope_327.bb => diffoscope_328.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/diffoscope/{diffoscope_327.bb => diffoscope_328.bb} (93%)

Comments

Richard Purdie Aug. 15, 2026, 9:57 a.m. UTC | #1
On Sat, 2026-08-15 at 05:30 +0000, Auto Upgrade Helper via lists.openembedded.org wrote:
> Hello,
> 
> this email is a notification from the Auto Upgrade Helper
> that the automatic attempt to upgrade the recipe(s) *diffoscope* to *328* has Failed(do_compile).
> 
> Detailed error information:
> 
> do_compile failed
> 

The autobuilder downloads config changed recently to stop weird loops
with mirrors. Some jobs (like auh) do need the mirrors setup as setup
their down DL_DIR. We should configure a PREMIRROR when we do that, I
added the config to do so to ab-helper.

It does mean some jobs failed which probably shouldn't have done...

Cheers,

Richard
diff mbox series

Patch

diff --git a/meta/recipes-support/diffoscope/diffoscope_327.bb b/meta/recipes-support/diffoscope/diffoscope_328.bb
similarity index 93%
rename from meta/recipes-support/diffoscope/diffoscope_327.bb
rename to meta/recipes-support/diffoscope/diffoscope_328.bb
index 30d33732f6..7b4bd7640b 100644
--- a/meta/recipes-support/diffoscope/diffoscope_327.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_328.bb
@@ -10,7 +10,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "b5a398de17b180637cf091ba5c3c9fecde9dc8f5c2c80204ff8dd78e1b9d5358"
+SRC_URI[sha256sum] = "8480ddffa8cc4860c6ada3c9c80a8169e75d6a39ad971662851f1ad776512870"
 
 RDEPENDS:${PN} += "\
         binutils \