New issue
Advanced search Search tips

Issue 847235 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Jun 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

Cannot build locally on 67 branch

Project Member Reported by sahel@chromium.org, May 28 2018

Issue description

Compiling on branch-heads/3396 fails with this error:

../../v8/include/v8.h:4717:36: error: inline function 'v8::BigUint64Array::Cast' is not defined [-Werror,-Wundefined-inline]
  V8_INLINE static BigUint64Array* Cast(Value* obj);
                                   ^
../../v8/include/v8.h:283:24: note: used here
    return Local<T>(T::Cast(*that));

 
Components: -Infra Blink>JavaScript
This doesn't look like an infra bug, passing over the V8
Do you mean you cannot build Chromium? How did you try to build it?

Comment 3 by sahel@chromium.org, Jun 5 2018

I needed to merge a fix to M67, and wanted to make sure that my merge doesn't break anything. I got the compilation error in comment #0.

The issue might be related to crbug.com/837858


Cc: machenb...@chromium.org jkummerow@chromium.org
Yes, https://bugs.chromium.org/p/chromium/issues/detail?id=837858#c15 should have fixed this, and on the bots it did. Have you run "gclient sync" on the branch? Which version of V8 did it pull in? What does your DEPS file say about src/v8?
Status: WontFix (was: Untriaged)
Please reopen if #4 does not fix it.

Sign in to add a comment