From patchwork Mon Jan 15 17:33:50 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: 37798 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 A4013C47DD3 for ; Mon, 15 Jan 2024 17:33:58 +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.web11.88298.1705340031496273695 for ; Mon, 15 Jan 2024 09:33:51 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=bHRBsUCW; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=BqfLEWiI; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101018d0e2fcfee-2336e3c9-6f3b-4844-8e5a-c86204f76aa4-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=1705340031; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=Q22zTPUPry3FyXWD2vL6KwufuYRD0cez3GvpObgwfPc=; b=bHRBsUCWQwK5y8cNUzErdUIbh3LEACcXRtCOp1BQPWidAzNzV/+eeWD3K0wyiWmA 7qja+G8poWrtPih7ZuUY2Xnjkqki8JIyE39TMkZs5cM9iZcdafdWQiHCbYAul7AvFNd v0Az1+oWG26hkr6kcEOeNzEqr43xuZBI5HOMWKc4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1705340031; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=Q22zTPUPry3FyXWD2vL6KwufuYRD0cez3GvpObgwfPc=; b=BqfLEWiIJtaC0InHFTIEWOGhcxatXeSLYujITq0HS/mLxmOzolqm66pfIElTrXl6 SBEr4WdLsaYwYiUpfoPIN80hrgLkk+KYiid1j5KyoOYHxoxi0fLbUezEhsze8Q1XPB0 gEsNQwzl1PzQCJJFCnvpxSR30ZoLXzVDNcIHvMHA= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] pulseaudio: upgrading to 17.0 FAILED Message-ID: <0101018d0e2fcfee-2336e3c9-6f3b-4844-8e5a-c86204f76aa4-000000@us-west-2.amazonses.com> Date: Mon, 15 Jan 2024 17:33:50 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.01.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 ; Mon, 15 Jan 2024 17:33:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/193779 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *pulseaudio* to *17.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-pulseaudio-upgrade-16.1-17.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 b83578a59c8ee71b8e44ba17ed827579bcc3e131 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Jan 2024 13:47:27 +0000 Subject: [PATCH] pulseaudio: upgrade 16.1 -> 17.0 --- ...nt-conf-Add-allow-autospawn-for-root.patch | 24 +++++++++---------- ...ild-remove-dependency-on-doxygen-bin.patch | 3 ++- ...LFAGS-to-improve-reproducibility-bui.patch | 12 ++++------ ...{pulseaudio_16.1.bb => pulseaudio_17.0.bb} | 2 +- 4 files changed, 19 insertions(+), 22 deletions(-) rename meta/recipes-multimedia/pulseaudio/{pulseaudio_16.1.bb => pulseaudio_17.0.bb} (84%) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-client-conf-Add-allow-autospawn-for-root.patch b/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-client-conf-Add-allow-autospawn-for-root.patch index 33f7709ae4..b31b05a4a3 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-client-conf-Add-allow-autospawn-for-root.patch +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-client-conf-Add-allow-autospawn-for-root.patch @@ -1,4 +1,4 @@ -From babec3a50dd710d26b72f6c6d43bd79b04e954a6 Mon Sep 17 00:00:00 2001 +From 2ed92d21a27395f5a21db05ddb0d0cc77cc5abc5 Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Tue, 28 Apr 2015 14:32:43 +0300 Subject: [PATCH] client-conf: Add allow-autospawn-for-root @@ -15,6 +15,7 @@ that use case. If someone can prove otherwise, the patch would probably be accepted.] Signed-off-by: Tanu Kaskinen + --- man/pulse-client.conf.5.xml.in | 9 +++++++++ src/pulse/client-conf.c | 1 + @@ -24,13 +25,14 @@ Signed-off-by: Tanu Kaskinen 5 files changed, 13 insertions(+), 1 deletion(-) diff --git a/man/pulse-client.conf.5.xml.in b/man/pulse-client.conf.5.xml.in -index b88898c..e737c96 100644 +index 15f8776..9e3e706 100644 --- a/man/pulse-client.conf.5.xml.in +++ b/man/pulse-client.conf.5.xml.in -@@ -82,6 +82,15 @@ License along with PulseAudio; if not, see . +@@ -90,6 +90,15 @@ License along with PulseAudio; if not, see . + disable the unit with the "disable" command).

- + -+