You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens when I first use rundig. It doesn't seem to stop anything from working though when I do testing, so I'll mark it low-priority for now.
andy@oceanus:~/src/hldig/build/install-test/bin$ ./rundig
/bin/mv: '/home/andy/src/hldig/build/install-test/var/hldig/root2word.db' and '/home/andy/src/hldig/build/install-test/var/hldig/root2word.db' are the same file
/bin/mv: '/home/andy/src/hldig/build/install-test/var/hldig/word2root.db' and '/home/andy/src/hldig/build/install-test/var/hldig/word2root.db' are the same file
/bin/mv: '/home/andy/src/hldig/build/install-test/var/hldig/synonyms.db' and '/home/andy/src/hldig/build/install-test/var/hldig/synonyms.db' are the same file
andy@oceanus:~/src/hldig/build/install-test/bin$ ls -al ../var/hldig/
total 5196
drwxr-xr-x 2 andy andy 4096 Sep 3 16:29 .
drwxr-xr-x 3 andy andy 4096 Sep 3 16:11 ..
-rw-r--r-- 1 andy andy 24576 Sep 3 16:29 db.docdb
-rw-r--r-- 1 andy andy 24576 Sep 3 16:29 db.docs.index
-rw-r--r-- 1 andy andy 24576 Sep 3 16:29 db.excerpts
-rw-r--r-- 1 andy andy 4096 Sep 3 16:29 db.words.db
-rw-r--r-- 1 andy andy 16384 Sep 3 16:29 db.words.db_weakcmpr
-rw-r--r-- 1 andy andy 2228224 Sep 3 16:29 root2word.db
-rw-r--r-- 1 andy andy 90112 Sep 3 16:29 synonyms.db
-rw-r--r-- 1 andy andy 2899968 Sep 3 16:29 word2root.db
The text was updated successfully, but these errors were encountered:
This happens when I first use
rundig
. It doesn't seem to stop anything from working though when I do testing, so I'll mark it low-priority for now.The text was updated successfully, but these errors were encountered: