ElektraInitiative / libelektra

Elektra serves as a universal and secure framework to access configuration settings in a global, hierarchical key database.
https://www.libelektra.org
BSD 3-Clause "New" or "Revised" License
206 stars 123 forks source link

Remove deprecated `d-bus` (#4900) #4901

Closed tmakar closed 1 year ago

tmakar commented 1 year ago

Basics

Checklist

Review

Labels

tmakar commented 1 year ago

fixes #4900

tmakar commented 1 year ago

The issue with FreeBSD 12 I already reported here https://github.com/ElektraInitiative/libelektra/issues/4902.

atmaxinger commented 1 year ago

Does it work again? We recently changed it to d-bus because dbus wouldn't work.

tmakar commented 1 year ago

Does it work again? We recently changed it to d-bus because dbus wouldn't work.

d-bus seems to be deprecated. There was a workaround and the pipeline now runs successfully after I removed the workaround with the deprecated d-bus.

tmakar commented 1 year ago

The problem with FreeBSD 12 having a mismatch in package and kernel version should be fixed inside of this PR #4903.

tmakar commented 1 year ago

@atmaxinger This can be merged now!