From patchwork Wed Jan 15 10:26:17 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 55573 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 9EEECC02185 for ; Wed, 15 Jan 2025 10:26:18 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web10.17803.1736936771563090341 for ; Wed, 15 Jan 2025 02:26:18 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=TQwdqnjU; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=K2mSHihx; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 01010194697fe6db-5c9ce094-7eef-4cbb-b5a0-475303649635-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1736936777; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=JOojYVCA5WtYx9jpPnA39QvviTRtTjkMBtyZR6gE2f4=; b=TQwdqnjUCALYrZjUagyoPJWxtPBcD6TnlsOIdL4K33VF1+0eFGM77uITQd8oAJiY YV0xIlD5K6WNV5jHCkKOZIxsU4tkPu+jwupAq/VUo1lsytXR/epv/Yp3b9zy87E2CYv nllTBTpIMs4JxrpI1ozR17BMb76iR5NGZ11j0aDs= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1736936777; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=JOojYVCA5WtYx9jpPnA39QvviTRtTjkMBtyZR6gE2f4=; b=K2mSHihxWrahgpiWR/xZbG56Sr8gMKkndu71DMer8rnpitXvrspX9DqhnTeY27Qs pukalsn7hcmuagqrjinZJjvhamysgQCzlWL6HBLcBdXOW7bobZsXHsnj+nbkJq4ESC/ LWrrtq6Hv6GSJdl/uVuzAbjwqJR2dm8gHrPAvpow= MIME-Version: 1.0 From: auh@yoctoproject.org To: Jose Quaresma Cc: openembedded-core@lists.openembedded.org Subject: [AUH] shaderc: upgrading to 2024.4 FAILED Message-ID: <01010194697fe6db-5c9ce094-7eef-4cbb-b5a0-475303649635-000000@us-west-2.amazonses.com> Date: Wed, 15 Jan 2025 10:26:17 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.01.15-54.240.27.192 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 ; Wed, 15 Jan 2025 10:26:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/209872 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *shaderc* to *2024.4* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-shaderc-upgrade-2024.3-2024.4.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 9a4985e7d810d8a5427e6ebd4a7326499614aad6 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Jan 2025 09:20:48 +0000 Subject: [PATCH] shaderc: upgrade 2024.3 -> 2024.4 --- .../0001-cmake-disable-building-external-dependencies.patch | 2 +- ...002-libshaderc_util-fix-glslang-header-file-location.patch | 4 ++-- .../shaderc/{shaderc_2024.3.bb => shaderc_2024.4.bb} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-graphics/shaderc/{shaderc_2024.3.bb => shaderc_2024.4.bb} (95%) diff --git a/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch b/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch index 5c49aa7fd5..3b035fb857 100644 --- a/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch +++ b/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch @@ -1,4 +1,4 @@ -From 941f5f5831e7a52c26168f81f25d0470860ca6f1 Mon Sep 17 00:00:00 2001 +From 64d61d4dcc4edbefde73694eb927d380da2e9158 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Sat, 13 Feb 2021 00:45:56 +0000 Subject: [PATCH] cmake: disable building external dependencies diff --git a/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch b/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch index 39f982b7f3..1fe7306e4e 100644 --- a/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch +++ b/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch @@ -1,4 +1,4 @@ -From ec2442940e1d5338971861bb81537bae3a6c19e2 Mon Sep 17 00:00:00 2001 +From 307b0f9901f7607e12485b9c6863983ebd4d4f1a Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Sat, 13 Feb 2021 00:45:56 +0000 Subject: [PATCH] libshaderc_util: fix glslang header file location @@ -11,7 +11,7 @@ Signed-off-by: Jose Quaresma 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libshaderc_util/src/compiler.cc b/libshaderc_util/src/compiler.cc -index e5f5d10..5fd6d3c 100644 +index 9bf9a43..dc0efd2 100644 --- a/libshaderc_util/src/compiler.cc +++ b/libshaderc_util/src/compiler.cc @@ -20,7 +20,7 @@ diff --git a/meta/recipes-graphics/shaderc/shaderc_2024.3.bb b/meta/recipes-graphics/shaderc/shaderc_2024.4.bb similarity index 95% rename from meta/recipes-graphics/shaderc/shaderc_2024.3.bb rename to meta/recipes-graphics/shaderc/shaderc_2024.4.bb index 0948ba28d6..0cd408c074 100644 --- a/meta/recipes-graphics/shaderc/shaderc_2024.3.bb +++ b/meta/recipes-graphics/shaderc/shaderc_2024.4.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRCREV = "7223dc3d5e34bbcc44f3150546dbfa8a5da58c4c" +SRCREV = "3cd72062f297df05e6a042f2616c42bc8956c326" SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \ file://0001-cmake-disable-building-external-dependencies.patch \ file://0002-libshaderc_util-fix-glslang-header-file-location.patch \