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

Bug 209337

Summary: dev-python/4suite is not multilib-strict
Product: Gentoo Linux Reporter: Santiago M. Mola (RETIRED) <coldwind>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: amd64
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: 4suite-1.0.2-fixmultilib.patch
Alternate patch that still uses distutils.eclass

Description Santiago M. Mola (RETIRED) gentoo-dev 2008-02-08 12:04:16 UTC
dev-python/4suite (both 1.0_beta3 and 1.0.2) are not multilib strict:

Python modules (including C extensions)
/var/tmp/portage/dev-python/4suite-1.0.2/image/usr/lib/python2.4/site-packages

Probably 1.0.2 would be a stable candidate after this bug is fixed.
Comment 1 Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2008-02-08 17:18:56 UTC
Created attachment 142991 [details, diff]
4suite-1.0.2-fixmultilib.patch

This patch to the ebuild fixes all multilib problems. It is longer because I basically implemented my own distutils_src_install(). Note that I'm not quite sure how this will work with python-2.3 but 2.3 is on the way out anyway.
Comment 2 Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2008-02-08 18:04:54 UTC
Created attachment 142993 [details, diff]
Alternate patch that still uses distutils.eclass
Comment 3 Tiziano Müller (RETIRED) gentoo-dev 2008-02-23 17:15:02 UTC
Done. Thanks.