Yocto poky pyro for Raspberry Pi 2. GCC version 6.3.0.
Snippet of log that contains the failure:
| ../../../chromium-64.0.3278.0/third_party/WebKit/Source/core/dom/ExecutionContext.h:181:3: error: declaration of 'blink::SecureContextMode blink::ExecutionContext::SecureContextMode() const' [-fpermissive]
| }
| ^
| ../../../chromium-64.0.3278.0/third_party/WebKit/Source/core/dom/ExecutionContext.h:72:12: error: changes meaning of 'SecureContextMode' from 'enum class blink::SecureContextMode' [-fpermissive]
| enum class SecureContextMode { kInsecureContext, kSecureContext };
This is a build regression caused by this commit:
commit 98b46470f307a68c8183d628237d7b361af96244
Author: Ian Kilpatrick <ikilpatrick@chromium.org>
Date: Tue Nov 21 01:22:24 2017 +0000
Add secure_context_mode_ to CSSParserContext.
Comment 1 by jose.dap...@lge.com
, Nov 29 2017