From patchwork Fri Nov 3 20:02:18 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: 33666 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 9D6FBC0032E for ; Fri, 3 Nov 2023 20:02:28 +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.64111.1699041739441166258 for ; Fri, 03 Nov 2023 13:02:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=D2BZBwTu; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=O5DTd6uH; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101018b96c77fca-4b0e53f7-e728-441b-a658-33d4758a97f9-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=1699041738; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=fhk10FOKJF91y7Kla3CnPu93x+w9joBkVJ/0yI0uZ3k=; b=D2BZBwTuSbUoqeTBKWICvX4XwSJ1tqWeLLy6VF0UuRgHZQdZVUwsBgOEOC72IkX/ x8qj8MVxiwOSYB5S/sef3/n28c+fRHGKKVXtSfkTan5N47BuVOoAGogCXlPcPYPb3YD Ki3YQcTuA0hNb+HJCaRKMUboqX9dGyWUuvP1BoBs= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699041738; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=fhk10FOKJF91y7Kla3CnPu93x+w9joBkVJ/0yI0uZ3k=; b=O5DTd6uHXe5BDcO/l0SbsiF8MesCuqLbAQUvZAyNq2AsNo8j7bUhPlJdDcDvHvfY wxe3/SWfIBL1UP8+1OE83eRLqXuJKmWSBCI+TXiY/Awnay5vxsnpq/ZobG2gYYP+f8g VjujI/LfWn4Wyfi3wxQCEGQx56I73UZZ0yPWwAY8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Forced@yoctoproject.org, maintainer@yoctoproject.org, for@yoctoproject.org, AUH@yoctoproject.org Cc: openembedded-devel@lists.openembedded.org Subject: [AUH] wavpack: upgrading to 5.6.0 FAILED Message-ID: <0101018b96c77fca-4b0e53f7-e728-441b-a658-33d4758a97f9-000000@us-west-2.amazonses.com> Date: Fri, 3 Nov 2023 20:02:18 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.03-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 ; Fri, 03 Nov 2023 20:02:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106073 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *wavpack* to *5.6.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-wavpack-upgrade-5.1.0-5.6.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 f8fe71df31283b2d54a180d66de4b9f6ecc71ad0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 3 Nov 2023 19:13:58 +0000 Subject: [PATCH] wavpack: upgrade 5.1.0 -> 5.6.0 --- .../{wavpack_5.1.0.bb => wavpack_5.6.0.bb} | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) rename meta-oe/recipes-multimedia/wavpack/{wavpack_5.1.0.bb => wavpack_5.6.0.bb} (27%) diff --git a/meta-oe/recipes-multimedia/wavpack/wavpack_5.1.0.bb b/meta-oe/recipes-multimedia/wavpack/wavpack_5.6.0.bb similarity index 27% rename from meta-oe/recipes-multimedia/wavpack/wavpack_5.1.0.bb rename to meta-oe/recipes-multimedia/wavpack/wavpack_5.6.0.bb index 909612393..3aace1155 100644 --- a/meta-oe/recipes-multimedia/wavpack/wavpack_5.1.0.bb +++ b/meta-oe/recipes-multimedia/wavpack/wavpack_5.6.0.bb @@ -1,9 +1,28 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- license.txt +# +++ license.txt +# @@ -1,4 +1,4 @@ +# - Copyright (c) 1998 - 2017 David Bryant +# + Copyright (c) 1998 - 2022 David Bryant +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# +# + DESCRIPTION = "WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode." LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://license.txt;md5=8c1a910e5c2a8b30ec8ffb2ffa63d9b2" +LIC_FILES_CHKSUM = "file://license.txt;md5=bb5d037e3ad41a3c84c9f2d8bb65a7b4" SRC_URI = "git://github.com/dbry/WavPack.git;branch=master;protocol=https" -SRCREV = "9ccc3fe4a37d069137ceabe513a4dd9b0a09c1c2" +SRCREV = "e03e8e29dc618e08e7baba9636e57ba1254874ce" S = "${WORKDIR}/git" inherit autotools lib_package