Hi, I've been looking and I haven't found a way to
record the emerge's messages like
* Warning! Gentoo's GLIBC with NPTL enabled now behaves like the * glibc from almost every other distribution out there
There's a log or a tool that records that?
There's a log in /var/log/emerge.log
or you could direct the output to a file: emerge "package" > file.log
or emerge "package" > /var/log/emerge-"package".log 2>&1 &