Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 365821 - 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
Summary: python-updater complains about pygsl-0.9.4.ebuild, but why 'emerge --sync' or...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 365823 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-05-03 13:50 UTC by Juergen Rose
Modified: 2011-05-03 14:51 UTC (History)
1 user (show)

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


Attachments

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