Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232860 - python-updater-0.5 should echo the PMS command it runs
Summary: python-updater-0.5 should echo the PMS command it runs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2008-07-24 18:13 UTC by Josh Sled
Modified: 2008-08-25 09:57 UTC (History)
0 users

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


Attachments
diff to echo the command (p-u.diff,473 bytes, patch)
2008-07-24 18:14 UTC, Josh Sled
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Sled 2008-07-24 18:13:29 UTC
python-updater can take a really long time to figure out which PMS command to run (45 minutes here for a python-2.4 -> 2.5 upgrade), only to have the invoked emerge (or whatever) command fail due to some reason or another (intentionally-masked packages, specific ebuild versions no longer being in the tree, &c.).

Like revdep-rebuild, it should echo the pms command so the user can just re-execute it with changes if need be.
Comment 1 Josh Sled 2008-07-24 18:14:06 UTC
Created attachment 161303 [details, diff]
diff to echo the command
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-07-24 18:24:05 UTC
Please update the summary with what version of python-updater you are using. 
Comment 3 Ali Polatel (RETIRED) gentoo-dev 2008-08-25 09:45:29 UTC
This is in svn¹ and will be released with the new version soon.

¹: http://overlays.gentoo.org/proj/python/changeset/109
Comment 4 Ali Polatel (RETIRED) gentoo-dev 2008-08-25 09:57:34 UTC
Version 0.6 should fix this, thanks for reporting.