cutefishos / core

System components and backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XCB_XEVIE and XCB_XPRINT could not found, and Upstream have been drop. Have to find anoher way

HougeLangley opened this issue · comments

Full Build Log Under Gentoo:

Gentoo-CutefishOS ~/test/core-97fc1bdffe1acef83409cc8098bb5648fa659d77/build # cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
-- The C compiler identification is GNU 11.2.1
-- The CXX compiler identification is GNU 11.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.0") 
-- Checking for module 'polkit-agent-1'
--   Found polkit-agent-1, version 0.120
-- polkit agent: /usr/include/polkit-1;/usr/include/glib-2.0;/usr/lib64/glib-2.0/include;/usr/lib64/libffi/include;/usr/include/libmount;/usr/include/blkid polkit-agent-1;polkit-gobject-1;gio-2.0;gobject-2.0;glib-2.0
-- Found X11: /usr/include   
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11_XCB: /usr/lib64/libX11-xcb.so (found version "1.7.3") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_XCB)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_XCB: /usr/lib64/libxcb.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_RENDER)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_RENDER: /usr/lib64/libxcb-render.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_SHAPE)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_SHAPE: /usr/lib64/libxcb-shape.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_XFIXES)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_XFIXES: /usr/lib64/libxcb-xfixes.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_SHM)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_SHM: /usr/lib64/libxcb-shm.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_ATOM)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_ATOM: /usr/lib64/libxcb-util.so (found version "0.4.0") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_AUX)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_AUX: /usr/lib64/libxcb-util.so (found version "0.4.0") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args`
  (XCB_COMPOSITE) does not match the name of the calling package (XCB).  This
  can lead to problems in calling code that expects `find_package` result
  variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_COMPOSITE: /usr/lib64/libxcb-composite.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_CURSOR)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_CURSOR: /usr/lib64/libxcb-cursor.so (found version "0.1.3") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_DAMAGE)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_DAMAGE: /usr/lib64/libxcb-damage.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_DPMS)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_DPMS: /usr/lib64/libxcb-dpms.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_DRI2)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_DRI2: /usr/lib64/libxcb-dri2.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_DRI3)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_DRI3: /usr/lib64/libxcb-dri3.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_EVENT)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_EVENT: /usr/lib64/libxcb-util.so (found version "0.4.0") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_EWMH)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_EWMH: /usr/lib64/libxcb-ewmh.so (found version "0.4.1") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_GLX)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_GLX: /usr/lib64/libxcb-glx.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_ICCCM)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_ICCCM: /usr/lib64/libxcb-icccm.so (found version "0.4.1") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_IMAGE)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_IMAGE: /usr/lib64/libxcb-image.so (found version "0.4.0") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args`
  (XCB_KEYSYMS) does not match the name of the calling package (XCB).  This
  can lead to problems in calling code that expects `find_package` result
  variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_KEYSYMS: /usr/lib64/libxcb-keysyms.so (found version "0.4.0") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args`
  (XCB_PRESENT) does not match the name of the calling package (XCB).  This
  can lead to problems in calling code that expects `find_package` result
  variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_PRESENT: /usr/lib64/libxcb-present.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_RANDR)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_RANDR: /usr/lib64/libxcb-randr.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_RECORD)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_RECORD: /usr/lib64/libxcb-record.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args`
  (XCB_RENDERUTIL) does not match the name of the calling package (XCB).
  This can lead to problems in calling code that expects `find_package`
  result variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_RENDERUTIL: /usr/lib64/libxcb-render-util.so (found version "0.3.9") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_RES)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_RES: /usr/lib64/libxcb-res.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args`
  (XCB_SCREENSAVER) does not match the name of the calling package (XCB).
  This can lead to problems in calling code that expects `find_package`
  result variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_SCREENSAVER: /usr/lib64/libxcb-screensaver.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_SYNC)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_SYNC: /usr/lib64/libxcb-sync.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_UTIL)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_UTIL: /usr/lib64/libxcb-util.so (found version "0.4.0") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_XEVIE)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Could NOT find XCB_XEVIE (missing: XCB_XEVIE_LIBRARY) (found version "")
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args`
  (XCB_XF86DRI) does not match the name of the calling package (XCB).  This
  can lead to problems in calling code that expects `find_package` result
  variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_XF86DRI: /usr/lib64/libxcb-xf86dri.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args`
  (XCB_XINERAMA) does not match the name of the calling package (XCB).  This
  can lead to problems in calling code that expects `find_package` result
  variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_XINERAMA: /usr/lib64/libxcb-xinerama.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_XKB)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_XKB: /usr/lib64/libxcb-xkb.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_XPRINT)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Could NOT find XCB_XPRINT (missing: XCB_XPRINT_LIBRARY) (found version "")
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_XTEST)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_XTEST: /usr/lib64/libxcb-xtest.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_XV)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_XV: /usr/lib64/libxcb-xv.so (found version "1.14") 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_XVMC)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  settings-daemon/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB_XVMC: /usr/lib64/libxcb-xvmc.so (found version "1.14") 
-- Found XCB: /usr/lib64/libxcb.so;/usr/lib64/libxcb-render.so;/usr/lib64/libxcb-shape.so;/usr/lib64/libxcb-xfixes.so;/usr/lib64/libxcb-shm.so;/usr/lib64/libxcb-util.so;/usr/lib64/libxcb-composite.so;/usr/lib64/libxcb-cursor.so;/usr/lib64/libxcb-damage.so;/usr/lib64/libxcb-dpms.so;/usr/lib64/libxcb-dri2.so;/usr/lib64/libxcb-dri3.so;/usr/lib64/libxcb-ewmh.so;/usr/lib64/libxcb-glx.so;/usr/lib64/libxcb-icccm.so;/usr/lib64/libxcb-image.so;/usr/lib64/libxcb-keysyms.so;/usr/lib64/libxcb-present.so;/usr/lib64/libxcb-randr.so;/usr/lib64/libxcb-record.so;/usr/lib64/libxcb-render-util.so;/usr/lib64/libxcb-res.so;/usr/lib64/libxcb-screensaver.so;/usr/lib64/libxcb-sync.so;/usr/lib64/libxcb-xf86dri.so;/usr/lib64/libxcb-xinerama.so;/usr/lib64/libxcb-xkb.so;/usr/lib64/libxcb-xtest.so;/usr/lib64/libxcb-xv.so;/usr/lib64/libxcb-xvmc.so (found version "1.14")  
-- Checking for module 'xorg-libinput'
--   Found xorg-libinput, version 1.2.0
-- Checking for module 'xorg-server'
--   Found xorg-server, version 21.1.3
-- Checking for module 'xorg-synaptics'
--   Found xorg-synaptics, version 1.9.1
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_XCB)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  xembed-sni-proxy/CMakeLists.txt:15 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_RANDR)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  xembed-sni-proxy/CMakeLists.txt:15 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB: /usr/lib64/libxcb.so;/usr/lib64/libxcb-randr.so (found version "1.14") found components: XCB RANDR 
-- XCB: XFIXES requires XCB;RENDER;SHAPE
-- XCB: XFIXES requires XCB;RENDER;SHAPE
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_XCB)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  xembed-sni-proxy/CMakeLists.txt:28 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_RENDER)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  xembed-sni-proxy/CMakeLists.txt:28 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_SHAPE)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  xembed-sni-proxy/CMakeLists.txt:28 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_XFIXES)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  xembed-sni-proxy/CMakeLists.txt:28 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_SHM)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  xembed-sni-proxy/CMakeLists.txt:28 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args`
  (XCB_COMPOSITE) does not match the name of the calling package (XCB).  This
  can lead to problems in calling code that expects `find_package` result
  variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  xembed-sni-proxy/CMakeLists.txt:28 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_DAMAGE)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  xembed-sni-proxy/CMakeLists.txt:28 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_IMAGE)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  xembed-sni-proxy/CMakeLists.txt:28 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_RANDR)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  xembed-sni-proxy/CMakeLists.txt:28 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_UTIL)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  xembed-sni-proxy/CMakeLists.txt:28 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB: /usr/lib64/libxcb.so;/usr/lib64/libxcb-randr.so;/usr/lib64/libxcb-render.so;/usr/lib64/libxcb-shape.so;/usr/lib64/libxcb-xfixes.so;/usr/lib64/libxcb-shm.so;/usr/lib64/libxcb-composite.so;/usr/lib64/libxcb-damage.so;/usr/lib64/libxcb-image.so;/usr/lib64/libxcb-util.so (found version "1.14") found components: XCB XFIXES DAMAGE COMPOSITE RANDR SHM UTIL IMAGE 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_XCB)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  powerman/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_DPMS)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  powerman/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB: /usr/lib64/libxcb.so;/usr/lib64/libxcb-dpms.so (found version "1.14") found components: XCB DPMS 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_XCB)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  chotkeys/CMakeLists.txt:2 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args`
  (XCB_KEYSYMS) does not match the name of the calling package (XCB).  This
  can lead to problems in calling code that expects `find_package` result
  variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  chotkeys/CMakeLists.txt:2 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB: /usr/lib64/libxcb.so;/usr/lib64/libxcb-keysyms.so (found version "1.14") found components: XCB KEYSYMS 
-- Found AppMenuGtkModule: /usr/lib64/gtk-3.0/modules/libappmenu-gtk-module.so  
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (XCB_XCB)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindXCB.cmake:159 (ecm_find_package_handle_library_components)
  gmenuproxy/CMakeLists.txt:10 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found XCB: /usr/lib64/libxcb.so (found version "1.14") found components: XCB 
-- Configuring done
-- Generating done
-- Build files have been written to: /root/test/core-97fc1bdffe1acef83409cc8098bb5648fa659d77/build
Gentoo-CutefishOS ~/test/core-97fc1bdffe1acef83409cc8098bb5648fa659d77/build #

My Gentoo xcb devel libs version is:

/usr/lib64/libxcb.so (found version "1.14"

Upstream have been disable XCB_XEVIE and XCB_XPRINT by default.

https://cgit.freedesktop.org/xcb/libxcb/commit/?id=966fba6ba4838949d0727dfa45eeb9392d1f85d9

Both extensions have been dropped from the X-Server in 2008:

http://cgit.freedesktop.org/xorg/xserver/commit/?id=1c8bd31
http://cgit.freedesktop.org/xorg/xserver/commit/?id=f4036f6

Don't build them by default.