Comment 1 for bug 1746698

Revision history for this message
Simon McVittie (smcv) wrote : Re: FTBFS: async_execution_load_test needs /run/user

> dbus[25970]: Unable to set up transient service directory: XDG_RUNTIME_DIR "/run/user/114" not available: No such file or directory

This is not the root cause of the test failure. On the Debian bug, Aurelien Jarno comments that official Debian autobuilders (on which dbus-cpp passed its tests) have the same setup with a nonexistent /run/user.

dbus-daemon will log this message if XDG_RUNTIME_DIR is set to a nonexistent directory, but if dbus-cpp is not using the transient service directory feature, the warning is harmless. In practice it seems unlikely to need that feature.