Package: cwidget Version: 0.5.6.1-3 Severity: normal Hi,
I tried to backport cwidget for etch, the cwidget build failed with the following message: Failed to load plugin IkiWiki::Plugin::goodstuff: Can't locate IkiWiki/Plugin/goodstuff.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 (eval 9) line 2. BEGIN failed--compilation aborted at (eval 9) line 2. (This resulted from calling 'ikiwiki --setup ikiwiki.setup' during the build process). After I installed ikiwiki from lenny, the build process went allright. Please change cwidget's build-dependencies so that ikiwiki=2.40 is required for building cwidget. Alternatively, the following patch works around the problem mentioned above, but I cannot tell if this would be a sane thing to do: --- doc/ikiwiki.setup.orig 2008-03-21 16:08:28.753582874 +0000 +++ doc/ikiwiki.setup 2008-03-21 16:08:41.944055928 +0000 @@ -120,7 +120,7 @@ #account_creation_password => "example", # To add plugins, list them here. - add_plugins => [qw{goodstuff sidebar}] + # add_plugins => [qw{goodstuff sidebar}] # If you want to disable any of the default plugins, list them here. #disable_plugins => [qw{inline htmlscrubber passwordauth openid}], # To add a directory to the perl searh path, use this. Cheers, Wolf -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (200, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.23.14 (PREEMPT) Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]