https://uberchromegw.corp.google.com/i/chromiumos.tryserver/builders/chromiumos-sdk/builds/2415/
mesa-17.1.1-r2: In file included from codegen/nv50_ir.cpp:23:
mesa-17.1.1-r2: In file included from ./codegen/nv50_ir.h:33:
mesa-17.1.1-r2: ./codegen/unordered_set.h:7:10: fatal error: 'tr1/unordered_set' fileIn file included from not found
mesa-17.1.1-r2: codegen/nv50_ir_emit_nv50.cpp:23:
mesa-17.1.1-r2: In file included from ./codegen/nv50_ir.h:33:
mesa-17.1.1-r2: ./codegen/unordered_set.h:7:10: fatal error#include <tr1/unordered_set>: 'tr1/unordered_set'
mesa-17.1.1-r2: file not found
mesa-17.1.1-r2: ^~~~~~~~~~~~~~~~~~~
mesa-17.1.1-r2: #include <tr1/unordered_set>
mesa-17.1.1-r2: ^~~~~~~~~~~~~~~~~~~
The fix should be simple, pass -std=c++11 or -std=gnu++11 to the compiler.
Comment 1 by bugdroid1@chromium.org
, Aug 1 2017