Bug 105628 - autotools build test broken
Summary: autotools build test broken
Status: RESOLVED DUPLICATE of bug 105621
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/i965 (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Timothy Arceri
QA Contact: Intel 3D Bugs Mailing List
URL:
Whiteboard:
Keywords: bisected, regression
Depends on:
Blocks:
 
Reported: 2018-03-20 15:56 UTC by Mark Janes
Modified: 2018-03-20 18:14 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Mark Janes 2018-03-20 15:56:07 UTC
Building out of tree with the following flags:

configure  --enable-gbm --enable-llvm --with-egl-platforms=x11,drm --enable-glx-tls --enable-gles1 --enable-gles2 --with-gallium-drivers=svga,swrast,r300,r600,radeonsi,nouveau --with-vulkan-drivers=intel,radeon --enable-debug

src/mesa/state_tracker/st_nir_lower_uniforms_to_ubo.c:32:10: fatal error: nir.h: No such file or directory
  #include "nir.h"
           ^~~~~~~
 compilation terminated.
 Makefile:3036: recipe for target 'state_tracker/st_nir_lower_uniforms_to_ubo.lo' failed

Bisected to series ending in:
632d5e97efa	st/radeonsi: enable uniform packing in NIR backend


This showed up in the developer's CI build, but due to shortcomings of the Intel CI, the notification would not have been usable by Tim.  This bug is an example of why Intel Mesa CI needs to invest in fully exposing CI results to external developers.

This build is compiled with -j18, which may expose race conditions in generating code.
Comment 1 Mark Janes 2018-03-20 18:14:40 UTC

*** This bug has been marked as a duplicate of bug 105621 ***


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.