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