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: Fails to build on RH 5.1
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: mwh Nosy List: gvanrossum, mwh
Priority: normal Keywords:

Created on 2001-04-21 01:03 by anonymous, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Messages (3)
msg4411 - (view) Author: Nobody/Anonymous (nobody) Date: 2001-04-21 01:03
Im trying to build and install on RH 5.1
i get the following errors.

gcc -c -g -O2 -Wall -Wstrict-prototypes -I. -
I./Include -DHAVE_CONFIG_H  -o Objects/fileobject.o 
Objects/fileobject.c
Objects/fileobject.c: In function `_portable_fseek':
Objects/fileobject.c:229: warning: implicit 
declaration of function `fseeko'

gcc -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -
DHAVE_CONFIG_H   -c ./Modules/posixmodule.c -o 
Modules/posixmodule.o
./Modules/posixmodule.c:4032: sys/statvfs.h: No such 
file or directory
./Modules/posixmodule.c:4081: sys/statvfs.h: No such 
file or directory

Am i missing something?

Regards
Andrew

msg4412 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2001-09-05 19:05
Logged In: YES 
user_id=6380

Please try again with current CVS, or with the 2.2a3 release
that will be out in a few days.
msg4413 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2001-12-06 14:58
Logged In: YES 
user_id=6656

Closed for lack of response.
History
Date User Action Args
2022-04-10 16:03:59adminsetgithub: 34382
2001-04-21 01:03:19anonymouscreate