diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-13 13:05:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-13 13:05:44 -0400 |
commit | 5807f1de04aa7d3910e7f694e0d1e5613d8f5b41 (patch) | |
tree | 5d5c8a7b5aa4e572bd5b73d512aa95463e13ca80 /doc | |
parent | 340f2198183cf20cc08e9ad33f377d6a8fcec35b (diff) | |
download | ikiwiki-5807f1de04aa7d3910e7f694e0d1e5613d8f5b41.tar ikiwiki-5807f1de04aa7d3910e7f694e0d1e5613d8f5b41.tar.gz |
fix two build bugs
* ikiwiki-mass-rebuild: Make group list comparison more robust.
* search: Work around xapian bug #486138 by only stemming locales
in a whitelist.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn b/doc/bugs/Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn index b59984e3e..6e43c1149 100644 --- a/doc/bugs/Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn +++ b/doc/bugs/Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn @@ -16,3 +16,13 @@ I've installed all needed packages for new search engine and added path to `omega` binary in my `ikiwiki.setup` file. Any ideas how to fix that problem? --[[Paweł|ptecza]] + +> Well, it's two separate problems. Xapian is crashing in the C code when +> asked to create a stemmer for `pl`. This is a Xapain bug, but I've put +> in a workaround. +> +> For the first problem, looks like I need a more robust grouplist comparor +> -- fixed in git. +> +> [[done]] +> --[[Joey]] |