]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/Missing_build-dep_on_perlmagick__63__.mdwn
Joey's right, that's good enough.
[ikiwiki.git] / doc / bugs / Missing_build-dep_on_perlmagick__63__.mdwn
1 Trying to build current Git master in a (two weeks old - no DSL here) sid chroot triggers :
2
3         rendering news.mdwn
4         Can't locate Image/Magick.pm in @INC (@INC contains: . blib/lib /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at (eval 175) line 2.
5         BEGIN failed--compilation aborted at (eval 175) line 2.
6
7         make[1]: *** [extra_build] Error 2
8         make[1]: Leaving directory `/tmp/buildd/ikiwiki-2.54'
9         make: *** [build-stamp] Error 2
10
11 Adding perlmagick to the build-deps fixes it. I read somewhere in debian/changelog that this build-deb was not needed, but...
12
13 > It's not needed by the test suite, but once I added a img to the source
14 > wiki, it became needed. [[done]] --[[Joey]]