Package: ikiwiki
Version: 1.31
Severity: serious
Tags: patch
When building 'ikiwiki' in a clean 'unstable' chroot,
I get the following error:
t/readfile.................ok
t/syntax...................
# Failed test 'IkiWiki/Plugin/img.pm'
# in t/syntax.t at line 16.
# Looks like you failed 1 test of 46.
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 31
Failed 1/46 tests, 97.83% okay
t/titlepage................ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/syntax.t 1 256 46 1 2.17% 31
Failed 1/14 test scripts, 92.86% okay. 1/274 subtests failed, 99.64% okay.
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/ikiwiki-1.31'
make: *** [build-stamp] Error 2
This is caused by a missing Build-Depends on 'perlmagick' as can be
seen from the following:
# perl -c IkiWiki/Plugin/img.pm
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
.) at IkiWiki/Plugin/img.pm line 9.
BEGIN failed--compilation aborted at IkiWiki/Plugin/img.pm line 9.
Regards
Andreas Jochens
diff -urN ../tmp-orig/ikiwiki-1.31/debian/control ./debian/control
--- ../tmp-orig/ikiwiki-1.31/debian/control 2006-10-28 03:15:15.000000000
+0000
+++ ./debian/control 2006-11-02 12:18:56.000000000 +0000
@@ -2,7 +2,7 @@
Section: web
Priority: optional
Build-Depends: perl, debhelper (>= 5)
-Build-Depends-Indep: dpkg-dev (>= 1.9.0), markdown, libhtml-template-perl,
libhtml-scrubber-perl, wdg-html-validator, libtext-wikiformat-perl,
libhtml-parser-perl, liburi-perl
+Build-Depends-Indep: dpkg-dev (>= 1.9.0), perlmagick, markdown,
libhtml-template-perl, libhtml-scrubber-perl, wdg-html-validator,
libtext-wikiformat-perl, libhtml-parser-perl, liburi-perl
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.kitenet.net/ikiwiki/trunk
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]