Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved]Failed emerge list of packages.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
JustCauseWhyNot
Tux's lil' helper
Tux's lil' helper


Joined: 07 Dec 2021
Posts: 147

PostPosted: Wed Sep 11, 2024 4:48 am    Post subject: [Solved]Failed emerge list of packages. Reply with quote

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
View user's profile Send private message
freke
Veteran
Veteran


Joined: 23 Jan 2003
Posts: 1020
Location: Somewhere in Denmark

PostPosted: Wed Sep 11, 2024 9:20 am    Post subject: Reply with quote

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
View user's profile Send private message
Banana
Moderator
Moderator


Joined: 21 May 2004
Posts: 1633
Location: Germany

PostPosted: Wed Sep 11, 2024 11:05 am    Post subject: Reply with quote

Or check the portage log dir.
_________________
Forum Guidelines

PFL - Portage file list - find which package a file or command belongs to.
My delta-labs.org snippets do expire
Back to top
View user's profile Send private message
JustCauseWhyNot
Tux's lil' helper
Tux's lil' helper


Joined: 07 Dec 2021
Posts: 147

PostPosted: Wed Sep 11, 2024 5:42 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum