Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 209337 - dev-python/4suite is not multilib-strict
Summary: dev-python/4suite is not multilib-strict
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-08 12:04 UTC by Santiago M. Mola (RETIRED)
Modified: 2008-02-23 17:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
4suite-1.0.2-fixmultilib.patch (4suite-1.0.2-fixmultilib.patch,509 bytes, patch)
2008-02-08 17:18 UTC, Thomas Anderson (tanderson) (RETIRED)
Details | Diff
Alternate patch that still uses distutils.eclass (4suite-1.0.2-fixmultilib.patch.1,304 bytes, patch)
2008-02-08 18:04 UTC, Thomas Anderson (tanderson) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.