Skip site navigation (1)Skip section navigation (2)
Date:      12 Jun 2004 09:01:16 -0000
From:      wid@mail.avogriff.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67866: python-2.3.3_5:import socket -> Undefined symbol "__h_error"
Message-ID:  <20040612090116.70870.qmail@mail.avogriff.com>
Resent-Message-ID: <200406120900.i5C90dPw025396@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         67866
>Category:       ports
>Synopsis:       python-2.3.3_5:import socket -> Undefined symbol "__h_error"
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 12 09:00:39 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Romain Griffiths <wid@epita.fr>
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
None
>Environment:
System: FreeBSD dibarg 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Sun May 23 18:25:03 GMT 2004 root@dibarg:/usr/src/sys/i386/compile/FW-WID i386


>Description:
I have just installed python-2.3.3_5 package and I cannot import socket lib within python code: it complain about Undefined symbol "__h_error"

>How-To-Repeat:
$cat > try_socket.py
import socket

$python2.3 try.py
Traceback (most recent call last):
  File "try.py", line 1, in ?
    import socket
  File "/usr/local/lib/python2.3/socket.py", line 44, in ?
    import _socket
ImportError: /usr/local/lib/python2.3/lib-dynload/_socket.so: Undefined symbol "__h_error"


>Fix:

Don't know, but thanks anyway.


>Release-Note:
>Audit-Trail:
>Unformatted:
 From: Romain Griffiths <wid@epita.fr>
 Reply-To: Romain Griffiths <wid@epita.fr>
 Cc:
 X-send-pr-version: 3.113
 X-GNATS-Notify:
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040612090116.70870.qmail>