From patchwork Fri Oct 15 09:29:56 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brendan Tildesley X-Patchwork-Id: 394 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 70A0527BBE3; Fri, 15 Oct 2021 10:52:46 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, LONGWORDS,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 2EF0827BBE1 for ; Fri, 15 Oct 2021 10:52:46 +0100 (BST) Received: from localhost ([::1]:35436 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mbJtN-0008F7-90 for patchwork@mira.cbaines.net; Fri, 15 Oct 2021 05:52:45 -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 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches 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