summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorPino Toscano <pino@debian.org>2011-11-01 18:37:19 +0000
committerFather Chrysostomos <sprout@cpan.org>2011-11-06 10:46:08 -0800
commit1fda587de9a7b85b90f9599b4b746d258afa2e6c (patch)
tree05f5dbe1a6746d361dd77f727596448abd6811bb /t
parente8986967cc4b65cf6851a88f988974f84ffab05b (diff)
downloadperl-1fda587de9a7b85b90f9599b4b746d258afa2e6c.tar.gz
enable LFS on GNU/Hurd
at the moment, perl is compiled on GNU/Hurd without large file support. This, other than the lacking of support for files > 2 GB, causes the failure in the t/op/stat.t test. The failure in stat.t happens because of the following: when filtering devices in /dev/* using grep {} with -b/-c, stat fails for large devices such as /dev/hdX blocks, or /dev/zero chars (this latter case should be an Hurd-specific issue, but shouldn't matter for this case), hence the counts done with grep {} and the ones done filtering the output of `ls' don't match. The attached patch enables the LFS using the same way used on linux.sh; about t/op/lfs.t, it gets skipped at the "kernel/fs not configured to use large files?" check, although it correctly detects sparse files and (at least by looking at the disk usage) allocates the 5GB (or so) file created with system() in that test.
Diffstat (limited to 't')
0 files changed, 0 insertions, 0 deletions