[Python-bugs-list] [Bug #119709] POLLIN undefined
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 23 Jan 2001 17:02:25 -0800
Bug #119709, was updated on 2000-Oct-29 16:20
Here is a current snapshot of the bug.
Project: Python
Category: Build
Status: Closed
Resolution: None
Bug Group: Platform-specific
Priority: 1
Submitted by: jsfrank
Assigned to : akuchling
Summary: POLLIN undefined
Details: I use:
Slackware96
Linux 2.0.0
gcc 2.7.2
glibc2
PC/i486
And I try to install Python-2.0.tar.gz package.
I use default Modules/Setup.
When run:
#./configure
#make
gcc tells me in Modules/selectmodule.c, begins from the 345 line,
POLLIN undeclared,...
Every POLL* name follows are all undeclared.
Which header file lost? poll.h? Or something wrong?
Thanks.
Follow-Ups:
Date: 2001-Jan-23 17:02
By: akuchling
Comment:
I'm closing this bug report; I have no access to the platform in
question,
and therefore no way to debug the problem or propose a fix. If the
original reporter can provide a patch, it'll certainly be considered, but
that's about all I can do.
-------------------------------------------------------
Date: 2000-Dec-12 13:19
By: gvanrossum
Comment:
Did the user ever reply? If not, let's close this one. There are too many
potential configuration problems lingering around in the Bugs list that are
probably not bugs in Python...
-------------------------------------------------------
Date: 2000-Nov-03 12:09
By: akuchling
Comment:
Can you provide the exact output from make, please,
and a copy of the config.h generated by Python's configure script? It's
possible that both HAVE_POLL_H and HAVE_POLL
are defined but the header files are wrong in some way that POLLIN isn't
defined.
You can provide the output and config.h via private e-mail
to akuchlin@mems-exchange.org.
-------------------------------------------------------
Date: 2000-Nov-02 20:16
By: fdrake
Comment:
I think this has been fixed post-2.0, but I'm not sure. Assigned to Andrew
since he'll know and, if it's not fixed, will be the one to do so. ;-)
-------------------------------------------------------
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=119709&group_id=5470