diff mbox series

[AUH] telepathy-glib: upgrading to 0.99.11 FAILED

Message ID 0101018b96c77f3b-add2036d-2e4a-43b4-aa73-d6b0194ef7a2-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] telepathy-glib: upgrading to 0.99.11 FAILED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 8:02 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *telepathy-glib* to *0.99.11* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-telepathy-glib-upgrade-0.24.1-0.99.11.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 8b499d87314387f1abfbc75269b7a7f99bf30de1 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 18:39:37 +0000
Subject: [PATCH] telepathy-glib: upgrade 0.24.1 -> 0.99.11

---
 ...ib_0.24.1.bb => telepathy-glib_0.99.11.bb} | 97 ++++++++++++++++++-
 1 file changed, 94 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-connectivity/telepathy/{telepathy-glib_0.24.1.bb => telepathy-glib_0.99.11.bb} (15%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb b/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.99.11.bb
similarity index 15%
rename from meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb
rename to meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.99.11.bb
index 1891eae40..8723af845 100644
--- a/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb
+++ b/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.99.11.bb
@@ -1,3 +1,95 @@ 
+# 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,17 +1,3 @@
+# -Most of Gabble is licensed under the GNU Lesser General Public License,
+# -as published by the Free Software Foundation and reproduced below:
+# -either version 2.1 of the License, or (at your option) any later version.
+# -
+# -Gabble incorporates the libmd5-rfc MD5 implementation by L. Peter Deutsch
+# -(in the directory src/libmd5-rfc). This is released under a BSD-style
+# -license also reproduced below.
+# -
+# -Gabble incorporates a SHA1 implementation by Allan Saddi, taken from
+# -sha v1.0.4 (in the directory src/sha). This is released under a BSD-style
+# -license also reproduced below.
+# -
+# -------------------------------------------------------------------------
+# -
+#                    GNU LESSER GENERAL PUBLIC LICENSE
+#                         Version 2.1, February 1999
+#  
+# @@ -519,60 +505,3 @@
+#    Ty Coon, President of Vice
+#  
+#  That's all there is to it!
+# -
+# -------------------------------------------------------------------------
+# -
+# -License of src/libmd5-rfc:
+# -
+# -  Copyright (C) 1999, 2000, 2002 Aladdin Enterprises.  All rights reserved.
+# -
+# -  This software is provided 'as-is', without any express or implied
+# -  warranty.  In no event will the authors be held liable for any damages
+# -  arising from the use of this software.
+# -
+# -  Permission is granted to anyone to use this software for any purpose,
+# -  including commercial applications, and to alter it and redistribute it
+# -  freely, subject to the following restrictions:
+# -
+# -  1. The origin of this software must not be misrepresented; you must not
+# -     claim that you wrote the original software. If you use this software
+# -     in a product, an acknowledgment in the product documentation would be
+# -     appreciated but is not required.
+# -  2. Altered source versions must be plainly marked as such, and must not be
+# -     misrepresented as being the original software.
+# -  3. This notice may not be removed or altered from any source distribution.
+# -
+# -  L. Peter Deutsch
+# -  ghost@aladdin.com
+# -
+# -------------------------------------------------------------------------
+# -
+# -License of src/sha1:
+# -
+# -/*-
+# - * Copyright (c) 2001-2003 Allan Saddi <allan@saddi.com>
+# - * All rights reserved.
+# - *
+# - * 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 ALLAN SADDI AND HIS 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 ALLAN SADDI OR HIS 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.
+# - *
+# - * $Id: sha1.h 347 2003-02-23 22:11:49Z asaddi $
+# - */
+# 
+#
+
 SUMMARY = "Telepathy Framework glib-base helper library"
 DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers"
 HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
@@ -5,10 +97,9 @@  DEPENDS = "glib-2.0 dbus hostpython-runtime-native dbus-native dbus-glib libxslt
 LICENSE = "LGPL-2.1-or-later"
 
 SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BP}.tar.gz"
-SRC_URI[md5sum] = "cbeb0a24acc26e7f095be281c324da69"
-SRC_URI[sha256sum] = "9e0df1d8f857e0270cf0b32e2d1ca5a24aa7282873361785d573f72ad7f7d5eb"
+SRC_URI[sha256sum] = "268cbf0199804ecb6001c7c11e5596bc3cea40a600091c144d14f837ac90cd97"
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
+LIC_FILES_CHKSUM = "file://COPYING;md5=7d902e4aeaf11e633f8278f9a3e5b2f9"
 
 inherit autotools pkgconfig gettext gobject-introspection vala