-
Notifications
You must be signed in to change notification settings - Fork 280
Description
I am trying to install AIL (https://github.com/ail-project/ail-framework) on Debian 11. However, the installation is stuck at a point and not going forward. The installation is using a shell script with the name :
For Debian and Ubuntu based distributions
./installing_deps.sh
the file is present in the above repo..
For AIL the shell script contains a link of this repo (ARDB) where the issue is arising. I am posting the error here
Done building SNAPPY
Building ROCKSDB
make[2]: Entering directory '/home/ubuntu/ail-framework/ardb/deps/rocksdb-6.8.1'
$DEBUG_LEVEL is 0
GEN util/build_version.cc
$DEBUG_LEVEL is 0
GEN util/build_version.cc
CC db/arena_wrapped_db_iter.o
CC db/builder.o
CC db/column_family.o
CC db/compacted_db_impl.o
CC db/compaction/compaction.o
CC db/compaction/compaction_iterator.o
CC db/compaction/compaction_job.o
CC db/compaction/compaction_picker.o
CC db/compaction/compaction_picker_fifo.o
CC db/compaction/compaction_picker_level.o
CC db/compaction/compaction_picker_universal.o
CC db/convenience.o
CC db/db_filesnapshot.o
CC db/db_impl/db_impl.o
It is not going forawrd...
I have tested on Ubuntu as well as Debian 10 and 11 (unhardened machines). I have tried different solutions but no luck :(
Please help me out..
Thank you in advance