From patchwork Tue Jul 1 16:20:19 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: 65973 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 10399C83F0C for ; Tue, 1 Jul 2025 16:20:24 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web10.1428.1751386807920747292 for ; Tue, 01 Jul 2025 09:20:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=ohhV0G3p; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=DB0gOly6; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 01010197c6ca0bad-39edd264-d30a-4900-af4b-8db75dd44664-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=1751386819; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=TUVgdqwuzdJHkQonSI8g3JgGXjZ4cg+wlIiJCs/OXBc=; b=ohhV0G3pVXjhzh+Huq/eWVKiBRpzYDuhPTaY9Zs5SuVsv1PodFZcVgtDAE/443TT 74lLsOJPoOJ6B5bdp/B5OHdLSjx4H8lWtgm3OtA5VyIBErZxK8o/DMtKGwEY82wAE6Z ekBN/XT08PGK575EL/RPCrspy76NOjnl7gqy1EVc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1751386819; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=TUVgdqwuzdJHkQonSI8g3JgGXjZ4cg+wlIiJCs/OXBc=; b=DB0gOly65GqDJAOxXZ3cQc1PqefuAtLo+uwkKTlFnNmoYtdPXHHyyqhkguQH4esF Pd69PeZdcY5Vsw+SNERFwJegGZ0O4NXbCKzICspkwNY53DFpFgu1f2M2ZIGbxYwWYbA KrZzI5l94hhveSYByKBGoQOchvH7MxjR1qrAC0I8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] tcf-agent: upgrading to 1.9.0 FAILED Message-ID: <01010197c6ca0bad-39edd264-d30a-4900-af4b-8db75dd44664-000000@us-west-2.amazonses.com> Date: Tue, 1 Jul 2025 16:20:19 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.07.01-54.240.27.29 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 ; Tue, 01 Jul 2025 16:20:24 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219652 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *tcf-agent* to *1.9.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-tcf-agent-upgrade-1.8.0-1.9.0.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 94e2b853bd635ce134a69013c8d1b371ed4bfce8 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 1 Jul 2025 10:34:29 +0000 Subject: [PATCH] tcf-agent: upgrade 1.8.0 -> 1.9.0 --- .../tcf-agent/tcf-agent/ldflags.patch | 22 +++++++++---------- ...{tcf-agent_1.8.0.bb => tcf-agent_1.9.0.bb} | 2 +- 2 files changed, 11 insertions(+), 13 deletions(-) rename meta/recipes-devtools/tcf-agent/{tcf-agent_1.8.0.bb => tcf-agent_1.9.0.bb} (97%) diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent/ldflags.patch b/meta/recipes-devtools/tcf-agent/tcf-agent/ldflags.patch index d701e8dec0..3a93e09183 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent/ldflags.patch +++ b/meta/recipes-devtools/tcf-agent/tcf-agent/ldflags.patch @@ -1,29 +1,27 @@ +From fd82f8ce1f5072125c88b7f2575f520832e91698 Mon Sep 17 00:00:00 2001 +From: Abdur Rehman +Date: Wed, 26 Aug 2015 19:18:11 +0500 +Subject: [PATCH] tcf-agent: obey LDFLAGS + We need LDFLAGS to be respected otherwise there are QA warnings as the right flags don't get used. Upstream-Status: Inappropriate [oe-core specific] Signed-off-by: Ross Burton -From d92af0483c20365fd0af740d0baef8870b4aa374 Mon Sep 17 00:00:00 2001 -From: Abdur Rehman -Date: Wed, 26 Aug 2015 19:18:11 +0500 -Subject: [PATCH] tcf-agent: obey LDFLAGS - Signed-off-by: Abdur Rehman Rebased to 4a2c4baaccbc8c29ce0297705de9a4e096d57ce5 version Signed-off-by: Mark hatle - - --- - Makefile.inc | 2 +- + agent/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -Index: agent/Makefile.inc -=================================================================== ---- agent.orig/Makefile.inc -+++ agent/Makefile.inc +diff --git a/agent/Makefile.inc b/agent/Makefile.inc +index 76b88618..6dce28f5 100644 +--- a/agent/Makefile.inc ++++ b/agent/Makefile.inc @@ -111,7 +111,7 @@ NO_LINK_F ?= -c # Linker definition and flags diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_1.8.0.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_1.9.0.bb similarity index 97% rename from meta/recipes-devtools/tcf-agent/tcf-agent_1.8.0.bb rename to meta/recipes-devtools/tcf-agent/tcf-agent_1.9.0.bb index 1639ae84e9..c1fb3a6fd0 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_1.8.0.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_1.9.0.bb @@ -6,7 +6,7 @@ BUGTRACKER = "https://bugs.eclipse.org/bugs/" LICENSE = "EPL-1.0 | BSD-3-Clause" LIC_FILES_CHKSUM = "file://edl-v10.html;md5=522a390a83dc186513f0500543ad3679" -SRCREV = "1f11747e83ebf4f53e8d17f430136f92ec378709" +SRCREV = "9076423f959d53aafa4000d6bb8bf2a1485971b9" UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+)+))" SRC_URI = "git://gitlab.eclipse.org/eclipse/tcf/tcf.agent.git;protocol=https;branch=master \