From patchwork Fri Nov 3 20:02:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 33669 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 E408EC04FDE for ; Fri, 3 Nov 2023 20:02:28 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web11.63223.1699041739147715432 for ; Fri, 03 Nov 2023 13:02:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=KJS+CjjA; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=QDDQB8PG; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101018b96c782af-dfc436da-a795-4530-9696-6df70276058f-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1699041739; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=QbzyEC8lG4pyLrNMMlKil3V/dnu4z3rwkkR+5AZBouU=; b=KJS+CjjA09ngyESmwFWcTJPuyBsnygrpSuFx60YVRwMCkjyNfI33+YAmGPDld7i2 w+DJtAXikAVNxJidNRclFtvq5DcdJ8gVQ0TaNv2GwfbhLL6NMx7sdCaZCP2Jq2cnyhy zXzPqcWhXHLS18QyUwFMEr0wVjRf6k6gHYrciFfQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699041739; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=QbzyEC8lG4pyLrNMMlKil3V/dnu4z3rwkkR+5AZBouU=; b=QDDQB8PGFPjuhw8Vk7CW3HDk19VjQwiqQXRBKSz+8NbLHkA3rSy37WjM5tkm13Fj dUoM5Iqllb6Pi6WZRJeaF/5A/912gMJfQlENCPvuRTue9iNcxjVH/qCRDNgWR44bSBI vWM3Z2Z8H5w8s1+9FfTHZbZn1okcjaVmC8GOhxF8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Forced@yoctoproject.org, maintainer@yoctoproject.org, for@yoctoproject.org, AUH@yoctoproject.org Cc: openembedded-devel@lists.openembedded.org Subject: [AUH] renderdoc: upgrading to 1.29 FAILED Message-ID: <0101018b96c782af-dfc436da-a795-4530-9696-6df70276058f-000000@us-west-2.amazonses.com> Date: Fri, 3 Nov 2023 20:02:19 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.03-54.240.27.193 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 ; Fri, 03 Nov 2023 20:02:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106082 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *renderdoc* to *1.29* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-renderdoc-upgrade-1.27-1.29.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 4ad500c4221b39261fcc96bc8d10415327d1f87b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 3 Nov 2023 18:11:28 +0000 Subject: [PATCH] renderdoc: upgrade 1.27 -> 1.29 --- .../renderdoc/{renderdoc_1.27.bb => renderdoc_1.29.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/renderdoc/{renderdoc_1.27.bb => renderdoc_1.29.bb} (95%) diff --git a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.27.bb b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.29.bb similarity index 95% rename from meta-oe/recipes-graphics/renderdoc/renderdoc_1.27.bb rename to meta-oe/recipes-graphics/renderdoc/renderdoc_1.29.bb index c89b2d1c9..318ff0b2f 100644 --- a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.27.bb +++ b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.29.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/baldurk/renderdoc" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=36d34a46cb71546195d2b0c626a52e5d" -SRCREV = "35b13a8e8fd2a331854dba6da81a20452e142d6f" +SRCREV = "0202a066a9ffa4077fa980da2d97ad5fb6ec5827" SRC_URI = " \ git://github.com/baldurk/${BPN}.git;protocol=https;branch=v1.x \ file://0001-renderdoc-use-xxd-instead-of-cross-compiling-shim-bi.patch \