summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-20 03:39:18 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-20 03:39:18 +0000
commit112c653de2b5137b66d8461759ff055a36b11ecf (patch)
treeae5c09ae4fc28e9683efa4b51c54cb7104cfa7fa /doc
parent5b013d57b277812e82f5314764fe5b3e3e35de5f (diff)
web commit by http://id.inelegant.org/
Diffstat (limited to 'doc')
-rw-r--r--doc/patchqueue/image-magick-prereq.mdwn26
1 files changed, 25 insertions, 1 deletions
diff --git a/doc/patchqueue/image-magick-prereq.mdwn b/doc/patchqueue/image-magick-prereq.mdwn
index 650f5fece..bdec4dbb2 100644
--- a/doc/patchqueue/image-magick-prereq.mdwn
+++ b/doc/patchqueue/image-magick-prereq.mdwn
@@ -4,7 +4,31 @@ The _img_ plugin is part of the default install and requires _Image::Magick_.
> that some plugin can use in there, only the ones in the default install
> --[[Joey]]
->> Isn't it part of the `goodstuff` bundle, which is enabled in the `Makefile.PL`? I was testing out install on another box earlier and the build failed because `Image::Magick` wasn't installed; after `sudo cpan Image::Magick`, that error went away.
+>> Isn't it part of the `goodstuff` bundle, which is enabled in the `Makefile.PL`? I was testing out install on another box earlier and the build failed because `Image::Magick` wasn't installed; after `sudo cpan Image::Magick`, that error went away. --Ben
+
+>> Here's the result of running `make` on a fresh checkout:
+
+<pre>
+[deletia]
+LANG=C ./ikiwiki.in doc html --templatedir=templates \
+ --underlaydir=basewiki \
+ --wikiname="ikiwiki" --verbose --no-rcs \
+ --exclude=/discussion --no-discussion --userdir=users \
+ --plugin=goodstuff \
+ --plugin=haiku --plugin=polygen --plugin=fortune
+Failed to load plugin IkiWiki::Plugin::goodstuff: Failed to load plugin IkiWiki::Plugin::img: Can't locate Image/Magick.pm in @INC (@INC contains: . /etc/perl
+ /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl
+ /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7) at IkiWiki/Plugin/img.pm line 9.
+BEGIN failed--compilation aborted at IkiWiki/Plugin/img.pm line 9.
+Compilation failed in require at (eval 14) line 2.
+BEGIN failed--compilation aborted at (eval 14) line 2.
+
+BEGIN failed--compilation aborted at (eval 12) line 2.
+
+make: *** [extra_build] Error 2
+</pre>
+
+>> After `sudo apt-get install perlmagick`, `make` gets past this point. (It then crashes on [[bugs/xgettext_issue]]).
<pre>
Index: Makefile.PL