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

Bug 137864

Summary: emerge: re-running install when using merge
Product: Portage Development Reporter: Sascha Silbe <sascha-gentoo-bugzilla>
Component: Core - Interface (emerge)Assignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: InVCS
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 136244    

Description Sascha Silbe 2006-06-24 11:25:12 UTC
From time to time, one of my filesystems fills up and the merge of a package aborts. After resizing the FS, I can retry the merge with "ebuild <whatever> qmerge". But if I run "ebuild <whatever> merge" instead (as I'm used to due to FEATURES=collision-protect and FEATURES=test), the installation routine will be re-run, which can take quite some time (e.g. KDE) or even require a set of CDs to be inserted (some games). In other words, it's quite expensive.
It would be nice if ebuild would skip install after it has successfully completed, like it does for unpack and compile.
Comment 1 Zac Medico gentoo-dev 2006-06-24 16:58:58 UTC
This is fixed in svn r3646.
Comment 2 Zac Medico gentoo-dev 2006-06-26 16:23:48 UTC
This has been released in 2.1.1_pre1-r3.
Comment 3 Sascha Silbe 2006-06-27 00:57:18 UTC
Thanks!