Am 01.03.2018 um 12:29 schrieb Björn Höfling: > 3/15 Test #3: advancedrenametest ...............***Failed 0.43 sec > QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to > '/tmp/guix-build-digikam- > qt.qpa.screen: QXcbConnection: Could not connect to display > Could not connect to any X display.
For many Qt testsit's sufficient to set QT_QPA_PLATFORM=offscreen, some require a running x11 server. Please have a look at the packages in qt.scm and kde-framworks.scm for examples of both and other necessary steps. Missing XDG_RUNTIME_DIR is not an issue in most cases, but if it's required, there are also examples in qt.scm and kde-frameworks.scm. HTH -- Regards Hartmut Goebel | Hartmut Goebel | [email protected] | | www.crazy-compilers.com | compilers which you thought are impossible |
