I'm working on the OpenRC migration in recent upgrades to Gentoo (see the guide), and I'm having trouble installing openrc. The baselayout package upgraded no problem, but when I try to do emerge openrc (manually, since it hung the first time around and I killed it), I get to the compile phase and see it stop after the lines:
===> src (all) make[1]: Entering directory `/var/tmp/portage/sys-apps/openrc-0.8.2-r1/work/openrc-0.8.2/src' ===> src/test (all) make[1]: Entering directory `/var/tmp/portage/sys-apps/openrc-0.8.2-r1/work/openrc-0.8.2/src/test' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/portage/sys-apps/openrc-0.8.2-r1/work/openrc-0.8.2/src/test' ===> src/libeinfo (all)
At this point, the compile is still running, but the single cc1 process I see is pegged at 100% CPU usage and never returns.
Any reason this process wouldn't complete? How can I get openrc to emerge successfully?