**** BEGIN LOGGING AT Mon Jul 03 03:00:02 2017 Jul 03 10:21:01 is there really a hard runtime dependency on dbus? Jul 03 10:31:24 even with: PACKAGECONFIG_remove_pn-systemd = "dbus", there is RDEPENDS. log.do_configure shows that it was given --disable-dbus. i guess i might look into a .bbappend in my local layer with RDEPENDS_${PN}_remove and see what happens. Jul 03 11:55:08 there ended up being a Recommends from libdbus-1 for dbus-1 so along with the systemd .bbappend i added dbus-1 to BAD_RECOMMENDATIONS Jul 03 11:55:30 seems fine without it Jul 03 11:55:32 ¯\_(ツ)_/¯ Jul 03 17:07:37 m4t: are you using kdbus ? Jul 03 20:15:19 hi guys Jul 03 22:42:00 khem: nope. nothing dbus-like in its place Jul 03 22:47:22 fwiw i've been using systemd on debian since jessie (now stretch) without dbus installed. just libdbus. Jul 03 22:47:36 for a few years now, no real issues. Jul 03 22:48:15 m4t: it is most probably due to packaging being too coarse Jul 03 22:48:28 that its pulling in extra stuff Jul 03 22:49:05 if you look into the build directories of systemd especially into runtime deps dirs Jul 03 22:49:10 it will give some hints Jul 03 22:50:33 for systemd anyhow there is a hard-coded RDEPENDS on dbus Jul 03 22:50:52 independent of any PACKAGECONFIG[] Jul 03 22:51:16 probably an old dependency, send a tested patch Jul 03 22:51:55 it'll be a while before it's actually "tested" Jul 03 22:52:07 just qemu for now, as i piece this system together Jul 03 22:52:45 that counts Jul 03 22:52:53 k Jul 03 22:53:07 easy enough to demonstrate that systemd doesn't actually need a dbus daemon anymore Jul 03 22:54:34 systemd in jessie was -215 Jul 03 22:55:29 now...if you're doing stuff as non-root, it seems to. i guess it uses a direct control socket as root but that's not accessible to normal users Jul 03 22:55:56 so for example, systemctl list-units as non-root gives dbus error Jul 03 23:42:50 rburton: the qemu ppc crash is due to the fact that now toolchain on device is generating PIE binaries Jul 03 23:43:20 unlike before my patches where SECURITY_FLAGS was only used during cross compile Jul 03 23:43:34 I think ppc and PIE dont go well together Jul 03 23:44:01 I can do a feature match by disabling PIE for target gcc for ppc **** ENDING LOGGING AT Tue Jul 04 03:00:01 2017