[Erp5-users] New errorduring 'make' process: /usr/lib/python2.6/socket.py, line 500, Errno socket error] [error -2] name or service not known

MLO yeshappytrader at gmail.com
Tue Nov 30 20:26:40 CET 2010


Hello,


I'm back with this 3 day 'make' session with a new error.

Thanks to the tip from Klaus, I edited the freetype.cfg file
and changed the *CURRENTLY* non working url from:

*url =
http://download.savannah.gnu.org/releases/freetype/freetype-2.4.3.tar.gz
md5sum = 649dd3c558278ae1d79a4e8e502c13e4*

to this:

*url = http://nongnu.ask.apache.com/freetype/freetype-2.4.3.tar.gz*

I then run the 'make' command again and now receive this message:

*/usr/lib/python2.6/socket.py, line 500, in create_connection for res in
getaddrinfo(host, port, ) SOCK_STREAM):
IOError: [Errno socket error] [error -2] name or service not known*

So i then nano the file */usr/lib/python2.6/socket.py, *then scroll down to
line 500 and see this:

*msg = "getaddrinfo returns an empty list"
host, port = address
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
af, socktype, proto, canonname, sa = res
sock = None*

Am i to input my ip address & a port # for the above line *host, port =
address*?

I even changed *sock = None* to *sock = socket*, then ran make and got the
same error:

*usr/lib/python2.6/socket.py, line 500, in create_connection for res in
getaddrinfo(host, port, ) SOCK_STREAM):IOError: [Errno socket error] [error
-2] name or service not known
*
What am I doing wrong here?

Sincerely,


Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.tiolive.com/pipermail/erp5-users/attachments/20101130/69ced761/attachment.htm>


More information about the Erp5-users mailing list