Re: [ANNOUNCE] D-Bus Broker Project
David Herrmann <[email protected]>
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Message-ID | <CANq1E4S2gQbH5CLBenYwJq2KJOwM=icrP-04acsPVWXP8k=png@mail.gmail.com> |
Hi On Thu, Aug 24, 2017 at 7:23 AM, WaLyong Cho <[email protected]> wrote: >> ERROR manager_run_child @ ../src/launch/main.c +302: No such file or > directory > > This error can be resolved with below change. > > diff --git a/src/launch/main.c b/src/launch/main.c > index 5f13e55..5de9f9f 100644 > --- a/src/launch/main.c > +++ b/src/launch/main.c > @@ -269,7 +269,7 @@ static int manager_listen_path(Manager *manager, > const char *path) { > static noreturn void manager_run_child(Manager *manager, int > fd_controller) { > char str_controller[C_DECIMAL_MAX(int) + 1]; > const char * const argv[] = { > - "dbus-broker", > + "/usr/local/bin/dbus-broker", > "-v", > "--controller", > str_controller, > > But I could not resolve connection reset problem. > > Could you help me? This is now fixed in -master [1]. As a workaround, pass "--prefix=/usr" to meson when building dbus-broker. Thanks for the report! David [1] https://github.com/bus1/dbus-broker/commit/192f1ba55a56c38c7d5bba9024999bc308bdafa7 _______________________________________________ dbus mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dbus