View previous topic :: View next topic |
Author |
Message |
JustCauseWhyNot Tux's lil' helper
Joined: 07 Dec 2021 Posts: 147
|
Posted: Wed Sep 11, 2024 4:48 am Post subject: [Solved]Failed emerge list of packages. |
|
|
I shut my pc off while it was running Code: | merge --emptytree --keep-going @world | since I switched compilers, and didnt end up seeing the log of failed to emerge packages. Is there any way to go back and see which packages failed without having to manually look throw 1200 build.logs?
Last edited by JustCauseWhyNot on Wed Sep 11, 2024 5:42 pm; edited 1 time in total |
|
Back to top |
|
|
freke Veteran
Joined: 23 Jan 2003 Posts: 1026 Location: Somewhere in Denmark
|
Posted: Wed Sep 11, 2024 9:20 am Post subject: |
|
|
If you have app-portage/eix installed you could do Code: | eix '-I*' --format '<installedversions:DATESORT>' | sort -n | cut -f2-3 | to get a list sorted by date, anything with a date before you started the emerge is installed but hasn't been emerged during your last run ie. probably failed. |
|
Back to top |
|
|
Banana Moderator
Joined: 21 May 2004 Posts: 1712 Location: Germany
|
|
Back to top |
|
|
JustCauseWhyNot Tux's lil' helper
Joined: 07 Dec 2021 Posts: 147
|
Posted: Wed Sep 11, 2024 5:42 pm Post subject: |
|
|
Thank you both for your answers. I didn't realize elog was a log file of emerge output. And the eix command is very helpful. |
|
Back to top |
|
|
|