From patchwork Sat Nov 4 01:38:16 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: 33715 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 CB233C07352 for ; Sat, 4 Nov 2023 01:38:20 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.2288.1699061895893924145 for ; Fri, 03 Nov 2023 18:38:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=LAgCjvhz; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Id90P71u; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101018b97fb149e-4b6f81aa-9d6b-468e-8485-ae21641454a0-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=1699061896; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=8ijcRu4I7e28KhAO64A0jiLg/xFZnekIaiLESI51RXw=; b=LAgCjvhzJ1WlN+RIUAwIxStaQL2OWu4t/QD3P8xFBUAUh4Y4Cmq7qa//31qqW7OD TK9hiGIaipND7WwkcaYCYAyoJyLhBly00hB3upJ12iP0q8sfHBltrUTE4zqh6UxF0QI K59bgtSUbEh87F/OH5Oh6aYj5BKQMtekGWTfez14= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699061896; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=8ijcRu4I7e28KhAO64A0jiLg/xFZnekIaiLESI51RXw=; b=Id90P71u1ZAS3Wk1vThLvLJZvqPluIhx+hbn9s+14OzPeUtpDYirvQj+rqF/2rWO deb5BDDJT2yY80CyGMmGtzEa26vTBiQMczxC4XnAFbbvfaKM0kiCZ3MGDQdTVxvZvcO n/Ai32/M8H8OlGxhkZ6ftybMetjpkVzZrzssNNCA= 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] python3-pocketsphinx: upgrading to 5.0.2 FAILED Message-ID: <0101018b97fb149e-4b6f81aa-9d6b-468e-8485-ae21641454a0-000000@us-west-2.amazonses.com> Date: Sat, 4 Nov 2023 01:38:16 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.04-54.240.27.23 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 ; Sat, 04 Nov 2023 01:38:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106139 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-pocketsphinx* to *5.0.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-pocketsphinx-upgrade-0.1.15-5.0.2.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 218687b6184096caeaf7bf48c44ee13f259d612f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 3 Nov 2023 23:18:53 +0000 Subject: [PATCH] python3-pocketsphinx: upgrade 0.1.15 -> 5.0.2 --- .../python/python3-pocketsphinx_0.1.15.bb | 14 -- .../python/python3-pocketsphinx_5.0.2.bb | 151 ++++++++++++++++++ 2 files changed, 151 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pocketsphinx_0.1.15.bb create mode 100644 meta-python/recipes-devtools/python/python3-pocketsphinx_5.0.2.bb diff --git a/meta-python/recipes-devtools/python/python3-pocketsphinx_0.1.15.bb b/meta-python/recipes-devtools/python/python3-pocketsphinx_0.1.15.bb deleted file mode 100644 index f7ffd9d26..000000000 --- a/meta-python/recipes-devtools/python/python3-pocketsphinx_0.1.15.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "This package provides a python interface to CMU Sphinxbase and Pocketsphinx libraries created with SWIG and Setuptools." -DESCRIPTION = "Python interface to CMU Sphinxbase and Pocketsphinx libraries" -HOMEPAGE = "https://github.com/bambocher/pocketsphinx-python" -SECTION = "devel/python" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=826ebda787eb48e78aec2624f9faba72" - -SRC_URI[md5sum] = "94d008eebea16acb60a9ffe614575dee" -SRC_URI[sha256sum] = "34d290745c7dbe6fa2cac9815b5c19d10f393e528ecd70e779c21ebc448f9b63" - -inherit pypi setuptools3 features_check - -DEPENDS += "swig-native pulseaudio" -REQUIRED_DISTRO_FEATURES += "pulseaudio" diff --git a/meta-python/recipes-devtools/python/python3-pocketsphinx_5.0.2.bb b/meta-python/recipes-devtools/python/python3-pocketsphinx_5.0.2.bb new file mode 100644 index 000000000..dd6fa020c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pocketsphinx_5.0.2.bb @@ -0,0 +1,151 @@ +# 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 +# +++ LICENSE +# @@ -1,4 +1,4 @@ +# -Copyright (c) 1999-2016 Carnegie Mellon University. All rights +# +Copyright (c) 1999-2016 Carnegie Mellon University. All rights +# reserved. +# +# Redistribution and use in source and binary forms, with or without +# @@ -20,11 +20,117 @@ +# THIS SOFTWARE IS PROVIDED BY CARNEGIE MELLON UNIVERSITY ``AS IS'' AND +# ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, +# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +# -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY +# +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY +# NOR ITS EMPLOYEES BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# + +# +WebRTC VAD code (in src/vad): +# + +# +Copyright (c) 2011, The WebRTC project authors. All rights reserved. +# + +# +Redistribution and use in source and binary forms, with or without +# +modification, are permitted provided that the following conditions are +# +met: +# + +# + * Redistributions of source code must retain the above copyright +# + notice, this list of conditions and the following disclaimer. +# + +# + * Redistributions in binary form must reproduce the above copyright +# + notice, this list of conditions and the following disclaimer in +# + the documentation and/or other materials provided with the +# + distribution. +# + +# + * Neither the name of Google nor the names of its contributors may +# + be used to endorse or promote products derived from this software +# + without specific prior written permission. +# + +# +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# + +# +Python WebRTC VAD code and test files (in cython and test/data/vad): +# + +# +The MIT License (MIT) +# + +# +Copyright (c) 2016 John Wiseman +# + +# +Permission is hereby granted, free of charge, to any person obtaining a copy +# +of this software and associated documentation files (the "Software"), to deal +# +in the Software without restriction, including without limitation the rights +# +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# +copies of the Software, and to permit persons to whom the Software is +# +furnished to do so, subject to the following conditions: +# + +# +The above copyright notice and this permission notice shall be included in all +# +copies or substantial portions of the Software. +# + +# +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# +SOFTWARE. +# + +# +JSON parser (in src/jsmn.h): +# + +# +Copyright (c) 2010 Serge A. Zaitsev +# + +# +Permission is hereby granted, free of charge, to any person obtaining a copy +# +of this software and associated documentation files (the "Software"), to deal +# +in the Software without restriction, including without limitation the rights +# +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# +copies of the Software, and to permit persons to whom the Software is +# +furnished to do so, subject to the following conditions: +# + +# +The above copyright notice and this permission notice shall be included in +# +all copies or substantial portions of the Software. +# + +# +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# +THE SOFTWARE. +# + +# +Escaping code in JSON serialization (src/ps_config.c): +# + +# +Copyright (C) 2014 James McLaughlin. All rights reserved. +# +https://github.com/udp/json-builder +# + +# +Redistribution and use in source and binary forms, with or without +# +modification, are permitted provided that the following conditions +# +are met: +# + +# +1. Redistributions of source code must retain the above copyright +# + notice, this list of conditions and the following disclaimer. +# + +# +2. Redistributions in binary form must reproduce the above copyright +# + notice, this list of conditions and the following disclaimer in the +# + documentation and/or other materials provided with the distribution. +# + +# +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +# +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +# +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# +SUCH DAMAGE. +# +# + +SUMMARY = "This package provides a python interface to CMU Sphinxbase and Pocketsphinx libraries created with SWIG and Setuptools." +DESCRIPTION = "Python interface to CMU Sphinxbase and Pocketsphinx libraries" +HOMEPAGE = "https://github.com/bambocher/pocketsphinx-python" +SECTION = "devel/python" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c4d720cdc9c6953091f65e8b01524bb4" + +SRC_URI[sha256sum] = "e976dd55ffb26f5d4e14f2b4c7b69c200ed337107f45b79b66b415c388c3fc00" + +inherit pypi setuptools3 features_check + +DEPENDS += "swig-native pulseaudio" +REQUIRED_DISTRO_FEATURES += "pulseaudio"