Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 477518 - [qt overlay] x11-misc/sddm-9999 requires x11-libs/libxcb[xkb]
Summary: [qt overlay] x11-misc/sddm-9999 requires x11-libs/libxcb[xkb]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-07-20 16:54 UTC by Andreas Sturmlechner
Modified: 2013-07-22 15:19 UTC (History)
0 users

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


Attachments
sddm-9999.ebuild.patch (sddm-9999.ebuild.patch,319 bytes, patch)
2013-07-20 16:54 UTC, Andreas Sturmlechner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2013-07-20 16:54:06 UTC
Created attachment 353728 [details, diff]
sddm-9999.ebuild.patch

Or else it fails in configure:


-- checking for module 'xcb'
--   found xcb, version 1.9.1
-- Found XCB: /usr/lib64/libxcb.so  
-- checking for module 'xcb-xkb'
--   package 'xcb-xkb' not found
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:97 (message):
  Could NOT find XKB (missing: LIBXKB_LIBRARIES)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:291 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindXKB.cmake:35 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:41 (find_package)


-- Configuring incomplete, errors occurred!
 * ERROR: x11-misc/sddm-9999 failed (configure phase):
 *   cmake failed
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2013-07-22 15:19:19 UTC
[master 3ca62c3] x11-misc/sddm: add x11-libs/libxcb[xkb] use dep; fixes bug #477518

Thanks for reporting!