generate_build_files failing on chromium.chrome/Google Chrome Win |
|||||
Issue descriptiongenerate_build_files failing on chromium.chrome/Google Chrome Win Type: build-failure Builders failed on: - Google Chrome Win: https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Win CL range: https://chromium.googlesource.com/chromium/src/+log/f1abb8e62246a9514974aab9d0b547d570903ef9%5E..16349bab597e3299ac7819f99add0534dfbc8266?pretty=fuller """ to C:\b\c\b\win_chrome\src\out\Release\args.gn. C:\b\c\b\win_chrome\src\buildtools\win\gn.exe gen //out/Release --check -> returned 1 ERROR at //build/split_static_library.gni:27:7: Dependency not allowed. static_library(current_name) { ^----------------------------- The item //third_party/WebKit/Source/modules:modules_0 can not depend on //third_party/WebKit/Source/bindings/modules:generated because it is not in //third_party/WebKit/Source/bindings/modules:generated's visibility list: [ //third_party/WebKit/Source/modules:modules ] GN gen failed: 1 step returned non-zero exit code: 1 @@@STEP_FAILURE@@@ Suspected CL: https://codereview.chromium.org/2325983003
,
Sep 9 2016
I doubt the roll had anything to do with this; it was a pgo specific.
,
Sep 9 2016
https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Win/builds/10699 is the first failure. Nothing on the blamelist really looks suspicious :(
,
Sep 9 2016
I don't know this system, can you guys help at all?
,
Sep 9 2016
Confirming the revert did nothing. https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Win/builds/10705 had the revert, and it and the next couple builds didn't pass. The recipe-roller relanded the change (which it probably shouldn't do) in https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Win/builds/10708, and the build still failed.
,
Sep 9 2016
re #4 this appears to be a GN issue. I've cc-ed the current trooper (agable@) already, who should be able to help a bit. Also blindly cc-ing dpranke@, who knows about GN :)
,
Sep 9 2016
It's pretty clearly this CL: https://codereview.chromium.org/2328773002 The error log says: The item //third_party/WebKit/Source/modules:modules_0 can not depend on //third_party/WebKit/Source/bindings/modules:generated because it is not in //third_party/WebKit/Source/bindings/modules:generated's visibility list: [ //third_party/WebKit/Source/modules:modules ] The CL changes the visibility of things in third_party/WebKit/Source/modules/BUILD.gn That CL is in the blamelist on the first failing build: https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Win/builds/10699 Assigning to brettw to revert or fix that CL.
,
Sep 10 2016
I don't understand how I missed that.
,
Sep 10 2016
reverted
,
Sep 10 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/668425a36f0df11b34d55753fe7d4750d47f7ab9 commit 668425a36f0df11b34d55753fe7d4750d47f7ab9 Author: brettw <brettw@chromium.org> Date: Sat Sep 10 04:16:06 2016 Fix official Windows build. Fix visibility when using split static libraries. NOTRY=true BUG= 645621 TBR=dmurph Review-Url: https://codereview.chromium.org/2327353002 Cr-Commit-Position: refs/heads/master@{#417819} [modify] https://crrev.com/668425a36f0df11b34d55753fe7d4750d47f7ab9/third_party/WebKit/Source/bindings/modules/BUILD.gn
,
Sep 10 2016
|
|||||
►
Sign in to add a comment |
|||||
Comment 1 by bugdroid1@chromium.org
, Sep 9 2016