Bug 245

Summary: python has been compiled without LFS
Product: Sisyphus Reporter: Maxim Dzumanenko <mvd>
Component: pythonAssignee: Vladimir D. Seleznev <vseleznv>
Status: CLOSED FIXED QA Contact:
Severity: minor    
Priority: P4 CC: cow, george, glebfm, imz, vseleznv
Version: unstable   
Hardware: all   
OS: Linux   

Description Maxim Dzumanenko 2001-12-21 18:31:07 MSK
python 2.1.1 has ben compiled without LFS
although it normally supported by python under glibc2.2
---

---
Please, try this:
&gt; f = open(\'/dev/hda\',\'r\')
&gt; f.seek(2000000000L,0)
&gt; f.tell()
returns 2000000000L, but 
&gt; f.seek(3000000000L,0)
cause an error!!! But this should work!
And this works fine when I rebuild Python by myself.
Now I can\'t provide details abount what flags I use because I can\'t remember it. 
But I\'ll do it as soon as I can.
Comment 1 Dmitry V. Levin 2002-01-29 19:37:47 MSK
It is not true.
Python 2.1.1 has ben compiled with LFS support.
Probably you are using non-LFS filesystem, such as reiserfs-3.5
Comment 2 Dmitry V. Levin 2002-01-29 19:37:47 MSK
It is not true.
Python 2.1.1 has ben compiled with LFS support.
Probably you are using non-LFS filesystem, such as reiserfs-3.5
Comment 3 Dmitry V. Levin 2002-01-30 12:46:25 MSK
Python 2.1.1 built with LFS, so it\'s not a bug at all.
Comment 4 Dmitry V. Levin 2002-01-30 12:46:25 MSK
Python 2.1.1 built with LFS, so it\'s not a bug at all.