From 5807f1de04aa7d3910e7f694e0d1e5613d8f5b41 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 13 Jun 2008 13:05:44 -0400 Subject: 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. --- doc/bugs/Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/bugs/Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn') 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]] -- cgit v1.2.3