Re: [Tracker] Tracker error unkown tokenizer



Hi Rick,

On Tue, Mar 1, 2016 at 12:33 PM, Rick van der Zwet
<info rickvanderzwet nl> wrote:
On 29/02/16 18:06, Carlos Garnacho wrote:
On Mon, Feb 29, 2016 at 5:41 PM, Rick van der Zwet
<info rickvanderzwet nl> wrote:
Hi Folks,

$ tracker search foo
Could not get search results, unknown tokenizer: TrackerTokenizer

$ tracker --version
Tracker 1.7.3

I also tried to reset:
    $ tracker reset -r

Yet the same result applies. Any hints on what I might be doing wrong?

You did nothing wrong, this problem is due to compatibility issues
with sqlite >=3.11. Any Tracker version will only find this problem at
runtime unless sqlite is compiled with some special flag to preserve
compatibility. The issue is being currently addressed at
https://bugzilla.gnome.org/show_bug.cgi?id=762226 .

Thanks for your response and your time in making the software, allowing
me to search for files et. al, which I use a lot in my daily workflow.

Thanks! Glad to know it's useful to you.


Been testing the wip/fts5 branch of git://git.gnome.org/tracker yet this
does not seems to-do the trick yet. The nautilus search plug-in for
example wants to look at a table named ``fts''.

Hmm, I expect that to happen if applications are still linking to the
libtracker-sparql.so as provided by packages. Both the running
tracker-store process and the clients would need to use the same
libtracker-sparql as you compiled it.

AFAICT, the fixes in that branch will just work when those are
installed system-wide through packages.


Will keep a eye on it, let me know if you need help testing.

For the time being on Fedora 23 downgrading seems to be the only (quick)
fix:

  $ sudo dnf repository-packages fedora install sqlite --allowerasing

Yeah... the fedora folks were too eager to include sqlite 3.11 in
updates repos. Besides having been inconvenient to Tracker, the fix is
worthwhile otherwise.

I've just rolled new 1.4/1.6 releases that include an embedded copy of
sqlite, that will fix the issue in f23/22 (hopefully soon enough!).
The wip/fts5 branch has only been merged to master, and is already
released in 1.7.4, so this approach is reserved for f24/rawhide.

Cheers,
  Carlos


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]