Bug 1337903
Summary: | geary fails to initialize: unknown tokenizer: unicodesn | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ernesto Manríquez <alejandronova> |
Component: | geary | Assignee: | Thomas Moschny <thomas.moschny> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 24 | CC: | justin.brown, michel, thomas.moschny, tiktokoptik, vestrum |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | geary-0.11.1-2.fc24 geary-0.11.1-1.fc23 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-07-05 04:58:50 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1312506 | ||
Bug Blocks: |
Description
Ernesto Manríquez
2016-05-20 12:14:35 UTC
If I install sqlite-3.11.0-3.fc23 over my Fedora 24 install, the problem goes away. The FTS3 tokenizer needs to be enabled in SQLite for this to work. bug 1312506 Geary 0.11 can enable FTS3 with the runtime method introduced in SQLite 3.12, but SQLite 3.11 requires compilation with the FTS3 tokenizer. https://mail.gnome.org/archives/commits-list/2016-April/msg07576.html sqlite 3.12.2 hasn't fixed the problem. I can confirm this. Hope it will be fixed soon. Ernesto, thanks for a working solution! Downgrading to sqlite-3.11.0-3.fc24.x86_64 did not solve the problem. If I understand things right, this can be fixed by either: - pushing a fixed sqlite 3.11 to F24, or - pushing sqlite 3.12 to F24 *and* building geary against that As sqlite 3.12 is already in testing and will be pushed soon I'll go for the second option (and update to geary 0.11.1). geary-0.11.1-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-7a2fb3caf1 geary-0.11.1-2.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-0a39e9f457 geary-0.11.1-2.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-0a39e9f457 geary-0.11.1-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-7a2fb3caf1 geary-0.11.1-2.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. geary-0.11.1-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |