Bug#891582: Dependency missing in vulkan-utils

2018-03-12 Thread Timo Aaltonen
severity 891582 normal
thanks

On 26.02.2018 22:09, Brett Johnson wrote:
> Package: vulkan
> Version: 1.0.65.2+dfsg1-1
> Severity: serious
> Justification: 1
> 
> 
> The utility "vulkan-smoketest" in the vulkan-utils package depends on
> layers in the libvulkan-dev package, but there is no dependency.  This
> can be easily verified by running it with the "--validate" option:
> 
> $ vulkan-smoketest --validate
> terminate called after throwing an instance of 'std::runtime_error'
>   what():  instance layer VK_LAYER_LUNARG_standard_validation is missing
> Aborted
> 
> 
> The easiest way to fix this is simply add a dependency, but it raises
> the question of why the vulkan-utils package exists.  Both vulkaninfo
> and smoketest could reasonably just be part of libvulkan-dev, as both
> are really vulkan developer utilities, rather than general purpose
> utilities.
But vulkan-smoketest runs fine without the dev package. Smoketest and
vulkaninfo are useful as a quick way to test the driver and/or the system.


-- 
t



Processed: Re: Bug#891582: Dependency missing in vulkan-utils

2018-03-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 891582 normal
Bug #891582 [vulkan] Dependency missing in vulkan-utils
Severity set to 'normal' from 'serious'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
891582: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891582
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#891582: Dependency missing in vulkan-utils

2018-02-26 Thread Brett Johnson
Package: vulkan
Version: 1.0.65.2+dfsg1-1
Severity: serious
Justification: 1


The utility "vulkan-smoketest" in the vulkan-utils package depends on
layers in the libvulkan-dev package, but there is no dependency.  This can
be easily verified by running it with the "--validate" option:

$ vulkan-smoketest --validate
terminate called after throwing an instance of 'std::runtime_error'
  what():  instance layer VK_LAYER_LUNARG_standard_validation is missing
Aborted


The easiest way to fix this is simply add a dependency, but it raises the
question of why the vulkan-utils package exists.  Both vulkaninfo and
smoketest could reasonably just be part of libvulkan-dev, as both are
really vulkan developer utilities, rather than general purpose utilities.