web commit by http://ptecza.myopenid.com/: * Bug report
[ikiwiki] / doc / bugs / Insecure_dependency_in_eval_while_running_with_-T_switch.mdwn
1 Hello,
2
3 I had to fix a location of one page in my repo via `svn move` and now I have
4 a problem with rebuilding my ikiwiki pages:
5
6     ikiwiki --setup ikiwiki.setup
7     [...]
8     tworzenie strony ubuntu/linki.mdwn
9     tworzenie strony knoppix/bootowalny_pendrive_usb.mdwn
10     tworzenie strony helponformatting.mdwn
11     Insecure dependency in eval while running with -T switch at /usr/share/perl5/IkiWiki/Plugin/conditional.pm line 30.
12     BEGIN failed--compilation aborted at (eval 5) line 110.
13
14 Temporarily I've disabled conditional plugin to avoid that bug.
15
16 PS. I still use ikiwiki 1.50 backported for Debian 'sarge'.
17
18 -- Pawel