]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/Can__39__t_build_2.49__63__.mdwn
fix link
[ikiwiki.git] / doc / bugs / Can__39__t_build_2.49__63__.mdwn
1 I'm using ikiwiki on a shell account/hosting site where I can build but have no root privileges. I went to build 2.49 last night, but make fails with the following error:
2
3 <pre><code>/home/telemachus/bin/perl -Iblib/lib   ikiwiki.out -libdir . -setup docwiki.setup -refresh
4 docwiki.setup: Failed to load plugin IkiWiki::Plugin::inline: Too many arguments for IkiWiki::htmlize at IkiWiki/Plugin/inline.pm line 359, near "))"
5 Compilation failed in require at (eval 14) line 2.
6 BEGIN failed--compilation aborted at (eval 14) line 2.
7
8 BEGIN failed--compilation aborted at (eval 10) line 21.
9
10 make: *** [extra_build] Error 255</code></pre>
11
12 I looked at that patch of inline.pm, but nothing obvious jumped out at me, and I'm reluctant to tinker with it on my own. Other details that may be useful:
13
14 * perl is 5.10.0 (built myself on the account, rather than the system perl)
15 * The host system is Debian Etch
16 * Kernel is a custom 2.6.16-xen kernel
17 * Gcc 4.1.2
18
19 Any thoughts or suggestions are appreciated. Thanks.
20
21 > See this report: [[2.45_Compilation_error]]
22
23 > I don't know if this is the same problem you're seeing, but it looks similar.
24 > The issue is unresolved AFAICT, but I haven't had a chance to try 2.49 yet.
25
26 > The only workaround I've found is to completely remove any previous ikiwiki
27 > installation that might be present on the system. --Buo