[Python-bugs-list] [ python-Bugs-417779 ] Fails to build on RH 5.1

noreply@sourceforge.net noreply@sourceforge.net
Thu, 06 Dec 2001 06:58:33 -0800


Bugs item #417779, was opened at 2001-04-20 18:03
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=417779&group_id=5470

Category: None
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Michael Hudson (mwh)
Summary: Fails to build on RH 5.1

Initial Comment:
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



----------------------------------------------------------------------

>Comment By: Michael Hudson (mwh)
Date: 2001-12-06 06:58

Message:
Logged In: YES 
user_id=6656

Closed for lack of response.

----------------------------------------------------------------------

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-09-05 12:05

Message:
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.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=417779&group_id=5470