Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70353 - Patch for calling python-updater in pkg_postinst
Summary: Patch for calling python-updater in pkg_postinst
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-07 07:33 UTC by David Stanek
Modified: 2005-02-04 15:10 UTC (History)
0 users

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


Attachments
Patch for calling python-updater in pkg_postinst (python-2.3.4.patch,1.53 KB, patch)
2004-11-07 07:35 UTC, David Stanek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Stanek 2004-11-07 07:33:26 UTC
When a user updates from python2.2.x to python2.3.x they are instructed to run /usr/sbin/python-updater. I have created a patch for python2.3.4.ebuild that will automatically run this when changing minor versions.

Also as a side effect of recompiling python over and over again I noticed that no matter what version you upgraded from a message about python2.2 was displayed. I now have that displayed only if the previous version was python2.2.
Comment 1 David Stanek 2004-11-07 07:35:10 UTC
Created attachment 43472 [details, diff]
Patch for calling python-updater in pkg_postinst
Comment 2 Bryan Østergaard (RETIRED) gentoo-dev 2005-02-04 15:10:10 UTC
Python-updater calls emerge which is not allowed from ebuilds. Unfortunately einfo is the best we can do currently.