Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 660694

Summary: dev-util/vulkan-tools-1.1.77.0 - merge failed with +wayland -X
Product: Gentoo Linux Reporter: Yaroslav Isakov <yaroslav.isakov>
Component: Current packagesAssignee: Nick Sarnie <sarnex>
Status: RESOLVED FIXED    
Severity: normal CC: sarnex
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info vulkan-tools

Description Yaroslav Isakov 2018-07-08 11:07:49 UTC
Created attachment 538764 [details]
emerge --info vulkan-tools

Here is an error:
-- Found PkgConfig: x86_64-pc-linux-gnu-pkg-config (found version "0.29.2") 
-- Found WAYLAND_CLIENT: /usr/lib/libwayland-client.so  
-- Found WAYLAND_SERVER: /usr/lib/libwayland-server.so  
-- Found WAYLAND_EGL: /usr/lib/libwayland-egl.so  
-- Found WAYLAND_CURSOR: /usr/lib/libwayland-cursor.so  
-- Found WAYLAND: /usr/lib/libwayland-client.so;/usr/lib/libwayland-server.so;/usr/lib/libwayland-egl.so;/usr/lib/libwayland-cursor.so  
CMake Error at cube/CMakeLists.txt:90 (message):
  Selected XCB for cube build but not building Xcb support

emerge --info vulkan-tools attached
Comment 1 Larry the Git Cow gentoo-dev 2018-07-12 00:42:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762ab8535fc247cbef6cb607c7ebca2e468c8c2d

commit 762ab8535fc247cbef6cb607c7ebca2e468c8c2d
Author:     Nick Sarnie <sarnex@gentoo.org>
AuthorDate: 2018-07-12 00:33:08 +0000
Commit:     Nick Sarnie <sarnex@gentoo.org>
CommitDate: 2018-07-12 00:42:40 +0000

    dev-util/vulkan-tools: Fix build without X
    
    Added the cube and vulkaninfo USE flags
    
    Vulkaninfo does not support wayland upstream
    
    If X is set at all, XCB will be used
    
    Thanks to hanetzer in #gentoo-desktop for testing
    
    Fixes: https://bugs.gentoo.org/660694
    Package-Manager: Portage-2.3.42, Repoman-2.3.9

 dev-util/vulkan-tools/metadata.xml                 |  4 +++
 .../vulkan-tools/vulkan-tools-1.1.77.0-r1.ebuild   | 27 ++++++++++++++-
 dev-util/vulkan-tools/vulkan-tools-9999.ebuild     | 38 +++++++++++++++++++++-
 3 files changed, 67 insertions(+), 2 deletions(-)