New issue
Advanced search Search tips

Issue 826023 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Build deps problem with monochrome_public_apk fails

Project Member Reported by chrishtr@chromium.org, Mar 26 2018

Issue description

I tried to build monochrome_public_apk via

ninja -C out/Android/ -j 400 monochrome_public_apk

It failed with this error:

IOError: [Errno 2] No such file or directory: u'resource_zips/android_webview/system_webview_apk__version_resources.resources.zip'
[17/73] SOLINK ./libblink_modules.cr.so


I then eventually figured out to build the system_webview_apk, which then as
a side-effect generates the above resources file.

Looks like there is a missing dep on monochrome_public_apk to tell the system how
to build system_webview_apk__version_resources.resources.zip.



 
Components: -Infra>Client>Android Build
Owner: estevenson@chromium.org
Status: Assigned (was: Untriaged)
I believe this was caused by https://chromium-review.googlesource.com/c/chromium/src/+/969597, which was reverted in https://chromium-review.googlesource.com/c/chromium/src/+/981012 after breaking a bunch of bots.
Status: Fixed (was: Assigned)
Yep this has been reverted - should go away when you update your repo. And the error you saw was indeed a deps problem!

Haven't seen the error manifest like this yet though (and I would've expected this to be caught by bots, although it could just be flaky). Mind posting your gn args?
 target_os = "android"
 target_cpu = "arm"  # (default)
 is_debug = true  # (default)
 is_component_build = true
 is_clang = true
use_goma = true

Sign in to add a comment