Bug 102674

Summary: Build failure on GNOME Continuous
Product: Mesa Reporter: Emmanuele Bassi (:ebassi) <ebassi>
Component: Drivers/Vulkan/intelAssignee: Intel 3D Bugs Mailing List <intel-3d-bugs>
Status: RESOLVED FIXED QA Contact: Intel 3D Bugs Mailing List <intel-3d-bugs>
Severity: normal    
Priority: medium CC: jason, jjardon
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Emmanuele Bassi (:ebassi) 2017-09-12 08:13:50 UTC
Mesa fails to build on the GNOME continuous integration pipeline after commit:

https://cgit.freedesktop.org/mesa/mesa/commit/?id=086cfa5652ec202f87c14d11e0f6c959d75987d8

Starting from:

../../../src/intel/vulkan/anv_wsi.c: In function ‘anv_wsi_image_create’:
../../../src/intel/vulkan/anv_wsi.c:251:14: error: incompatible types when assigning to type ‘VkResult {aka enum VkResult}’ from type ‘struct anv_instance *’
       result = vk_errorf(device->instance, device,
              ^
../../../src/intel/vulkan/anv_wsi.c:260:14: error: incompatible types when assigning to type ‘VkResult {aka enum VkResult}’ from type ‘struct anv_instance *’
       result = vk_errorf(device->instance, device,
              ^
In file included from ../../../src/intel/vulkan/anv_allocator.c:35:0:

Full build log: http://build.gnome.org/continuous/buildmaster/builds/2017/09/12/14/build/log-mesa.txt
Comment 1 Daniel Stone 2018-03-06 10:41:58 UTC
This was fixed very shortly after

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.