Bug 80562 - REGRESSION(r110127): compile failed on AppleWin (Requested by ukai on #webkit).
Summary: REGRESSION(r110127): compile failed on AppleWin (Requested by ukai on #webkit).
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: 80330
  Show dependency treegraph
 
Reported: 2012-03-07 19:57 PST by WebKit Review Bot
Modified: 2012-03-07 20:05 PST (History)
3 users (show)

See Also:


Attachments
ROLLOUT of r110127 (10.10 KB, patch)
2012-03-07 19:58 PST, 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 2012-03-07 19:57:51 PST
http://trac.webkit.org/changeset/110127 broke the build:
compile failed on AppleWin (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 2012-03-07 19:58:25 PST
Created attachment 130753 [details]
ROLLOUT of r110127

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 2012-03-07 19:59:25 PST
http://build.webkit.org/builders/Windows%20Release%20%28Build%29/builds/28176/steps/compile-webkit/logs/stdio

2>c:\cygwin\home\buildbot\slave\win-release\build\Source\JavaScriptCore\wtf/DoublyLinkedList.h(66) : error C2248: 'JSC::FunctionExecutable::m_next' : cannot access private member declared in class 'JSC::FunctionExecutable'
2>        c:\cygwin\home\buildbot\slave\win-release\build\Source\JavaScriptCore\runtime\Executable.h(694) : see declaration of 'JSC::FunctionExecutable::m_next'
2>        c:\cygwin\home\buildbot\slave\win-release\build\Source\JavaScriptCore\runtime\Executable.h(466) : see declaration of 'JSC::FunctionExecutable'
2>        c:\cygwin\home\buildbot\slave\win-release\build\Source\JavaScriptCore\wtf/DoublyLinkedList.h(65) : while compiling class template member function 'JSC::FunctionExecutable *WTF::DoublyLinkedListNode<T>::next(void) const'
2>        with
2>        [
2>            T=JSC::FunctionExecutable
2>        ]
2>        c:\cygwin\home\buildbot\slave\win-release\build\Source\JavaScriptCore\runtime\Executable.h(466) : see reference to class template instantiation 'WTF::DoublyLinkedListNode<T>' being compiled
2>        with
2>        [
2>            T=JSC::FunctionExecutable
2>        ]
Comment 3 WebKit Review Bot 2012-03-07 20:04:56 PST
Comment on attachment 130753 [details]
ROLLOUT of r110127

Clearing flags on attachment: 130753

Committed r110138: <http://trac.webkit.org/changeset/110138>
Comment 4 WebKit Review Bot 2012-03-07 20:05:00 PST
All reviewed patches have been landed.  Closing bug.