summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-12-17 05:19:16 -0500
committerJoey Hess <joey@kitenet.net>2007-12-17 05:19:16 -0500
commit1585b31883833bcfc60ffb5c0144e406b16af77d (patch)
tree9b06b45b4bfab9c240ebe67576a4f48c104142a5
parentf373b09bf95865b5ea4167434a87c5d497d9df4b (diff)
web commit by http://ptecza.myopenid.com/: * Bug report
-rw-r--r--doc/bugs/ikiwiki.setup:_Insecure_dependency_in_mkdir_while_running_with_-T_switch_at_usrshareperl5IkiWiki.pm_line_355..mdwn19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/bugs/ikiwiki.setup:_Insecure_dependency_in_mkdir_while_running_with_-T_switch_at_usrshareperl5IkiWiki.pm_line_355..mdwn b/doc/bugs/ikiwiki.setup:_Insecure_dependency_in_mkdir_while_running_with_-T_switch_at_usrshareperl5IkiWiki.pm_line_355..mdwn
new file mode 100644
index 000000000..a65b81692
--- /dev/null
+++ b/doc/bugs/ikiwiki.setup:_Insecure_dependency_in_mkdir_while_running_with_-T_switch_at_usrshareperl5IkiWiki.pm_line_355..mdwn
@@ -0,0 +1,19 @@
+I've just upgraded my ikiwiki from version 2.11 to the latest version 2.15.
+I use my own rebuilt ikiwiki package for Ubuntu Gutsy box. Now I can't rebuild
+all my ikiwiki pages, because of the following bug:
+
+ ptecza@anahaim:~/blog$ ikiwiki --setup ikiwiki.setup --getctime --verbose
+ [...]
+ scanning post/2007/12/09/pink-freud-w-cafe-kulturalna.mdwn
+ ikiwiki.setup: Insecure dependency in mkdir while running with -T switch at /usr/share/perl5/IkiWiki.pm line 355.
+ BEGIN failed--compilation aborted at (eval 5) line 151.
+
+I have a write permission to the ikiwiki destination directory:
+
+ ptecza@anahaim:~/blog$ ls -ld /var/www/blog/
+ drwxr-xr-x 2 ptecza ptecza 4096 2007-12-17 10:48 /var/www/blog/
+
+I've read ikiwiki changelog for the previous releases and unfortunately
+I can't see any related entries. Any ideas?
+
+--[[Paweł|ptecza]]