Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 661014 - dev-util/spirv-tools-2018.4 : /.../validate_instruction.cpp:84:30: error: kSPV_AMD_shader_ballot was not declared in this scope
Summary: dev-util/spirv-tools-2018.4 : /.../validate_instruction.cpp:84:30: error: kSP...
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: 2018-07-12 16:26 UTC by Toralf Förster
Modified: 2018-07-12 21:47 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.50 KB, text/plain)
2018-07-12 16:26 UTC, Toralf Förster
Details
dev-util:spirv-tools-2018.4:20180712-052516.log (dev-util:spirv-tools-2018.4:20180712-052516.log,61.19 KB, text/plain)
2018-07-12 16:26 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,191.09 KB, text/plain)
2018-07-12 16:26 UTC, Toralf Förster
Details
environment (environment,127.50 KB, text/plain)
2018-07-12 16:26 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.67 KB, application/x-bzip)
2018-07-12 16:26 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,4.51 KB, application/x-bzip)
2018-07-12 16:26 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,33.44 KB, application/x-bzip)
2018-07-12 16:26 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 2018-07-12 16:26:02 UTC
/var/tmp/portage/dev-util/spirv-tools-2018.4/work/SPIRV-Tools-2018.4/source/validate_instruction.cpp: In function ‘spvtools::CapabilitySet spvtools::{anonymous}::EnablingCapabilitiesForOp(const spvtools::ValidationState_t&, SpvOp)’:
/var/tmp/portage/dev-util/spirv-tools-2018.4/work/SPIRV-Tools-2018.4/source/validate_instruction.cpp:84:30: error: ‘kSPV_AMD_shader_ballot’ was not declared in this scope
       if (state.HasExtension(kSPV_AMD_shader_ballot)) return CapabilitySet();
                              ^~~~~~~~~~~~~~~~~~~~~~
/var/tmp/portage/dev-util/spirv-tools-2018.4/work/SPIRV-Tools-2018.4/source/validate_instruction.cpp:84:30: note: suggested alternative: ‘kSPV_KHR_shader_ballot’

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib_20180707-104832

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

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

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python3.7 (fallback)
  [3]   python3.6 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *
  [2]   ruby25 (with Rubygems)



emerge -qpv dev-util/spirv-tools
[ebuild     U ] dev-util/spirv-tools-2018.4 [2018.2-r1]
Comment 1 Toralf Förster gentoo-dev 2018-07-12 16:26:04 UTC
Created attachment 539304 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-07-12 16:26:07 UTC
Created attachment 539306 [details]
dev-util:spirv-tools-2018.4:20180712-052516.log
Comment 3 Toralf Förster gentoo-dev 2018-07-12 16:26:10 UTC
Created attachment 539308 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-07-12 16:26:13 UTC
Created attachment 539310 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-07-12 16:26:16 UTC
Created attachment 539312 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-07-12 16:26:19 UTC
Created attachment 539314 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-07-12 16:26:21 UTC
Created attachment 539316 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2018-07-12 21:47:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70cfa1a8a7c34ac4df3ab99a49fb3036908b0a44

commit 70cfa1a8a7c34ac4df3ab99a49fb3036908b0a44
Author:     Nick Sarnie <sarnex@gentoo.org>
AuthorDate: 2018-07-12 21:46:37 +0000
Commit:     Nick Sarnie <sarnex@gentoo.org>
CommitDate: 2018-07-12 21:46:37 +0000

    dev-util/spirv-tools: Require new spirv-headers
    
    Fixes: https://bugs.gentoo.org/661014
    Package-Manager: Portage-2.3.42, Repoman-2.3.9

 dev-util/spirv-tools/spirv-tools-2018.4.ebuild | 2 +-
 dev-util/spirv-tools/spirv-tools-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)