Bug 102674 - Build failure on GNOME Continuous
Summary: Build failure on GNOME Continuous
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/Vulkan/intel (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Intel 3D Bugs Mailing List
QA Contact: Intel 3D Bugs Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-12 08:13 UTC by Emmanuele Bassi (:ebassi)
Modified: 2018-03-06 10:41 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

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.