Describe the release item
The zenoh-backend-filesystem fails to compile due to errors on the rocksdb-sys crate. The compilations errors are due to rocksdb-sys crate referring a relatively old version of RocksDB which does not include and as such fails to compile on recent GCC compilers.
How to Reproduce
Simply try to build on a Fedora Workstation linux distribution.
Additional Comments
The last release of rocksdb-sys dates to nine (9) years ago. We should probably consider using another crate that provides Rust API to RocksDB.
Describe the release item
The
zenoh-backend-filesystemfails to compile due to errors on therocksdb-syscrate. The compilations errors are due torocksdb-syscrate referring a relatively old version of RocksDB which does not include and as such fails to compile on recent GCC compilers.How to Reproduce
Simply try to build on a Fedora Workstation linux distribution.
Additional Comments
The last release of
rocksdb-sysdates to nine (9) years ago. We should probably consider using another crate that provides Rust API to RocksDB.