[Python-bugs-list] [ python-Bugs-463576 ] socketmodule doesn't build on libc5 linu

noreply@sourceforge.net noreply@sourceforge.net
Fri, 21 Sep 2001 08:01:28 -0700


Bugs item #463576, was opened at 2001-09-21 07:51
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=463576&group_id=5470

Category: Build
Group: Python 2.1.1
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: socketmodule doesn't build on libc5 linu

Initial Comment:
I've tried to build Python 2.1.1 on libc5 linux 
(Slackware 4). After configure I had to edit 
Modules/Setup to tell it to make the socket module, 
or "import socket" wouldn't work. But, compiling the 
socket module seems to demand glibc2.*. This is the 
error:

./Modules/socketmodule.c:178: netpacket/packet.h: No 
such file or directory

The FAQ says (3.8): "Once you've built Python, use it 
to run the regen.py script in the Lib/linux1 
directory". There is no regen.py or such directory. 
And the FAQ says that it's for Linux 1.*... (I'm 
running 2.2.19).


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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-09-21 08:01

Message:
Logged In: YES 
user_id=6380

Sorry, we don't have the resources to support libc5. If you
develop a patch to make socketmodule.c compile with libc5,
please submit it to the SF patch manager.

The FAQ is out of date; since you're on Linux 2.x, you
should look at the linux2 directory, but normally you
shouldn't have to recompile.

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

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