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

Bug 365821

Summary: python-updater complains about pygsl-0.9.4.ebuild, but why 'emerge --sync' or 'emerge -uvDN world' does not remove pygsl-0.9.4.ebuild
Product: Gentoo Linux Reporter: Juergen Rose <rose>
Component: [OLD] UnspecifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: darkside
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Juergen Rose 2011-05-03 13:50:52 UTC
python-updater complains:
...
 * "/usr/local/portage/dev-python/pygsl/pygsl-0.9.4.ebuild":
 * Deprecation Warning: Usage of distutils.eclass in packages not supporting installation
 * for multiple Python ABIs in EAPI <=2 is deprecated and will be banned on 2011-06-01.
 * The ebuild needs to be fixed. Please report a bug, if it has not been already reported.

pygsl-0.9.5 is installed:

rose@lynx:/home/rose(2)$ emerge -pvD pygsl 

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-python/pygsl-0.9.5  USE="examples" 0 kB


Why is pygsl-0.9.4.ebuild not removed by 'emerge --sync', 'emerge -uvDN world' or 'emerge --depclean'?



Reproducible: Always
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-05-03 13:54:46 UTC
"/usr/local/portage/dev-python/pygsl/pygsl-0.9.4.ebuild"

^^ That is an overlay, specifically /usr/local, and emerge --sync will not touch local files that you placed there.
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-05-03 14:03:02 UTC
*** Bug 365823 has been marked as a duplicate of this bug. ***
Comment 3 Juergen Rose 2011-05-03 14:51:02 UTC
Thanks Jeremy,

removal of /usr/local/portage/dev-python/pygsl solved the issue.