Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20779 - Session Installs? (dunno what else to call it)
Summary: Session Installs? (dunno what else to call it)
Status: RESOLVED DUPLICATE of bug 12768
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Jason Stubbs (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-11 03:08 UTC by Amit Pansare
Modified: 2011-10-30 22:37 UTC (History)
4 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 Amit Pansare 2003-05-11 03:08:50 UTC
Huge compile list are always left at night times, when PC is not much used. And 
generally these updates are left unattended.
Even if there is problem with one build, the installation process process stop. 
Is it possible to do a session install. LEts say we do "emerge -up --deep 
world" And it makes kind of sessions for the package and its dependencies. So 
if one session fails, it moves to new session (new set of install that are not 
dependent on this previous install).
Can save a lot of time, expecialy while doing unattended installs.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2004-11-27 04:18:38 UTC
emerge first; emerge second; emerge third; emerge fourth

should work here, can we close this bug, as there exists such an obvious solution?
Comment 2 Alec Warner (RETIRED) archtester gentoo-dev Security 2005-04-19 19:31:11 UTC
looks dupish to bug 12768, about portage failing to install along a certain branch of the depgraph and continuing along later.
Comment 3 Zac Medico gentoo-dev 2005-08-08 04:41:43 UTC
(In reply to comment #1)
> emerge first; emerge second; emerge third; emerge fourth
> 

Parse the package list from "emerge -puD world" and then do a separate
invocation of "emerge --oneshot =$cpv" for each package?  That would seem to
accomplish the goal of this bug (and bug 12768).
Comment 4 Alec Warner (RETIRED) archtester gentoo-dev Security 2005-08-08 05:54:15 UTC

*** This bug has been marked as a duplicate of 12768 ***