Re: shell: dash - large file support

2015-07-27 Thread Herbert Xu
Jilles Tjoelker jil...@stack.nl wrote: However, using a non-largefile stat() or lstat() is always wrong, since the inode number may not fit in a non-largefile ino_t. This happens in various cases: test -ef/-nt/-ot, finding a dot script (. special builtin) and some related to the current

Re: shell: dash - large file support

2015-07-26 Thread Jilles Tjoelker
On Fri, Jul 24, 2015 at 02:50:48PM -0400, Aleksandar Ristovski wrote: For builds that build 32-bit dash, configure misses to setup large file support resulting in issues with large files. For example: ...dp/dash-0.5.8/build$ ls -l /tmp/largefile.sh -rw-rw-r-- 1 aristovski aristovski

shell: dash - large file support

2015-07-24 Thread Aleksandar Ristovski
Hello, For builds that build 32-bit dash, configure misses to setup large file support resulting in issues with large files. For example: ...dp/dash-0.5.8/build$ ls -l /tmp/largefile.sh -rw-rw-r-- 1 aristovski aristovski 3794653588 Jul 24 14:12 /tmp/largefile.sh ...dp/dash-0.5.8/build$