I'm trying to migrate to modular X. Following this howto. http://www.gentoo.ro/proj/en/desktop/x/x11/modular-x-howto.xml To resolve the package mask/keyword problem, I did this: mv /usr/portage/profile/package.mask /usr/portage/profile/package.mask.backup ACCEPT_KEYWORDS=~x86 emerge xorg-x11 After 10 or so ebuilds the emerge process stopped because of a configure's inability to run pkg-config properly. ALL versions of pkg-config would seg fault when run in the CLI. ldd reveals them to be statically linked. Ergo none of the further modular-X components would build. What gives?
Created attachment 78400 [details] emerge info
Created attachment 78401 [details] libXdmcp-1.0.0.log
Created attachment 78402 [details] config.log for libXdmcp-1.0.0
Created attachment 78403 [details] pkgconfig.log (from /var/log/portage/)
This has got to be something else. "man" segfaults too.