View previous topic :: View next topic |
Author |
Message |
Utsuho Reiuji Apprentice
Joined: 03 Apr 2013 Posts: 179
|
Posted: Mon Dec 25, 2017 10:01 am Post subject: [solved] how to continue emerge -e @world |
|
|
ok, I have the following problem. I recently had to update my gentoo profile to 17.0 and that came with a warning, that I should run
asap. Now, I finally had the chance to let the system do it's thing over night, but due to one package requiring human input during install, it stopped after 256/960 packages. How can I continue from that? There must be a way to not emerge these 256 successful reemerges again...
Last edited by Utsuho Reiuji on Mon Dec 25, 2017 11:04 am; edited 1 time in total |
|
Back to top |
|
|
The Doctor Moderator
Joined: 27 Jul 2010 Posts: 2678
|
Posted: Mon Dec 25, 2017 10:04 am Post subject: |
|
|
emerge --resume
If you have a failed package that needs to be skipped use emerge --resume --skipfirst _________________ First things first, but not necessarily in that order.
Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box. |
|
Back to top |
|
|
Perfect Gentleman Veteran
Joined: 18 May 2014 Posts: 1256
|
Posted: Mon Dec 25, 2017 10:07 am Post subject: |
|
|
Code: | emerge -e --keep-going=y @world |
|
|
Back to top |
|
|
Utsuho Reiuji Apprentice
Joined: 03 Apr 2013 Posts: 179
|
Posted: Mon Dec 25, 2017 11:04 am Post subject: |
|
|
awesome, luckily portage has so many options (in panic, I didn't find he resume option on the man page). Thanks! |
|
Back to top |
|
|
Duncan Mac Leod Guru
Joined: 02 May 2004 Posts: 314 Location: Germany
|
Posted: Wed Jan 17, 2018 5:01 pm Post subject: |
|
|
Perfect Gentleman wrote: | Code: | emerge -e --keep-going=y @world |
|
THANK YOU |
|
Back to top |
|
|
|