Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 582414 - x11-libs/libxkbcommon-0.6.1: configure: error: xkbcommon-x11 requires xcb-xkb >= 1.10 which was not found.
Summary: x11-libs/libxkbcommon-0.6.1: configure: error: xkbcommon-x11 requires xcb-xkb...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-08 08:27 UTC by Kobboi
Modified: 2016-05-09 07:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kobboi 2016-05-08 08:27:02 UTC
My system state is in flux, with me manually removing and rebuilding certain dependencies, but still, I don't think the following should happen:

$ sudo emerge -1 fixesproto libxkbcommon libxshmfence -av

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] x11-libs/libxkbcommon-0.6.1::gentoo  USE="X -doc -static-libs {-test}" ABI_X86="(64) -32* (-x32)" 0 KiB
[ebuild   R    ] x11-libs/libxshmfence-1.2::gentoo  USE="-static-libs" ABI_X86="(64) -32* (-x32)" 0 KiB
[ebuild   R    ] x11-proto/fixesproto-5.0-r1::gentoo  ABI_X86="(64) -32* (-x32)" 0 KiB

Total: 3 packages (3 reinstalls), Size of downloads: 0 KiB

Would you like to merge these packages? [Yes/No] y

>>> Verifying ebuild manifests

>>> Emerging (1 of 3) x11-libs/libxkbcommon-0.6.1::gentoo
 * libxkbcommon-0.6.1.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                                                           [ ok ]
>>> Unpacking source...
>>> Unpacking libxkbcommon-0.6.1.tar.xz to /var/tmp/portage/x11-libs/libxkbcommon-0.6.1/work
>>> Source unpacked in /var/tmp/portage/x11-libs/libxkbcommon-0.6.1/work
>>> Preparing source in /var/tmp/portage/x11-libs/libxkbcommon-0.6.1/work/libxkbcommon-0.6.1 ...
 * Running eautoreconf in '/var/tmp/portage/x11-libs/libxkbcommon-0.6.1/work/libxkbcommon-0.6.1' ...
 * Running libtoolize --install --copy --force --automake ...                                                                                                                                               [ ok ]
 * Running aclocal -I m4 ...                                                                                                                                                                                [ ok ]
 * Running autoconf --force ...                                                                                                                                                                             [ ok ]
 * Running autoheader ...                                                                                                                                                                                   [ ok ]
 * Running automake --add-missing --copy --foreign --force-missing ...                                                                                                                                      [ ok ]
 * Running elibtoolize in: libxkbcommon-0.6.1/
 *   Applying portage/1.2.0 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.4.2 patch ...
 * Running elibtoolize in: libxkbcommon-0.6.1/build-aux/
 *   Applying portage/1.2.0 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.4.3 patch ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/x11-libs/libxkbcommon-0.6.1/work/libxkbcommon-0.6.1 ...
 * abi_x86_64.amd64: running multilib-minimal_abi_src_configure
>>> Working in BUILD_DIR: "/var/tmp/portage/x11-libs/libxkbcommon-0.6.1/work/libxkbcommon-0.6.1-abi_x86_64.amd64"
 * econf: updating libxkbcommon-0.6.1/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating libxkbcommon-0.6.1/build-aux/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating libxkbcommon-0.6.1/build-aux/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating libxkbcommon-0.6.1/config.sub with /usr/share/gnuconfig/config.sub
