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

2017-01-20 Thread Ludovic Courtès
Thomas Danckaert skribis: >> 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

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

2017-01-19 Thread Thomas Danckaert
From: Danny Milosavljevic 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

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

2017-01-16 Thread Danny Milosavljevic
On Mon, 16 Jan 2017 22:10:42 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Thomas Danckaert skribis: > > > * gnu/packages/kde.scm (kdev-python): New variable. > > [...] > > > +(arguments > > + `(#:tests? #f)) ; tests fail, require display > > Could you check if running Xvfb is eno

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

2017-01-16 Thread Ludovic Courtès
Thomas Danckaert skribis: > * gnu/packages/kde.scm (kdev-python): New variable. [...] > +(arguments > + `(#:tests? #f)) ; tests fail, require display Could you check if running Xvfb is enough to run the tests? Apart from that LGTM! Thanks, Ludo’.