Posts Tagged ‘gentoo’

Problem emerge glibc-2.11

Thursday, July 1st, 2010

When try to emerge glibc-2.11 from older version you might get this error:

checking for cpuid.h... no
configure: error: gcc must provide the header
* ERROR: sys-libs/glibc-2.11.2 failed:
* failed to configure glibc

To solve it get the cpuid.h file from official GCC respositories and put it into /usr/include. Check the name of the downloaded file to be “cpuid.h”.

Now, glibc should compile without problem.

Update/Emerge in Gentoo

Tuesday, January 5th, 2010

best comands to use to emerge/update world are:
emerge --sync

and then

emerge -uDvNt world

these will update all the packs and applications in the server.