e2fsprogs-libs vs. com_err & ss - Round 1 Fight!
Oops -- apparently a well-known ~x86 dependency 'bug' was allowed to surface in stable gentoo.
Here's a forum post and a bug report.
Here's the recipe I used to get around the recent shenanigans associated with e2fsprogs-libs going stable.
-
emerge -uDavft world
- That ensures that the packages are pre-fetched,which is critical to this recipe working. The unmerge that happens below temporarily eliminates the ability to fetch portage packages.
-
emerge -avt1 --nodeps e2fsprogs-libs
-
emerge -avt --unmerge com_err ss
-
emerge -avt1 --nodeps e2fsprogs-libs
-
emerge -avt1 --nodeps e2fsprogs
-
emerge -avt1 --nodeps mit-krb5
-
emerge -avt1 --nodeps e2fsprogs-libs
-
emerge -avt1 --nodeps e2fsprogs
-
revdep-rebuild -v
Then world updates can proceed, or whatever else you planned on doing.