From patchwork Sun Jun 15 13:15:03 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: 65001 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 29BF3C83F1B for ; Sun, 15 Jun 2025 13:15:06 +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.web10.8856.1749993275954159520 for ; Sun, 15 Jun 2025 06:15:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=tOAZfAs+; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=Ln5UJGbW; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019773baaf66-605dfd49-f223-4e9c-9442-af0273581815-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1749993304; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=2aNKk4JQ1Ta/XQ0Kw6J7nKfTihIrBxkP2wG+Q7/yifU=; b=tOAZfAs+izj7CxsALZgDnqHJcJvUlufKGNpyIQp+iCGRQmK7S+Zm2hw3zcuAkEUc I8lW0nDapcp1usHCPNbhPLPlNis9iD08vAjSWqFHEUE337C3O7rZ7BTJCtowLbk1aVm vJ0Cr3IfcywYfQSA0cPfUYX/YOQMGYXMMd42LYSw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1749993304; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=2aNKk4JQ1Ta/XQ0Kw6J7nKfTihIrBxkP2wG+Q7/yifU=; b=Ln5UJGbWvLUdPDd57rTBDylyhAzmCN707/8NEUXP8/F/U6liaYsmM/PoxSJuUKO0 Ht2jboZk7abRqwDB44aDVyWuQroZas8vBd0J3M9sNb0s4LtzvnCq2M5RtpGVnI6xxxZ J3k1EUlLNmFi/1I4zIwOFdQ9awyamj4S8o1fBnbk= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] libgit2: upgrading to 1.9.1 FAILED Message-ID: <0101019773baaf66-605dfd49-f223-4e9c-9442-af0273581815-000000@us-west-2.amazonses.com> Date: Sun, 15 Jun 2025 13:15:03 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.06.15-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 ; Sun, 15 Jun 2025 13:15:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/218740 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libgit2* to *1.9.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libgit2-upgrade-1.9.0-1.9.1.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 0e64c6cb5aea2c5d9b47f223867cb03c59737319 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Jun 2025 13:10:29 +0000 Subject: [PATCH] libgit2: upgrade 1.9.0 -> 1.9.1 --- .../libgit2/{libgit2_1.9.0.bb => libgit2_1.9.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libgit2/{libgit2_1.9.0.bb => libgit2_1.9.1.bb} (84%) diff --git a/meta/recipes-support/libgit2/libgit2_1.9.0.bb b/meta/recipes-support/libgit2/libgit2_1.9.1.bb similarity index 84% rename from meta/recipes-support/libgit2/libgit2_1.9.0.bb rename to meta/recipes-support/libgit2/libgit2_1.9.1.bb index 47a63ca286..b9a2ece1b3 100644 --- a/meta/recipes-support/libgit2/libgit2_1.9.0.bb +++ b/meta/recipes-support/libgit2/libgit2_1.9.1.bb @@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8eacfdc17c8f4d219e131a073973b97d" DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" -SRC_URI = "git://github.com/libgit2/libgit2.git;branch=main;protocol=https \ +SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.9;protocol=https \ file://0001-src-libgit2-CMakeLists.txt-install-cmake-files-into-.patch \ " -SRCREV = "338e6fb681369ff0537719095e22ce9dc602dbf0" +SRCREV = "0060d9cf5666f015b1067129bd874c6cc4c9c7ac" S = "${WORKDIR}/git"