On Sat, 02 Jun 2012 02:06:44 -0500 Dale <rdalek1...@gmail.com> wrote:
> I use the command: > > genlop -c > > That tells what is compiling and some general time info too. +1 for genlop. Also, if you're upgrading a number of large packages, it can help to have an estimate of how long you'll be compiling: $ emerge -pNuD world | genlop -p Or you can use "emerge --quiet-build=y" if you'd like to hide all the build output and only have Portage display what the currently compiling package(s) are. You can still tail the build logs in /var/tmp/portage/*/*/build.log to watch what's going on. Cheers, Bryan