X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/84794b6a8d5641cdcf9d6cb7301e880c10ab3459..331430fe9f092cd00db316a1b35c5fe8b42d036d:/doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn diff --git a/doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn b/doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn index 4ce8b137c..6ed035232 100644 --- a/doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn +++ b/doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn @@ -15,7 +15,7 @@ I can't build my ikiwiki 1.40 backport for Debian 'sarge': make[1]: Leaving directory `/home/ptecza/svn/ikiwiki' make: *** [build-stamp] Error 2 ---Pawel +--[[Paweł|ptecza]] This is because of an old version of Locale::gettext which doesn't include the OO interface. I had this problem too, but installing a @@ -39,6 +39,12 @@ new version of Locale::gettext fixed it. --Ethan >> Thanks for the hint, guys! :) I've just backported liblocale-gettext-perl >> 1.05 package and it seems that now I can build my ikiwiki successfully ->> and it even works :) --Pawel +>> and it even works :) --[[Paweł|ptecza]] Thanks for the note on this, made it very easy to figure out what was going on. Just pointing out though that the Debian package doesn't require a new version of liblocale-gettext-perl. I just got bit by this bug setting up a dev ikiwiki box on a mixed stable/testing box. -- [[Adam]] + +> The Debian package has this: +> +> Suggests: [...], liblocale-gettext-perl (>= 1.05-1), [...] +> +> --[[JoshTriplett]] \ No newline at end of file