Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 698664 - media-libs/vulkan-layers-1.1.125 : /.../shader_validation.cpp:1628:15: error: CapabilityShaderClockKHR is not a member of spv
Summary: media-libs/vulkan-layers-1.1.125 : /.../shader_validation.cpp:1628:15: error:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-27 16:00 UTC by Toralf Förster
Modified: 2019-10-27 16:12 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.87 KB, text/plain)
2019-10-27 16:00 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,229.18 KB, text/plain)
2019-10-27 16:00 UTC, Toralf Förster
Details
environment (environment,140.08 KB, text/plain)
2019-10-27 16:00 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,19.23 KB, application/x-bzip)
2019-10-27 16:00 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,4.62 KB, application/x-bzip)
2019-10-27 16:00 UTC, Toralf Förster
Details
media-libs:vulkan-layers-1.1.125:20191027-150941.log (media-libs:vulkan-layers-1.1.125:20191027-150941.log,42.36 KB, text/plain)
2019-10-27 16:00 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,36.81 KB, application/x-bzip)
2019-10-27 16:00 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-10-27 16:00:30 UTC
/var/tmp/portage/media-libs/vulkan-layers-1.1.125/work/Vulkan-ValidationLayers-237d818e81fbffa073d29d94f53a2cbac4f25b9f/layers/shader_validation.cpp: In member function ‘bool CoreChecks::ValidateShaderCapabilities(const SHADER_MODULE_STATE*, VkShaderStageFlagBits) const’:
/var/tmp/portage/media-libs/vulkan-layers-1.1.125/work/Vulkan-ValidationLayers-237d818e81fbffa073d29d94f53a2cbac4f25b9f/layers/shader_validation.cpp:1628:15: error: ‘CapabilityShaderClockKHR’ is not a member of ‘spv’; did you mean ‘CapabilityShader’?
 1628 |         {spv::CapabilityShaderClockKHR, {VK_KHR_SHADER_CLOCK_EXTENSION_NAME, nullptr, &DeviceExtensions::vk_khr_shader_clock }},
      |               ^~~~~~~~~~~~~~~~~~~~~~~~
      |               CapabilityShader

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-libressl-20191022-091630

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

clang:
clang version 9.0.0 (tags/RELEASE_900/final)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.0
Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.38.0 *
java-config:
The following VMs are available for generation-2:
1)	IcedTea JDK 3.13.0 [icedtea-8]
*)	IcedTea JDK 3.13.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-8 
  [2]   icedtea-bin-8  system-vm

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Sun, 27 Oct 2019 14:46:01 +0000

emerge -qpvO media-libs/vulkan-layers
[ebuild  N    ] media-libs/vulkan-layers-1.1.125  USE="X -wayland" ABI_X86="(64) -32 (-x32)"
Comment 1 Toralf Förster gentoo-dev 2019-10-27 16:00:32 UTC
Created attachment 594152 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-10-27 16:00:35 UTC
Created attachment 594154 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-10-27 16:00:38 UTC
Created attachment 594156 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-10-27 16:00:41 UTC
Created attachment 594158 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-10-27 16:00:46 UTC
Created attachment 594160 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-10-27 16:00:50 UTC
Created attachment 594162 [details]
media-libs:vulkan-layers-1.1.125:20191027-150941.log
Comment 7 Toralf Förster gentoo-dev 2019-10-27 16:00:53 UTC
Created attachment 594164 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-10-27 16:12:01 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8599357f61e2fbe95b9365fb1eca5d184434c028

commit 8599357f61e2fbe95b9365fb1eca5d184434c028
Author:     Nick Sarnie <sarnex@gentoo.org>
AuthorDate: 2019-10-27 16:09:20 +0000
Commit:     Nick Sarnie <sarnex@gentoo.org>
CommitDate: 2019-10-27 16:09:20 +0000

    media-libs/vulkan-layers: Fix deps
    
    Fixes: https://bugs.gentoo.org/698664
    Package-Manager: Portage-2.3.78, Repoman-2.3.17
    Signed-off-by: Nick Sarnie <sarnex@gentoo.org>

 media-libs/vulkan-layers/vulkan-layers-1.1.125.ebuild | 4 ++--
 media-libs/vulkan-layers/vulkan-layers-9999.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)