a65b81692aa6444dba3eb4712de87498cae19ad8
[ikiwiki.git] /
1 I've just upgraded my ikiwiki from version 2.11 to the latest version 2.15.
2 I use my own rebuilt ikiwiki package for Ubuntu Gutsy box. Now I can't rebuild
3 all my ikiwiki pages, because of the following bug:
4
5     ptecza@anahaim:~/blog$ ikiwiki --setup ikiwiki.setup --getctime --verbose
6     [...]
7     scanning post/2007/12/09/pink-freud-w-cafe-kulturalna.mdwn
8     ikiwiki.setup: Insecure dependency in mkdir while running with -T switch at /usr/share/perl5/IkiWiki.pm line 355.
9     BEGIN failed--compilation aborted at (eval 5) line 151.
10
11 I have a write permission to the ikiwiki destination directory:
12
13     ptecza@anahaim:~/blog$ ls -ld /var/www/blog/
14     drwxr-xr-x 2 ptecza ptecza 4096 2007-12-17 10:48 /var/www/blog/
15
16 I've read ikiwiki changelog for the previous releases and unfortunately
17 I can't see any related entries. Any ideas?
18
19 --[[Paweł|ptecza]]