/var/tmp/portage/x11-libs/libxkbcommon-0.6.1/work/libxkbcommon-0.6.1/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --docdir=/usr/share/doc/libxkbcommon-0.6.1 --enable-shared --disable-static --with-xkb-config-root=/usr/share/X11/xkb --without-doxygen
configure: loading site script /usr/share/config.site
checking for a BSD-compatible install... /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B
checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for x86_64-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... none needed
checking whether __clang__ is declared... no
checking whether __INTEL_COMPILER is declared... no
checking whether __SUNPRO_C is declared... no
checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking if x86_64-pc-linux-gnu-gcc supports -Werror=unknown-warning-option... no
checking if x86_64-pc-linux-gnu-gcc supports -Werror=unused-command-line-argument... no
checking if x86_64-pc-linux-gnu-gcc supports -Wall... yes
checking if x86_64-pc-linux-gnu-gcc supports -Wpointer-arith... yes
checking if x86_64-pc-linux-gnu-gcc supports -Wmissing-declarations... yes
checking if x86_64-pc-linux-gnu-gcc supports -Wformat=2... yes
checking if x86_64-pc-linux-gnu-gcc supports -Wstrict-prototypes... yes
checking if x86_64-pc-linux-gnu-gcc supports -Wmissing-prototypes... yes
checking if x86_64-pc-linux-gnu-gcc supports -Wnested-externs... yes
checking if x86_64-pc-linux-gnu-gcc supports -Wbad-function-cast... yes
checking if x86_64-pc-linux-gnu-gcc supports -Wold-style-definition... yes
checking if x86_64-pc-linux-gnu-gcc supports -Wdeclaration-after-statement... yes
checking if x86_64-pc-linux-gnu-gcc supports -Wunused... yes
checking if x86_64-pc-linux-gnu-gcc supports -Wuninitialized... yes
checking if x86_64-pc-linux-gnu-gcc supports -Wshadow... yes
checking if x86_64-pc-linux-gnu-gcc supports -Wmissing-noreturn... yes
checking if x86_64-pc-linux-gnu-gcc supports -Wmissing-format-attribute... yes
checking if x86_64-pc-linux-gnu-gcc supports -Wredundant-decls... yes
checking if x86_64-pc-linux-gnu-gcc supports -Wlogical-op... yes
checking if x86_64-pc-linux-gnu-gcc supports -Werror=implicit... yes
checking if x86_64-pc-linux-gnu-gcc supports -Werror=nonnull... yes
checking if x86_64-pc-linux-gnu-gcc supports -Werror=init-self... yes
checking if x86_64-pc-linux-gnu-gcc supports -Werror=main... yes
checking if x86_64-pc-linux-gnu-gcc supports -Werror=missing-braces... yes
checking if x86_64-pc-linux-gnu-gcc supports -Werror=sequence-point... yes
checking if x86_64-pc-linux-gnu-gcc supports -Werror=return-type... yes
checking if x86_64-pc-linux-gnu-gcc supports -Werror=trigraphs... yes
checking if x86_64-pc-linux-gnu-gcc supports -Werror=array-bounds... yes
checking if x86_64-pc-linux-gnu-gcc supports -Werror=write-strings... yes
checking if x86_64-pc-linux-gnu-gcc supports -Werror=address... yes
checking if x86_64-pc-linux-gnu-gcc supports -Werror=int-to-pointer-cast... yes
checking if x86_64-pc-linux-gnu-gcc supports -Werror=pointer-to-int-cast... yes
checking if x86_64-pc-linux-gnu-gcc supports -pedantic... yes
checking if x86_64-pc-linux-gnu-gcc supports -Werror... yes
checking if x86_64-pc-linux-gnu-gcc supports -Werror=attributes... yes
checking whether make supports nested variables... (cached) yes
checking whether to build documentation... yes
checking for inline... inline
checking for x86_64-pc-linux-gnu-pkg-config... (cached) /usr/bin/x86_64-pc-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for bison... bison -y
checking for bison... /usr/bin/bison
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for eaccess... yes
checking for euidaccess... yes
checking for mmap... yes
checking for secure_getenv... yes
checking for __secure_getenv... no
checking for __builtin_expect... yes
checking linux/input.h usability... yes
checking linux/input.h presence... yes
checking for linux/input.h... yes
checking if x86_64-pc-linux-gnu-gcc supports -fvisibility=hidden... yes
checking if x86_64-pc-linux-gnu-gcc supports -Wextra -Wno-unused-parameter -Wno-missing-field-initializers... yes
checking if x86_64-pc-linux-gnu-gcc supports -Wdocumentation... no
checking whether the linker accepts -Wl,--no-undefined... yes
checking whether the linker accepts -Wl,--version-script="/var/tmp/portage/x11-libs/libxkbcommon-0.6.1/work/libxkbcommon-0.6.1/xkbcommon.map"... yes
checking for clock_gettime in -lrt... yes
checking for clock_gettime... yes
checking for XCB_XKB... no
configure: error: xkbcommon-x11 requires xcb-xkb >= 1.10 which was not found. You can disable X11 support with --disable-x11.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/x11-libs/libxkbcommon-0.6.1/work/libxkbcommon-0.6.1-abi_x86_64.amd64/config.log
 * ERROR: x11-libs/libxkbcommon-0.6.1::gentoo failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *               ebuild.sh, line  133:  Called src_configure
 *             environment, line 3676:  Called xorg-2_src_configure
 *             environment, line 4482:  Called autotools-multilib_src_configure
 *             environment, line  721:  Called multilib-minimal_src_configure
 *             environment, line 2859:  Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
 *             environment, line 3073:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *             environment, line 2789:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *             environment, line 2787:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
 *             environment, line  600:  Called multilib-minimal_abi_src_configure
 *             environment, line 2853:  Called multilib_src_configure
 *             environment, line 3290:  Called autotools-utils_src_configure
 *             environment, line  762:  Called econf '--docdir=/usr/share/doc/libxkbcommon-0.6.1' '--enable-shared' '--disable-static' '--with-xkb-config-root=/usr/share/X11/xkb' '--without-doxygen'
 *        phase-helpers.sh, line  662:  Called __helpers_die 'econf failed'
 *   isolated-functions.sh, line  117:  Called die
 * The specific snippet of code:
 *   		die "$@"
 * 
 * If you need support, post the output of `emerge --info '=x11-libs/libxkbcommon-0.6.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=x11-libs/libxkbcommon-0.6.1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/x11-libs/libxkbcommon-0.6.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-libs/libxkbcommon-0.6.1/temp/environment'.
 * Working directory: '/var/tmp/portage/x11-libs/libxkbcommon-0.6.1/work/libxkbcommon-0.6.1-abi_x86_64.amd64'
Comment 1 Kobboi 2016-05-08 08:27:47 UTC
$ eix xcb
[I] x11-libs/libxcb
     Available versions:  1.9.1 (~)1.9.1-r1 (~)1.9.3 (~)1.9.3-r1 1.10 (~)1.11(0/1.11) 1.11-r1(0/1.11) 1.11.1(0/1.11.1){tbz2} {doc selinux static-libs test xkb ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32" PYTHON_SINGLE_TARGET="python2_7 python3_3" PYTHON_TARGETS="python2_7 python3_3"}
     Installed versions:  1.11.1{tbz2}(21:52:18 07-05-16)(xkb -doc -selinux -static-libs -test ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="64 -32 -x32")
     Homepage:            https://xcb.freedesktop.org/
     Description:         X C-language Bindings library

[I] x11-libs/xcb-util
     Available versions:  0.4.0{tbz2} {doc static-libs test ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32"}
     Installed versions:  0.4.0{tbz2}(03:56:16 03-05-16)(-doc -static-libs -test ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="64 -32 -x32")
     Homepage:            https://xcb.freedesktop.org/
     Description:         X C-language Bindings sample implementations

[I] x11-libs/xcb-util-cursor
     Available versions:  0.1.1-r1 0.1.2{tbz2} {doc static-libs test ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32"}
     Installed versions:  0.1.2{tbz2}(05:02:41 03-05-16)(-doc -static-libs -test ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="64 -32 -x32")
     Homepage:            https://xcb.freedesktop.org/
     Description:         X C-language Bindings sample implementations

[I] x11-libs/xcb-util-image
     Available versions:  0.4.0{tbz2} {doc static-libs test ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32"}
     Installed versions:  0.4.0{tbz2}(03:56:39 03-05-16)(-doc -static-libs -test ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="64 -32 -x32")
     Homepage:            https://xcb.freedesktop.org/
     Description:         X C-language Bindings sample implementations

[I] x11-libs/xcb-util-keysyms
     Available versions:  0.4.0{tbz2} {doc static-libs test ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32"}
     Installed versions:  0.4.0{tbz2}(02:46:37 03-05-16)(-doc -static-libs -test ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="64 -32 -x32")
     Homepage:            https://xcb.freedesktop.org/
     Description:         X C-language Bindings sample implementations

[I] x11-libs/xcb-util-renderutil
     Available versions:  0.3.9-r1{tbz2} {doc static-libs test ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32"}
     Installed versions:  0.3.9-r1{tbz2}(02:50:44 03-05-16)(-doc -static-libs -test ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="64 -32 -x32")
     Homepage:            https://xcb.freedesktop.org/
     Description:         X C-language Bindings sample implementations

[I] x11-libs/xcb-util-wm
     Available versions:  0.4.1-r1{tbz2} {doc static-libs test ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32"}
     Installed versions:  0.4.1-r1{tbz2}(02:54:10 03-05-16)(-doc -static-libs -test ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="64 -32 -x32")
     Homepage:            https://xcb.freedesktop.org/
     Description:         X C-language Bindings sample implementations

* x11-misc/xcb
     Available versions:  2.4-r1 {motif}
     Homepage:            http://oldhome.schmorp.de/marc/xcb.html
     Description:         Marc Lehmann's improved X Cut Buffers

[I] x11-proto/xcb-proto
     Available versions:  1.8-r3 (~)1.9-r1 1.10 1.11{tbz2} {ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32" PYTHON_TARGETS="python2_7 python3_3 python3_4 python3_5"}
     Installed versions:  1.11{tbz2}(21:50:56 07-05-16)(ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="64 -32 -x32" PYTHON_TARGETS="python2_7 python3_4 -python3_3 -python3_5")
     Homepage:            https://xcb.freedesktop.org/
     Description:         X C-language Bindings protocol headers

Found 9 matches
Comment 2 Kobboi 2016-05-08 08:33:11 UTC
Taking a closer look at the failed configure:

configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libxkbcommon"
| #define PACKAGE_TARNAME "libxkbcommon"
| #define PACKAGE_VERSION "0.6.1"
| #define PACKAGE_STRING "libxkbcommon 0.6.1"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=libxkbcommon"
| #define PACKAGE_URL "http://xkbcommon.org"
| #define PACKAGE "libxkbcommon"
| #define VERSION "0.6.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE_VERSION_MAJOR 0
| #define PACKAGE_VERSION_MINOR 6
| #define PACKAGE_VERSION_PATCHLEVEL 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_EACCESS 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_MMAP 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE___BUILTIN_EXPECT 1
| /* end confdefs.h.  */
| int i;
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:19521: result: no
configure:19537: checking whether the linker accepts -Wl,--no-undefined
configure:19556: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fomit-frame-pointer  -Wl,--no-undefined conftest.c  >&5
configure:19556: $? = 0
configure:19567: result: yes
configure:19585: checking whether the linker accepts -Wl,--version-script="/var/tmp/portage/x11-libs/libxkbcommon-0.6.1/work/libxkbcommon-0.6.1/xkbcommon.map"
configure:19600: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fomit-frame-pointer  -Wl,--version-script=/var/tmp/portage/x11-libs/libxkbcommon-0.6.1/work/libxkbcommon-0.6.1/xkbcommon.map conftest.c  >&5
configure:19600: $? = 0
configure:19609: result: yes
configure:19626: checking for clock_gettime in -lrt
configure:19651: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fomit-frame-pointer  -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lrt  >&5
configure:19651: $? = 0
configure:19660: result: yes
configure:19672: checking for clock_gettime
configure:19672: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fomit-frame-pointer  -Wl,-O1 -Wl,--as-needed conftest.c  >&5
configure:19672: $? = 0
configure:19672: result: yes
configure:19799: checking for XCB_XKB
configure:19806: $PKG_CONFIG --exists --print-errors "xcb xcb-xkb >= 1.10"
Package xdmcp was not found in the pkg-config search path.
Perhaps you should add the directory containing `xdmcp.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xdmcp', required by 'xcb', not found
configure:19809: $? = 1
configure:19823: $PKG_CONFIG --exists --print-errors "xcb xcb-xkb >= 1.10"
Package xdmcp was not found in the pkg-config search path.
Perhaps you should add the directory containing `xdmcp.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xdmcp', required by 'xcb', not found
configure:19826: $? = 1
configure:19840: result: no
Package 'xdmcp', required by 'xcb', not found
configure:19856: error: xkbcommon-x11 requires xcb-xkb >= 1.10 which was not found. You can disable X11 support with --disable-x11.
Comment 3 Kobboi 2016-05-08 08:34:19 UTC
And indeed, x11-libs/libXdmcp is not installed at the moment. Not sure if this then needs to be a dependency of libxkbcommon, I guess not by the configure output?
Comment 4 Alex Xu (Hello71) 2016-05-08 23:16:44 UTC
libxcb already depends on libXdmcp. please do not file any bugs if you use -O.
Comment 5 Kobboi 2016-05-09 07:19:24 UTC
(In reply to Alex Xu (Hello71) from comment #4)
> libxcb already depends on libXdmcp. please do not file any bugs if you use
> -O.

If I use what? I don't use -O or any other special CFLAG apart those from the handbook.