|
|
#emerge xorg-x11
后,报出:
checking keysymdef.h... /usr/include/X11/keysymdef.h
checking if XLOCALEDIR support should be enabled... yes
checking for BIGFONT... yes
checking for XKBPROTO... configure: error: Package requirements (kbproto inputproto) were not met:
No package 'kbproto' 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 XKBPROTO_CFLAGS
and XKBPROTO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/libX11-1.0.3/work/libX11-1.0.3/config.log
!!! ERROR: x11-libs/libX11-1.0.3 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.
localhost ~ #
下面是log
#define PACKAGE "libX11"
#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
#define PACKAGE_NAME "libX11"
#define PACKAGE_STRING "libX11 1.0.3"
#define PACKAGE_TARNAME "libX11"
#define PACKAGE_VERSION "1.0.3"
#define SECURE_RPC 1
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define TCPCONN 1
#define UNIXCONN 1
#define USE_DYNAMIC_XCURSOR 1
#define USE_POLL 1
#define VERSION "1.0.3"
#define XCMS 1
#define XF86BIGFONT 1
#define XLOCALE 1
#define XTHREADS
#define XUSE_MTSAFE_API
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 1
到底是什么原因啊~? |
|