Skip Menu |

This queue is for tickets about the Lingua-Thesaurus CPAN distribution.

Report information
The Basics
Id: 118968
Status: resolved
Priority: 0/
Queue: Lingua-Thesaurus

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc: ishigaki [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.09
Fixed in: 0.10



CC: ishigaki [...] cpan.org
Subject: unknown tokenizer: perl
The test suite started to fail, probably due to an incompatible change in the most recent DBD-SQLite version (@ishigaki: can you confirm this?) ... DBD::SQLite::db do failed: unknown tokenizer: perl at /tmpfs/.cpan-build-cpansand/2016112521/Lingua-Thesaurus-0.09-0/blib/lib/Lingua/Thesaurus/Storage/SQLite.pm line 113. DBD::SQLite::db do failed: unknown tokenizer: perl at /tmpfs/.cpan-build-cpansand/2016112521/Lingua-Thesaurus-0.09-0/blib/lib/Lingua/Thesaurus/Storage/SQLite.pm line 113. t/05-load-jurivoc-fulltext-unaccent.t .. Dubious, test returned 2 (wstat 512, 0x200) No subtests run ...
On Sat Nov 26 06:39:07 2016, SREZIC wrote: Show quoted text
> The test suite started to fail, probably due to an incompatible change > in the most recent DBD-SQLite version (@ishigaki: can you confirm > this?) > > ... > DBD::SQLite::db do failed: unknown tokenizer: perl at /tmpfs/.cpan- > build-cpansand/2016112521/Lingua-Thesaurus-0.09- > 0/blib/lib/Lingua/Thesaurus/Storage/SQLite.pm line 113. > DBD::SQLite::db do failed: unknown tokenizer: perl at /tmpfs/.cpan- > build-cpansand/2016112521/Lingua-Thesaurus-0.09- > 0/blib/lib/Lingua/Thesaurus/Storage/SQLite.pm line 113. > t/05-load-jurivoc-fulltext-unaccent.t .. > Dubious, test returned 2 (wstat 512, 0x200) > No subtests run > ...
Thanks for CC-ing me. Yes, this is a DBD::SQLite issue. The feature this module uses was disabled in DBD::SQLite 1.51_01 because SQLite 3.11 disabled two-arg fts3_tokenizer by default, and I forgot to add a remedy available since SQLite 3.12. I'll ship a new developer version of DBD::SQLite to fix this issue, and the next stable version if there's nothing wrong.
RT-Send-CC: ishigaki [...] cpan.org
On Fri Nov 25 20:27:18 2016, ISHIGAKI wrote: Show quoted text
> Thanks for CC-ing me. Yes, this is a DBD::SQLite issue. The feature > this module uses was disabled in DBD::SQLite 1.51_01 because SQLite > 3.11 disabled two-arg fts3_tokenizer by default, and I forgot to add a > remedy available since SQLite 3.12. I'll ship a new developer version > of DBD::SQLite to fix this issue, and the next stable version if > there's nothing wrong.
Thanks Kenichi. I confirm that DBD::SQLite v1.53_01 fixes the problem. Regards, L. Dami
On Sun Nov 27 13:59:49 2016, DAMI wrote: Show quoted text
> On Fri Nov 25 20:27:18 2016, ISHIGAKI wrote: >
> > Thanks for CC-ing me. Yes, this is a DBD::SQLite issue. The feature > > this module uses was disabled in DBD::SQLite 1.51_01 because SQLite > > 3.11 disabled two-arg fts3_tokenizer by default, and I forgot to add a > > remedy available since SQLite 3.12. I'll ship a new developer version > > of DBD::SQLite to fix this issue, and the next stable version if > > there's nothing wrong.
> > Thanks Kenichi. > I confirm that DBD::SQLite v1.53_01 fixes the problem. > > Regards, L. Dami
FYI, I shipped DBD::SQLite 1.54 (several days ago, sorry for being late to let you know).
RT-Send-CC: ishigaki [...] cpan.org
On Mon Dec 26 18:41:15 2016, ISHIGAKI wrote: Show quoted text
> FYI, I shipped DBD::SQLite 1.54 (several days ago, sorry for being > late to let you know).
Fixed in Lingua::Thesaurus v0.10 (by forcing dependency on DBD::SQLite v1.54)