Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 489378

Summary: dev-lang/python:2.7 - patch for regression since 2.7.3
Product: Gentoo Linux Reporter: Matt Turner <mattst88>
Component: EclassesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://bugs.python.org/issue18851
Whiteboard:
Package list:
Runtime testing required: ---

Description Matt Turner gentoo-dev 2013-10-25 14:24:16 UTC
piglit, the OpenGL test suite we use for Mesa development, has been broken for a few months since python 2.7.4. A number of Mesa developers are now new gentoo users, so I've had to show them how to mask >=dev-lang/python-2.7.4:2.7 in order for our test suite to run.

Apparently the regression has been fixed upstream for 2.7.6. Let's please apply this patch to 2.7.5 as well.

See also http://lists.freedesktop.org/archives/piglit/2013-October/008087.html
Comment 1 Mike Gilbert gentoo-dev 2013-10-26 15:11:36 UTC
+*python-2.7.5-r4 (26 Oct 2013)
+
+  26 Oct 2013; Mike Gilbert <floppym@gentoo.org>
+  +files/python-2.7-issue18851.patch, +python-2.7.5-r4.ebuild:
+  Apply patch to fix regression in subprocess module, bug 489378.
Comment 2 Matt Turner gentoo-dev 2013-10-26 17:03:36 UTC
Thanks Mike!