Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 549580 - emerge --resume should resume first build if temp dir already exists
Summary: emerge --resume should resume first build if temp dir already exists
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-15 16:31 UTC by Dirkjan Ochtman (RETIRED)
Modified: 2023-10-26 22:47 UTC (History)
5 users (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 Dirkjan Ochtman (RETIRED) gentoo-dev 2015-05-15 16:31:11 UTC
Currently, when I emerge --resume, the first ebuild is rebuilt from scratch. Instead, it seems like it could be improved to actually run the conceptual equivalent of "ebuild <pkg> merge" in a way that preserves whatever was already done. Potentially first checking that the ebuild is still the same, and that USE flags are unchanged.