On Wed, Dec 23, 2020 at 12:27:22AM -0500, Leo Famulari wrote: > ... and reply with any problems.
The package kwidgetsaddons fails its test suite like this: ------ ********* 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 propagateSizeHints() PASS : KColumnResizerTest::test(forms) QWARN : KColumnResizerTest::test(grids) This plugin does not support propagateSizeHints() PASS : KColumnResizerTest::test(grids) QWARN : KColumnResizerTest::test(grid-and-form) This plugin does not support 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 ********* 95% tests passed, 1 tests failed out of 19 Total Test time (real) = 8.27 sec The following tests FAILED: 19 - kwidgetsaddons-kcolumnresizertest (Failed) Errors while running CTest make: *** [Makefile:110: test] Error 8 Test suite failed, dumping logs. ------ I tried using the newer version of this package (5.71) but it fails due to incompatibilities with the rest of the KDE frameworks. Any ideas?