From unknown Thu Jul 31 07:49:07 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#28163] [PATCH 1/3] gnu: libksysguard: Enable more tests (not all working yet). Resent-From: Hartmut Goebel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 20 Aug 2017 18:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 28163 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 28163@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.150325246411213 (code B ref -1); Sun, 20 Aug 2017 18:08:02 +0000 Received: (at submit) by debbugs.gnu.org; 20 Aug 2017 18:07:44 +0000 Received: from localhost ([127.0.0.1]:46856 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1djUdU-0002um-A0 for submit@debbugs.gnu.org; Sun, 20 Aug 2017 14:07:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52981) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1djUdR-0002uZ-Hr for submit@debbugs.gnu.org; Sun, 20 Aug 2017 14:07:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djUdL-0007cN-KH for submit@debbugs.gnu.org; Sun, 20 Aug 2017 14:07:36 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47160) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1djUdL-0007cI-GR for submit@debbugs.gnu.org; Sun, 20 Aug 2017 14:07:35 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djUdK-0004D9-BP for guix-patches@gnu.org; Sun, 20 Aug 2017 14:07:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djUdH-0007aj-7g for guix-patches@gnu.org; Sun, 20 Aug 2017 14:07:34 -0400 Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:33959) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1djUdH-0007aD-1H for guix-patches@gnu.org; Sun, 20 Aug 2017 14:07:31 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3xb4Xx71ysz1qrf9 for ; Sun, 20 Aug 2017 20:07:29 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3xb4Xx5dDQz3jgYN for ; Sun, 20 Aug 2017 20:07:29 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id nF9eQJsVI1_X for ; Sun, 20 Aug 2017 20:07:28 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-93-104-74-212.dynamic.mnet-online.de [93.104.74.212]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Sun, 20 Aug 2017 20:07:28 +0200 (CEST) Received: from lenashee.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 3D38E60361 for ; Sun, 20 Aug 2017 20:07:28 +0200 (CEST) From: Hartmut Goebel Date: Sun, 20 Aug 2017 20:07:27 +0200 Message-Id: <20170820180727.32049-1-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.5 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) * gnu/packages/kde.scm (libksysguard)[arguments]<#:phases>'check': Set QT_QPA_PLATFORM=offscreen. Enable all tests except of the failing one. --- gnu/packages/kde.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index a65a61f96..0f21b8a9d 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -301,8 +301,10 @@ used in KDE development tools Kompare and KDevelop.") (substitute* "processcore/CMakeLists.txt" (("KAUTH_HELPER_INSTALL_DIR") "KDE_INSTALL_LIBEXECDIR")))) (replace 'check - (lambda _ ;other tests require a display and therefore fail - (zero? (system* "ctest" "-R" "chronotest"))))))) + (lambda _ + (setenv "QT_QPA_PLATFORM" "offscreen") + ;; TODO: Fix this failing test-case + (zero? (system* "ctest" "-E" "processtest"))))))) (home-page "https://www.kde.org/info/plasma-5.10.4.php") (synopsis "Network enabled task and system monitoring") (description "KSysGuard can obtain information on system load and -- 2.13.5 From unknown Thu Jul 31 07:49:07 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#28163] Acknowledgement ([PATCH 1/3] gnu: libksysguard: Enable more tests (not all working yet).) Resent-From: Hartmut Goebel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 20 Aug 2017 18:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28163 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 28163@debbugs.gnu.org Received: via spool by 28163-submit@debbugs.gnu.org id=B28163.150325275411648 (code B ref 28163); Sun, 20 Aug 2017 18:13:01 +0000 Received: (at 28163) by debbugs.gnu.org; 20 Aug 2017 18:12:34 +0000 Received: from localhost ([127.0.0.1]:46864 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1djUi9-00031o-Tn for submit@debbugs.gnu.org; Sun, 20 Aug 2017 14:12:34 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:33023) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1djUi8-00031g-A7 for 28163@debbugs.gnu.org; Sun, 20 Aug 2017 14:12:32 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3xb4fl2H57z1qrNG for <28163@debbugs.gnu.org>; Sun, 20 Aug 2017 20:12:31 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3xb4fl19dXz3jgYN for <28163@debbugs.gnu.org>; Sun, 20 Aug 2017 20:12:31 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id Ij_k8N3v8iRI for <28163@debbugs.gnu.org>; Sun, 20 Aug 2017 20:12:30 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-93-104-74-212.dynamic.mnet-online.de [93.104.74.212]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <28163@debbugs.gnu.org>; Sun, 20 Aug 2017 20:12:30 +0200 (CEST) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id 26245604E6 for <28163@debbugs.gnu.org>; Sun, 20 Aug 2017 20:12:30 +0200 (CEST) References: <20170820180727.32049-1-h.goebel@crazy-compilers.com> From: Hartmut Goebel Organization: crazy-compilers.com Message-ID: <94401dc2-f007-23a4-b935-1ef768f9e554@crazy-compilers.com> Date: Sun, 20 Aug 2017 20:12:29 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Despite the subject, this is a single patch :-) I carved it out from a larger `git am` patch-set, but it is independent from the others. -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From unknown Thu Jul 31 07:49:07 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#28163] [PATCH 1/3] gnu: libksysguard: Enable more tests (not all working yet) References: <20170820180727.32049-1-h.goebel@crazy-compilers.com> In-Reply-To: <20170820180727.32049-1-h.goebel@crazy-compilers.com> Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 23 Aug 2017 13:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28163 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 28163@debbugs.gnu.org Cc: Hartmut Goebel Received: via spool by 28163-submit@debbugs.gnu.org id=B28163.150349566910841 (code B ref 28163); Wed, 23 Aug 2017 13:42:01 +0000 Received: (at 28163) by debbugs.gnu.org; 23 Aug 2017 13:41:09 +0000 Received: from localhost ([127.0.0.1]:50597 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dkVu8-0002om-Gx for submit@debbugs.gnu.org; Wed, 23 Aug 2017 09:41:09 -0400 Received: from flashner.co.il ([178.62.234.194]:59723) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dkVu7-0002oJ-1Z for 28163@debbugs.gnu.org; Wed, 23 Aug 2017 09:41:07 -0400 Received: from localhost (46-117-130-79.bb.netvision.net.il [46.117.130.79]) by flashner.co.il (Postfix) with ESMTPSA id BD38240106; Wed, 23 Aug 2017 13:41:00 +0000 (UTC) Date: Wed, 23 Aug 2017 16:40:57 +0300 From: Efraim Flashner Message-ID: <20170823134057.GH2484@macbook42.flashner.co.il> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="HuscSE0D68UGttcd" Content-Disposition: inline User-Agent: Mutt/1.8.3 (2017-05-23) X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --HuscSE0D68UGttcd Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This patch works on my aarch64 machine. I would move the setenv line to a separate phase before the 'check phase. LGTM! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --HuscSE0D68UGttcd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAlmdhdwACgkQQarn3Mo9 g1FMFg/+L+sQIjP4wNUDoAbyh2Uqva3YTV/RFp1hIjjn1MvgzgBmgA1vnEmFoC2A 9MtE/BsHwTl3plS9fMbVO9RgY7sCph0XQa9iBm8KUBAdKlvQx8+9v3thI4vZV6Rt TNi84292BD7ifOz8/wNTWzrHEC7ENLAI6BLxjYRVLLieilZLV3/rkj+AjzgWfMdY NX3435W2u8biGZ/v5oVrlYA8LxMGmrbk/J7541zh/y6xarBS3KT8rD0dx+fO+2Mp LvEO9pvAd3oKH18Egdxe9qD0S88uDwL2tm4F23aLO0rzHx3QukRc/FzYZ74I7ISe H98orkL+ks4M2vsrAKz/sHIB5Sq8HBI4BopoEnWP49gxVoWQWg4hqVtoO575NJnF W9oTRnE5JBCWSqoTspvd/uo2GkG7TDnTq5wAsdJ4ud6aMxO0gLpZZgzyrpD+tr2S E/AFi1ZyVnSoecB7zJn/oYKYjgfWhpWbnP+4nfTIqDkLuK8McQcElhKHlzHMTS+E mg0Gjj7NbybPmMqkmCJM2+8wB7d2KLIES7pKG2xW3iKX+WPGLbQgTneZpgPhTSJY ruQj5wjpQFTY7M8Kz40NgGQ8N4gCbgm/r3RSp0bWwZk1VkY0k7XfRU9G5zASn2Tk aPlB0hmmXn/6Oo1ed+iQ7I38JoECZjOOeO+ngaz0uyO63/xYPAY= =e4Uv -----END PGP SIGNATURE----- --HuscSE0D68UGttcd-- From unknown Thu Jul 31 07:49:07 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Hartmut Goebel Subject: bug#28163: closed (Re: [PATCH 1/3] gnu: libksysguard: Enable more tests (not all working yet)) Message-ID: References: <5b1532e8-c1f9-835e-c587-4d32ba031be9@crazy-compilers.com> <20170820180727.32049-1-h.goebel@crazy-compilers.com> X-Gnu-PR-Message: they-closed 28163 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 28163@debbugs.gnu.org Date: Thu, 24 Aug 2017 10:47:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1503571622-3936-1" This is a multi-part message in MIME format... ------------=_1503571622-3936-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #28163: [PATCH 1/3] gnu: libksysguard: Enable more tests (not all working y= et). which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 28163@debbugs.gnu.org. --=20 28163: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D28163 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1503571622-3936-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 28163-close) by debbugs.gnu.org; 24 Aug 2017 10:46:08 +0000 Received: from localhost ([127.0.0.1]:52172 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dkpeK-00010O-LR for submit@debbugs.gnu.org; Thu, 24 Aug 2017 06:46:08 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:47829) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dkpeI-00010G-BZ for 28163-close@debbugs.gnu.org; Thu, 24 Aug 2017 06:46:07 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3xdLYn0d8Zz1qsZN; Thu, 24 Aug 2017 12:46:04 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3xdLYm6KzPz3hhTG; Thu, 24 Aug 2017 12:46:04 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id ZwJl4J1z2n1y; Thu, 24 Aug 2017 12:46:04 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-93-104-85-186.dynamic.mnet-online.de [93.104.85.186]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Thu, 24 Aug 2017 12:46:04 +0200 (CEST) Received: from [192.168.110.2] (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 48954606E7; Thu, 24 Aug 2017 12:46:04 +0200 (CEST) Subject: Re: [PATCH 1/3] gnu: libksysguard: Enable more tests (not all working yet) To: Efraim Flashner , 28163-close@debbugs.gnu.org References: <20170823134057.GH2484@macbook42.flashner.co.il> From: Hartmut Goebel Organization: crazy-compilers.com Message-ID: <5b1532e8-c1f9-835e-c587-4d32ba031be9@crazy-compilers.com> Date: Thu, 24 Aug 2017 12:46:03 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170823134057.GH2484@macbook42.flashner.co.il> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 28163-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Pushed as e3c13d044f8c7fdeef5079e16591dc4302f5c31b after moving the setenf into a phase called "check-setup". Thanks for reviewing. -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | ------------=_1503571622-3936-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 20 Aug 2017 18:07:44 +0000 Received: from localhost ([127.0.0.1]:46856 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1djUdU-0002um-A0 for submit@debbugs.gnu.org; Sun, 20 Aug 2017 14:07:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52981) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1djUdR-0002uZ-Hr for submit@debbugs.gnu.org; Sun, 20 Aug 2017 14:07:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djUdL-0007cN-KH for submit@debbugs.gnu.org; Sun, 20 Aug 2017 14:07:36 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47160) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1djUdL-0007cI-GR for submit@debbugs.gnu.org; Sun, 20 Aug 2017 14:07:35 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djUdK-0004D9-BP for guix-patches@gnu.org; Sun, 20 Aug 2017 14:07:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djUdH-0007aj-7g for guix-patches@gnu.org; Sun, 20 Aug 2017 14:07:34 -0400 Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:33959) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1djUdH-0007aD-1H for guix-patches@gnu.org; Sun, 20 Aug 2017 14:07:31 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3xb4Xx71ysz1qrf9 for ; Sun, 20 Aug 2017 20:07:29 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3xb4Xx5dDQz3jgYN for ; Sun, 20 Aug 2017 20:07:29 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id nF9eQJsVI1_X for ; Sun, 20 Aug 2017 20:07:28 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-93-104-74-212.dynamic.mnet-online.de [93.104.74.212]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Sun, 20 Aug 2017 20:07:28 +0200 (CEST) Received: from lenashee.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 3D38E60361 for ; Sun, 20 Aug 2017 20:07:28 +0200 (CEST) From: Hartmut Goebel To: guix-patches@gnu.org Subject: [PATCH 1/3] gnu: libksysguard: Enable more tests (not all working yet). Date: Sun, 20 Aug 2017 20:07:27 +0200 Message-Id: <20170820180727.32049-1-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.5 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) * gnu/packages/kde.scm (libksysguard)[arguments]<#:phases>'check': Set QT_QPA_PLATFORM=offscreen. Enable all tests except of the failing one. --- gnu/packages/kde.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index a65a61f96..0f21b8a9d 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -301,8 +301,10 @@ used in KDE development tools Kompare and KDevelop.") (substitute* "processcore/CMakeLists.txt" (("KAUTH_HELPER_INSTALL_DIR") "KDE_INSTALL_LIBEXECDIR")))) (replace 'check - (lambda _ ;other tests require a display and therefore fail - (zero? (system* "ctest" "-R" "chronotest"))))))) + (lambda _ + (setenv "QT_QPA_PLATFORM" "offscreen") + ;; TODO: Fix this failing test-case + (zero? (system* "ctest" "-E" "processtest"))))))) (home-page "https://www.kde.org/info/plasma-5.10.4.php") (synopsis "Network enabled task and system monitoring") (description "KSysGuard can obtain information on system load and -- 2.13.5 ------------=_1503571622-3936-1--