Hello
I need a help that how to install this s3ql on ubuntu 22, I had followed the following installation instruction but I think there is some issue in the installation
https://www.rath.org/s3ql-docs/installation.html#installing-s3qlI trying to build for a current user, all the steps was ok but the following command failed with this error
test:~/s3ql# ~/.local/lib/s3ql-venv/bin/python3 setup.py build_ext --inplace
MANIFEST.in exists, running in developer mode
running build_ext
building 's3ql.sqlite3ext' extension
x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/root/.local/lib/s3ql-venv/include -I/usr/include/python3.10 -c src/s3ql/sqlite3ext.cpp -o build/temp.linux-x86_64-3.10/src/s3ql/sqlite3ext.o -Wall -Wextra -Wconversion -Wsign-compare -Werror -Werror=conversion -Werror=sign-compare -Wno-unused-parameter -Wno-unused-function
cc1plus: fatal error: src/s3ql/sqlite3ext.cpp: No such file or directory
compilation terminated.
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1Would you please help me that what is correct and easy way to install this utility