From owner-freebsd-ports Wed Jan 30 2:40:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAEDE37B41A for ; Wed, 30 Jan 2002 02:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0UAe1585298; Wed, 30 Jan 2002 02:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D8DB37B416 for ; Wed, 30 Jan 2002 02:32:04 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0UAW4884070; Wed, 30 Jan 2002 02:32:04 -0800 (PST) (envelope-from nobody) Message-Id: <200201301032.g0UAW4884070@freefall.freebsd.org> Date: Wed, 30 Jan 2002 02:32:04 -0800 (PST) From: Josef Grosch To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/34444: Python 2.2 fails to find socket symbol Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34444 >Category: ports >Synopsis: Python 2.2 fails to find socket symbol >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 30 02:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Josef Grosch >Release: 4.5-STABLE >Organization: Moose River. LLC. >Environment: FreeBSD gdead.mooseriver.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Jan 29 21:43:43 PST 2002 root@gdead.mooseriver.com:/usr/src/sys/compile/PICKLE i386 >Description: Python fails when trying to access socket code which is all the time. After I portupgraded mailman all my cron jobs failed and mail started to bounce. While trying to trace the problem I install a fresh copy of Python and mailman on a freshly install 4.5 box. Creating a list got me this; gdead% newlist joe Traceback (most recent call last): File "./newlist", line 54, in ? from Mailman import MailList File "/usr/local/mailman/Mailman/MailList.py", line 30, in ? import socket File "/usr/local/lib/python2.2/socket.py", line 41, in ? from _socket import * ImportError: No module named _socket >How-To-Repeat: Install mailman and try and create a list like so: newlist >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message