“A New Version Of Portage Is Available”
I remember that message coming up just about every time I fired up emerge, telling me to update emerge itself before doing anything else.
It was fun for a while. But it could take much of a weekend to recompile something like KDE. And I think I got some dependencies wrong, so it didn’t quite work right.
At that point, I decided to switch to Debian Unstable. I still wanted some bleeding cutting-edge goodies , but with the convenient of prebuilt binaries.
Though I still build some things from source. For example, with FFmpeg, you can set both --enable-gpl and --enable-nonfree, and end up with a build that is marked “unredistributable”. So no distro could offer such a combination of features in a prebuilt package.
Blender is kind of fun: a fast-moving target where the distro package is never enough. Sure, I can download a prebuilt binary from blender.org. But I want it to not include its own Python, but to to interface to my system Python instead, so they can share installed modules. That requires building it myself.