diff --git a/doc/bugs/git-annex_standalone_runshell_locale_cache_fails_on_too-long_filenames/comment_1_f325c3f90b7e910c3c7c5f9609e8b4c7._comment b/doc/bugs/git-annex_standalone_runshell_locale_cache_fails_on_too-long_filenames/comment_1_f325c3f90b7e910c3c7c5f9609e8b4c7._comment new file mode 100644 index 0000000000..3f779065b6 --- /dev/null +++ b/doc/bugs/git-annex_standalone_runshell_locale_cache_fails_on_too-long_filenames/comment_1_f325c3f90b7e910c3c7c5f9609e8b4c7._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2019-03-18T14:50:40Z" + content=""" +Pre-building it for all locales would add several hundred +megabytes to the download. + +The over-long path is proving difficult to deal with; it seems it would +need to hash the path, but the system may not have a hash program +(this is used on linux systems without coreutils), and +programs from the bundle can't yet be safely run at this point. + +Wouldn't you have had to put it in a directory path that's almost +4096 bytes deep for this to happen? +"""]]