aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Can__39__t_build_2.49__63__.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-06-10 07:44:26 -0400
committerJoey Hess <joey@kitenet.net>2008-06-10 07:44:26 -0400
commit3c4ac2727b39bd0d5727e5214d1d9a6be93c9ccb (patch)
tree9400432711ccae45d87053b8ba880111f55cad7c /doc/bugs/Can__39__t_build_2.49__63__.mdwn
parent2db1e614507bf143c35c0a4acbafb43b54ee778e (diff)
downloadikiwiki-3c4ac2727b39bd0d5727e5214d1d9a6be93c9ccb.tar
ikiwiki-3c4ac2727b39bd0d5727e5214d1d9a6be93c9ccb.tar.gz
web commit by http://telemachos.myopenid.com/
Diffstat (limited to 'doc/bugs/Can__39__t_build_2.49__63__.mdwn')
-rw-r--r--doc/bugs/Can__39__t_build_2.49__63__.mdwn19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/bugs/Can__39__t_build_2.49__63__.mdwn b/doc/bugs/Can__39__t_build_2.49__63__.mdwn
new file mode 100644
index 000000000..c1b7c8bfb
--- /dev/null
+++ b/doc/bugs/Can__39__t_build_2.49__63__.mdwn
@@ -0,0 +1,19 @@
+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:
+
+<pre><code>/home/telemachus/bin/perl -Iblib/lib ikiwiki.out -libdir . -setup docwiki.setup -refresh
+docwiki.setup: Failed to load plugin IkiWiki::Plugin::inline: Too many arguments for IkiWiki::htmlize at IkiWiki/Plugin/inline.pm line 359, near "))"
+Compilation failed in require at (eval 14) line 2.
+BEGIN failed--compilation aborted at (eval 14) line 2.
+
+BEGIN failed--compilation aborted at (eval 10) line 21.
+
+make: *** [extra_build] Error 255</code></pre>
+
+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:
+
+* perl is 5.10.0 (built myself on the account, rather than the system perl)
+* The host system is Debian Etch
+* Kernel is a custom 2.6.16-xen kernel
+* Gcc 4.1.2
+
+Any thoughts or suggestions are appreciated. Thanks.