aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/2.45_Compilation_error.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-06-10 14:31:03 -0400
committerJoey Hess <joey@kitenet.net>2008-06-10 14:31:03 -0400
commit3b8281904965451aad7fdde35cad1494f4e758e8 (patch)
tree410bda4bab3b066c2064e1a0f8decf6cc267120e /doc/bugs/2.45_Compilation_error.mdwn
parente6a689311742d2a8c1d05bdb5850ef40c06cec68 (diff)
downloadikiwiki-3b8281904965451aad7fdde35cad1494f4e758e8.tar
ikiwiki-3b8281904965451aad7fdde35cad1494f4e758e8.tar.gz
web commit by buo: strace run
Diffstat (limited to 'doc/bugs/2.45_Compilation_error.mdwn')
-rw-r--r--doc/bugs/2.45_Compilation_error.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/2.45_Compilation_error.mdwn b/doc/bugs/2.45_Compilation_error.mdwn
index b83d7c793..b26d80a0d 100644
--- a/doc/bugs/2.45_Compilation_error.mdwn
+++ b/doc/bugs/2.45_Compilation_error.mdwn
@@ -102,3 +102,19 @@ I don't know what is going on, but I'll run any more tests you need me to.
> The only further thing I can think to try is `strace -f` the entire failing
> `make` run (or the ikiwiki command that's failing in it, if you can
> reproduce the failure at the command line). --[[Joey]]
+
+I have 2.46 installed and I can reproduce the bug reported against 2.49. The command that fails is:
+
+ $ /usr/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.
+
+strace -f produces a 112K file. I don't know enough to be comfortable analyzing it.
+However, lines like:
+
+ stat64("/usr/local/share/perl5/site_perl/5.10.0/IkiWiki.pm", {st_mode=S_IFREG|0444, st_size=31982, ...}) = 0
+
+make me think the make process is not completely independent of a previous
+installation. Joey, should I email you the strace log file?