New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 771091 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
please use my google.com address
Closed: Oct 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

GN fails due to missing //mojo

Project Member Reported by kjellander@chromium.org, Oct 3 2017

Issue description

Several builders started to fail after https://chrome-internal.googlesource.com/chrome/src-internal/+/3da34e6311d2d874c6d9028a163125b56b89bc28 was submitted:

https://build.chromium.org/p/chromium.mac/builders/ios-device/builds/69527
/b/build/slave/ios-device/build/src/buildtools/mac/gn gen //out/Release-iphoneos --check
  -> returned 1
ERROR at //ios/web/shell/BUILD.gn:7:1: Can't load input file.
import("//mojo/public/tools/bindings/mojom.gni")
^----------------------------------------------


https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Linux%20x64/builds/22179
/b/c/b/Google_Chrome_Linux_x64/src/buildtools/linux64/gn gen //out/Release --check
  -> returned 1
ERROR at //BUILD.gn:163:7: Can't load input file.
      "//mojo",
      ^-------
Unable to load:
  /b/c/b/Google_Chrome_Linux_x64/src/mojo/BUILD.gn
I also checked in the secondary tree for:
  /b/c/b/Google_Chrome_Linux_x64/src/build/secondary/mojo/BUILD.gn
GN gen failed: 1
step returned non-zero exit code: 1


For the reland - please make sure to run trybots when making such large-affecting changes.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Oct 3 2017

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/chrome/src-internal.git/+/addec998c561f49efb087d0b32fc409ff4a1a061

commit addec998c561f49efb087d0b32fc409ff4a1a061
Author: Sergiy Byelozyorov <sergiyb@google.com>
Date: Tue Oct 03 08:28:05 2017

Confirming the revert solved all the red bots.
Thanks for reverting and sorry for the trouble. I didn't realize we could
run try jobs for src-internal changes. :/
I don't know if it is possible either, it might be. At least it would be very valuable in this case.
Status: Fixed (was: Assigned)
The revert fixed this, so closing.

Sign in to add a comment