This Gentoo box needs upgrading badly. I started this in February, so perhaps it’s time to continue.
Trying to update the world profile causes a few too many problems, so I start with updating everything in the system profile:
# emerge --update --deep --newuse system
sys-apps/man-pages
The first blockage of the day is “sys-apps/man-pages-3” that is blocking “sys-apps/man-pages-posix-2003a“. The latter is pulled in by “sys-apps/man-pages-posix“, which in turn is required by “sys-apps/man-pages-3.20“.
Somehow, unmerging “sys-apps/man-pages” resolved this blockage:
# emerge --unmerge sys-apps/man-pages
I just had to ignore a few warnings about the package being part of my system profile and I could reissue the system update command. The unmerged package is neatly remerged.
# emerge --update --deep --newuse system
This command started merging 99 packages. The only interruption left in this process was caused by the savedconfig use flag which made the busybox ebuild fail.
Recent Comments