[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/4] gnu: dconf: Add dconf.
From: |
Federico Beffa |
Subject: |
Re: [PATCH 2/4] gnu: dconf: Add dconf. |
Date: |
Mon, 22 Dec 2014 18:46:10 +0100 |
On Sun, Dec 21, 2014 at 12:04 PM, Ludovic Courtès <address@hidden> wrote:
>> + (arguments
>> + `(#:tests? #f ; To contact dbus it needs to load
>> /var/lib/dbus/machine-id
>> + ; or /etc/machine-id.
>
> I suspect you may be able to work around it with:
>
> (setenv "DBUS_FATAL_WARNINGS" "0")
>
> Could you try?
The test still fails because it checks if dconf can communicate with dbus
...
PASS: gvdb
TEST: gdbus-thread... (pid=2901)
/gdbus/thread/creation/error: OK
/gdbus/thread/sync-call/success: **
ERROR:../../dconf-0.22.0/tests/dbus.c:237:test_sync_call_success:
assertion failed (error == NULL): Cannot spawn a message bus without a
machine-id: Unable to load /var/lib/dbus/machine-id or
/etc/machine-id: Failed to open file '/var/lib/dbus/machine-id': No
such file or directory (g-file-error-quark, 4)
FAIL
GTester: last random seed: R02S154607e630e87d22c1dc960c6cb5d46f
/gnu/store/qx011cng51s58ggy4xc5iy2yc1965c3x-bash-4.3.30/bin/bash: line
1: 2890 Terminated G_DEBUG=gc-friendly MALLOC_CHECK_=2
MALLOC_PERTURB_=$((${RANDOM:-256} % 256)) gtester --verbose paths
changeset shm gvdb gdbus-thread gdbus-filter libdbus-1 engine client
Makefile:985: recipe for target 'test-nonrecursive' failed
make[2]: *** [test-nonrecursive] Error 143
make[2]: Leaving directory '/tmp/nix-build-dconf-0.22.0.drv-0/build/tests'
Makefile:853: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '/tmp/nix-build-dconf-0.22.0.drv-0/build/tests'
Makefile:418: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
phase `check' failed after 4 seconds
builder for `/gnu/store/k5llpbn43xdhjqp61pi163lygldkhm4k-dconf-0.22.0.drv'
failed with exit code 1
@ build-failed /gnu/store/k5llpbn43xdhjqp61pi163lygldkhm4k-dconf-0.22.0.drv
- 1 builder for
`/gnu/store/k5llpbn43xdhjqp61pi163lygldkhm4k-dconf-0.22.0.drv' failed
with exit code 1
killing process 17204
guix build: error: build failed: build of
`/gnu/store/k5llpbn43xdhjqp61pi163lygldkhm4k-dconf-0.22.0.drv' failed
Regards,
Fede