deb-buildscripts
deb-buildscripts copied to clipboard
Installation error with deb-rocksdb.py (mv: cannot stat 'debian/librocksdb/usr/include': No such file or directory)
If I use the following method of installing rocksdb on Ubuntu 20.04.3 LTS
git clone https://github.com/ulikoehler/deb-buildscripts.git
cd deb-buildscripts
sudo ./deb-rocksdb.py
I get the following error
mv debian/librocksdb/usr/include debian/librocksdb-dev/usr
mv: cannot stat 'debian/librocksdb/usr/include': No such file or directory
It appears that there is no debian
directory in the deb-buildscripts
directory.
There is however, a deb-buildscripts/librocksdb/debian
directory on the system and interestingly it contains a librocksdb-dev
directory which then contains a usr
directory.
The following is a pwd
of this path that I just mentioned.
deb-buildscripts/librocksdb/debian/librocksdb-dev/usr
Any suggestions would be very much appreciated.
Thanks Tim
Thanks for the report; I suspect that it's related to librocksdb having been updated recently. I will have a closer look later this week when I have more time.
Best regards, Uli