RESOLVED FIXED 80757
REGRESSION(r110363): link error in chromium: unresolved external symbol webkit_support::CreateScopedTempDirectory(void) (Requested by ukai_home on #webkit).
https://bugs.webkit.org/show_bug.cgi?id=80757
Summary REGRESSION(r110363): link error in chromium: unresolved external symbol webki...
WebKit Review Bot
Reported 2012-03-10 05:18:40 PST
http://trac.webkit.org/changeset/110363 broke the build: link error in chromium: unresolved external symbol webkit_support::CreateScopedTempDirectory(void) (Requested by ukai_home on #webkit). This is an automatic bug report generated by the sheriff-bot. If this bug report was created because of a flaky test, please file a bug for the flaky test (if we don't already have one on file) and dup this bug against that bug so that we can track how often these flaky tests case pain. "Only you can prevent forest fires." -- Smokey the Bear
Attachments
ROLLOUT of r110363 (9.29 KB, patch)
2012-03-10 05:19 PST, WebKit Review Bot
no flags
WebKit Review Bot
Comment 1 2012-03-10 05:19:12 PST
Created attachment 131170 [details] ROLLOUT of r110363 Any committer can land this patch automatically by marking it commit-queue+. The commit-queue will build and test the patch before landing to ensure that the rollout will be successful. This process takes approximately 15 minutes. If you would like to land the rollout faster, you can use the following command: webkit-patch land-attachment ATTACHMENT_ID where ATTACHMENT_ID is the ID of this attachment.
Fumitoshi Ukai
Comment 2 2012-03-10 05:21:35 PST
http://build.chromium.org/p/chromium.webkit/builders/Win%20%28dbg%29/builds/5350/steps/compile/logs/stdio Linking... Creating library ../../../../..\build\Debug\lib\webkit.lib and object ../../../../..\build\Debug\lib\webkit.exp LevelDBTest.obj : error LNK2019: unresolved external symbol "class webkit_support::ScopedTempDirectory * __cdecl webkit_support::CreateScopedTempDirectory(void)" (?CreateScopedTempDirectory@webkit_support@@YAPAVScopedTempDirectory@1@XZ) referenced in function "private: virtual void __thiscall `anonymous namespace'::LevelDBDatabaseTest_CorruptionTest_Test::TestBody(void)" (?TestBody@LevelDBDatabaseTest_CorruptionTest_Test@?A0x04e6fed8@@EAEXXZ) ../../../../..\build\Debug\webkit.dll : fatal error LNK1120: 1 unresolved externals Error executing link.exe (tool returned code: 1120) collober build doesn't fix. http://build.chromium.org/p/chromium.webkit/builders/Win%20%28dbg%29/builds/5351 Linking... Creating library ../../../../..\build\Debug\lib\webkit.lib and object ../../../../..\build\Debug\lib\webkit.exp LevelDBTest.obj : error LNK2019: unresolved external symbol "class webkit_support::ScopedTempDirectory * __cdecl webkit_support::CreateScopedTempDirectory(void)" (?CreateScopedTempDirectory@webkit_support@@YAPAVScopedTempDirectory@1@XZ) referenced in function "private: virtual void __thiscall `anonymous namespace'::LevelDBDatabaseTest_CorruptionTest_Test::TestBody(void)" (?TestBody@LevelDBDatabaseTest_CorruptionTest_Test@?A0x04e6fed8@@EAEXXZ) ../../../../..\build\Debug\webkit.dll : fatal error LNK1120: 1 unresolved externals Error executing link.exe (tool returned code: 1120)
WebKit Review Bot
Comment 3 2012-03-10 05:26:16 PST
Comment on attachment 131170 [details] ROLLOUT of r110363 Clearing flags on attachment: 131170 Committed r110373: <http://trac.webkit.org/changeset/110373>
WebKit Review Bot
Comment 4 2012-03-10 05:26:20 PST
All reviewed patches have been landed. Closing bug.
Joshua Bell
Comment 5 2012-03-10 07:38:28 PST
Ugh, sorry about this. :( Built/ran locally for me on Windows and Linux, not sure what's up.
Joshua Bell
Comment 6 2012-03-10 07:52:21 PST
Ah... only affects the component build. The test file should have been excluded in WebKit.gyp: 'sources!': [ # We should not include files depending on webkit_support. # These tests depend on webkit_support and # functions defined only in !WEBKIT_IMPLEMENTATION. 'tests/AssociatedURLLoaderTest.cpp', 'tests/FrameTestHelpers.cpp', 'tests/PopupMenuTest.cpp', 'tests/RenderTableCellTest.cpp', 'tests/WebFrameTest.cpp', 'tests/WebPageNewSerializerTest.cpp', 'tests/WebPageSerializerTest.cpp', 'tests/WebViewTest.cpp', ], Again, sorry about this. I won't try relanding until Monday.
Note You need to log in before you can comment on or make changes to this bug.