Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 679844 - dev-util/vulkan-tools-1.1.101 - .../work/Vulkan-Tools-35464647e75e0385973664d8443a6c000f1c292d/vulkaninfo/vulkaninfo.c:931:23: error: ‘VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES_KHR’ undeclared (first use in this function)
Summary: dev-util/vulkan-tools-1.1.101 - .../work/Vulkan-Tools-35464647e75e0385973664d...
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-03-09 13:40 UTC by Tomasz Golinski
Modified: 2019-03-09 14:23 UTC (History)
1 user (show)

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


Attachments
build log (build.log.gz,8.35 KB, application/gzip)
2019-03-09 13:40 UTC, Tomasz Golinski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz Golinski 2019-03-09 13:40:13 UTC
dev-util/vulkan-tools-1.1.101 won't build resulting in the following error:

/var/tmp/portage/dev-util/vulkan-tools-1.1.101/work/Vulkan-Tools-35464647e75e0385973664d8443a6c000f1c292d/vulkaninfo/vulkaninfo.c:931:23: error: ‘VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES_KHR’ undeclared (first use in this function); did you mean ‘VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES_KHR’?
             {.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES_KHR,
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES_KHR
Comment 1 Tomasz Golinski 2019-03-09 13:40:44 UTC
Created attachment 568292 [details]
build log
Comment 2 Larry the Git Cow gentoo-dev 2019-03-09 14:23:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b01f044cf38cd14c310ab813fea2a1136917d0

commit 59b01f044cf38cd14c310ab813fea2a1136917d0
Author:     Nick Sarnie <sarnex@gentoo.org>
AuthorDate: 2019-03-09 14:22:01 +0000
Commit:     Nick Sarnie <sarnex@gentoo.org>
CommitDate: 2019-03-09 14:22:01 +0000

    dev-util/vulkan-tools: Update vulkan-headers dependency
    
    Fixes: https://bugs.gentoo.org/679844
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Nick Sarnie <sarnex@gentoo.org>

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