aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/aggregate_generates_long_filenames.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-11-16 13:34:41 -0400
committerJoey Hess <joey@kitenet.net>2010-11-16 13:34:41 -0400
commit2a452ddf146c4148155095e400f56b4674d76953 (patch)
treec8e82fd0d571a6270d16f1bb43f1d45747ddbbcd /doc/bugs/aggregate_generates_long_filenames.mdwn
parent8de7fde49c295a6c9098767b9fdfea79de8476eb (diff)
downloadikiwiki-2a452ddf146c4148155095e400f56b4674d76953.tar
ikiwiki-2a452ddf146c4148155095e400f56b4674d76953.tar.gz
but it already checks length..
Diffstat (limited to 'doc/bugs/aggregate_generates_long_filenames.mdwn')
-rw-r--r--doc/bugs/aggregate_generates_long_filenames.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/aggregate_generates_long_filenames.mdwn b/doc/bugs/aggregate_generates_long_filenames.mdwn
index 40decb392..c38ad6c7b 100644
--- a/doc/bugs/aggregate_generates_long_filenames.mdwn
+++ b/doc/bugs/aggregate_generates_long_filenames.mdwn
@@ -11,3 +11,11 @@ It would also appear this abrubtly terminates aggregate processing (if not ikiwi
-- [[Jon]]
+
+> I have to wonder what filesystem you have there where 147 characters
+> is a long filename. Ikiwiki already uses `POSIX::pathconf` on the srcdir
+> to look up `_PC_NAME_MAX`
+> to see if the filename is too long, and shortens it, so it seems
+> that, in additional to having a rather antique long filename limit, your
+> system also doesn't properly expose it via pathconf. Not sure what
+> ikiwiki can do here. --[[Joey]]