[Python-bugs-list] [ python-Bugs-733781 ] fcntl fails to build on old RH Linux

SourceForge.net noreply@sourceforge.net
Wed, 07 May 2003 11:07:06 -0700


Bugs item #733781, was opened at 2003-05-07 13:24
Message generated for change (Comment added) made by llxyitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=733781&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Yitzchak Gale (llxyitz)
Assigned to: Nobody/Anonymous (nobody)
Summary: fcntl fails to build on old RH Linux

Initial Comment:
Python 2.3b1 built from source on an old RH Linux:
kernel 2.2.12-20, libc 2.1.2.

building 'fcntl' extension
gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I.
-I/<snip>/Python-2.3b1/./Include -I/usr/local/include
-I/<snip>/Python-2.3b1/Include -I/<snip>/Python-2.3b1
-c /<snip>/Python-2.3b1/Modules/fcntlmodule.c -o
build/temp.linux-i586-2.3/fcntlmodule.o
/<snip>/Python-2.3b1/Modules/fcntlmodule.c: In function
`all_ins':
/<snip>/Python-2.3b1/Modules/fcntlmodule.c:555:
`I_GWROPT' undeclared (first use in this function)
/<snip>/Python-2.3b1/Modules/fcntlmodule.c:555: (Each
undeclared identifier is reported only once
/<snip>/Python-2.3b1/Modules/fcntlmodule.c:555: for
each function it appears in.)
/<snip>/Python-2.3b1/Modules/fcntlmodule.c:564:
`I_GETCLTIME' undeclared (first use in this function)


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

>Comment By: Yitzchak Gale (llxyitz)
Date: 2003-05-07 21:07

Message:
Logged In: YES 
user_id=773482

fcntlmodule.c states:

 /* Unix 98 guarantees that these are in stropts.h. */

Those two symbols are missing in mine.

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

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