ail-framework icon indicating copy to clipboard operation
ail-framework copied to clipboard

ardb repo from yinqiwen doesn't seem to be maintained anymore

Open blueteamzone opened this issue 5 years ago • 1 comments

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

blueteamzone avatar May 05 '20 21:05 blueteamzone

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.

adulau avatar May 12 '20 07:05 adulau

Fixed in AIL v5.0 The database has been migrated from ARDB to Kvrocks.

Terrtia avatar Jun 06 '23 08:06 Terrtia