Bug 67987 - REGRESSION(r95015): compiled failed on Chromium Win bot (Requested by ukai on #webkit).
Summary: REGRESSION(r95015): compiled failed on Chromium Win bot (Requested by ukai on...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: WebKit Review Bot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-12 23:07 PDT by WebKit Review Bot
Modified: 2011-09-13 00:36 PDT (History)
1 user (show)

See Also:


Attachments
ROLLOUT of r95015 (1.09 KB, patch)
2011-09-12 23:08 PDT, WebKit Review Bot
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Review Bot 2011-09-12 23:07:40 PDT
http://trac.webkit.org/changeset/95015 broke the build:
compiled failed on Chromium Win bot (Requested by ukai 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
Comment 1 WebKit Review Bot 2011-09-12 23:08:04 PDT
Created attachment 107147 [details]
ROLLOUT of r95015

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.
Comment 2 Fumitoshi Ukai 2011-09-12 23:09:10 PDT
http://build.webkit.org/builders/Chromium%20Win%20Release/builds/31236/steps/compile-webkit/logs/stdio

70>webkit_gpu.lib(webgraphicscontext3d_in_process_impl.obj) : error LNK2019: unresolved external symbol "struct GrGLInterface * __cdecl gfx::CreateInProcessSkiaGLBinding(void)" (?CreateInProcessSkiaGLBinding@gfx@@YAPAUGrGLInterface@@XZ) referenced in function "protected: virtual struct GrGLInterface * __thiscall webkit::gpu::WebGraphicsContext3DInProcessImpl::onCreateGrGLInterface(void)" (?onCreateGrGLInterface@WebGraphicsContext3DInProcessImpl@gpu@webkit@@MAEPAUGrGLInterface@@XZ)
70>E:\google-windows-1\chromium-win-release\build\Source\WebKit\chromium\Release\DumpRenderTree.exe : fatal error LNK1120: 1 unresolved externals
70>Build log was saved at "file://E:\google-windows-1\chromium-win-release\build\Source\WebKit\chromium\Release\obj\DumpRenderTree\BuildLog.htm"
70>DumpRenderTree - 2 error(s), 0 warning(s)
69>webkit_gpu.lib(webgraphicscontext3d_in_process_impl.obj) : error LNK2019: unresolved external symbol "struct GrGLInterface * __cdecl gfx::CreateInProcessSkiaGLBinding(void)" (?CreateInProcessSkiaGLBinding@gfx@@YAPAUGrGLInterface@@XZ) referenced in function "protected: virtual struct GrGLInterface * __thiscall webkit::gpu::WebGraphicsContext3DInProcessImpl::onCreateGrGLInterface(void)" (?onCreateGrGLInterface@WebGraphicsContext3DInProcessImpl@gpu@webkit@@MAEPAUGrGLInterface@@XZ)
69>E:\google-windows-1\chromium-win-release\build\Source\WebKit\chromium\Release\webkit_unit_tests.exe : fatal error LNK1120: 1 unresolved externals
69>Build log was saved at "file://E:\google-windows-1\chromium-win-release\build\Source\WebKit\chromium\Release\obj\webkit_unit_tests\BuildLog.htm"
69>webkit_unit_tests - 2 error(s), 2 warning(s)
========== Build: 67 succeeded, 3 failed, 61 up-to-date, 0 skipped ==========
Comment 3 WebKit Review Bot 2011-09-12 23:13:08 PDT
Comment on attachment 107147 [details]
ROLLOUT of r95015

Clearing flags on attachment: 107147

Committed r95019: <http://trac.webkit.org/changeset/95019>
Comment 4 WebKit Review Bot 2011-09-12 23:13:12 PDT
All reviewed patches have been landed.  Closing bug.