From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id +BxZN29PaWFARQAAgWs5BA (envelope-from ) for ; Fri, 15 Oct 2021 11:52:47 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id uG0LM29PaWFJcgAAB5/wlQ (envelope-from ) for ; Fri, 15 Oct 2021 09:52:47 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 5CC2C13FA2 for ; Fri, 15 Oct 2021 11:52:47 +0200 (CEST) Received: from localhost ([::1]:35436 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mbJtO-0008F7-89 for larch@yhetil.org; Fri, 15 Oct 2021 05:52:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40622) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbJZK-0004Ps-Sd for guix-patches@gnu.org; Fri, 15 Oct 2021 05:32:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54855) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mbJZK-0006U0-G3 for guix-patches@gnu.org; Fri, 15 Oct 2021 05:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mbJZK-0005dq-BO for guix-patches@gnu.org; Fri, 15 Oct 2021 05:32:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50862] [PATCH core-updates-frozen 00/19] References: <629540312.113485.1632806682555@office.mailbox.org> In-Reply-To: <629540312.113485.1632806682555@office.mailbox.org> Resent-From: Brendan Tildesley Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 15 Oct 2021 09:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50862 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50862@debbugs.gnu.org Received: via spool by 50862-submit@debbugs.gnu.org id=B50862.163429028721476 (code B ref 50862); Fri, 15 Oct 2021 09:32:02 +0000 Received: (at 50862) by debbugs.gnu.org; 15 Oct 2021 09:31:27 +0000 Received: from localhost ([127.0.0.1]:38130 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbJYl-0005aI-Ag for submit@debbugs.gnu.org; Fri, 15 Oct 2021 05:31:27 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:38684) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbJYh-0005Zz-CI for 50862@debbugs.gnu.org; Fri, 15 Oct 2021 05:31:26 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [80.241.60.233]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4HW1H86njNzQk4K for <50862@debbugs.gnu.org>; Fri, 15 Oct 2021 11:31:16 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1634290275; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=XLGu9D2gqI4x5K8VRtZXASs0XQ2CzVQlt1RjxZlg4IQ=; b=hbNT4j6RpiSNcZrWGHcAEF/BFCVueAnMA8ZQMtatxm0ZIdPf+ToB8Rd5lEbZeNB2GPNEac wUqnkCpjpPrYxbz1u35sJmMo9MzYuudAQOq505BIKcvfGEcLRG9sgLfEZQrTTdxVNyURnX TMYT3uv/N6wDlMXr3hi4g2gtCipiyHV6+f5DGfyGWEHoZb0KLrlv46BRqB+qV2mo0PZ9Ct HPPbLG7KT3lR7c3bBCvFVCp7qg6Z586x5SB3fsmnQ0hJA/cBV0EaVeebJE5F8MMBn/Afj0 IzhQ//jx6tbRlppg8gIzUIrRwfY7oj9oCBj0kKbXq2KDijdNIwSPUnySKX43aA== From: Brendan Tildesley Date: Fri, 15 Oct 2021 20:29:56 +1100 Message-Id: <20211015093015.5834-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BD31B271 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1634291567; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=XLGu9D2gqI4x5K8VRtZXASs0XQ2CzVQlt1RjxZlg4IQ=; b=nw0OXZGGbeBDSCKCKjKs4usiXXlLmsHMYmd9fkGSHF8G8VyqXqR+ccImMTcp01MQRFZfsL RHjJ/5Rc5f4ynSWPHvX9E925O/Q3muic0DApFmmXVHAmbi7kUzVT+8esubV9IjQ4RyzKaQ yVlW+WvaoeeoHMdYpn8yt3tUeel8AZ21qQenA6geFeN0jEMAM5gjDxGLvHKrhQSVTS/jIv ALMP2gDfP5PWFPZan98DXiqayu3U/dUD65aoo845lWFpDi1L6+MR5UIaFYY8J7gNSXYAGR gn0qqnvFYCfFfBxnzuy1NQBCuLUUi+s9Z0geQsBl974igESQrdltQzKycBzqqw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1634291567; a=rsa-sha256; cv=none; b=CGw5nlegk5Pzww70ZWKBgOYs/1/9F9vE2gOW28oxZhBgx7VxImnpBnX1SZZtljUCQuAYGb GiMKWHQDXDqdgSWU3JP2kc8c2mOwLV4lU9bpPtCiv7fMGXRsx1ICB+GlITVTt9jvp6Twms Xo/wmLvwJmvtFpbyHY5JqHD5WoZBeG6k0QO418YZEYZsB/TzBWaoyfi8fOfLwGC319nQiL mR+vUUckfH4wDsARkNgzbM35kUDkMgRkA762hz3WOh1K5+RjW4MX4sadgMchwzawWM5wSM Ohnv2MOMpQ8Pv8zZKtNjZ2MOrYlu7VR0dM9WWExboiP4x5kTkw/i2Q/9xSlMRg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=brendan.scot header.s=MBO0001 header.b=hbNT4j6R; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 3.58 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=brendan.scot header.s=MBO0001 header.b=hbNT4j6R; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 5CC2C13FA2 X-Spam-Score: 3.58 X-Migadu-Scanner: scn0.migadu.com X-TUID: y5O7WinlzVUR I've made/remade a new patch series, but for core-updates-frozen instead of master. This is because I found some programs like libksysguard need and thus gcc>=9, so master with gcc-7 was a bit of a dead end. It updates for the recent release of Frameworks 5.87.0, and other version 21.08.2 applications etc. I have provided everything in a smaller number of commits, because I found myself spending too much time making all those commits and rebsing them for 200+ packages. I also fixed the template tarball reproducibility bug in extra-cmake-modules I mentioned previously, and published my fix upstream. yakuake still segfaults on launch as reported on master. Not sure why that is. Was I right to prepare this for core-updates-frozen? Are these updates something that can be pushed as soon as they are ready or do I have to wait on other updates or merges to be done? I thought it would fascilitate merging into master to prepare it all for core-updates-frozen now. I also included at the start a qt-wrap patch I already sent previously. If my grepping worked, this should be all the packages, but for completeness one should try building all kde-*.scm packages akonadi akonadi-calendar akonadi-contacts akonadi-mime akonadi-notes akonadi-search akregator ark attica audiocd-kio baloo baloo-widgets bluez-qt bomber bovo breeze breeze-icons dolphin dolphin-plugins dragon elisa extra-cmake-modules ffmpegthumbs granatier grantleetheme juk k3b kactivities kactivities-stats kaddressbook kajongg kalarmcal kamoso kapidox kapman karchive kate kauth kblackbox kblocks kbookmarks kbounce kbreakout kcachegrind kcalendarcore kcalendarsupport kcalutils kcmutils kcodecs kcompletion kconfig kconfigwidgets kcontacts kcoreaddons kcrash kdav kdbusaddons kdeclarative kdeconnect kdecoration kded kde-frameworkintegration kdegraphics-mobipocket kdelibs4support kdepim-runtime kdesignerplugin kdesu kdevelop kdewebkit kdf kdiagram kdiamond kdnssd kdoctools kemoticons keventviews kfilemetadata kfourinline kget kglobalaccel kgoldrunner kgpg kguiaddons khelpcenter kholidays khtml ki18n kiconthemes kidentitymanagement kidletime kigo killbots kimageformats kimap kincidenceeditor kinit kio kiriki kitemmodels kitemviews kjobwidgets kjs kjsembed kjumpingcube kldap kleopatra klines kmag kmahjongg kmail kmailcommon kmailimporter kmailtransport kmbox kmediaplayer kmessagelib kmime kmines kmix kmousetool kmouth knavalbattle knetwalk knewstuff knotes knotifications knotifyconfig kolf kollision konquest konsole kontactinterface konversation kopete korganizer kpackage kparts kpeople kpimcommon kpimtextedit kplotting kpmcore kpty kqtquickcharts krdc kreversi krfb kross krunner kscreenlocker kservice kshisen ksirk ksmtp ksnakeduel kspaceduel ksquares ksshaskpass ksudoku ksyntaxhighlighting ksystemlog ktexteditor ktextwidgets ktnef ktorrent ktouch ktuberling kubrick kunitconversion kwallet kwave kwayland kwidgetsaddons kwindowsystem kxmlgui kxmlrpcclient libgravatar libkcddb libkcompactdisc libkdegames libkdepim libkexiv2 libkgapi libkleo libkmahjongg libkomparediff2 libkscreen libksieve libksysguard libktorrent lskat modemmanager-qt networkmanager-qt okteta okular oxygen-icons palapeli picmi plasma-framework poxml prison pulseaudio-qt purpose qca qqc2-desktop-style smb4k solid sonnet sweeper syndication threadweaver yakuake zeroconf-ioslave