From owner-freebsd-python@FreeBSD.ORG Mon Nov 29 00:30:16 2010 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 8D78A1065673 for ; Mon, 29 Nov 2010 00:30:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6193B8FC20 for ; Mon, 29 Nov 2010 00:30: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 oAT0UGVB051347 for ; Mon, 29 Nov 2010 00:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAT0UGqk051342; Mon, 29 Nov 2010 00:30:16 GMT (envelope-from gnats) Date: Mon, 29 Nov 2010 00:30:16 GMT Message-Id: <201011290030.oAT0UGqk051342@freefall.freebsd.org> To: freebsd-python@FreeBSD.org From: John Hein Cc: Subject: Re: ports/152224: [patch] fix installed permissions for lang/python27 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Hein List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2010 00:30:16 -0000 The following reply was made to PR ports/152224; it has been noted by GNATS. From: John Hein To: bug-followup@FreeBSD.org Cc: freebsd-python@FreeBSD.org Subject: Re: ports/152224: [patch] fix installed permissions for lang/python27 Date: Sun, 28 Nov 2010 17:23:48 -0700 --8qxSgvgPz6 Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit This patch is still needed for python 2.7.1 The 2.7.1 distribution tarball doesn't have 'other' permissions set, so the post-extract is still needed. The second part that uses --no-same-owner with tar in post-install is still needed in general to avoid having the installed files owned by the build user. [As described in the original report, this is needed for at least python26 as well]. --8qxSgvgPz6 Content-Type: text/plain; name="p" Content-Description: fix permissions for lang/python27 Content-Disposition: inline; filename="p" Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== RCS file: /base/FreeBSD-CVS/ports/lang/python27/Makefile,v retrieving revision 1.169 diff -u -p -r1.169 Makefile --- Makefile 6 Sep 2010 00:25:04 -0000 1.169 +++ Makefile 29 Nov 2010 00:15:42 -0000 @@ -146,6 +146,12 @@ CONFIGURE_ARGS+= --disable-ipv6 CONFIGURE_ARGS+= --with-fpectl .endif +post-extract: +# The distribution tarball for python 2.7 has permission bits for 'others' +# set to 0. Later during install, we copy Tools and Demo to the installed +# prefix, so set them right here. + ${CHMOD} og=u-w ${PYTHON_WRKSRC}/Tools ${PYTHON_WRKSRC}/Demo + pre-patch: ${CP} -r ${PATCH_WRKSRC}/Lib/plat-freebsd8 \ ${PATCH_WRKSRC}/Lib/plat-freebsd9 @@ -260,12 +266,12 @@ post-install: .if !defined(NOPORTDATA) @${MKDIR} ${DATADIR} @cd ${PYTHON_WRKSRC}; ${TAR} -cf - Tools | \ - (cd ${DATADIR}; ${TAR} -xf -) + (cd ${DATADIR}; ${TAR} --no-same-owner -xf -) .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} @cd ${PYTHON_WRKSRC}/Demo; ${TAR} -cf - * | \ - (cd ${EXAMPLESDIR}; ${TAR} -xf -) + (cd ${EXAMPLESDIR}; ${TAR} --no-same-owner -xf -) .endif @${CAT} ${PKGMESSAGE} --8qxSgvgPz6-- From owner-freebsd-python@FreeBSD.ORG Mon Nov 29 00:36:35 2010 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 C84BE1065673 for ; Mon, 29 Nov 2010 00:36:35 +0000 (UTC) (envelope-from jhein@gossamer.timing.com) Received: from mout.perfora.net (mout.perfora.net [74.208.4.195]) by mx1.freebsd.org (Postfix) with ESMTP id 90BE08FC1B for ; Mon, 29 Nov 2010 00:36:34 +0000 (UTC) Received: from gossamer.timing.com ([206.168.13.144]) by mrelay.perfora.net (node=mrus3) with ESMTP (Nemesis) id 0Lb5jF-1OhB453k09-00kKUN; Sun, 28 Nov 2010 19:23:58 -0500 Message-ID: <19698.62100.697550.630785@gossamer.timing.com> Date: Sun, 28 Nov 2010 17:23:48 -0700 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8qxSgvgPz6" Content-Transfer-Encoding: 7bit From: John Hein To: bug-followup@FreeBSD.org In-Reply-To: <201011151830.oAFIUFPK047946@freefall.freebsd.org> References: <201011151830.oAFIUFPK047946@freefall.freebsd.org> X-Mailer: VM 8.0.12 under 22.3.1 (i386-redhat-linux-gnu) X-Provags-ID: V02:K0:mlqmWpiarr0I0tAupbngeqj7snuNYGO/vRa573/5SBn hdICjLR1wNFJHLTKaIduYRCzvvBImjJO7GFYb8G1gTMyXWOkZM vDCovsMReUj9s1zvuFHFneHChSPpvpc2SlU/loueneacQBBR72 /SiQvE7Ie6ExxtN5+OEhTkdyBLl8FC3Fga0ewM55N8RbwC8Pmb bMgc9M7XFz+toCUHZfKrQ== Cc: freebsd-python@FreeBSD.org Subject: Re: ports/152224: [patch] fix installed permissions for lang/python27 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, 29 Nov 2010 00:36:35 -0000 --8qxSgvgPz6 Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit This patch is still needed for python 2.7.1 The 2.7.1 distribution tarball doesn't have 'other' permissions set, so the post-extract is still needed. The second part that uses --no-same-owner with tar in post-install is still needed in general to avoid having the installed files owned by the build user. [As described in the original report, this is needed for at least python26 as well]. --8qxSgvgPz6 Content-Type: text/plain; name="p" Content-Description: fix permissions for lang/python27 Content-Disposition: inline; filename="p" Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== RCS file: /base/FreeBSD-CVS/ports/lang/python27/Makefile,v retrieving revision 1.169 diff -u -p -r1.169 Makefile --- Makefile 6 Sep 2010 00:25:04 -0000 1.169 +++ Makefile 29 Nov 2010 00:15:42 -0000 @@ -146,6 +146,12 @@ CONFIGURE_ARGS+= --disable-ipv6 CONFIGURE_ARGS+= --with-fpectl .endif +post-extract: +# The distribution tarball for python 2.7 has permission bits for 'others' +# set to 0. Later during install, we copy Tools and Demo to the installed +# prefix, so set them right here. + ${CHMOD} og=u-w ${PYTHON_WRKSRC}/Tools ${PYTHON_WRKSRC}/Demo + pre-patch: ${CP} -r ${PATCH_WRKSRC}/Lib/plat-freebsd8 \ ${PATCH_WRKSRC}/Lib/plat-freebsd9 @@ -260,12 +266,12 @@ post-install: .if !defined(NOPORTDATA) @${MKDIR} ${DATADIR} @cd ${PYTHON_WRKSRC}; ${TAR} -cf - Tools | \ - (cd ${DATADIR}; ${TAR} -xf -) + (cd ${DATADIR}; ${TAR} --no-same-owner -xf -) .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} @cd ${PYTHON_WRKSRC}/Demo; ${TAR} -cf - * | \ - (cd ${EXAMPLESDIR}; ${TAR} -xf -) + (cd ${EXAMPLESDIR}; ${TAR} --no-same-owner -xf -) .endif @${CAT} ${PKGMESSAGE} --8qxSgvgPz6-- From owner-freebsd-python@FreeBSD.ORG Mon Nov 29 11:07:08 2010 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 3B3E210656B9 for ; Mon, 29 Nov 2010 11:07:08 +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 269B98FC1A for ; Mon, 29 Nov 2010 11:07:08 +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 oATB78v4053172 for ; Mon, 29 Nov 2010 11:07:08 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oATB773J053170 for freebsd-python@FreeBSD.org; Mon, 29 Nov 2010 11:07:07 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 29 Nov 2010 11:07:07 GMT Message-Id: <201011291107.oATB773J053170@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, 29 Nov 2010 11:07:08 -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/152224 python [patch] fix installed permissions for lang/python27 o ports/151534 python lang/python26 + WITH_PTH doesn't install correctly f ports/150184 python cannot install ports/math/py-numpy 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 f ports/145460 python Unable to build /usr/ports/net-p2p/py-bittorrent-core a ports/144035 python ports/databases/py-sqlite3 does not start to build 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 devel/py-setuptools easy-install.pth contents lost on o ports/115940 python Missed one file in lang/python25 if NO_NIS defined 16 problems total. From owner-freebsd-python@FreeBSD.ORG Mon Nov 29 13:00:38 2010 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 251E41065696; Mon, 29 Nov 2010 13:00:38 +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 EE5448FC19; Mon, 29 Nov 2010 13:00:37 +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 oATD0bAp075752; Mon, 29 Nov 2010 13:00:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oATD0bO0075739; Mon, 29 Nov 2010 13:00:37 GMT (envelope-from edwin) Date: Mon, 29 Nov 2010 13:00:37 GMT Message-Id: <201011291300.oATD0bO0075739@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152671: update of lang/python27 to 2.7.1 breaks multiple extensions 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, 29 Nov 2010 13:00:38 -0000 Synopsis: update of lang/python27 to 2.7.1 breaks multiple extensions Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 29 13:00:37 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152671 From owner-freebsd-python@FreeBSD.ORG Mon Nov 29 13:10:14 2010 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 74B701065670 for ; Mon, 29 Nov 2010 13:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 481408FC17 for ; Mon, 29 Nov 2010 13:10:14 +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 oATDAETp084253 for ; Mon, 29 Nov 2010 13:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oATDAEAu084252; Mon, 29 Nov 2010 13:10:14 GMT (envelope-from gnats) Date: Mon, 29 Nov 2010 13:10:14 GMT Message-Id: <201011291310.oATDAEAu084252@freefall.freebsd.org> To: freebsd-python@FreeBSD.org From: wen heping Cc: Subject: Re: ports/152671: update of lang/python27 to 2.7.1 breaks multiple extensions X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: wen heping List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2010 13:10:14 -0000 The following reply was made to PR ports/152671; it has been noted by GNATS. From: wen heping To: bug-followup@FreeBSD.org, milos.negovanovic@gmail.com Cc: Subject: Re: ports/152671: update of lang/python27 to 2.7.1 breaks multiple extensions Date: Mon, 29 Nov 2010 21:08:29 +0800 Hi, Is this build problem caused by the update of python27 to 2.7.1 ? Or it existed with 2.7.0 ? wen From owner-freebsd-python@FreeBSD.ORG Mon Nov 29 13:50:13 2010 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 05668106564A for ; Mon, 29 Nov 2010 13:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E6D6B8FC16 for ; Mon, 29 Nov 2010 13:50:12 +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 oATDoCeP024549 for ; Mon, 29 Nov 2010 13:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oATDoCBk024546; Mon, 29 Nov 2010 13:50:12 GMT (envelope-from gnats) Date: Mon, 29 Nov 2010 13:50:12 GMT Message-Id: <201011291350.oATDoCBk024546@freefall.freebsd.org> To: freebsd-python@FreeBSD.org From: Milos Negovanovic Cc: Subject: Re: ports/152671: update of lang/python27 to 2.7.1 breaks multiple extensions X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Milos Negovanovic List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2010 13:50:13 -0000 The following reply was made to PR ports/152671; it has been noted by GNATS. From: Milos Negovanovic To: wen heping Cc: bug-followup@FreeBSD.org Subject: Re: ports/152671: update of lang/python27 to 2.7.1 breaks multiple extensions Date: Mon, 29 Nov 2010 13:12:42 +0000 On Mon, Nov 29, 2010 at 09:08:29PM +0800, wen heping wrote: > Hi, > > Is this build problem caused by the update of python27 to 2.7.1 ? > Or it existed with 2.7.0 ? > > > wen Yes, its caused by update of python27 to 2.7.1. All extensions used to build fine with 2.7.0. Ive updated python27 this morning and went on to recompile my python extensions. -- Milos Negovanovic milos.negovanovic@gmail.com From owner-freebsd-python@FreeBSD.ORG Mon Nov 29 15:40:16 2010 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 561A010656CE for ; Mon, 29 Nov 2010 15:40:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 13E298FC1C for ; Mon, 29 Nov 2010 15:40:10 +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 oATFe9rB038613 for ; Mon, 29 Nov 2010 15:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oATFe9Vw038607; Mon, 29 Nov 2010 15:40:09 GMT (envelope-from gnats) Date: Mon, 29 Nov 2010 15:40:09 GMT Message-Id: <201011291540.oATFe9Vw038607@freefall.freebsd.org> To: freebsd-python@FreeBSD.org From: Milos Negovanovic Cc: Subject: Re: ports/152671: update of lang/python27 to 2.7.1 breaks multiple extensions X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Milos Negovanovic List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2010 15:40:16 -0000 The following reply was made to PR ports/152671; it has been noted by GNATS. From: Milos Negovanovic To: wen heping Cc: bug-followup@FreeBSD.org Subject: Re: ports/152671: update of lang/python27 to 2.7.1 breaks multiple extensions Date: Mon, 29 Nov 2010 15:35:58 +0000 On Mon, Nov 29, 2010 at 01:12:41PM +0000, Milos Negovanovic wrote: > On Mon, Nov 29, 2010 at 09:08:29PM +0800, wen heping wrote: > > Hi, > > > > Is this build problem caused by the update of python27 to 2.7.1 ? > > Or it existed with 2.7.0 ? > > > > > > wen > > Yes, its caused by update of python27 to 2.7.1. All extensions used to > build fine with 2.7.0. > > Ive updated python27 this morning and went on to recompile my python > extensions. One thing crossed my mind ... It could be setuptools issue rather then python27. -- Milos Negovanovic milos.negovanovic@gmail.com From owner-freebsd-python@FreeBSD.ORG Mon Nov 29 23:10:13 2010 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 258A41065670 for ; Mon, 29 Nov 2010 23:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ED1898FC12 for ; Mon, 29 Nov 2010 23:10:12 +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 oATNACXR010276 for ; Mon, 29 Nov 2010 23:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oATNACru010275; Mon, 29 Nov 2010 23:10:12 GMT (envelope-from gnats) Date: Mon, 29 Nov 2010 23:10:12 GMT Message-Id: <201011292310.oATNACru010275@freefall.freebsd.org> To: freebsd-python@FreeBSD.org From: Milos Negovanovic Cc: Subject: Re: ports/152671: update of lang/python27 to 2.7.1 breaks multiple extensions X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Milos Negovanovic List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2010 23:10:13 -0000 The following reply was made to PR ports/152671; it has been noted by GNATS. From: Milos Negovanovic To: wen heping Cc: bug-followup@FreeBSD.org Subject: Re: ports/152671: update of lang/python27 to 2.7.1 breaks multiple extensions Date: Mon, 29 Nov 2010 23:00:17 +0000 I was able to fix the issue with following patch to my python 2.7.1 install: --- /usr/local/lib/python2.7/config/Makefile.orig 2010-11-29 22:32:30.000000000 +0000 +++ /usr/local/lib/python2.7/config/Makefile 2010-11-29 22:52:32.000000000 +0000 @@ -106,9 +106,9 @@ # Symbols used for using shared libraries SO= .so -LDSHARED= $(CC) -shared ${LDFLAGS} $(LDFLAGS) -BLDSHARED= $(CC) -shared ${LDFLAGS} $(LDFLAGS) -LDCXXSHARED= $(CXX) -shared ${LDFLAGS} +LDSHARED= $(CC) -shared $(LDFLAGS) +BLDSHARED= $(CC) -shared $(LDFLAGS) +LDCXXSHARED= $(CXX) -shared $(LDFLAGS) DESTSHARED= $(BINLIBDEST)/lib-dynload # Executable suffix (.exe on Windows and Mac OS X) File that generates this Makefile probably needs to be patched at compile time. -- Milos Negovanovic milos.negovanovic@gmail.com From owner-freebsd-python@FreeBSD.ORG Tue Nov 30 03:37:11 2010 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 787841065672; Tue, 30 Nov 2010 03:37:11 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4EE398FC14; Tue, 30 Nov 2010 03:37:11 +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 oAU3bB23089620; Tue, 30 Nov 2010 03:37:11 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAU3bB9L089616; Tue, 30 Nov 2010 03:37:11 GMT (envelope-from wen) Date: Tue, 30 Nov 2010 03:37:11 GMT Message-Id: <201011300337.oAU3bB9L089616@freefall.freebsd.org> To: milos.negovanovic@gmail.com, wen@FreeBSD.org, freebsd-python@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/152671: update of lang/python27 to 2.7.1 breaks multiple extensions 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: Tue, 30 Nov 2010 03:37:11 -0000 Synopsis: update of lang/python27 to 2.7.1 breaks multiple extensions State-Changed-From-To: open->closed State-Changed-By: wen State-Changed-When: Tue Nov 30 03:37:10 UTC 2010 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=152671 From owner-freebsd-python@FreeBSD.ORG Tue Nov 30 03:40:13 2010 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 01D8F1065675 for ; Tue, 30 Nov 2010 03:40:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A5A2A8FC18 for ; Tue, 30 Nov 2010 03:40:12 +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 oAU3eCV0089725 for ; Tue, 30 Nov 2010 03:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAU3eC5F089724; Tue, 30 Nov 2010 03:40:12 GMT (envelope-from gnats) Date: Tue, 30 Nov 2010 03:40:12 GMT Message-Id: <201011300340.oAU3eC5F089724@freefall.freebsd.org> To: freebsd-python@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/152671: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2010 03:40:13 -0000 The following reply was made to PR ports/152671; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/152671: commit references a PR Date: Tue, 30 Nov 2010 03:35:00 +0000 (UTC) wen 2010-11-30 03:34:54 UTC FreeBSD ports repository Modified files: lang/python27 Makefile Added files: lang/python27/files patch-Makefile.pre.in Log: - Fix the run error when build c extensions PR: ports/152671 Submitted by: Milos Negovanovic Revision Changes Path 1.171 +1 -0 ports/lang/python27/Makefile 1.3 +13 -0 ports/lang/python27/files/patch-Makefile.pre.in (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-python@FreeBSD.ORG Tue Nov 30 13:28:20 2010 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 3F1BF1065670 for ; Tue, 30 Nov 2010 13:28:20 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [IPv6:2a01:170:102f::2]) by mx1.freebsd.org (Postfix) with ESMTP id B52308FC13 for ; Tue, 30 Nov 2010 13:28:19 +0000 (UTC) Received: from lurza.secnetix.de (localhost [127.0.0.1]) by lurza.secnetix.de (8.14.3/8.14.3) with ESMTP id oAUDS2jf093404; Tue, 30 Nov 2010 14:28:17 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.14.3/8.14.3/Submit) id oAUDS2JL093403; Tue, 30 Nov 2010 14:28:02 +0100 (CET) (envelope-from olli) Date: Tue, 30 Nov 2010 14:28:02 +0100 (CET) Message-Id: <201011301328.oAUDS2JL093403@lurza.secnetix.de> From: Oliver Fromme To: freebsd-python@FreeBSD.ORG X-Newsgroups: list.freebsd-python User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/6.4-PRERELEASE-20080904 (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.5 (lurza.secnetix.de [127.0.0.1]); Tue, 30 Nov 2010 14:28:17 +0100 (CET) Cc: Subject: mail/py-milter broken? 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: Tue, 30 Nov 2010 13:28:20 -0000 I just updated python27 from 2.7.0_1 to 2.7.1, then tried to rebuild mail/py-milter, which failed as follows: cc -shared ${LDFLAGS} -pthread -O2 -pipe -march=athlon-mp -fno-strict-aliasing build/temp.freebsd-8.1-STABLE-20101022-i386-2.7/miltermodule.o -lmilter -o build/lib.freebsd-8.1-STABLE-20101022-i386-2.7/milter.so cc: ${LDFLAGS}: No such file or directory error: command 'cc' failed with exit status 1 *** Error code 1 I tried again with empty environment and without make.conf, but same result. The failing cc command succeeds when I execute it manually without the "${LDFLAGS}" part, and then "make" continues without further errors, and the resulting milter module seems to work fine. This is on an i386 stable/8 machine (about 5 weeks old). Is that a known problem, or something wrong on my box? Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "C++ is the only current language making COBOL look good." -- Bertrand Meyer From owner-freebsd-python@FreeBSD.ORG Tue Nov 30 13:32:27 2010 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 271E9106566B for ; Tue, 30 Nov 2010 13:32:27 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [IPv6:2a01:170:102f::2]) by mx1.freebsd.org (Postfix) with ESMTP id A0B068FC12 for ; Tue, 30 Nov 2010 13:32:26 +0000 (UTC) Received: from lurza.secnetix.de (localhost [127.0.0.1]) by lurza.secnetix.de (8.14.3/8.14.3) with ESMTP id oAUDWA4U093653; Tue, 30 Nov 2010 14:32:25 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.14.3/8.14.3/Submit) id oAUDWAGU093652; Tue, 30 Nov 2010 14:32:10 +0100 (CET) (envelope-from olli) Date: Tue, 30 Nov 2010 14:32:10 +0100 (CET) Message-Id: <201011301332.oAUDWAGU093652@lurza.secnetix.de> From: Oliver Fromme To: freebsd-python@FreeBSD.ORG In-Reply-To: <201011301328.oAUDS2JL093403@lurza.secnetix.de> X-Newsgroups: list.freebsd-python User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/6.4-PRERELEASE-20080904 (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.5 (lurza.secnetix.de [127.0.0.1]); Tue, 30 Nov 2010 14:32:25 +0100 (CET) Cc: Subject: Re: mail/py-milter broken? 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: Tue, 30 Nov 2010 13:32:27 -0000 Oliver Fromme wrote: > I just updated python27 from 2.7.0_1 to 2.7.1, then tried > to rebuild mail/py-milter, which failed as follows: Please ignore my message. I just noticed the commit that's supposed to fix this problem. My nightly ports csup missed it just by a few minutes. :-) Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "To this day, many C programmers believe that 'strong typing' just means pounding extra hard on the keyboard." -- Peter van der Linden From owner-freebsd-python@FreeBSD.ORG Tue Nov 30 15:21:26 2010 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 1D699106564A; Tue, 30 Nov 2010 15:21:26 +0000 (UTC) (envelope-from lwhsu@FreeBSD.cs.nctu.edu.tw) Received: from FreeBSD.cs.nctu.edu.tw (FreeBSD.cs.nctu.edu.tw [140.113.17.209]) by mx1.freebsd.org (Postfix) with ESMTP id DEEDA8FC17; Tue, 30 Nov 2010 15:21:25 +0000 (UTC) Received: by FreeBSD.cs.nctu.edu.tw (Postfix, from userid 1058) id 5BCB861CC4; Tue, 30 Nov 2010 23:04:10 +0800 (CST) Date: Tue, 30 Nov 2010 23:04:10 +0800 From: Li-Wen Hsu To: Wen Heping Message-ID: <20101130150410.GA8274@FreeBSD.cs.nctu.edu.tw> References: <201011290629.oAT6TD4u084226@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201011290629.oAT6TD4u084226@repoman.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-python@freebsd.org Subject: Re: cvs commit: ports/Mk bsd.python.mk ports/lang/python27 Makefile distinfo pkg-plist ports/lang/python27/files patch-Lib-test-test_socket.py patch-Lib-test-test_threading.py patch-Lib_test_test_threading.py 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: Tue, 30 Nov 2010 15:21:26 -0000 Nice work! BTW, do you have a plan for updating lang/python31 to 3.1.3? On Mon, Nov 29, 2010 at 06:29:13 +0000, Wen Heping wrote: > wen 2010-11-29 06:29:13 UTC > > FreeBSD ports repository > > Modified files: > Mk bsd.python.mk > lang/python27 Makefile distinfo pkg-plist > Added files: > lang/python27/files patch-Lib-test-test_threading.py > Removed files: > lang/python27/files patch-Lib-test-test_socket.py > patch-Lib_test_test_threading.py > Log: > - Update to 2.7.1 > > Revision Changes Path > 1.123 +3 -3 ports/Mk/bsd.python.mk > 1.170 +1 -2 ports/lang/python27/Makefile > 1.64 +2 -3 ports/lang/python27/distinfo > 1.4 +0 -11 ports/lang/python27/files/patch-Lib-test-test_socket.py (dead) > 1.1 +11 -0 ports/lang/python27/files/patch-Lib-test-test_threading.py (new) > 1.4 +0 -11 ports/lang/python27/files/patch-Lib_test_test_threading.py (dead) > 1.84 +12 -8 ports/lang/python27/pkg-plist -- Li-Wen Hsu http://lwhsu.org From owner-freebsd-python@FreeBSD.ORG Tue Nov 30 22:33:34 2010 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 D303F106564A; Tue, 30 Nov 2010 22:33:34 +0000 (UTC) (envelope-from jhein@gossamer.timing.com) Received: from mout.perfora.net (mout.perfora.net [74.208.4.194]) by mx1.freebsd.org (Postfix) with ESMTP id AB2F98FC18; Tue, 30 Nov 2010 22:33:34 +0000 (UTC) Received: from gossamer.timing.com ([206.168.13.144]) by mrelay.perfora.net (node=mrus2) with ESMTP (Nemesis) id 0LbMVm-1OiP773O9q-00l8pH; Tue, 30 Nov 2010 17:33:31 -0500 Message-ID: <19701.31670.956021.216485@gossamer.timing.com> Date: Tue, 30 Nov 2010 15:33:26 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-send-pr-version: 3.113 X-GNATS-Notify: X-Mailer: VM 8.0.12 under 22.3.1 (i386-redhat-linux-gnu) From: John Hein To: FreeBSD-gnats-submit@freebsd.org X-Provags-ID: V02:K0:1MnT4sRtoU7GWMPo3nH7LEPKCAwHR8RCGjMEfUVC3Dk JPYELgv7RdX9FVkkKVwQ5JTWf84e6o5FCJpm5kW1mt3B7aAdnu ot1w8BxXFxqMKRP07C6sVX1fghrj9NJpRwnrljghrJekxurjj7 HNq84Tnxn+vRKRBtUCf032XlFYTkjNk2+j/apFY/mFu9mZkcIk 63yApnZfKXNA1JA2DPDiw== Cc: python@freebsd.org Subject: [patch] update lang/python-doc-* for python 2.7.1 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: Tue, 30 Nov 2010 22:33:34 -0000 >Submitter-Id: current-users >Originator: John Hein >Organization: >Confidential: no >Synopsis: [patch] update python-doc-* for python 2.7.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: >Environment: >Description: Attached is a patch to update the python-docs* ports to install the recently released 2.7.1 docs. >How-To-Repeat: >Fix: Index: lang/python-doc-html/distinfo =================================================================== RCS file: /base/FreeBSD-CVS/ports/lang/python-doc-html/distinfo,v retrieving revision 1.32 diff -u -p -r1.32 distinfo --- lang/python-doc-html/distinfo 15 Nov 2010 08:10:38 -0000 1.32 +++ lang/python-doc-html/distinfo 30 Nov 2010 03:10:37 -0000 @@ -57,21 +57,25 @@ SHA256 (python264/python-2.6.4-docs-html SHA256 (python265/python-2.6.5-docs-html.tar.bz2) = 72ce3358cbc3c270832b03636ddd8bde5026afecd0b07744f167c78a4cb37ac2 SHA256 (python266/python-2.6.6-docs-html.tar.bz2) = 3c491db7a10d252fb02e9ae5714d5bb2abc08beec50e04caba7d2abccc750312 SHA256 (python270/python-2.7-docs-html.tar.bz2) = ec2d22b301a691541eeb8cefd4eed78158cf9aa4657b21b82117648ad3907bb3 +SHA256 (python271/python-2.7.1-docs-html.tar.bz2) = 3262387c12c1ba4e3a38b3d1b19723cc46e09e6e20f7fd1b62825ae8ba1ad4a0 SHA256 (python262/python-2.6.2-docs-pdf-a4.tar.bz2) = a40d6ffb0ffbe9f3ace1d28559a96beb19218f2e5fa366c66dd42520b18bdc27 SHA256 (python263/python-2.6.3-docs-pdf-a4.tar.bz2) = b7d543267e13beb7d5004b2f4e4354fab5c0bdc8ddbc1d4e80baea5a3bee096f SHA256 (python264/python-2.6.4-docs-pdf-a4.tar.bz2) = ec4cb3a1170f50b354497f60d796047be926f6f8b1c34b114378c5fdb8a164ab SHA256 (python265/python-2.6.5-docs-pdf-a4.tar.bz2) = fdcfffefeacf8285a9d2aa85ef245b132c0d00bf74bbbb1443b75c70c5baf840 SHA256 (python266/python-2.6.6-docs-pdf-a4.tar.bz2) = 8d8b1c6a38740cbff7fd925e00bf90e649fb482309c890fb143f51f176116e01 SHA256 (python270/python-2.7-docs-pdf-a4.tar.bz2) = 4864a111d8d7feb623f886c4d8218bef2cb77a353cc5769e9e7f3303b727c84a +SHA256 (python271/python-2.7.1-docs-pdf-a4.tar.bz2) = deeff193dc3f2df750f2d9763f788407bb3b9663663a75224628dbb27fe53ead SHA256 (python262/python-2.6.2-docs-pdf-letter.tar.bz2) = 20409bd1e33930be17b1a0d7fb5e098641be10c252b68bcac3205efa5aa21ef2 SHA256 (python263/python-2.6.3-docs-pdf-letter.tar.bz2) = a1249a9dca0357afe39ee5164071297974195149b68a98a82179e8d409d58534 SHA256 (python264/python-2.6.4-docs-pdf-letter.tar.bz2) = 32f3c3790660f75592df9a7b50958bf979e33c5b2d3958f0911f5ef195f5df69 SHA256 (python265/python-2.6.5-docs-pdf-letter.tar.bz2) = 8044b6650d5ff4224751263a88b49642581f6ac110adad73f81ac3b35a85e827 SHA256 (python266/python-2.6.6-docs-pdf-letter.tar.bz2) = 02609a5bf7a206f0a0035c34888cb1e57bdc47b920cb010923677026d0e709d6 SHA256 (python270/python-2.7-docs-pdf-letter.tar.bz2) = db72ea299a2b1f9b71003ca938fcd1723d988b6b001e70eaa0f02a36d6f4eea8 +SHA256 (python271/python-2.7.1-docs-pdf-letter.tar.bz2) = 208c1ad07dd56962a8b18e7a34b86421b473a61263dfd0b6e434c66e1600f017 SHA256 (python262/python-2.6.2-docs-text.tar.bz2) = f7d8c6aaece010bfaf374322cc782816fffe232f7fb440f34f585adfd6e94b04 SHA256 (python266/python-2.6.6-docs-text.tar.bz2) = f156387af32a9eff439627844729e0202a4bd399425eb948a6cd4cadd8c95167 SHA256 (python270/python-2.7-docs-text.tar.bz2) = 6da941f0bdb39376d650d8a4fefd4cbe87f343a6ae92bc981087df30c6853b34 +SHA256 (python271/python-2.7.1-docs-text.tar.bz2) = 896412265bdcab4b0cd2a5936a9f3d0e08c517fdeabc47cbd0e70c035af158a2 SIZE (python/html-2.4.1.tar.bz2) = 1393522 SIZE (python/html-2.4.2.tar.bz2) = 1395537 SIZE (python/html-2.4.3.tar.bz2) = 1397233 @@ -130,18 +134,22 @@ SIZE (python264/python-2.6.4-docs-html.t SIZE (python265/python-2.6.5-docs-html.tar.bz2) = 3911804 SIZE (python266/python-2.6.6-docs-html.tar.bz2) = 3967744 SIZE (python270/python-2.7-docs-html.tar.bz2) = 4186703 +SIZE (python271/python-2.7.1-docs-html.tar.bz2) = 4229348 SIZE (python262/python-2.6.2-docs-pdf-a4.tar.bz2) = 8589380 SIZE (python263/python-2.6.3-docs-pdf-a4.tar.bz2) = 8644689 SIZE (python264/python-2.6.4-docs-pdf-a4.tar.bz2) = 8692245 SIZE (python265/python-2.6.5-docs-pdf-a4.tar.bz2) = 8800920 SIZE (python266/python-2.6.6-docs-pdf-a4.tar.bz2) = 9100012 SIZE (python270/python-2.7-docs-pdf-a4.tar.bz2) = 9335667 +SIZE (python271/python-2.7.1-docs-pdf-a4.tar.bz2) = 9976398 SIZE (python262/python-2.6.2-docs-pdf-letter.tar.bz2) = 8626189 SIZE (python263/python-2.6.3-docs-pdf-letter.tar.bz2) = 8677602 SIZE (python264/python-2.6.4-docs-pdf-letter.tar.bz2) = 8722838 SIZE (python265/python-2.6.5-docs-pdf-letter.tar.bz2) = 8842512 SIZE (python266/python-2.6.6-docs-pdf-letter.tar.bz2) = 9152421 SIZE (python270/python-2.7-docs-pdf-letter.tar.bz2) = 9397306 +SIZE (python271/python-2.7.1-docs-pdf-letter.tar.bz2) = 10027513 SIZE (python262/python-2.6.2-docs-text.tar.bz2) = 1297095 SIZE (python266/python-2.6.6-docs-text.tar.bz2) = 1399053 SIZE (python270/python-2.7-docs-text.tar.bz2) = 1459568 +SIZE (python271/python-2.7.1-docs-text.tar.bz2) = 1551031