From patchwork Fri Jun 16 03:51:21 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: 25790 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 79023C10F19 for ; Fri, 16 Jun 2023 03:51: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.web10.815.1686887482252421980 for ; Thu, 15 Jun 2023 20:51:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=MpuZEwV8; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 01010188c2543f3c-9942ec5b-17ba-4ab9-aafb-8c6d4a8a3959-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=1686887481; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=zz+8IGyVWvkfHaJ1ji4YyQHoX/U2ejkIXxiYosI3BKQ=; b=MpuZEwV8FAYBBHRhzfzr4L42HsuMl7sbnwf1YJKzayzuSffjz47BLU+2XvITiGZX mVBJ6+2UJZh8oMTguza1MXAyDbBcr2+TQ1MdGBc3fHGH+E85oB0fzlAiR2uuPVPoJ+Q XvlvPcmGdiWOVVDlmq/dxEZ273qSHCgVmhuZcq4I= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1686887481; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=zz+8IGyVWvkfHaJ1ji4YyQHoX/U2ejkIXxiYosI3BKQ=; b=X3AzcVAknKvaRyYBeqipfoolJDFNjHQc0tJ+d2nW8Q5qQJ39jPScwJC/OiuisU29 jZcbQ1NuxyYg5ZrWmf4GE3cJgF26J0wfcv9MedVIRVxvGh1ytlmrYKmxbaETyoLGKav +82VxeGUbRejuukCYoYRbzHK1z9wiPzbVuFMFU7Q= MIME-Version: 1.0 From: auh@yoctoproject.org To: Khem Raj Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libxcrypt: upgrading to 4.4.35 FAILED Message-ID: <01010188c2543f3c-9942ec5b-17ba-4ab9-aafb-8c6d4a8a3959-000000@us-west-2.amazonses.com> Date: Fri, 16 Jun 2023 03:51:21 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.06.16-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, 16 Jun 2023 03:51:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/182898 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libxcrypt* to *4.4.35* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libxcrypt-upgrade-4.4.33-4.4.35.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 79b0719907574e3d29b5c0ebc5c2254fc8d58e09 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Jun 2023 07:23:57 +0000 Subject: [PATCH] libxcrypt: upgrade 4.4.33 -> 4.4.35 --- meta/recipes-core/libxcrypt/libxcrypt.inc | 4 +++- .../libxcrypt/{libxcrypt_4.4.33.bb => libxcrypt_4.4.35.bb} | 0 2 files changed, 3 insertions(+), 1 deletion(-) rename meta/recipes-core/libxcrypt/{libxcrypt_4.4.33.bb => libxcrypt_4.4.35.bb} (100%) diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index 61b0381076..e5fecd7b0c 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt.inc +++ b/meta/recipes-core/libxcrypt/libxcrypt.inc @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSING;md5=c0a30e2b1502c55a7f37e412cd6c6a4b \ inherit autotools pkgconfig SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH};protocol=https" -SRCREV = "d7fe1ac04c326dba7e0440868889d1dccb41a175" +SRCREV = "321222c91c4060362b1085b3ca7c29867812ac0a" SRCBRANCH ?= "develop" SRC_URI += "file://fix_cflags_handling.patch" @@ -33,3 +33,5 @@ API = "--disable-obsolete-api" EXTRA_OECONF += "${API}" BBCLASSEXTEND = "native nativesdk" + +SRCBRANCH = "master" diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.4.33.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.35.bb similarity index 100% rename from meta/recipes-core/libxcrypt/libxcrypt_4.4.33.bb rename to meta/recipes-core/libxcrypt/libxcrypt_4.4.35.bb