From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id oAw3K5nr6l/sXAAA0tVLHw (envelope-from ) for ; Tue, 29 Dec 2020 08:40:57 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id GGEUJ5nr6l/XDAAAB5/wlQ (envelope-from ) for ; Tue, 29 Dec 2020 08:40:57 +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 EA5C29402A2 for ; Tue, 29 Dec 2020 08:40:56 +0000 (UTC) Received: from localhost ([::1]:44340 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kuAYp-0008Cy-PO for larch@yhetil.org; Tue, 29 Dec 2020 03:40:55 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:44606) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kuAYR-0008Cq-5P for guix-devel@gnu.org; Tue, 29 Dec 2020 03:40:31 -0500 Received: from flashner.co.il ([178.62.234.194]:54852) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kuAYJ-0004bc-Hx for guix-devel@gnu.org; Tue, 29 Dec 2020 03:40:29 -0500 Received: from localhost (unknown [5.102.238.249]) by flashner.co.il (Postfix) with ESMTPSA id DCFDB40215; Tue, 29 Dec 2020 08:39:48 +0000 (UTC) Date: Tue, 29 Dec 2020 10:39:09 +0200 From: Efraim Flashner To: Leo Famulari Subject: Re: Staging branch Message-ID: References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="oysiPuJYHUr7pxuH" Content-Disposition: inline In-Reply-To: X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Received-SPF: pass client-ip=178.62.234.194; envelope-from=efraim@flashner.co.il; helo=flashner.co.il X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -3.93 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: EA5C29402A2 X-Spam-Score: -3.93 X-Migadu-Scanner: scn1.migadu.com X-TUID: Cx3Y6QTMhRdY --oysiPuJYHUr7pxuH Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 23, 2020 at 05:46:25PM -0500, Leo Famulari wrote: > On Wed, Dec 23, 2020 at 12:27:22AM -0500, Leo Famulari wrote: > > ... and reply with any problems. >=20 > The package kwidgetsaddons fails its test suite like this: >=20 > ------ > ********* Start testing of KColumnResizerTest ********* > Config: Using QtTest library 5.15.2, Qt 5.15.2 (x86_64-little_endian-lp64= shared (dynamic) release build; by GCC 7.5.0), unknown unknown > PASS : KColumnResizerTest::initTestCase() > QWARN : KColumnResizerTest::test(forms) This plugin does not support pro= pagateSizeHints() > PASS : KColumnResizerTest::test(forms) > QWARN : KColumnResizerTest::test(grids) This plugin does not support pro= pagateSizeHints() > PASS : KColumnResizerTest::test(grids) > QWARN : KColumnResizerTest::test(grid-and-form) This plugin does not sup= port propagateSizeHints() > FAIL! : KColumnResizerTest::test(grid-and-form) Compared values are not = the same > Actual (widget1->x()): 145 > Expected (widget2x) : 161 > Loc: [/tmp/guix-build-kwidgetsaddons-5.70.0.drv-0/kwidgetsaddons-5.70.= 0/autotests/kcolumnresizertest.cpp(83)] > PASS : KColumnResizerTest::cleanupTestCase() > Totals: 4 passed, 1 failed, 0 skipped, 0 blacklisted, 18ms > ********* Finished testing of KColumnResizerTest ********* >=20 >=20 > 95% tests passed, 1 tests failed out of 19 >=20 > Total Test time (real) =3D 8.27 sec >=20 > The following tests FAILED: > 19 - kwidgetsaddons-kcolumnresizertest (Failed) > Errors while running CTest > make: *** [Makefile:110: test] Error 8 >=20 > Test suite failed, dumping logs. > ------ >=20 > I tried using the newer version of this package (5.71) but it fails due > to incompatibilities with the rest of the KDE frameworks. >=20 > Any ideas? >=20 The problem persists even when upgrading extra-cmake-modules and kwidgetsaddons to 5.77.0. I'm trying out disabling the test, I'll see what builds and what doesn't if we just skip that test. --=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 --oysiPuJYHUr7pxuH Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/q6yoACgkQQarn3Mo9 g1HEGQ//V1Y8W2IHpCIMUzNKI02GqrFi2A7RdfcHBDgZj1GFLOwbpoXA7sHlp9mC 7ZtjeUWVWUER6tb2tRKn7YPec7oAEyuYHOCCmrDreObPvA29PnV2yFW1J01vXGmy IyBOdx4xtpEWYuIlyg47F8CZBrjREPMP1g8K1axuNgFW4eQeU1SqxOb7r5cbv4kq 32K3J7WYAX8M8YI82nOELbTvipAGKmdy1T32j/7d47JSxhtu3k7hE+boqyp4HtX9 CV/pVCj3qj+SDFjYmylFyxHKumH25UO8S1eGaJw79TnFIaEIrVJpH0zpfe0bUJ4u xNxBnDUkRFcrm5OyvXdT/8BmKlWh7jLEiP30UU8n1rQG21djM+DknM/6AGuMmYVd 8UGoNQ9t2Kk9BND2cS8roNJgHIH55YYX7ukGCvKl2MrbUA6UKH6PnC4yhweg3qaF pSK3ICZ80tMn3RsL+M8Xv7YqjFZQLxSXPUge1jvo47B/HZ93eiKqDEFFdAxP49K9 ZQ5Y4wmiBqPIGHO90KpeWMRT80bg6y+HO+U3EzmtnoCw8jUG3gHLPURR6dEmnl+O LWcbz3G6HofRnBae/R5SH0QqQ1Yrks7NVt9qr4B0XBJnxGMqMrCuSG2j9xktW/el wlmP13hfIhxL9eBYK3ThkXABeavlwFdXuChKM4NnngX7yMKh8JU= =dBPu -----END PGP SIGNATURE----- --oysiPuJYHUr7pxuH--