Bug 206169
| Summary: | [WPE] Broke build with -DENABLE_UNIFIED_BUILDS=OFF on ARMv7 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Pablo Saavedra <psaavedra> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Pablo Saavedra
/wpewebkit/nightly-AUTOINC+66124254bb-r0/git/Source/JavaScriptCore/jit/JITPropertyAccess.cpp:1939:69: error: explicit instantiation of 'void JSC::JIT::emit_op_put_by_val(const JSC::Instruction*) [with Op = JSC::OpPutByVal]' but no definition available [-fpermissive]
1939 | template void JIT::emit_op_put_by_val<OpPutByVal>(const Instruction*);
| ^
In file included from DerivedSources/ForwardingHeaders/wtf/text/StringImpl.h:32,
from DerivedSources/ForwardingHeaders/wtf/text/WTFString.h:31,
from /home/bot/yocto-wandboard-manual/builds/wandboard-manual/tmp/work/armv7at2hf-neon-imx-poky-linux-gnueabi/wpewebkit/nightly-AUTOINC+66124254bb-r0/git/Source/JavaScriptCore/runtime/ArrayBuffer.h:36,
from /home/bot/yocto-wandboard-manual/builds/wandboard-manual/tmp/work/armv7at2hf-neon-imx-poky-linux-gnueabi/wpewebkit/nightly-AUTOINC+66124254bb-r0/git/Source/JavaScriptCore/heap/Heap.h:24,
from /home/bot/yocto-wandboard-manual/builds/wandboard-manual/tmp/work/armv7at2hf-neon-imx-poky-linux-gnueabi/wpewebkit/nightly-AUTOINC+66124254bb-r0/git/Source/JavaScriptCore/heap/DeferGC.h:29,
from /home/bot/yocto-wandboard-manual/builds/wandboard-manual/tmp/work/armv7at2hf-neon-imx-poky-linux-gnueabi/wpewebkit/nightly-AUTOINC+66124254bb-r0/git/Source/JavaScriptCore/runtime/ConcurrentJSLock.h:28,
from /home/bot/yocto-wandboard-manual/builds/wandboard-manual/tmp/work/armv7at2hf-neon-imx-poky-linux-gnueabi/wpewebkit/nightly-AUTOINC+66124254bb-r0/git/Source/JavaScriptCore/bytecode/ArrayProfile.h:28,
from /home/bot/yocto-wandboard-manual/builds/wandboard-manual/tmp/work/armv7at2hf-neon-imx-poky-linux-gnueabi/wpewebkit/nightly-AUTOINC+66124254bb-r0/git/Source/JavaScriptCore/bytecode/CodeBlock.h:32,
from /home/bot/yocto-wandboard-manual/builds/wandboard-manual/tmp/work/armv7at2hf-neon-imx-poky-linux-gnueabi/wpewebkit/nightly-AUTOINC+66124254bb-r0/git/Source/JavaScriptCore/jit/JIT.h:40,
from /home/bot/yocto-wandboard-manual/builds/wandboard-manual/tmp/work/armv7at2hf-neon-imx-poky-linux-gnueabi/wpewebkit/nightly-AUTOINC+66124254bb-r0/git/Source/JavaScriptCore/jit/JITPropertyAccess.cpp:29:
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Pablo Saavedra
Obsolete/Wrong version tested. this build failure comes from:
commit 66124254bbe1e8f111e4555e941b3536dea47143
Author: cdumez@apple.com <cdumez@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sat Oct 12 21:04:44 2019 +0000
Unreviewed, rolling out r251040.
Broke IDB tests in Debug
Reverted changeset:
"Add [ActiveDOMObject] to IDLs of ActiveDOMObjects"
https://bugs.webkit.org/show_bug.cgi?id=202869
https://trac.webkit.org/changeset/251040
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@251051 268f45cc-cd09-0410-ab3c-d52691b4dbfc
; which it is a very old revision.