You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
canonical/raft@6535161 adds a callback function raft_register_state_cb. In gentoo we ship dqlite which is dependent on cowsql/raft and it's failing with build error
rc/server.c: error: implicit declaration of function raft_register_state_cb
TL;DR: starting from the next dqlite release this won't a be a problem anymore since the whole canonical/raftsource code will be moved directly inside the canonical/dqlite repository, and built together in a single shared library.
Note that dqlite 1.16.0 works fine with canonical/cowsql. The only non-compatible release is dqlite 1.16.2. Would it be fine for you/gentoo to just to wait for dqlite 1.16.3 and stick with 1.16.0 fow now? It doesn't make much sense to fix this issue which is effectively going away soon.
canonical/raft@6535161 adds a callback function
raft_register_state_cb
. In gentoo we ship dqlite which is dependent on cowsql/raft and it's failing with build errorRefer: https://bugs.gentoo.org/925012
The text was updated successfully, but these errors were encountered: