1 [[!meta author="""joey"""]]
3 [[!meta authorurl="""http://ikiwiki.info/ikiwiki.cgi?page=users%2Fjoey&do=goto"""]]
5 [[!meta title="""change to bugs/aggregate_generates_long_filenames on ikiwiki"""]]
7 [[!meta permalink="http://ikiwiki.info/recentchanges/#change-2a452ddf146c4148155095e400f56b4674d76953"]]
9 <div id="change-2a452ddf146c4148155095e400f56b4674d76953" class="metadata">
10 <span class="desc"><br />Changed pages:</span>
11 <span class="pagelinks">
13 <a href="http://git.ikiwiki.info/?p=ikiwiki;a=blobdiff;f=doc/bugs/aggregate_generates_long_filenames.mdwn;h=c38ad6c7b84bba739f7deea2e40519b65b56792a;hp=40decb392b97533a833dec37768399bfa417a8cc;hb=2a452ddf146c4148155095e400f56b4674d76953;hpb=8de7fde49c295a6c9098767b9fdfea79de8476eb" title="diff" rel="nofollow">[[diff|wikiicons/diff.png]]</a><a href="http://ikiwiki.info/ikiwiki.cgi?page=bugs%2Faggregate_generates_long_filenames&do=goto" rel="nofollow">bugs/aggregate generates long filenames</a>
17 <span class="desc"><br />Changed by:</span>
18 <span class="committer">
20 <a href="http://ikiwiki.info/ikiwiki.cgi?page=users%2Fjoey&do=goto" rel="nofollow">joey</a>
23 <span class="desc"><br />Commit type:</span>
24 <span class="committype">git</span>
25 <span class="desc"><br />Date:</span>
26 <span class="changedate"><span class="relativedate" title="Tue, 16 Nov 2010 13:34:41 -0400">13:34:41 11/16/10</span></span>
27 <span class="desc"><br /></span>
31 <a href="http://ikiwiki.info/ikiwiki.cgi?rev=2a452ddf146c4148155095e400f56b4674d76953&do=revert" title="revert" rel="nofollow">[[revert|wikiicons/revert.png]]</a>
34 <div class="changelog">
37 but it already checks length..<br />
44 diff --git a/doc/bugs/aggregate_generates_long_filenames.mdwn b/doc/bugs/aggregate_generates_long_filenames.mdwn
45 index 40decb3..c38ad6c 100644
46 --- a/doc/bugs/aggregate_generates_long_filenames.mdwn
47 +++ b/doc/bugs/aggregate_generates_long_filenames.mdwn
48 @@ -11,3 +11,11 @@ It would also appear this abrubtly terminates aggregate processing (if not ikiwi
51 -- [[Jon]]
53 +> I have to wonder what filesystem you have there where 147 characters
54 +> is a long filename. Ikiwiki already uses `POSIX::pathconf` on the srcdir
55 +> to look up `_PC_NAME_MAX`
56 +> to see if the filename is too long, and shortens it, so it seems
57 +> that, in additional to having a rather antique long filename limit, your
58 +> system also doesn't properly expose it via pathconf. Not sure what
59 +> ikiwiki can do here. --[[Joey]]
64 <!-- 2a452ddf146c4148155095e400f56b4674d76953 -->