From: Danny Milosavljevic <dan...@scratchpost.org>
Subject: Re: [PATCH 3/4] gnu: Add kdev-python.
Date: Mon, 16 Jan 2017 23:39:19 +0100
On Mon, 16 Jan 2017 22:10:42 +0100
l...@gnu.org (Ludovic Courtès) wrote:
+ (arguments
+ `(#:tests? #f)) ; tests fail, require display
Could you check if running Xvfb is enough to run the tests?
To add to that, maybe even (setenv "QT_QPA_PLATFORM" "offscreen")
would be enough.
Hi,
setting QT_QPA_PLATFORM doesn't seem to help (looks like the process
hangs indefinitely on the first test). Running Xvfb seems to get the
tests started, but I get a warning
_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not
be created.
and all 5 tests immediately fail with a dbus-related error like the
following:
process 1051: D-Bus library appears to be incorrectly set up; failed
to read machine uuid: Failed to open "/etc/machine-id": No such file
or directory See the manual page for dbus-uuidgen to correct this
issue.
D-Bus not built with -rdynamic so unable to print a backtrace
Any ideas on how to continue?
cheers,
Thomas