This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: GNU/Hurd doesn't have large file support
Type: Stage:
Components: Build Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: doko, loewis
Priority: normal Keywords: patch

Created on 2001-12-27 18:42 by doko, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Messages (3)
msg38585 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2001-12-27 18:42
[extracted from http://bugs.debian.org/118189, 
submitted by James A Morrison 
<ja2morri@student.math.uwaterloo.ca>]

The configure script thinks GNU/Hurd has large file 
support but it doesn't.

Instead the check for Large File support should be 
checking to see if a program compiles with the symbol 
_LFS_LARGEFILE.
msg38586 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2001-12-28 21:48
Logged In: YES 
user_id=21627

Is there a patch associated with this report? The Debian
report only has patches for threading, and I can't make
sense of the statement "compile with the symbol _LFS_LARGEFILE".

What is the actual problem of Python thinking that the Hurd
has LFS support? Does something not work?
msg38587 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-06-04 17:20
Logged In: YES 
user_id=21627

Closing the patch because of lack of response.
History
Date User Action Args
2022-04-10 16:04:49adminsetgithub: 35834
2001-12-27 18:42:51dokocreate