Your message dated Fri, 03 Nov 2006 15:47:28 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#396702: fixed in ikiwiki 1.32
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
Source: ikiwiki
Source-Version: 1.32

We believe that the bug you reported is fixed in the latest version of
ikiwiki, which is due to be installed in the Debian FTP archive:

ikiwiki_1.32.dsc
  to pool/main/i/ikiwiki/ikiwiki_1.32.dsc
ikiwiki_1.32.tar.gz
  to pool/main/i/ikiwiki/ikiwiki_1.32.tar.gz
ikiwiki_1.32_all.deb
  to pool/main/i/ikiwiki/ikiwiki_1.32_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated ikiwiki package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri,  3 Nov 2006 14:46:37 -0500
Source: ikiwiki
Binary: ikiwiki
Architecture: source all
Version: 1.32
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description: 
 ikiwiki    - a wiki compiler
Closes: 396702
Changes: 
 ikiwiki (1.32) unstable; urgency=low
 .
   * Add a separate pass to find page links, and only render each page once,
     instead of over and over. Typical speedup is ~4x. Max possible speedup:
     8x.
   * Add "scan" parameter to hook(), which is used to make the hook be called
     during the scanning pass, as well as the render pass. The meta and tag
     plugins need to use the new scan parameter, so will any others that modify
     %links.
   * Now that links are calculated in a separate pass, it can also
     precalculate backlinks in one pass, which is O(N^2) instead of the
     previous code that was O(N^3). A very nice speedup for wikis with lots
     (thousands) of pages.
   * Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk
     Erdem.
   * Add a default stylesheet entry for the pagecloud.
   * Add examples page with some examples of things that can be done using
     ikiwiki, like a weblog. The examples can be copied into a user's wiki
     for a quick start, without needing to learn everything about how to put
     them together.
   * Install the source of the examples into /usr/share/doc/ikiwiki/examples.
   * Add perlmagick to build-depends so syntax check of img plugin works.
     Closes: #396702
   * Improve login/register process, the login dialog has only name and
     password fields, which allows more web browsers to regognise it as a login
     field, and is less confusing.
   * Implemented expiry options for aggregate plugin.
   * Use precalculated backlinks info when determining if files need an update
     due to a page they link to being added/removed. Mostly significant if
     there are lots of pages.
   * Remove duplicate link info when saving index. In some cases it could
     pile up rather badly. (Probably not the best way to deal with this
     problem.)
   * Patch from James Westby to support podcasting, photoblogging, vidcasting,
     or what have you, by creating enclosures for non-page items that are
     included in feeds.
Files: 
 3e4d4d506635896f4c29b85a3a55f42a 719 web optional ikiwiki_1.32.dsc
 78dbe566d99ad2394d1985d2d765274f 220669 web optional ikiwiki_1.32.tar.gz
 8c6f6c6e62970f47032531c86b5a7675 272090 web optional ikiwiki_1.32_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFS50n2tp5zXiKP0wRAmzuAKCOjRqGJve2Gx/O/ZShHZSlWr5LTQCfY2TS
sNa2WQPX2Imd5G5HBuJSNUg=
=N9ol
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to