This is the failure from the build log. Seems we're missing a build-
dependency with our package, so that's not your problem Jürg - I'll take
a look at that later.

script: line 2: dbus-launch: command not found
client.vala:8.13-8.47: warning: unhandled error `DBus.Error'
        var conn = DBus.Bus.get (DBus.BusType.SESSION);
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation succeeded - 1 warning(s)
server.vala:28.13-28.47: warning: unhandled error `DBus.Error'
        var conn = DBus.Bus.get (DBus.BusType.SESSION);
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
server.vala:32.29-32.75: warning: unhandled error `GLib.Error'
        uint request_name_result = bus.request_name ("org.example.Test", (uint) 
0);
                                   
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
server.vala:40.3-40.100: warning: unhandled error `GLib.SpawnError'
                Process.spawn_async (null, { "client" }, null, 
SpawnFlags.DO_NOT_REAP_CHILD, null, out client_pid);
                
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
server.vala:3.5-3.23: warning: method `Test.test_int' never used
    public int test_int (int i, out int j) {
    ^^^^^^^^^^^^^^^^^^^
server.vala:9.5-9.29: warning: method `Test.test_string' never used
    public string test_string (string s, out string t) {
    ^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation succeeded - 5 warning(s)
process 12614: D-Bus library appears to be incorrectly set up; failed to read 
machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or 
directory
See the manual page for dbus-uuidgen to correct this issue.

** CRITICAL **: file server.c: line 301: uncaught error: Failed to execute 
dbus-launch to autolaunch D-Bus session
aborting...
script: line 8: 12614 Aborted                 ./server
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill 
-l [sigspec]
FAIL: dbus/basic-types.test

-- 
MIR for vala
https://bugs.launchpad.net/bugs/374151
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to