From patchwork Fri Sep 15 18:59:55 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: 30520 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 3DF49EEE242 for ; Fri, 15 Sep 2023 19:00:00 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.29668.1694804393355116375 for ; Fri, 15 Sep 2023 11:59:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=bV9WwgO7; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=hKitYvKq; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101018a9a36c4d9-5290ba91-4f35-4e20-afc5-016d83a2da67-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=1694804395; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=9YfgQZEOGgQMWAwbnXhBwq9uGUuHFC7v8dCgHJRwYas=; b=bV9WwgO7TtfJX7LDuToyabch7McsW26RwpxIHJk3NqN90xeSgAsFUxDToO5L8pvX Ogjjg4QXdNFjkrMXl99SzNy8IrkSRRWr63ulg1BBNSBbvPyEefrfCLxsYgcH/WP0mNg jzhqJm4+jOB+GLNV1cJpiKR41aJBXCvGvfzoIoeg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1694804395; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=9YfgQZEOGgQMWAwbnXhBwq9uGUuHFC7v8dCgHJRwYas=; b=hKitYvKqv6aBBApO8dTWEJTUEdXDRwm5EcAqmiTurxcAlDpFMmoxV79H9GrfFRhL q9i5saMRVqJiuFD7M4WHc17ojw0fsGG15I0TG25/9nY2ohfRH5czemIPIcc6RU90X5J RiYEpRB3gJO+1UAeCnFtABTxXHmBTmoACb+/3Tug= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] libxcb: upgrading to 1.16 FAILED Message-ID: <0101018a9a36c4d9-5290ba91-4f35-4e20-afc5-016d83a2da67-000000@us-west-2.amazonses.com> Date: Fri, 15 Sep 2023 18:59:55 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.09.15-54.240.27.23 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, 15 Sep 2023 19:00:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/187747 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libxcb* to *1.16* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libxcb-upgrade-1.15-1.16.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 add0c32638047db77b3bb4701e56c547d7940dce Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Sep 2023 16:17:34 +0000 Subject: [PATCH] libxcb: upgrade 1.15 -> 1.16 --- .../xorg-lib/{libxcb_1.15.bb => libxcb_1.16.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libxcb_1.15.bb => libxcb_1.16.bb} (93%) diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.15.bb b/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb similarity index 93% rename from meta/recipes-graphics/xorg-lib/libxcb_1.15.bb rename to meta/recipes-graphics/xorg-lib/libxcb_1.16.bb index 411f51ac39..04b1eaa910 100644 --- a/meta/recipes-graphics/xorg-lib/libxcb_1.15.bb +++ b/meta/recipes-graphics/xorg-lib/libxcb_1.16.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7" SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.xz \ file://0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch" -SRC_URI[sha256sum] = "cc38744f817cf6814c847e2df37fcb8997357d72fa4bcbc228ae0fe47219a059" +SRC_URI[sha256sum] = "4348566aa0fbf196db5e0a576321c65966189210cb51328ea2bb2be39c711d71" BBCLASSEXTEND = "native nativesdk"