]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/aggregate_plugin_errors.mdwn
5d8b34f53db89fed494ab7294617082b81c91989
[ikiwiki.git] / doc / bugs / aggregate_plugin_errors.mdwn
1 I'm using the aggregate plugin (which is wonderful, thanks!) at this URL http://adam.shand.net/blog/planet/
2
3 When I run ikiwiki with "--aggregate" I get this error:
4
5     ronin(adam)$ /usr/bin/ikiwiki --setup ~adam/.ikiwiki/asni.setup --aggregategate
6     successfully generated /var/www/adam.shand.net/iki.cgi
7     Use of uninitialized value in subroutine entry at /usr/share/perl5/IkiWiki/Plugin/aggregate.pm line 414.
8     Use of uninitialized value in subroutine entry at /usr/share/perl5/IkiWiki/Plugin/aggregate.pm line 414.
9     Use of uninitialized value in subroutine entry at /usr/share/perl5/IkiWiki/Plugin/aggregate.pm line 414.
10     Use of uninitialized value in subroutine entry at /usr/share/perl5/IkiWiki/Plugin/aggregate.pm line 414.
11     Use of uninitialized value in subroutine entry at /usr/share/perl5/IkiWiki/Plugin/aggregate.pm line 414.
12     Use of uninitialized value in subroutine entry at /usr/share/perl5/IkiWiki/Plugin/aggregate.pm line 414.
13     Use of uninitialized value in subroutine entry at /usr/share/perl5/IkiWiki/Plugin/aggregate.pm line 414.
14     Use of uninitialized value in subroutine entry at /usr/share/perl5/IkiWiki/Plugin/aggregate.pm line 414.
15
16 Also, feeds from DokuWiki seem to crash the aggregate plugin completely, it's not a completely valid feed but presumably crashing is still bad.  The feed I'm seeing this with is http://www.wirelesscommons.org/feed.php
17
18     -- System Information:
19     Debian Release: 3.1
20       APT prefers testing
21       APT policy: (650, 'testing')
22     Architecture: i386 (i686)
23     Kernel: Linux 2.4.25-1um
24     Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
25
26     Versions of packages ikiwiki depends on:
27     ii  gcc [c-compiler]             4:3.3.5-3   The GNU C compiler
28     ii  gcc-2.95 [c-compiler]        1:2.95.4-22 The GNU C compiler
29     ii  gcc-3.3 [c-compiler]         1:3.3.5-13  The GNU C compiler
30     ii  libc6-dev [libc-dev]         2.3.6-7     GNU C Library: Development Librari
31     ii  libcgi-formbuilder-perl      3.03.01-1   Easily generate and process statef
32     ii  libcgi-session-perl          4.14-1      Persistent session data in CGI app
33     ii  libhtml-parser-perl          3.45-2      A collection of modules that parse
34     ii  libhtml-scrubber-perl        0.08-3      Perl extension for scrubbing/sanit
35     ii  libhtml-template-perl        2.8-1       HTML::Template : A module for usin
36     ii  libmail-sendmail-perl        0.79-1      Send email from a perl script
37     ii  libtime-duration-perl        1.02-1      Time::Duration -- rounded or exact
38     ii  libtimedate-perl             1.1600-4    Time and date functions for Perl
39     ii  liburi-perl                  1.35-1      Manipulates and accesses URI strin
40     ii  libxml-simple-perl           2.14-5      Perl module for reading and writin
41     ii  markdown                     1.0.1-3     Text-to-HTML conversion tool
42     ii  perl                         5.8.8-6.1   Larry Wall's Practical Extraction
43
44
45 Cheers,
46 --[[AdamShand]]