New issue
Advanced search Search tips

Issue 764381 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Oct 2017
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 1
Type: Bug-Regression



Sign in to add a comment

Windows build error on sid.cc

Project Member Reported by chaopeng@chromium.org, Sep 12 2017

Issue description

Chrome Version: latest
OS: Win7 and Win10

After today code update, I got following error when building chromium:

[995/27212] CXX obj/sandbox/win/sandbox/sid.obj
FAILED: obj/sandbox/win/sandbox/sid.obj
ninja -t msvc -e environment.x64 -- "c:\program files (x86)\microsoft visual studio 14.0\vc\bin\amd64/cl.exe" /nologo /showIncludes  @obj/sandbox/win/sandbox/sid.obj.rsp /c ../../sandbox/win/src/sid.cc /Foobj/sandbox/win/sandbox/sid.obj /Fd"obj/sandbox/win/sandbox_cc.pdb"
../../sandbox/win/src/sid.cc(17): error C2039: 'DeriveCapabilitySidsFromName': is not a member of '`global namespace''
../../sandbox/win/src/sid.cc(17): error C2065: 'DeriveCapabilitySidsFromName': undeclared identifier
../../sandbox/win/src/sid.cc(100): error C2064: term does not evaluate to a function taking 5 arguments
[1008/27212] CXX obj/services/file/public/interfaces/interfaces_shared_cpp_sources/file_system.mojom-shared.obj
ninja: build stopped: subcommand failed.

It seems related to https://chromium-review.googlesource.com/c/chromium/src/+/649026
forshaw@ could you please take a look. Thank you.

 
I've reverted it for now (https://chromium.googlesource.com/chromium/src/+/0393f247783b78fa6e134757c19838bc6ecad383). This would imply a bug in the non-corp build environment setup as chromium should be building with the latest supported SDK everywhere.
Status: Fixed (was: Untriaged)
This was fixed by ensuring the latest SDK was pushed to all clients.

Sign in to add a comment