duc index fails on first run: Database not found
First install of doc, the manual says I should run "due index", I do so, and due fails as follows:
[root@arnie ~]# duc index /
Error opening: /root/.cache/duc/duc.db - unsupported DB type unknown, compiled for tokyocabinet
Database not found
duc is missing this step:
mkdir -p /root/.cache/duc
"minfrin" == minfrin @.***> writes:
Thanks for the report! Can you tell me which version of duc you're running? And which system type you're running on? And can you run:
file /root/.cache/duc/duc.db
as a check please? If there is a file there, it will help me figure out what's wrong. I do know there's some breakage in the checking of DB types that needs to be cleaned up.
First install of doc, the manual says I should run "due index", I do so, and due fails as follows:
@.*** ~]# duc index / Error opening: /root/.cache/duc/duc.db - unsupported DB type unknown, compiled for tokyocabinet Database not found
Yeah, probably a bug I need to fix.
duc is missing this step:
mkdir -p /root/.cache/duc
Yeah, more fixes needed here, and better error handling. Thanks for the report!
Hola peeps; just hit this, glad it is documented and the documented fix works. Thank you kindly. Cool application, using it to explore a mkosi fedora build.