Created attachment 541578 [details] emerge --info FAIL: test-collection 18 /collection/delete-sync ** Message: Remote error from secret service: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying ** (test-collection:11766): WARNING **: couldn't set SecretCollection Label: Message recipient disconnected from message bus without replying
Created attachment 541580 [details] build.log
Created attachment 541582 [details] test-suite.log
Tried in a tinderbox setup, managed to get all tests running with the following: $ make check TESTS_ENVIRONMENT="dbus-run-session" GI_TYPELIB_PATH="$(pwd)" LD_LIBRARY_PATH="$(pwd)/.libs/" dbus-run-session is needed to replace build system call to dbus and avoid X11 auto-activation which would fail if dbus was built with USE=-X. will commit when I get back my workstation.
I didn't do any specific changes in terms of dbus-run-session myself, but tests seem to pass again for me now with 0.20.1; maybe upstream is calling it better now? Then again, I had 0.18.8 before installed with tests succeeded as well (just now re-installing that also started failing)