From patchwork Sun Sep 15 14:34:01 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 50617 Return-Path: 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 93A99C36010 for ; Sun, 15 Sep 2024 14:34:20 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web10.115656.1726410842656654031 for ; Sun, 15 Sep 2024 07:34:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=HK2f1+oM; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=YvXfBxCG; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 01010191f61ade2d-97c5199c-2106-43da-9e43-90c50a8a408f-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=1726410842; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=DJnADbvng16XSp8RSNX7eqZV2lO2ToC5KisWstq6QK4=; b=HK2f1+oMxYcs4pN3oZTppn9/ZezAJC/ei2XbkfHkGFSpXfHu6KmivbxCjAqq3VAm r5onH3hN5HwQ42QpAQ7AJlq5TVnyb18INivagDLq+xykDLCYsXrICepaRBBeQVasMwL dVdiJkS08HzID6OgNrY5AFe8OW5aPLf0h10itwFs= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1726410842; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=DJnADbvng16XSp8RSNX7eqZV2lO2ToC5KisWstq6QK4=; b=YvXfBxCGWBewieMdO3nXVa7P4F+9wFkKcJxA2uuy8AJCRstfR9QoFxA/aPAYPjpJ 6NHB30YyjvlbFYandlPDi8vTpKnDhsv9nFO+7aocac7SotnYYHSqDMRw9wc0Lm5RYSq NG2xp8PyrsZyvktfe6jDF5+Ws2nRmBCDLobHtjv4= MIME-Version: 1.0 From: auh@yoctoproject.org To: =?utf-8?q?Simone_Wei=C3=9F_=3Csimone=2Ep=2Eweiss=40posteo=2Enet=3E?= @yoctoproject.org Cc: openembedded-core@lists.openembedded.org Subject: [AUH] gnutls: upgrading to 3.8.7.1 FAILED Message-ID: <01010191f61ade2d-97c5199c-2106-43da-9e43-90c50a8a408f-000000@us-west-2.amazonses.com> Date: Sun, 15 Sep 2024 14:34:01 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.09.15-54.240.27.30 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 Sep 2024 14:34:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/204559 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gnutls* to *3.8.7.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-gnutls-upgrade-3.8.6-3.8.7.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 79f5b1b3ac42da9720d86d220c1016b114df2cbc Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Sep 2024 14:20:27 +0000 Subject: [PATCH] gnutls: upgrade 3.8.6 -> 3.8.7.1 --- ...g-.hmac-file-should-be-excuted-in-target-envi.patch | 6 +++--- .../gnutls/gnutls/Add-ptest-support.patch | 10 +++++----- meta/recipes-support/gnutls/gnutls/arm_eabi.patch | 2 +- .../gnutls/{gnutls_3.8.6.bb => gnutls_3.8.7.1.bb} | 3 ++- 4 files changed, 11 insertions(+), 10 deletions(-) rename meta/recipes-support/gnutls/{gnutls_3.8.6.bb => gnutls_3.8.7.1.bb} (97%) diff --git a/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch b/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch index 59824d35f1..2bb6170d9b 100644 --- a/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch +++ b/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch @@ -1,4 +1,4 @@ -From c4f6cb380471b5e5478ae6f7f8c5604a6a64ec1c Mon Sep 17 00:00:00 2001 +From a23369ac829f3919b25070f16597922c5b2ec6c6 Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Mon, 23 May 2022 10:44:43 +0900 Subject: [PATCH] Creating .hmac file should be excuted in target environment, @@ -11,10 +11,10 @@ Signed-off-by: Lei Maohui 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am -index a50d311..193ea19 100644 +index d932b58..689d534 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am -@@ -198,8 +198,7 @@ hmac_file = .libs/.$(gnutls_so).hmac +@@ -267,8 +267,7 @@ hmac_file = .libs/.$(gnutls_so).hmac all-local: $(hmac_file) diff --git a/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch b/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch index 8e4df7b37e..c1ee55b628 100644 --- a/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch +++ b/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch @@ -1,4 +1,4 @@ -From 6abc86acecff5a30173eb78a971ec5b65f77e1de Mon Sep 17 00:00:00 2001 +From 643faf102ef453c5a3e2eba3cad4f41f8d26de46 Mon Sep 17 00:00:00 2001 From: Ravineet Singh Date: Tue, 10 Jan 2023 16:11:10 +0100 Subject: [PATCH] gnutls: add ptest support @@ -26,10 +26,10 @@ index 843193f..816b09f 100644 include $(top_srcdir)/cligen/cligen.mk diff --git a/configure.ac b/configure.ac -index 1744813..efb9e34 100644 +index 95ec4c1..9e6413d 100644 --- a/configure.ac +++ b/configure.ac -@@ -1226,6 +1226,8 @@ AC_SUBST(LIBGNUTLS_CFLAGS) +@@ -1343,6 +1343,8 @@ AC_SUBST(LIBGNUTLS_CFLAGS) AM_CONDITIONAL(NEEDS_LIBRT, test "$gnutls_needs_librt" = "yes") @@ -39,10 +39,10 @@ index 1744813..efb9e34 100644 hw_features= diff --git a/tests/Makefile.am b/tests/Makefile.am -index 189d068..8430b05 100644 +index c1dbe8b..435c39b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am -@@ -668,6 +668,12 @@ SH_LOG_COMPILER = $(SHELL) +@@ -680,6 +680,12 @@ SH_LOG_COMPILER = $(SHELL) AM_VALGRINDFLAGS = --suppressions=$(srcdir)/suppressions.valgrind LOG_COMPILER = $(LOG_VALGRIND) diff --git a/meta/recipes-support/gnutls/gnutls/arm_eabi.patch b/meta/recipes-support/gnutls/gnutls/arm_eabi.patch index d493448aab..d3851e16b5 100644 --- a/meta/recipes-support/gnutls/gnutls/arm_eabi.patch +++ b/meta/recipes-support/gnutls/gnutls/arm_eabi.patch @@ -1,4 +1,4 @@ -From 46b3079095c5ceb0dc742785853bbaf288f325c6 Mon Sep 17 00:00:00 2001 +From 9ac9fc400ad1c3435dd7cceff38b51ee2fd7d569 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Wed, 25 Jan 2017 13:52:59 -0800 Subject: [PATCH] gnutls: account for ARM_EABI diff --git a/meta/recipes-support/gnutls/gnutls_3.8.6.bb b/meta/recipes-support/gnutls/gnutls_3.8.7.1.bb similarity index 97% rename from meta/recipes-support/gnutls/gnutls_3.8.6.bb rename to meta/recipes-support/gnutls/gnutls_3.8.7.1.bb index 37d12fb5ea..de745cb1ff 100644 --- a/meta/recipes-support/gnutls/gnutls_3.8.6.bb +++ b/meta/recipes-support/gnutls/gnutls_3.8.7.1.bb @@ -25,7 +25,7 @@ SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar file://Add-ptest-support.patch \ " -SRC_URI[sha256sum] = "2e1588aae53cb32d43937f1f4eca28febd9c0c7aa1734fc5dd61a7e81e0ebcdd" +SRC_URI[sha256sum] = "9ca0ddaccce28a74fa18d738744190afb3b0daebef74e6ad686bf7bef99abd60" inherit autotools texinfo pkgconfig gettext lib_package gtk-doc ptest @@ -45,6 +45,7 @@ PACKAGECONFIG[brotli] = "--with-brotli,--without-brotli,brotli" PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd" +S = "${WORKDIR}/gnutls-3.8.7" EXTRA_OECONF = " \ --enable-doc \ --disable-rpath \