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