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

Bug 43480

Summary: Could it be possible to "reinstall" some Python modules after upgrade ?
Product: Gentoo Linux Reporter: Fabien Fivaz <fabien.fivaz>
Component: [OLD] DevelopmentAssignee: Python Gentoo Team <python>
Status: RESOLVED INVALID    
Severity: enhancement CC: mholzer
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Fabien Fivaz 2004-03-02 07:00:20 UTC
I had Python 2.2 installed. After running an emerge -u, Python 2.3 was installed. But, for instance, wxPython did not work anymore with Python 2.3 (it had been installed along Python 2.2). I had to remerge wxPython. Could it be possible to do it automatically? I.e. to remerge installed Python things when upgrading to a new "major" version?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-03-02 07:01:34 UTC
so how about reading einfo messages from emerge and ebuilds ?
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2004-03-02 07:16:52 UTC
        ewarn
        ewarn "If you have just upgraded from python-2.2.x you will need to run:
"
        ewarn
        ewarn "/usr/sbin/python-updater"
        ewarn
        ewarn "This will automatically rebuild all the python dependent modules"
        ewarn "to run with python-2.3."
Comment 3 Fabien Fivaz 2004-03-03 01:35:46 UTC
Sorry. By the way, when emerge updates some 30+ packages, I don't have time to read all the ewarnings, and sometimes, it goes at such a speed that I haven't enough time to read them, even if I'm looking at it :-)