Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 336491 - dev-python/compizconfig-python-0.8.4-r2 breaks support for installation for multiple Python ABIs
Summary: dev-python/compizconfig-python-0.8.4-r2 breaks support for installation for m...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-08 22:03 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2010-09-08 22:17 UTC (History)
1 user (show)

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


Attachments
compizconfig-python-0.8.4-r2.ebuild.patch (compizconfig-python-0.8.4-r2.ebuild.patch,495 bytes, patch)
2010-09-08 22:10 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-09-08 22:03:26 UTC
dev-python/compizconfig-python-0.8.4-r2 contains some incorrect changes.

econf/emake shouldn't be called in ABI-nonspecific local scope. Please use python_src_configure/python_src_compile/python_src_install, which call econf/emake in ABI-specific local scope. PYTHON_EXPORT_PHASE_FUNCTIONS="1" causes that these phase functions are exported.
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-09-08 22:10:17 UTC
Created attachment 246506 [details, diff]
compizconfig-python-0.8.4-r2.ebuild.patch

The change of 'find "${D}" -name '*.la' -delete || die' into 'python_clean_installation_image' is optional.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-09-08 22:17:32 UTC
Done.