ardb repo from yinqiwen doesn't seem to be maintained anymore
ARDB
test ! -d ardb/ && git clone https://github.com/yinqiwen/ardb.git pushd ardb/ make popd
I have the following gcc version when I try to compile ardb I get this error:
error: implicitly-declared
‘constexpr rocksdb::FileDescriptor::FileDescriptor(const rocksdb::FileDescriptor&)’
is deprecated [-Werror=deprecated-copy]
gcc (Debian 9.3.0-10) 9.3.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Someone has already opened an issue over https://github.com/yinqiwen/ardb/issues/484 This issue seems to related to a gcc-9 change https://gcc.gnu.org/gcc-9/changes.html grpc/grpc#19570 GPUOpen-Drivers/AMDVLK#131
Are there any workarounds? Thanks
There is currently a workaround: https://github.com/CIRCL/AIL-framework/issues/369#issuecomment-624475481
We will most probably move to kvrocks in a near future.
Fixed in AIL v5.0 The database has been migrated from ARDB to Kvrocks.