From owner-freebsd-python@FreeBSD.ORG Sun Aug 14 03:19:32 2011 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 19E80106567D for ; Sun, 14 Aug 2011 03:19:31 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-iy0-f172.google.com (mail-iy0-f172.google.com [209.85.210.172]) by mx1.freebsd.org (Postfix) with ESMTP id 0A2808FC0C for ; Sun, 14 Aug 2011 03:19:30 +0000 (UTC) Received: by iye7 with SMTP id 7so10384445iye.17 for ; Sat, 13 Aug 2011 20:19:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=P1xbMnco0d9oZF+pWZZpPnTKMPdH8JDQX/SNopO8cy0=; b=SNI3jN/KO5fszY4LV966fUITRLytcsyBe0t49sNXTO2mGKm2nvB+F8PPp+UvAXEBzX vWxHU3bVu38r5PI02oypfuP7PUP2u1utjd2WQGGTwnKxbqw78tfrA2c0YG24yXyZ7TvP v+lfNP2/oUyHn4IB1HTPAaBfdbTf1ym7dUuFw= MIME-Version: 1.0 Received: by 10.142.248.27 with SMTP id v27mr135860wfh.203.1313290338756; Sat, 13 Aug 2011 19:52:18 -0700 (PDT) Received: by 10.68.51.74 with HTTP; Sat, 13 Aug 2011 19:52:18 -0700 (PDT) Date: Sat, 13 Aug 2011 22:52:18 -0400 Message-ID: From: Super Bisquit To: python@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Errors in httplib.py when processing google_upload.py in a shell script 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, 14 Aug 2011 03:19:32 -0000 tima# sh pr* Traceback (most recent call last): File "googlecode_upload.py", line 248, in sys.exit(main()) File "googlecode_upload.py", line 236, in main options.user, options.password) File "googlecode_upload.py", line 187, in upload_find_auth summary, labels) File "googlecode_upload.py", line 99, in upload server.request('POST', upload_uri, body, headers) File "/usr/local/lib/python2.7/httplib.py", line 955, in request self._send_request(method, url, body, headers) File "/usr/local/lib/python2.7/httplib.py", line 989, in _send_request self.endheaders(body) File "/usr/local/lib/python2.7/httplib.py", line 951, in endheaders self._send_output(message_body) File "/usr/local/lib/python2.7/httplib.py", line 811, in _send_output self.send(msg) File "/usr/local/lib/python2.7/httplib.py", line 773, in send self.connect() File "/usr/local/lib/python2.7/httplib.py", line 1154, in connect self.timeout, self.source_address) File "/usr/local/lib/python2.7/socket.py", line 553, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): socket.gaierror: [Errno 4] Non-recoverable failure in name resolution project-uploads.sh: 7: Syntax error: "&&" unexpected tima# sh p2.sh Traceback (most recent call last): File "googlecode_upload.py", line 248, in sys.exit(main()) File "googlecode_upload.py", line 236, in main options.user, options.password) File "googlecode_upload.py", line 187, in upload_find_auth summary, labels) File "googlecode_upload.py", line 99, in upload server.request('POST', upload_uri, body, headers) File "/usr/local/lib/python2.7/httplib.py", line 955, in request self._send_request(method, url, body, headers) File "/usr/local/lib/python2.7/httplib.py", line 989, in _send_request self.endheaders(body) File "/usr/local/lib/python2.7/httplib.py", line 951, in endheaders self._send_output(message_body) File "/usr/local/lib/python2.7/httplib.py", line 811, in _send_output self.send(msg) File "/usr/local/lib/python2.7/httplib.py", line 773, in send self.connect() File "/usr/local/lib/python2.7/httplib.py", line 1154, in connect self.timeout, self.source_address) File "/usr/local/lib/python2.7/socket.py", line 553, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): socket.gaierror: [Errno 4] Non-recoverable failure in name resolution Traceback (most recent call last): File "googlecode_upload.py", line 248, in sys.exit(main()) File "googlecode_upload.py", line 236, in main options.user, options.password) File "googlecode_upload.py", line 187, in upload_find_auth summary, labels) File "googlecode_upload.py", line 99, in upload server.request('POST', upload_uri, body, headers) File "/usr/local/lib/python2.7/httplib.py", line 955, in request self._send_request(method, url, body, headers) File "/usr/local/lib/python2.7/httplib.py", line 989, in _send_request self.endheaders(body) File "/usr/local/lib/python2.7/httplib.py", line 951, in endheaders self._send_output(message_body) File "/usr/local/lib/python2.7/httplib.py", line 811, in _send_output self.send(msg) File "/usr/local/lib/python2.7/httplib.py", line 773, in send self.connect() File "/usr/local/lib/python2.7/httplib.py", line 1154, in connect self.timeout, self.source_address) File "/usr/local/lib/python2.7/socket.py", line 553, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): socket.gaierror: [Errno 4] Non-recoverable failure in name resolution Traceback (most recent call last): File "googlecode_upload.py", line 248, in sys.exit(main()) File "googlecode_upload.py", line 236, in main options.user, options.password) File "googlecode_upload.py", line 187, in upload_find_auth summary, labels) File "googlecode_upload.py", line 99, in upload server.request('POST', upload_uri, body, headers) File "/usr/local/lib/python2.7/httplib.py", line 955, in request self._send_request(method, url, body, headers) File "/usr/local/lib/python2.7/httplib.py", line 989, in _send_request self.endheaders(body) File "/usr/local/lib/python2.7/httplib.py", line 951, in endheaders self._send_output(message_body) File "/usr/local/lib/python2.7/httplib.py", line 811, in _send_output self.send(msg) File "/usr/local/lib/python2.7/httplib.py", line 773, in send self.connect() File "/usr/local/lib/python2.7/httplib.py", line 1154, in connect self.timeout, self.source_address) File "/usr/local/lib/python2.7/socket.py", line 553, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): socket.gaierror: [Errno 4] Non-recoverable failure in name resolution Traceback (most recent call last): File "googlecode_upload.py", line 248, in sys.exit(main()) File "googlecode_upload.py", line 236, in main options.user, options.password) File "googlecode_upload.py", line 187, in upload_find_auth summary, labels) File "googlecode_upload.py", line 99, in upload server.request('POST', upload_uri, body, headers) File "/usr/local/lib/python2.7/httplib.py", line 955, in request self._send_request(method, url, body, headers) File "/usr/local/lib/python2.7/httplib.py", line 989, in _send_request self.endheaders(body) File "/usr/local/lib/python2.7/httplib.py", line 951, in endheaders self._send_output(message_body) File "/usr/local/lib/python2.7/httplib.py", line 811, in _send_output self.send(msg) File "/usr/local/lib/python2.7/httplib.py", line 773, in send self.connect() File "/usr/local/lib/python2.7/httplib.py", line 1154, in connect ^Cself.timeout, self.source_address) Traceback (most recent call last): File "googlecode_upload.py", line 248, in sys.exit(main()) File "googlecode_upload.py", line 236, in main options.user, options.password) File "googlecode_upload.py", line 187, in upload_find_auth summary, labels) File "googlecode_upload.py", line 99, in upload server.request('POST', upload_uri, body, headers) File "/usr/local/lib/python2.7/httplib.py", line 955, in request self._send_request(method, url, body, headers) File "/usr/local/lib/python2.7/httplib.py", line 989, in _send_request self.endheaders(body) File "/usr/local/lib/python2.7/httplib.py", line 951, in endheaders self._send_output(message_body) File "/usr/local/lib/python2.7/httplib.py", line 811, in _send_output self.send(msg) File "/usr/local/lib/python2.7/httplib.py", line 773, in send self.connect() File "/usr/local/lib/python2.7/httplib.py", line 1154, in connect self.timeout, self.source_address) File "/usr/local/lib/python2.7/socket.py", line 553, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): socket.gaierror: [Errno 4] Non-recoverable failure in name resolution ^CTraceback (most recent call last): File "googlecode_upload.py", line 51, in import httplib File "/usr/local/lib/python2.7/httplib.py", line 73, in from urlparse import urlsplit File "/usr/local/lib/python2.7/urlparse.py", line 110, in from collections import namedtuple File "/usr/local/lib/python2.7/collections.py", line 16, in from thread import get_ident as _get_ident KeyboardInterrupt ^CTraceback (most recent call last): File "googlecode_upload.py", line 248, in sys.exit(main()) ^CTraceback (most recent call last): File "googlecode_upload.py", line 51, in import httplib File "/usr/local/lib/python2.7/httplib.py", line 1133, in import ssl File "/usr/local/lib/python2.7/ssl.py", line 56, in """ KeyboardInterrupt ^CTraceback (most recent call last): File "googlecode_upload.py", line 248, in sys.exit(main()) File "googlecode_upload.py", line 236, in main options.user, options.password) File "googlecode_upload.py", line 187, in upload_find_auth summary, labels) File "googlecode_upload.py", line 87, in upload ^Ccontent_type, body = encode_upload_request(form_fields, file) ^C tima# tima# I'm only interested as to why the FreeBSD python libraries failed. From owner-freebsd-python@FreeBSD.ORG Mon Aug 15 11:07:09 2011 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4622E1065674 for ; Mon, 15 Aug 2011 11:07:09 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 34A968FC15 for ; Mon, 15 Aug 2011 11:07:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7FB79s4014830 for ; Mon, 15 Aug 2011 11:07:09 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7FB78SH014828 for freebsd-python@FreeBSD.org; Mon, 15 Aug 2011 11:07:08 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 15 Aug 2011 11:07:08 GMT Message-Id: <201108151107.p7FB78SH014828@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-python@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-python@FreeBSD.org 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: Mon, 15 Aug 2011 11:07:09 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/159638 python [UPDATE] devel/py-distribute: update to 0.6.19 o ports/159415 python Support more plasmoids as Google Translator with devel o ports/159215 python Mk/bsd.python.mk: PYTHON_VERSION is ignored o ports/156759 python [patch] lang/python: kevent does not accept KQ_NOTE_EX o ports/156425 python lang/python26: Needs to include -L/usr/local/lib/pth i o ports/156076 python [patch] databases/py-sqlite3: Undefined symbol "sqlite o ports/155970 python [PATCH] lang/python: speed up upgrade-site-packages o ports/155936 python lang/python27 Pthread: previous declaration of ... o ports/155526 python [PATCH] devel/py-elementtree: ignore if python >= 2.5 o ports/155099 python lang/python*: Not handled "nis_failed.so" file by pyth o ports/154209 python [PATCH] lang/python: Install symlink for ptags o ports/153952 python lang/python26 + pth fails to reconfigure cflags to inc o ports/153167 python Problem with signals, threads, and subprocesses in lan o ports/152886 python databases/py-bsddb fails to build with databases/db51 o ports/152224 python [patch] fix installed permissions for lang/python27 o ports/151534 python lang/python26 + WITH_PTH doesn't install correctly o ports/149167 python lang/python26 fails to build _ctypes on Sheevaplug (AR o ports/148406 python [PATCH] lang/python26: fix build backage without threa o ports/147291 python lang/python* doesn't compile nis.so when WITHOUT_NIS s o ports/146957 python Mk/bsd.python.mk: PYTHONOPTIMIZE=1 in environ(7) break o ports/146823 python [patch] lang/python26: knob to build _ctypes module ag o ports/146644 python lang/python26: WITH_PTH option breaks most ports depen o ports/140968 python x11-toolkits/py-tkinter(devel/pth): py26-tkinter-2.6.4 o ports/136917 python [patch] lang/python26: gettext detection o ports/133081 python [bsd.python.mk] PYEASYINSTALL_ARCHDEP=yes makes broken o ports/118301 python [patch] devel/py-setuptools easy-install.pth contents o ports/115940 python Missed one file in lang/python25 if NO_NIS defined 27 problems total. From owner-freebsd-python@FreeBSD.ORG Mon Aug 15 19:42:47 2011 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51FD3106564A for ; Mon, 15 Aug 2011 19:42:47 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id D5E6C8FC12 for ; Mon, 15 Aug 2011 19:42:46 +0000 (UTC) Received: by fxe4 with SMTP id 4so4905759fxe.13 for ; Mon, 15 Aug 2011 12:42:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=F5AFhgsPcBATsgk7gcK4nUt9C2HK+lPqaxqqxHVS2+s=; b=bk4Jz1MhvWM2hbmCPbfEfE7PNvr2D8GEZFxsgpOWhWLnGPfoMXFPqZarMinEFC5lkp lu76DUyVQGkjrrBBwuT9YMujMIU/MIcU4RE7fzhSCi8llFkilSJhaohCY4iOeVLtcuM0 zh04x6SEn3yFTg32rJTbURebf/O7G9ATdxRuQ= Received: by 10.223.51.19 with SMTP id b19mr5958388fag.34.1313435480057; Mon, 15 Aug 2011 12:11:20 -0700 (PDT) Received: from dragon.dg (41-135-58-221.dsl.mweb.co.za [41.135.58.221]) by mx.google.com with ESMTPS id p3sm5245622faa.33.2011.08.15.12.11.17 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 15 Aug 2011 12:11:18 -0700 (PDT) From: David Naylor To: freebsd-python@freebsd.org Date: Mon, 15 Aug 2011 21:11:34 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-BETA1; KDE/4.6.5; amd64; ; ) References: <201106082125.56696.naylor.b.david@gmail.com> In-Reply-To: <201106082125.56696.naylor.b.david@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart119405926.8EaMcJZBAY"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201108152111.38194.naylor.b.david@gmail.com> Cc: "Laust S. Jespersen" Subject: Re: [RFC] pypy-1.5 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: Mon, 15 Aug 2011 19:42:47 -0000 --nextPart119405926.8EaMcJZBAY Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, It appears quite a few people never got the attachment. I have uploaded th= e=20 port to github.com/DragonSA/pypy. =20 Patches for the repository are welcome (if anyone wants direct access pleas= e=20 let me know and I will figure out how). =20 The master branch is for pypy-1.5 and should work out of the box. The 1.6= =20 branch targets the upcoming pypy-1.6. To get that to work you need to=20 checkout the pypy repository (or a nightly snapshot of the code, if it exis= ts)=20 and then use: # make install WRKSRC=3D/path/to/pypy-1.6 On Wednesday, 8 June 2011 21:25:47 David Naylor wrote: > Hi, >=20 > I have been working on a port for pypy-1.5. Although the port is a work = in > progress I would like some feedback for what I have done so far. >=20 > The port supports translating (and compiling) multiple instances of pypy, > with three options available by default. The first is DEFAULT which is > the stock pypy with JIT. The second is STACKLESS using the stackless > option for pypy. The last is SANDBOX using the sandbox option for pypy.=20 > See > files/bsd.pypy.inst.mk for the examples. >=20 > To translate custom instances of pypy compile the port with: > # make all install PYPY_INST=3D >=20 > I plan to make STACKLESS and SANDBOX options. >=20 > The port is standalone and does not have any integration into the port > infrastructure. >=20 > See attached. >=20 > Regards, >=20 > David >=20 > P.S. Please CC me as I am not on list --nextPart119405926.8EaMcJZBAY Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iEYEABECAAYFAk5Jb2oACgkQUaaFgP9pFrI0cQCdFYDqzZ8ZWpuaUQqhscZk4uEn rQIAoILTwisbmYahYQs+0p5SCA4kRmhy =B8l/ -----END PGP SIGNATURE----- --nextPart119405926.8EaMcJZBAY-- From owner-freebsd-python@FreeBSD.ORG Wed Aug 17 17:20:13 2011 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A37F5106568B; Wed, 17 Aug 2011 17:20:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7C5BC8FC15; Wed, 17 Aug 2011 17:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7HHKDP8091867; Wed, 17 Aug 2011 17:20:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7HHKDek091857; Wed, 17 Aug 2011 17:20:13 GMT (envelope-from edwin) Date: Wed, 17 Aug 2011 17:20:13 GMT Message-Id: <201108171720.p7HHKDek091857@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159842: [PATCH] lang/python27: fix pkg-plist in case of building with WITHOUT_THREADS 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: Wed, 17 Aug 2011 17:20:13 -0000 Synopsis: [PATCH] lang/python27: fix pkg-plist in case of building with WITHOUT_THREADS Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Aug 17 17:20:12 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159842 From owner-freebsd-python@FreeBSD.ORG Thu Aug 18 17:41:17 2011 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B79A106566B; Thu, 18 Aug 2011 17:41:17 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D59068FC18; Thu, 18 Aug 2011 17:41:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7IHfGj8092911; Thu, 18 Aug 2011 17:41:16 GMT (envelope-from lwhsu@freefall.freebsd.org) Received: (from lwhsu@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7IHfGd1092901; Thu, 18 Aug 2011 17:41:16 GMT (envelope-from lwhsu) Date: Thu, 18 Aug 2011 17:41:16 GMT Message-Id: <201108181741.p7IHfGd1092901@freefall.freebsd.org> To: lwhsu@FreeBSD.org, freebsd-python@FreeBSD.org, lwhsu@FreeBSD.org From: lwhsu@FreeBSD.org Cc: Subject: Re: ports/159842: [PATCH] lang/python27: fix pkg-plist in case of building with WITHOUT_THREADS 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: Thu, 18 Aug 2011 17:41:17 -0000 Synopsis: [PATCH] lang/python27: fix pkg-plist in case of building with WITHOUT_THREADS Responsible-Changed-From-To: freebsd-python->lwhsu Responsible-Changed-By: lwhsu Responsible-Changed-When: Thu Aug 18 17:41:16 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159842 From owner-freebsd-python@FreeBSD.ORG Fri Aug 19 15:41:22 2011 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9ED6E1065673; Fri, 19 Aug 2011 15:41:22 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 76E9A8FC13; Fri, 19 Aug 2011 15:41:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7JFfMgP055344; Fri, 19 Aug 2011 15:41:22 GMT (envelope-from lwhsu@freefall.freebsd.org) Received: (from lwhsu@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7JFfLdv055340; Fri, 19 Aug 2011 15:41:21 GMT (envelope-from lwhsu) Date: Fri, 19 Aug 2011 15:41:21 GMT Message-Id: <201108191541.p7JFfLdv055340@freefall.freebsd.org> To: avk@vl.ru, lwhsu@FreeBSD.org, freebsd-python@FreeBSD.org From: lwhsu@FreeBSD.org Cc: Subject: Re: ports/148406: [PATCH] lang/python26: fix build backage without threads 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: Fri, 19 Aug 2011 15:41:22 -0000 Synopsis: [PATCH] lang/python26: fix build backage without threads State-Changed-From-To: open->closed State-Changed-By: lwhsu State-Changed-When: Fri Aug 19 15:41:21 UTC 2011 State-Changed-Why: Fixed when dealing with ports/159842. http://www.freebsd.org/cgi/query-pr.cgi?pr=148406