guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/4] gnu: Add kdev-python.


From: Thomas Danckaert
Subject: Re: [PATCH 3/4] gnu: Add kdev-python.
Date: Thu, 19 Jan 2017 18:14:40 +0100 (CET)

From: Danny Milosavljevic <address@hidden>
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
address@hidden (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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]