|
From: | Eric Blake |
Subject: | Re: gnulib largefile support |
Date: | Mon, 07 Nov 2011 13:38:29 -0700 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110928 Fedora/3.1.15-1.fc14 Lightning/1.0b3pre Mnenhy/0.8.4 Thunderbird/3.1.15 |
On 11/07/2011 01:30 PM, Nikos Mavrogiannopoulos wrote:
Hello, After adding few modules to gnulib the gnutls-guile library had few failures in testsuite in some arm and mips systems. After some investigation[0] it seems that the issue was that the new gnulib modules were depending on largefile module which defines a 64-bit off_t even on 32-bit systems. Why adding getpass or fseek gnulib modules would enable largefile by default? Wouldn't it be better to add an option to enable it only in systems where it is desirable?
Large file support IS desirable on all platforms. GNU code should not have arbitrary limits, and a 2 gigabyte limit on file size is an arbitrary limit.
-- Eric Blake address@hidden +1-801-349-2682 Libvirt virtualization library http://libvirt.org
[Prev in Thread] | Current Thread | [Next in Thread] |