From patchwork Fri Nov 3 19:52:47 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: 33603 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 8EA54C001B2 for ; Fri, 3 Nov 2023 19:52:48 +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.63870.1699041166116860266 for ; Fri, 03 Nov 2023 12:52:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=KQjDuMJ2; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Y0gVoC1M; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101018b96bec8e2-12f77cbe-ce46-442d-9d4f-c07f9adcaea3-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=1699041167; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=jBl61eWQNeww1L9419XaXV/pTwLKtoxvHAIK1wz1/gU=; b=KQjDuMJ2WcgCcxBiKYYd7tT23aaIVgsm/Aml6AWmHj8aTWWy+9uzE3Uonm9CgrKy m5u42Ws7m0RzudLB6rdSxIHdEwxuKxJirEGH61aWJhF9x6IrwCXon89RKk/yjvJAxGa 7aA/W71Wk6EJN6ryJT+TT8nY7liWdhYJI1D1VY3Q= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699041167; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=jBl61eWQNeww1L9419XaXV/pTwLKtoxvHAIK1wz1/gU=; b=Y0gVoC1MJ8x84XrxpFtrwGGOUr7fF8xlm7Ph2reyigKCupTD3kduJuhE1NYVaAFI FlvcK4T3pZuXtMH0URr3HEd4nqoK2Otguv6UnHObwW0gwCqUpVxdqJE4Pcxi2oOiUCE mmJp3apgB959Om8K9ayVJFTg0A5wYK4RvABVMTic= 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] gtkmm: upgrading to 4.13.1 FAILED Message-ID: <0101018b96bec8e2-12f77cbe-ce46-442d-9d4f-c07f9adcaea3-000000@us-west-2.amazonses.com> Date: Fri, 3 Nov 2023 19:52:47 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.03-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 ; Fri, 03 Nov 2023 19:52:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/105935 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gtkmm* to *4.13.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-gtkmm-upgrade-2.24.5-4.13.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 2aadfeb592f42a90c63634bdac3cf94beed3f04c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 3 Nov 2023 13:03:53 +0000 Subject: [PATCH] gtkmm: upgrade 2.24.5 -> 4.13.1 --- meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb | 20 -- meta-oe/recipes-gnome/gtk+/gtkmm_4.13.1.bb | 240 +++++++++++++++++++++ 2 files changed, 240 insertions(+), 20 deletions(-) delete mode 100644 meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb create mode 100644 meta-oe/recipes-gnome/gtk+/gtkmm_4.13.1.bb diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb b/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb deleted file mode 100644 index 54e75a20d..000000000 --- a/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "C++ bindings for the GTK+ toolkit" -HOMEPAGE = "http://www.gtkmm.org/" -SECTION = "libs" - -LICENSE = "LGPL-2.1-only & GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ - file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" - -DEPENDS = "atkmm pangomm glibmm gtk+ cairomm" - -inherit gnomebase features_check - -REQUIRED_DISTRO_FEATURES = "x11" - -SRC_URI[archive.md5sum] = "6c59ae8bbff48fad9132f23af347acf1" -SRC_URI[archive.sha256sum] = "0680a53b7bf90b4e4bf444d1d89e6df41c777e0bacc96e9c09fc4dd2f5fe6b72" - -EXTRA_OECONF = " --disable-documentation " - -FILES:${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4" diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm_4.13.1.bb b/meta-oe/recipes-gnome/gtk+/gtkmm_4.13.1.bb new file mode 100644 index 000000000..7aed23553 --- /dev/null +++ b/meta-oe/recipes-gnome/gtk+/gtkmm_4.13.1.bb @@ -0,0 +1,240 @@ +# 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: +# +# --- COPYING +# +++ COPYING +# @@ -1,9 +1,8 @@ +# - +# GNU LESSER GENERAL PUBLIC LICENSE +# Version 2.1, February 1999 +# +# Copyright (C) 1991, 1999 Free Software Foundation, Inc. +# - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# Everyone is permitted to copy and distribute verbatim copies +# of this license document, but changing it is not allowed. +# +# @@ -23,8 +22,7 @@ +# Free Software Foundation and other authors who decide to use it. You +# can use it too, but we suggest you first think carefully about whether +# this license or the ordinary General Public License is the better +# -strategy to use in any particular case, based on the explanations +# -below. +# +strategy to use in any particular case, based on the explanations below. +# +# When we speak of free software, we are referring to freedom of use, +# not price. Our General Public Licenses are designed to make sure that +# @@ -57,7 +55,7 @@ +# that what they have is not the original version, so that the original +# author's reputation will not be affected by problems that might be +# introduced by others. +# -^L +# + +# Finally, software patents pose a constant threat to the existence of +# any free program. We wish to make sure that a company cannot +# effectively restrict the users of a free program by obtaining a +# @@ -89,8 +87,7 @@ +# special circumstances. +# +# For example, on rare occasions, there may be a special need to +# -encourage the widest possible use of a certain library, so that it +# -becomes +# +encourage the widest possible use of a certain library, so that it becomes +# a de-facto standard. To achieve this, non-free programs must be +# allowed to use the library. A more frequent case is that a free +# library does the same job as widely used non-free libraries. In this +# @@ -114,7 +111,7 @@ +# "work based on the library" and a "work that uses the library". The +# former contains code derived from the library, whereas the latter must +# be combined with the library in order to run. +# -^L +# + +# GNU LESSER GENERAL PUBLIC LICENSE +# TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION +# +# @@ -139,8 +136,7 @@ +# "Source code" for a work means the preferred form of the work for +# making modifications to it. For a library, complete source code means +# all the source code for all modules it contains, plus any associated +# -interface definition files, plus the scripts used to control +# -compilation +# +interface definition files, plus the scripts used to control compilation +# and installation of the library. +# +# Activities other than copying, distribution and modification are not +# @@ -220,7 +216,7 @@ +# ordinary GNU General Public License has appeared, then you can specify +# that version instead if you wish.) Do not make any other change in +# these notices. +# -^L +# + +# Once this change is made in a given copy, it is irreversible for +# that copy, so the ordinary GNU General Public License applies to all +# subsequent copies and derivative works made from that copy. +# @@ -271,7 +267,7 @@ +# distribute the object code for the work under the terms of Section 6. +# Any executables containing that work also fall under Section 6, +# whether or not they are linked directly with the Library itself. +# -^L +# + +# 6. As an exception to the Sections above, you may also combine or +# link a "work that uses the Library" with the Library to produce a +# work containing portions of the Library, and distribute that work +# @@ -333,7 +329,7 @@ +# accompany the operating system. Such a contradiction means you cannot +# use both them and the Library together in an executable that you +# distribute. +# -^L +# + +# 7. You may place library facilities that are a work based on the +# Library side-by-side in a single library together with other library +# facilities not covered by this License, and distribute such a combined +# @@ -374,7 +370,7 @@ +# restrictions on the recipients' exercise of the rights granted herein. +# You are not responsible for enforcing compliance by third parties with +# this License. +# -^L +# + +# 11. If, as a consequence of a court judgment or allegation of patent +# infringement or for any other reason (not limited to patent issues), +# conditions are imposed on you (whether by court order, agreement or +# @@ -388,10 +384,9 @@ +# the only way you could satisfy both it and this License would be to +# refrain entirely from distribution of the Library. +# +# -If any portion of this section is held invalid or unenforceable under +# -any particular circumstance, the balance of the section is intended to +# -apply, and the section as a whole is intended to apply in other +# -circumstances. +# +If any portion of this section is held invalid or unenforceable under any +# +particular circumstance, the balance of the section is intended to apply, +# +and the section as a whole is intended to apply in other circumstances. +# +# It is not the purpose of this section to induce you to infringe any +# patents or other property right claims or to contest validity of any +# @@ -409,11 +404,11 @@ +# +# 12. If the distribution and/or use of the Library is restricted in +# certain countries either by patents or by copyrighted interfaces, the +# -original copyright holder who places the Library under this License +# -may add an explicit geographical distribution limitation excluding those +# -countries, so that distribution is permitted only in or among +# -countries not thus excluded. In such case, this License incorporates +# -the limitation as if written in the body of this License. +# +original copyright holder who places the Library under this License may add +# +an explicit geographical distribution limitation excluding those countries, +# +so that distribution is permitted only in or among countries not thus +# +excluded. In such case, this License incorporates the limitation as if +# +written in the body of this License. +# +# 13. The Free Software Foundation may publish revised and/or new +# versions of the Lesser General Public License from time to time. +# @@ -427,7 +422,7 @@ +# the Free Software Foundation. If the Library does not specify a +# license version number, you may choose any version ever published by +# the Free Software Foundation. +# -^L +# + +# 14. If you wish to incorporate parts of the Library into other free +# programs whose distribution conditions are incompatible with these, +# write to the author to ask for permission. For software which is +# @@ -461,30 +456,27 @@ +# DAMAGES. +# +# END OF TERMS AND CONDITIONS +# -^L +# + +# How to Apply These Terms to Your New Libraries +# +# If you develop a new library, and you want it to be of the greatest +# possible use to the public, we recommend making it free software that +# everyone can redistribute and change. You can do so by permitting +# -redistribution under these terms (or, alternatively, under the terms +# -of the ordinary General Public License). +# - +# - To apply these terms, attach the following notices to the library. +# -It is safest to attach them to the start of each source file to most +# -effectively convey the exclusion of warranty; and each file should +# -have at least the "copyright" line and a pointer to where the full +# -notice is found. +# - +# - +# - +# +redistribution under these terms (or, alternatively, under the terms of the +# +ordinary General Public License). +# + +# + To apply these terms, attach the following notices to the library. It is +# +safest to attach them to the start of each source file to most effectively +# +convey the exclusion of warranty; and each file should have at least the +# +"copyright" line and a pointer to where the full notice is found. +# + +# + +# Copyright (C) +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# - version 2 of the License, or (at your option) any later version. +# + version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# @@ -493,23 +485,18 @@ +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# - +# -Also add information on how to contact you by electronic and paper +# -mail. +# - +# -You should also get your employer (if you work as a programmer) or +# -your +# + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# + +# +Also add information on how to contact you by electronic and paper mail. +# + +# +You should also get your employer (if you work as a programmer) or your +# school, if any, to sign a "copyright disclaimer" for the library, if +# necessary. Here is a sample; alter the names: +# +# Yoyodyne, Inc., hereby disclaims all copyright interest in the +# - library `Frob' (a library for tweaking knobs) written by James +# -Random Hacker. +# + library `Frob' (a library for tweaking knobs) written by James Random Hacker. +# +# , 1 April 1990 +# Ty Coon, President of Vice +# +# That's all there is to it! +# - +# - +# +# + +SUMMARY = "C++ bindings for the GTK+ toolkit" +HOMEPAGE = "http://www.gtkmm.org/" +SECTION = "libs" + +LICENSE = "LGPL-2.1-only & GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ + file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe \ + " + +DEPENDS = "atkmm pangomm glibmm gtk+ cairomm" + +inherit gnomebase features_check + +REQUIRED_DISTRO_FEATURES = "x11" + +SRC_URI[archive.sha256sum] = "411f2e749256cfe2f496ff23a6ad232d104f3eb8c205ec06db87e9000004635b" + +EXTRA_OECONF = " --disable-documentation " + +FILES:${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4"