[Webkit-unassigned] [Bug 55041] New: [Chromium] JavaScriptCore.gypi contains Android related files, which breaks a build.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 23 06:06:03 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55041
Summary: [Chromium] JavaScriptCore.gypi contains Android
related files, which breaks a build.
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: morrita at google.com
CC: abarth at webkit.org, evan at chromium.org,
ojan at chromium.org
http://trac.webkit.org/changeset/79418 (Bug 55020) added android related file, which breaks linux shlib build.
http://build.chromium.org/p/chromium/builders/Linux%20Builder%20%28dbg-shlib%29/builds/8194
LINK(target) out/Debug/test_shell_tests
/usr/bin/ld: out/Debug/obj.target/third_party/WebKit/Source/JavaScriptCore/JavaScriptCore.gyp/libwtf.so: error: undefined reference to 'WTF::AndroidThreading::scheduleDispatchFunctionsOnMainThread()'
collect2: ld returned 1 exit status
make: *** [out/Debug/ImageDiff] Error 1
LINK(target) out/Debug/webkit_unit_tests
COPY out/Debug/lib.target/libbrowser.so
COPY out/Debug/lib.target/librenderer.so
LINK(target) out/Debug/chrome
SOLINK(target) out/Debug/obj.target/chrome/libtest_support_common.so
LINK(target) out/Debug/perf_tests
/usr/bin/ld: out/Debug/obj.target/third_party/WebKit/Source/JavaScriptCore/JavaScriptCore.gyp/libwtf.so: error: undefined reference to 'WTF::AndroidThreading::scheduleDispatchFunctionsOnMainThread()'
collect2: ld returned 1 exit status
make: *** [out/Debug/webkit_unit_tests] Error 1
/usr/bin/ld: out/Debug/obj.target/third_party/WebKit/Source/JavaScriptCore/JavaScriptCore.gyp/libwtf.so: error: undefined reference to 'WTF::AndroidThreading::scheduleDispatchFunctionsOnMainThread()'
collect2: ld returned 1 exit status
make: *** [out/Debug/chrome] Error 1
COPY out/Debug/lib.target/libtest_support_common.so
SOLINK(target) out/Debug/obj.target/chrome/libtest_support_ui.so
SOLINK(target) out/Debug/obj.target/chrome/libtest_support_unit.so
/usr/bin/ld: out/Debug/obj.target/third_party/WebKit/Source/JavaScriptCore/JavaScriptCore.gyp/libwtf.so: error: undefined reference to 'WTF::AndroidThreading::scheduleDispatchFunctionsOnMainThread()'
collect2: ld returned 1 exit status
make: *** [out/Debug/perf_tests] Error 1
COPY out/Debug/lib.target/libtest_support_unit.so
LINK(target) out/Debug/sync_unit_tests
/usr/bin/ld: out/Debug/obj.target/third_party/WebKit/Source/JavaScriptCore/JavaScriptCore.gyp/libwtf.so: error: undefined reference to 'WTF::AndroidThreading::scheduleDispatchFunctionsOnMainThread()'
collect2: ld returned 1 exit status
make: *** [out/Debug/test_shell] Error 1
/usr/bin/ld: out/Debug/obj.target/third_party/WebKit/Source/JavaScriptCore/JavaScriptCore.gyp/libwtf.so: error: undefined reference to 'WTF::AndroidThreading::scheduleDispatchFunctionsOnMainThread()'
collect2: ld returned 1 exit status
make: *** [out/Debug/sync_unit_tests] Error 1
COPY out/Debug/lib.target/libtest_support_ui.so
LINK(target) out/Debug/automated_ui_tests
/usr/bin/ld: out/Debug/obj.target/third_party/WebKit/Source/JavaScriptCore/JavaScriptCore.gyp/libwtf.so: error: undefined reference to 'WTF::AndroidThreading::scheduleDispatchFunctionsOnMainThread()'
collect2: ld returned 1 exit status
make: *** [out/Debug/test_shell_tests] Error 1
/usr/bin/ld: out/Debug/obj.target/third_party/WebKit/Source/JavaScriptCore/JavaScriptCore.gyp/libwtf.so: error: undefined reference to 'WTF::AndroidThreading::scheduleDispatchFunctionsOnMainThread()'
collect2: ld returned 1 exit status
make: *** [out/Debug/automated_ui_tests] Error 1
make: Target `all' not remade because of errors.
program finished with exit code 2
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list