From owner-freebsd-python@FreeBSD.ORG Sun Mar 1 13:34:54 2009 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C73591065670 for ; Sun, 1 Mar 2009 13:34:54 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id 60C1A8FC23 for ; Sun, 1 Mar 2009 13:34:54 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MXw7gxVQKqGXY79tIT8aFQ==:17 a=6I5d2MoRAAAA:8 a=_G8ZaRs8hmtRRKAoWUAA:9 a=XUcLQDT87w8QgXriuQ_pPDgfjCYA:4 a=C30uwmdULqgA:10 a=SV7veod9ZcQA:10 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1203979276 for python@FreeBSD.org; Sun, 01 Mar 2009 13:34:51 +0100 From: Hans Petter Selasky To: python@FreeBSD.org Date: Sun, 1 Mar 2009 13:37:17 +0100 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903011337.18705.hselasky@c2i.net> Cc: Subject: Python failure X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Mar 2009 13:34:55 -0000 amd64 8-current as of yesterday: --HPS Fatal: You must get working getaddrinfo() function. or you can specify "--disable-ipv6". ===> Script "../configure" failed unexpectedly. Please report the problem to python@FreeBSD.org [maintainer] and attach the "/usr/ports/lang/python25/work/Python-2.5.4/portbld.static/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). configure:17117: cc -o conftest -O2 -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SI ZE=0x20000 -fno-strict-aliasing -pthread conftest.c -lutil >&5 conftest.c: In function 'main': conftest.c:193: error: 'INET6_ADDRSTRLEN' undeclared (first use in this function ) conftest.c:193: error: (Each undeclared identifier is reported only once conftest.c:193: error: for each function it appears in.) conftest.c:261: warning: incompatible implicit declaration of built-in function 'exit'