Your message dated Sat, 01 Mar 2008 22:02:05 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#466495: fixed in ikiwiki 2.40 has caused the Debian Bug report #466495, regarding ikiwiki: Ikiwiki fails to compile the wiki 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 466495: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466495 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: ikiwiki Version: 2.32.3 Severity: grave Hi, --8<---------------cut here---------------start------------->8--- __> ikiwiki --setup manoj.devel.ikiwiki.setup successfully generated /home/srivasta/cgi-bin/ikiwiki.cgi Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/IkiWiki/Rcs/tla.pm line 119. manoj.devel.ikiwiki.setup: Undefined subroutine &IkiWiki::escapeHTML called at /usr/share/perl5/IkiWiki/Rcs/tla.pm line 135. BEGIN failed--compilation aborted at (eval 5) line 125. --8<---------------cut here---------------end--------------->8--- This renders ikiwiki mostly useless; the fix is simple: Add eval q{use CGI 'escapeHTML'}; error($@) if $@; to /usr/share/perl5/IkiWiki/Rcs/tla.pm manoj -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.22.3anzu (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages ikiwiki depends on: ii libhtml-parser-perl 3.56-1 A collection of modules that parse ii libhtml-template-perl 2.9-1 HTML::Template : A module for usin ii liburi-perl 1.35.dfsg.1-1 Manipulates and accesses URI strin ii markdown 1.0.1-7 Text-to-HTML conversion tool ii perl 5.8.8-12 Larry Wall's Practical Extraction Versions of packages ikiwiki recommends: ii bcc [c-compiler] 0.16.17-2 16-bit x86 C compiler ii bzr 1.2~rc1-1 easy to use distributed version co ii gcc [c-compiler] 4:4.2.2-2 The GNU C compiler ii gcc-3.4 [c-compiler] 3.4.6-6 The GNU C compiler ii gcc-4.1 [c-compiler] 4.1.2-19 The GNU C compiler ii gcc-4.2 [c-compiler] 4.2.3-1 The GNU C compiler ii gcc-4.3 [c-compiler] 4.3-20080202-1 The GNU C compiler ii git-core 1:1.5.4.1-1 fast, scalable, distributed revisi ii libc6-dev [libc-dev] 2.7-8 GNU C Library: Development Librari ii libcgi-formbuilder-perl 3.05.01-1 Easily generate and process statef ii libcgi-session-perl 4.20-2 Persistent session data in CGI app ii libhtml-scrubber-perl 0.08-4 Perl extension for scrubbing/sanit ii liblwpx-paranoidagent-per 1.03-1 a "paranoid" subclass of LWP::User ii libmail-sendmail-perl 0.79-4 Send email from a perl script ii libnet-openid-consumer-pe 0.14-1 library for consumers of OpenID id ii libtime-duration-perl 1.02-1 Time::Duration -- rounded or exact ii libtimedate-perl 1.1600-9 Time and date functions for Perl ii libxml-simple-perl 2.18-1 Perl module for reading and writin ii mercurial 0.9.5-3 Scalable distributed version contr ii subversion 1.4.6dfsg1-1 Advanced version control system ii tla 1.3.5+dfsg-9 GNU Arch revision control system -- no debconf information -- Tomorrow will be cancelled due to lack of interest. Manoj Srivastava <[EMAIL PROTECTED]> <http://www.golden-gryphon.com/> 1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
--- End Message ---
--- Begin Message ---Source: ikiwiki Source-Version: 2.40 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_2.40.dsc to pool/main/i/ikiwiki/ikiwiki_2.40.dsc ikiwiki_2.40.tar.gz to pool/main/i/ikiwiki/ikiwiki_2.40.tar.gz ikiwiki_2.40_all.deb to pool/main/i/ikiwiki/ikiwiki_2.40_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, 29 Feb 2008 23:05:39 -0500 Source: ikiwiki Binary: ikiwiki Architecture: source all Version: 2.40 Distribution: unstable Urgency: low Maintainer: Joey Hess <[EMAIL PROTECTED]> Changed-By: Joey Hess <[EMAIL PROTECTED]> Description: ikiwiki - a wiki compiler Closes: 465152 466495 Changes: ikiwiki (2.40) unstable; urgency=low . [ Josh Triplett ] * Add new preprocessor directive syntax¸ using a '!' prefix. Add a prefix_directives option to the setup file to turn this syntax on; currently defaults to false, for backward compatibility. Support optional '!' prefix even with prefix_directives off, and use that in the underlay to support either setting of prefix_directives. Add NEWS entry with migration information. . [ Joey Hess ] * Danish translation update from Jonas Smedegaard. Closes: #465152 * Generate XML RPC messages with the encoding set to utf-8 instead of XML::RPC's default of us-ascii. Allows interoperation with python's xmlrpc library, which threw invalid encoding exceptions and caused the rst plugin to hang. * Add the linkify and scan hooks. These hooks can be used to implement custom, first-class types of wikilinks. * Move standard wikilink implementation to a new link plugin, which will of course be enabled by default. * camelcase: Convert to use new linkify and scan hooks rather than the old hack. * Setting NOTAINT=1 had no effect when building ikiwiki itself, fix this. * Depend on HTML::Scrubber, since the scrubber is enabled by default and dies if its can't be loaded. * The search plugin needs to override <base> to point to the directory containing ikiwiki.cgi, but this should not change the urls to the style sheets etc. Add a new forcebareurl parameter to misctemplate to allow it to do that. * Preview limits the page dropdown to what's selected previously (as preserving the full list across preview would be tricky). Userdirs were still being offered as an option there, remove them. * Fix a bug where user A created a page concurrently with user B, and when B previewed it would redirect B to A's new page, losing B's work. Instead, don't redirect and let conflict handling resolve it. * monotone: Add code to default mergerc file to run _MTN/ikiwiki-netsync-hook when a commit is merged in from the net. * tla: Remove call to escapeHTML when constructing recentchanges message; the html is escaped at a different level. Closes: #466495 * bzr, mercurial: Remove unused import of escapeHTML. * Fix another preview will_render bug. This one involved inline, which forced a scan of the page to make available metadata that appeared after the inline directive. Problem is that scan made it forget about any other files rendered due to the page. The scan also turns out to be unnecessary now, since meta persistently stores state and it's always available. So it was just removed. * Disable taint checking for all builds as people keep complaining about it, and since all versions of perl seem to be hopelessly broken. * Fix links generated by preprocessor directives when previewing. * inline: When forcing urls absolute for rss feeds, skip mailto and other such urls. * ikiwiki-makerepo: Don't fail if the third argument ends in a slash. * Allow colons in URLs after the first slash. (Adeodato Simó) Files: f17202ad3e1222b200916de617be7559 865 web optional ikiwiki_2.40.dsc 7d4d1eaef0e60e8199f51d4b72d4c202 654139 web optional ikiwiki_2.40.tar.gz aa2d6dfa2df576a8117494f0a70ecbf5 781616 web optional ikiwiki_2.40_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHyc1y2tp5zXiKP0wRAoTqAJ4tXU+IHxX90ABxn/AWlVD7yyZW3gCgs7hF MnI3cMnaEEKPe5Jx5EJ1agM= =lWPq -----END PGP SIGNATURE-----
--- End Message ---

