Movatterモバイル変換
[0]ホーム
[Python-Dev] Re: [Zope-dev] >2GB Data.fs files on FreeBSD
R. David Murraybitz@bitdance.com
Thu, 13 Apr 2000 15:12:34 -0400 (EDT)
On Thu, 13 Apr 2000, Andrew M. Kuchling wrote:> longer use 32-bit ints to store file position. There's a> HAVE_LARGEFILE_SUPPORT #define that turns on the use of these> alternate system calls; see Python's configure.in for the test used toI just looked in my python config.h on my FreeBSD system, and I see:#define HAVE_LARGEFILE_SUPPORT 1So it looks like it is on, and it seems to me the problem could bein either Python or FileStorage.py in Zope.This is a Zope 2.1.2 system (but I diffed filestorage.py againstthe 2.1.6 version and didn't see any relevant changes) runningon a FreeBSD 3.1 system. A make test in Python passed all tests,but I don't know if large file support is tested by the tests.--RDMPS: anyone from the python list replying to this please CC me asI am not on that list.
[8]ページ先頭