Hello,
I have just installed and configured my first gentoo system. I wanted to install x11 and x org and per the intstructions at Gentoo's X Server Configuration HOWTO. I typed in 'emerge xorg-x11' and it started working. Now, while it was compiling, I was logged in a remote shell and emerged something else at the same time(I don't know if this has anything to do with it.)
But here is what happens when I emerge 'xorg-x11':
Code:
checking for XKBFILE... configure: error: Package requirements (x11 kbproto) were not met:
No package 'x11' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables XKBFILE_CFLAGS
and XKBFILE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/libxkbfile-1.0.3/work/libxkbfile-1.0.3/config.log
!!! ERROR: x11-libs/libxkbfile-1.0.3 failed.
Call stack:
ebuild.sh, line 1539: Called dyn_compile
ebuild.sh, line 939: Called src_compile
ebuild.sh, line 1248: Called x-modular_src_compile
x-modular.eclass, line 326: Called x-modular_src_configure
x-modular.eclass, line 313: Called econf '--prefix=/usr' '--datadir=/usr/share'
ebuild.sh, line 541: Called die
!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
This happens every time I try to emerge xorg-x11.
Thanks!