<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>108470</bug_id>
          
          <creation_ts>2013-01-31 05:27:27 -0800</creation_ts>
          <short_desc>Building with MinGW compiler dies with gtest errors</short_desc>
          <delta_ts>2013-02-05 18:29:19 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Platform</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter>tuxator</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>webkit.review.bot</cc>
    
    <cc>zan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>821430</commentid>
    <comment_count>0</comment_count>
    <who name="">tuxator</who>
    <bug_when>2013-01-31 05:27:27 -0800</bug_when>
    <thetext>When trying to cross compie webkitgtk build dies with the following error

CXXLD    libWebCoreInternals.la
  CXX      Source/ThirdParty/gtest/src/Libraries_libgtest_la-gtest-all.lo
In file included from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40:0,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: In function &apos;void testing::internal::SleepMilliseconds(int)&apos;:
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:876:24: error: &apos;nanosleep&apos; was not declared in this scope
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: At global scope:
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:980:3: error: &apos;pthread_t&apos; does not name a type
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: In constructor &apos;testing::internal::ThreadWithParam&lt;T&gt;::ThreadWithParam(testing::internal::ThreadWithParam&lt;T&gt;::UserThreadFunc, T, testing::internal::Notification*)&apos;:
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:955:5: error: &apos;thread_&apos; was not declared in this scope
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:955:5: error: there are no arguments to &apos;pthread_create&apos; that depend on a template parameter, so a declaration of &apos;pthread_create&apos; must be available [-fpermissive]
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:955:5: note: (if you use &apos;-fpermissive&apos;, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: In member function &apos;void testing::internal::ThreadWithParam&lt;T&gt;::Join()&apos;:
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:962:7: error: &apos;thread_&apos; was not declared in this scope
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:962:7: error: there are no arguments to &apos;pthread_join&apos; that depend on a template parameter, so a declaration of &apos;pthread_join&apos; must be available [-fpermissive]
In file included from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40:0,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: In member function &apos;void testing::internal::MutexBase::Unlock()&apos;:
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:1021:14: error: no match for &apos;operator=&apos; in &apos;((testing::internal::MutexBase*)this)-&gt;testing::internal::MutexBase::owner_ = 0&apos;
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:1021:14: note: candidate is:
In file included from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987:0,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:583:3: note: testing::internal::ptw32_handle_t&amp; testing::internal::ptw32_handle_t::operator=(const testing::internal::ptw32_handle_t&amp;)
/usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:583:3: note:   no known conversion for argument 1 from &apos;int&apos; to &apos;const testing::internal::ptw32_handle_t&amp;&apos;
In file included from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40:0,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: In member function &apos;void testing::internal::MutexBase::AssertHeld() const&apos;:
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:1028:5: error: no match for &apos;operator==&apos; in &apos;((const testing::internal::MutexBase*)this)-&gt;testing::internal::MutexBase::owner_ == testing::internal::pthread_self()&apos;
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:1028:5: note: candidate is:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/winnt.h:461:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/windef.h:139,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:69,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/guiddef.h:163:14: note: int testing::internal::operator==(const GUID&amp;, const GUID&amp;)
/usr/i686-w64-mingw32/sys-root/mingw/include/guiddef.h:163:14: note:   no known conversion for argument 1 from &apos;const pthread_t {aka const testing::internal::ptw32_handle_t}&apos; to &apos;const GUID&amp; {aka const testing::internal::_GUID&amp;}&apos;
In file included from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40:0,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: In constructor &apos;testing::internal::Mutex::Mutex()&apos;:
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:1056:14: error: no match for &apos;operator=&apos; in &apos;((testing::internal::Mutex*)this)-&gt;testing::internal::Mutex::&lt;anonymous&gt;.testing::internal::MutexBase::owner_ = 0&apos;
./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:1056:14: note: candidate is:
In file included from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987:0,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:583:3: note: testing::internal::ptw32_handle_t&amp; testing::internal::ptw32_handle_t::operator=(const testing::internal::ptw32_handle_t&amp;)
/usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:583:3: note:   no known conversion for argument 1 from &apos;int&apos; to &apos;const testing::internal::ptw32_handle_t&amp;&apos;
In file included from ./Source/ThirdParty/gtest/src/gtest.cc:128:0,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:42:
./Source/ThirdParty/gtest/src/gtest-internal-inl.h: In member function &apos;void testing::internal::AutoHandle::Reset(testing::internal::HANDLE)&apos;:
./Source/ThirdParty/gtest/src/gtest-internal-inl.h:995:9: error: &apos;::CloseHandle&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-internal-inl.h:995:9: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1460:29: note:   &apos;testing::internal::CloseHandle&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:42:0:
./Source/ThirdParty/gtest/src/gtest.cc: In function &apos;testing::internal::TimeInMillis testing::internal::GetTimeInMillis()&apos;:
./Source/ThirdParty/gtest/src/gtest.cc:782:26: error: cannot convert &apos;testing::internal::timeval*&apos; to &apos;timeval*&apos; for argument &apos;1&apos; to &apos;int gettimeofday(timeval*, void*)&apos;
./Source/ThirdParty/gtest/src/gtest.cc: In function &apos;testing::AssertionResult testing::internal::{anonymous}::HRESULTFailureHelper(const char*, const char*, long int)&apos;:
./Source/ThirdParty/gtest/src/gtest.cc:1375:26: error: &apos;::FormatMessageA&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest.cc:1375:26: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1548:27: note:   &apos;testing::internal::FormatMessageA&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:42:0:
./Source/ThirdParty/gtest/src/gtest.cc: At global scope:
./Source/ThirdParty/gtest/src/gtest.cc:1971:39: error: variable or field &apos;AddExceptionThrownFailure&apos; declared void
./Source/ThirdParty/gtest/src/gtest.cc:1971:39: error: &apos;DWORD&apos; was not declared in this scope
./Source/ThirdParty/gtest/src/gtest.cc:1971:39: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:69:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/windef.h:117:27: note:   &apos;testing::internal::DWORD&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:42:0:
./Source/ThirdParty/gtest/src/gtest.cc:1972:39: error: expected primary-expression before &apos;const&apos;
./Source/ThirdParty/gtest/src/gtest.cc: In function &apos;void testing::PrintTestPartResult(const testing::TestPartResult&amp;)&apos;:
./Source/ThirdParty/gtest/src/gtest.cc:2536:3: error: &apos;::OutputDebugStringA&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest.cc:2536:3: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1916:26: note:   &apos;testing::internal::OutputDebugStringA&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:42:0:
./Source/ThirdParty/gtest/src/gtest.cc:2537:3: error: &apos;::OutputDebugStringA&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest.cc:2537:3: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1916:26: note:   &apos;testing::internal::OutputDebugStringA&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:42:0:
./Source/ThirdParty/gtest/src/gtest.cc: In member function &apos;void testing::UnitTest::AddTestPartResult(testing::TestPartResult::Type, const char*, int, const testing::internal::String&amp;, const testing::internal::String&amp;)&apos;:
./Source/ThirdParty/gtest/src/gtest.cc:3603:18: error: &apos;DebugBreak&apos; was not declared in this scope
./Source/ThirdParty/gtest/src/gtest.cc:3603:18: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1384:26: note:   &apos;testing::internal::DebugBreak&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:43:0:
./Source/ThirdParty/gtest/src/gtest-death-test.cc: In member function &apos;virtual int testing::internal::WindowsDeathTest::Wait()&apos;:
./Source/ThirdParty/gtest/src/gtest-death-test.cc:558:11: error: &apos;::WaitForMultipleObjects&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-death-test.cc:558:11: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1404:27: note:   &apos;testing::internal::WaitForMultipleObjects&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:43:0:
./Source/ThirdParty/gtest/src/gtest-death-test.cc:580:3: error: &apos;::WaitForSingleObject&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-death-test.cc:580:3: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1403:27: note:   &apos;testing::internal::WaitForSingleObject&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:43:0:
./Source/ThirdParty/gtest/src/gtest-death-test.cc:584:3: error: &apos;::GetExitCodeProcess&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-death-test.cc:584:3: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1287:29: note:   &apos;testing::internal::GetExitCodeProcess&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:43:0:
./Source/ThirdParty/gtest/src/gtest-death-test.cc: In member function &apos;virtual testing::internal::DeathTest::TestRole testing::internal::WindowsDeathTest::AssumeRole()&apos;:
./Source/ThirdParty/gtest/src/gtest-death-test.cc:615:3: error: &apos;::CreatePipe&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-death-test.cc:615:3: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1564:29: note:   &apos;testing::internal::CreatePipe&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:43:0:
./Source/ThirdParty/gtest/src/gtest-death-test.cc:622:23: error: &apos;::CreateEventW&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-death-test.cc:622:23: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1806:28: note:   &apos;testing::internal::CreateEventW&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:43:0:
./Source/ThirdParty/gtest/src/gtest-death-test.cc:638:33: error: &apos;::GetCurrentProcessId&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-death-test.cc:638:33: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1284:27: note:   &apos;testing::internal::GetCurrentProcessId&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:43:0:
./Source/ThirdParty/gtest/src/gtest-death-test.cc:646:3: error: &apos;::GetModuleFileNameA&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-death-test.cc:646:3: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1857:27: note:   &apos;testing::internal::GetModuleFileNameA&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:43:0:
./Source/ThirdParty/gtest/src/gtest-death-test.cc:652:40: error: &apos;::GetCommandLineA&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-death-test.cc:652:40: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1904:27: note:   &apos;testing::internal::GetCommandLineA&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:43:0:
./Source/ThirdParty/gtest/src/gtest-death-test.cc:666:28: error: &apos;::GetStdHandle&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-death-test.cc:666:28: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1441:28: note:   &apos;testing::internal::GetStdHandle&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:43:0:
./Source/ThirdParty/gtest/src/gtest-death-test.cc:667:29: error: &apos;::GetStdHandle&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-death-test.cc:667:29: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1441:28: note:   &apos;testing::internal::GetStdHandle&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:43:0:
./Source/ThirdParty/gtest/src/gtest-death-test.cc:668:28: error: &apos;::GetStdHandle&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-death-test.cc:668:28: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1441:28: note:   &apos;testing::internal::GetStdHandle&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:43:0:
./Source/ThirdParty/gtest/src/gtest-death-test.cc:671:3: error: &apos;::CreateProcessA&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-death-test.cc:671:3: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1893:29: note:   &apos;testing::internal::CreateProcessA&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:43:0:
./Source/ThirdParty/gtest/src/gtest-death-test.cc:683:3: error: &apos;::CloseHandle&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-death-test.cc:683:3: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1460:29: note:   &apos;testing::internal::CloseHandle&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:43:0:
./Source/ThirdParty/gtest/src/gtest-death-test.cc: In function &apos;int testing::internal::GetStatusFileDescriptor(unsigned int, size_t, size_t)&apos;:
./Source/ThirdParty/gtest/src/gtest-death-test.cc:1064:36: error: &apos;::OpenProcess&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-death-test.cc:1064:36: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1282:28: note:   &apos;testing::internal::OpenProcess&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:43:0:
./Source/ThirdParty/gtest/src/gtest-death-test.cc:1083:8: error: &apos;::DuplicateHandle&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-death-test.cc:1083:8: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1461:29: note:   &apos;testing::internal::DuplicateHandle&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:43:0:
./Source/ThirdParty/gtest/src/gtest-death-test.cc:1084:26: error: &apos;::GetCurrentProcess&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-death-test.cc:1084:26: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1283:28: note:   &apos;testing::internal::GetCurrentProcess&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:43:0:
./Source/ThirdParty/gtest/src/gtest-death-test.cc:1097:8: error: &apos;::DuplicateHandle&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-death-test.cc:1097:8: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1461:29: note:   &apos;testing::internal::DuplicateHandle&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:43:0:
./Source/ThirdParty/gtest/src/gtest-death-test.cc:1098:26: error: &apos;::GetCurrentProcess&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-death-test.cc:1098:26: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1283:28: note:   &apos;testing::internal::GetCurrentProcess&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:43:0:
./Source/ThirdParty/gtest/src/gtest-death-test.cc:1117:3: error: &apos;::SetEvent&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-death-test.cc:1117:3: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1398:29: note:   &apos;testing::internal::SetEvent&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:45:0:
./Source/ThirdParty/gtest/src/gtest-port.cc: In constructor &apos;testing::internal::CapturedStream::CapturedStream(int)&apos;:
./Source/ThirdParty/gtest/src/gtest-port.cc:462:5: error: &apos;::GetTempPathA&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-port.cc:462:5: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:2029:27: note:   &apos;testing::internal::GetTempPathA&apos;
In file included from Source/ThirdParty/gtest/src/gtest-all.cc:45:0:
./Source/ThirdParty/gtest/src/gtest-port.cc:463:26: error: &apos;::GetTempFileNameA&apos; has not been declared
./Source/ThirdParty/gtest/src/gtest-port.cc:463:26: note: suggested alternative:
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/pthread.h:198,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:987,
                 from ./Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40,
                 from ./Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from Source/ThirdParty/gtest/src/gtest-all.cc:39:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:2031:26: note:   &apos;testing::internal::GetTempFileNameA&apos;
make[1]: *** [Source/ThirdParty/gtest/src/Libraries_libgtest_la-gtest-all.lo] Błąd 1
make[1]: Opuszczenie katalogu `/home/pawel/src/webkit&apos;
make: *** [all] Błąd 2

It seems to be caused by variable 	Libraries_libgtest_la_CXXFLAGS = -DGTEST_HAS_PTHREAD=1 being explicitly set to true in Source/ThirdParty/gtest/GNUmakefile.am

Is this because of some previous issues?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>821432</commentid>
    <comment_count>1</comment_count>
      <attachid>185760</attachid>
    <who name="">tuxator</who>
    <bug_when>2013-01-31 05:29:21 -0800</bug_when>
    <thetext>Created attachment 185760
first try</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>824610</commentid>
    <comment_count>2</comment_count>
      <attachid>185760</attachid>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2013-02-04 11:37:20 -0800</bug_when>
    <thetext>Comment on attachment 185760
first try

I don&apos;t think removing pthread support for everyone is the way forward here. Maybe making it conditional makes more sense. This patch is also missing a changelog.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>825512</commentid>
    <comment_count>3</comment_count>
      <attachid>186635</attachid>
    <who name="">tuxator</who>
    <bug_when>2013-02-05 08:58:21 -0800</bug_when>
    <thetext>Created attachment 186635
set stuff conditionall</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>825516</commentid>
    <comment_count>4</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-02-05 09:00:24 -0800</bug_when>
    <thetext>Attachment 186635 did not pass style-queue:

Failed to run &quot;[&apos;Tools/Scripts/check-webkit-style&apos;, &apos;--diff-files&apos;, u&apos;Source/ThirdParty/ChangeLog&apos;, u&apos;Source/ThirdParty/gtest/GNUmakefile.am&apos;]&quot; exit_code: 1
Source/ThirdParty/ChangeLog:13:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>825750</commentid>
    <comment_count>5</comment_count>
      <attachid>186687</attachid>
    <who name="">tuxator</who>
    <bug_when>2013-02-05 13:12:29 -0800</bug_when>
    <thetext>Created attachment 186687
fix style</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>825759</commentid>
    <comment_count>6</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-02-05 13:15:01 -0800</bug_when>
    <thetext>Attachment 186687 did not pass style-queue:

Failed to run &quot;[&apos;Tools/Scripts/check-webkit-style&apos;, &apos;--diff-files&apos;, u&apos;Source/ThirdParty/ChangeLog&apos;, u&apos;Source/ThirdParty/gtest/GNUmakefile.am&apos;]&quot; exit_code: 1
Source/ThirdParty/ChangeLog:13:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>825780</commentid>
    <comment_count>7</comment_count>
      <attachid>186695</attachid>
    <who name="">tuxator</who>
    <bug_when>2013-02-05 13:45:22 -0800</bug_when>
    <thetext>Created attachment 186695
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>825947</commentid>
    <comment_count>8</comment_count>
      <attachid>186695</attachid>
    <who name="Build Bot">buildbot</who>
    <bug_when>2013-02-05 17:09:26 -0800</bug_when>
    <thetext>Comment on attachment 186695
Patch

Attachment 186695 did not pass win-ews (win):
Output: http://queues.webkit.org/results/16375964</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>825997</commentid>
    <comment_count>9</comment_count>
      <attachid>186695</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-02-05 18:29:14 -0800</bug_when>
    <thetext>Comment on attachment 186695
Patch

Clearing flags on attachment: 186695

Committed r141959: &lt;http://trac.webkit.org/changeset/141959&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>825998</commentid>
    <comment_count>10</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-02-05 18:29:19 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>185760</attachid>
            <date>2013-01-31 05:29:21 -0800</date>
            <delta_ts>2013-02-05 08:58:21 -0800</delta_ts>
            <desc>first try</desc>
            <filename>gtest.diff</filename>
            <type>text/plain</type>
            <size>552</size>
            <attacher>tuxator</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1NvdXJjZS9UaGlyZFBhcnR5L2d0ZXN0L0dOVW1ha2VmaWxlLmFtIGIvU291
cmNlL1RoaXJkUGFydHkvZ3Rlc3QvR05VbWFrZWZpbGUuYW0KaW5kZXggYThiNjM0My4uODcxMzQ3
ZSAxMDA2NDQKLS0tIGEvU291cmNlL1RoaXJkUGFydHkvZ3Rlc3QvR05VbWFrZWZpbGUuYW0KKysr
IGIvU291cmNlL1RoaXJkUGFydHkvZ3Rlc3QvR05VbWFrZWZpbGUuYW0KQEAgLTM2LDkgKzM2LDYg
QEAgTGlicmFyaWVzX2xpYmd0ZXN0X2xhX0NQUEZMQUdTID0gXAogCS1JJChzcmNkaXIpL1NvdXJj
ZS9UaGlyZFBhcnR5L2d0ZXN0IFwKIAktSSQoc3JjZGlyKS9Tb3VyY2UvVGhpcmRQYXJ0eS9ndGVz
dC9pbmNsdWRlCiAKLUxpYnJhcmllc19saWJndGVzdF9sYV9DWFhGTEFHUyA9IC1ER1RFU1RfSEFT
X1BUSFJFQUQ9MQotTGlicmFyaWVzX2xpYmd0ZXN0X2xhX0xJQkFERCA9IFwKLQktbHB0aHJlYWQK
IAogIyBndGVzdCBzb3VyY2UgZmlsZXMgdGhhdCB3ZSBkb24ndCBjb21waWxlIGRpcmVjdGx5LiAg
VGhleSBhcmUKICMgI2luY2x1ZGVkIGJ5IGd0ZXN0LWFsbC5jYy4K
</data>
<flag name="review"
          id="204947"
          type_id="1"
          status="-"
          setter="mrobinson"
    />
          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>186635</attachid>
            <date>2013-02-05 08:58:21 -0800</date>
            <delta_ts>2013-02-05 13:12:29 -0800</delta_ts>
            <desc>set stuff conditionall</desc>
            <filename>gtest.diff</filename>
            <type>text/plain</type>
            <size>1453</size>
            <attacher>tuxator</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1NvdXJjZS9UaGlyZFBhcnR5L0NoYW5nZUxvZyBiL1NvdXJjZS9UaGlyZFBh
cnR5L0NoYW5nZUxvZwppbmRleCBlNDNlMjYzLi5hNTE2YmIzIDEwMDY0NAotLS0gYS9Tb3VyY2Uv
VGhpcmRQYXJ0eS9DaGFuZ2VMb2cKKysrIGIvU291cmNlL1RoaXJkUGFydHkvQ2hhbmdlTG9nCkBA
IC0xLDMgKzEsMTcgQEAKKzIwMTMtMDItMDUgIFBhd2XFgiBGb3J5c2l1ayAgPHR1eGF0b3JAbzIu
cGw+CisKKyAgICAgICAgW0dUS10gQnVpbGRpbmcgd2l0aCBNaW5HVyBjb21waWxlciBkaWVzIHdp
dGggZ3Rlc3QgZXJyb3JzCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVn
LmNnaT9pZD0xMDg0NzAKKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKyAg
ICAgICAgCisgICAgICAgIFZhcmlhYmxlIExpYnJhcmllc19saWJndGVzdF9sYV9DWFhGTEFHUyBi
bGluZGx5IGFzc3VtZXMgdGhhdAorICAgICAgICBwdGhyZWFkcyB3aWxsIGFsd2F5cyBiZSBlbmFi
bGVkLiBNYWtlIHVzaW5nIHB0aHJlYWRzIGZvciBndGVzdAorICAgICAgICBjb25kaXRpb25hbCBv
biB0aGUgYnVpbGQgdGFyZ2V0LgorCisgICAgICAgICogZ3Rlc3QvR05VbWFrZWZpbGUuYW06IFNl
dCBMaWJyYXJpZXNfbGliZ3Rlc3RfbGFfQ1hYRkxBR1MgYWNjb3JkaW5nbHkKKwl0byB0aGUgYnVp
bGQgdGFyZ2V0LgorCiAyMDEzLTAxLTIzICBUb255IENoYW5nICA8dG9ueUBjaHJvbWl1bS5vcmc+
CiAKICAgICAgICAgVW5yZXZpZXdlZCwgc2V0IHN2bjplb2wtc3R5bGUgdG8gQ1JMRiBvbiBXaW5k
b3dzIC5zbG4gZmlsZXMuCmRpZmYgLS1naXQgYS9Tb3VyY2UvVGhpcmRQYXJ0eS9ndGVzdC9HTlVt
YWtlZmlsZS5hbSBiL1NvdXJjZS9UaGlyZFBhcnR5L2d0ZXN0L0dOVW1ha2VmaWxlLmFtCmluZGV4
IGE4YjYzNDMuLjFlNzAxNjggMTAwNjQ0Ci0tLSBhL1NvdXJjZS9UaGlyZFBhcnR5L2d0ZXN0L0dO
VW1ha2VmaWxlLmFtCisrKyBiL1NvdXJjZS9UaGlyZFBhcnR5L2d0ZXN0L0dOVW1ha2VmaWxlLmFt
CkBAIC0zNiw5ICszNiwxMyBAQCBMaWJyYXJpZXNfbGliZ3Rlc3RfbGFfQ1BQRkxBR1MgPSBcCiAJ
LUkkKHNyY2RpcikvU291cmNlL1RoaXJkUGFydHkvZ3Rlc3QgXAogCS1JJChzcmNkaXIpL1NvdXJj
ZS9UaGlyZFBhcnR5L2d0ZXN0L2luY2x1ZGUKIAoraWYgVEFSR0VUX1dJTjMyCitMaWJyYXJpZXNf
bGliZ3Rlc3RfbGFfQ1hYRkxBR1MgPSAtREdURVNUX0hBU19QVEhSRUFEPTAKK2Vsc2UKIExpYnJh
cmllc19saWJndGVzdF9sYV9DWFhGTEFHUyA9IC1ER1RFU1RfSEFTX1BUSFJFQUQ9MQogTGlicmFy
aWVzX2xpYmd0ZXN0X2xhX0xJQkFERCA9IFwKIAktbHB0aHJlYWQKK2VuZGlmCiAKICMgZ3Rlc3Qg
c291cmNlIGZpbGVzIHRoYXQgd2UgZG9uJ3QgY29tcGlsZSBkaXJlY3RseS4gIFRoZXkgYXJlCiAj
ICNpbmNsdWRlZCBieSBndGVzdC1hbGwuY2MuCg==
</data>

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>186687</attachid>
            <date>2013-02-05 13:12:29 -0800</date>
            <delta_ts>2013-02-05 13:45:17 -0800</delta_ts>
            <desc>fix style</desc>
            <filename>gtest.diff</filename>
            <type>text/plain</type>
            <size>1445</size>
            <attacher>tuxator</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1NvdXJjZS9UaGlyZFBhcnR5L0NoYW5nZUxvZyBiL1NvdXJjZS9UaGlyZFBh
cnR5L0NoYW5nZUxvZwppbmRleCBlNDNlMjYzLi44Nzk2MzhkIDEwMDY0NAotLS0gYS9Tb3VyY2Uv
VGhpcmRQYXJ0eS9DaGFuZ2VMb2cKKysrIGIvU291cmNlL1RoaXJkUGFydHkvQ2hhbmdlTG9nCkBA
IC0xLDMgKzEsMTcgQEAKKzIwMTMtMDItMDUgIFBhd2XFgiBGb3J5c2l1ayAgPHR1eGF0b3JAbzIu
cGw+CisKKyAgICAgICAgW0dUS10gQnVpbGRpbmcgd2l0aCBNaW5HVyBjb21waWxlciBkaWVzIHdp
dGggZ3Rlc3QgZXJyb3JzCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVn
LmNnaT9pZD0xMDg0NzAKKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKwor
ICAgICAgICBWYXJpYWJsZSBMaWJyYXJpZXNfbGliZ3Rlc3RfbGFfQ1hYRkxBR1MgYmxpbmRseSBh
c3N1bWVzIHRoYXQKKyAgICAgICAgcHRocmVhZHMgd2lsbCBhbHdheXMgYmUgZW5hYmxlZC4gTWFr
ZSB1c2luZyBwdGhyZWFkcyBmb3IgZ3Rlc3QKKyAgICAgICAgY29uZGl0aW9uYWwgb24gdGhlIGJ1
aWxkIHRhcmdldC4KKworICAgICAgICAqIGd0ZXN0L0dOVW1ha2VmaWxlLmFtOiBTZXQgTGlicmFy
aWVzX2xpYmd0ZXN0X2xhX0NYWEZMQUdTIGFjY29yZGluZ2x5CisJdG8gdGhlIGJ1aWxkIHRhcmdl
dC4KKwogMjAxMy0wMS0yMyAgVG9ueSBDaGFuZyAgPHRvbnlAY2hyb21pdW0ub3JnPgogCiAgICAg
ICAgIFVucmV2aWV3ZWQsIHNldCBzdm46ZW9sLXN0eWxlIHRvIENSTEYgb24gV2luZG93cyAuc2xu
IGZpbGVzLgpkaWZmIC0tZ2l0IGEvU291cmNlL1RoaXJkUGFydHkvZ3Rlc3QvR05VbWFrZWZpbGUu
YW0gYi9Tb3VyY2UvVGhpcmRQYXJ0eS9ndGVzdC9HTlVtYWtlZmlsZS5hbQppbmRleCBhOGI2MzQz
Li4xZTcwMTY4IDEwMDY0NAotLS0gYS9Tb3VyY2UvVGhpcmRQYXJ0eS9ndGVzdC9HTlVtYWtlZmls
ZS5hbQorKysgYi9Tb3VyY2UvVGhpcmRQYXJ0eS9ndGVzdC9HTlVtYWtlZmlsZS5hbQpAQCAtMzYs
OSArMzYsMTMgQEAgTGlicmFyaWVzX2xpYmd0ZXN0X2xhX0NQUEZMQUdTID0gXAogCS1JJChzcmNk
aXIpL1NvdXJjZS9UaGlyZFBhcnR5L2d0ZXN0IFwKIAktSSQoc3JjZGlyKS9Tb3VyY2UvVGhpcmRQ
YXJ0eS9ndGVzdC9pbmNsdWRlCiAKK2lmIFRBUkdFVF9XSU4zMgorTGlicmFyaWVzX2xpYmd0ZXN0
X2xhX0NYWEZMQUdTID0gLURHVEVTVF9IQVNfUFRIUkVBRD0wCitlbHNlCiBMaWJyYXJpZXNfbGli
Z3Rlc3RfbGFfQ1hYRkxBR1MgPSAtREdURVNUX0hBU19QVEhSRUFEPTEKIExpYnJhcmllc19saWJn
dGVzdF9sYV9MSUJBREQgPSBcCiAJLWxwdGhyZWFkCitlbmRpZgogCiAjIGd0ZXN0IHNvdXJjZSBm
aWxlcyB0aGF0IHdlIGRvbid0IGNvbXBpbGUgZGlyZWN0bHkuICBUaGV5IGFyZQogIyAjaW5jbHVk
ZWQgYnkgZ3Rlc3QtYWxsLmNjLgo=
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>186695</attachid>
            <date>2013-02-05 13:45:22 -0800</date>
            <delta_ts>2013-02-05 18:29:14 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-108470-20130205224159.patch</filename>
            <type>text/plain</type>
            <size>1597</size>
            <attacher>tuxator</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTQxODg3CmRpZmYgLS1naXQgYS9Tb3VyY2UvVGhpcmRQYXJ0
eS9DaGFuZ2VMb2cgYi9Tb3VyY2UvVGhpcmRQYXJ0eS9DaGFuZ2VMb2cKaW5kZXggZTQzZTI2Mzg1
YWU3ZWYxMTFmNjNmNGRiMTE2OTBhYWM1MDQyNThlNC4uNWZlOWRlZjAwZWI2NTY0NzM5ZGFkZGM2
YjQ5M2RiNWQzM2VmMWQzNSAxMDA2NDQKLS0tIGEvU291cmNlL1RoaXJkUGFydHkvQ2hhbmdlTG9n
CisrKyBiL1NvdXJjZS9UaGlyZFBhcnR5L0NoYW5nZUxvZwpAQCAtMSwzICsxLDE2IEBACisyMDEz
LTAyLTA1ICBQYXdlxYIgRm9yeXNpdWsgIDx0dXhhdG9yQG8yLnBsPgorCisgICAgICAgIEJ1aWxk
aW5nIHdpdGggTWluR1cgY29tcGlsZXIgZGllcyB3aXRoIGd0ZXN0IGVycm9ycworICAgICAgICBo
dHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MTA4NDcwCisKKyAgICAgICAg
UmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgVmFyaWFibGUgTGlicmFyaWVz
X2xpYmd0ZXN0X2xhX0NYWEZMQUdTIGJsaW5kbHkgYXNzdW1lcyB0aGF0CisgICAgICAgIHB0aHJl
YWRzIHdpbGwgYWx3YXlzIGJlIGVuYWJsZWQuIE1ha2UgdXNpbmcgcHRocmVhZHMgZm9yIGd0ZXN0
CisgICAgICAgIGNvbmRpdGlvbmFsIG9uIHRoZSBidWlsZCB0YXJnZXQuCisKKyAgICAgICAgKiBn
dGVzdC9HTlVtYWtlZmlsZS5hbTogU2V0IExpYnJhcmllc19saWJndGVzdF9sYV9DWFhGTEFHUyBh
Y2NvcmRpbmdseSB0byB0aGUgYnVpbGQgdGFyZ2V0LgorCiAyMDEzLTAxLTIzICBUb255IENoYW5n
ICA8dG9ueUBjaHJvbWl1bS5vcmc+CiAKICAgICAgICAgVW5yZXZpZXdlZCwgc2V0IHN2bjplb2wt
c3R5bGUgdG8gQ1JMRiBvbiBXaW5kb3dzIC5zbG4gZmlsZXMuCmRpZmYgLS1naXQgYS9Tb3VyY2Uv
VGhpcmRQYXJ0eS9ndGVzdC9HTlVtYWtlZmlsZS5hbSBiL1NvdXJjZS9UaGlyZFBhcnR5L2d0ZXN0
L0dOVW1ha2VmaWxlLmFtCmluZGV4IGE4YjYzNDMzMWI1MGM4MjkwMDg2ZDBhNjA0Y2MyNWI4NmMx
MjM0ZDguLjFlNzAxNjhjZjI1YWNiNDkwNWUwZjYwOTZiZTg0MmJiNTQzNTYyNDEgMTAwNjQ0Ci0t
LSBhL1NvdXJjZS9UaGlyZFBhcnR5L2d0ZXN0L0dOVW1ha2VmaWxlLmFtCisrKyBiL1NvdXJjZS9U
aGlyZFBhcnR5L2d0ZXN0L0dOVW1ha2VmaWxlLmFtCkBAIC0zNiw5ICszNiwxMyBAQCBMaWJyYXJp
ZXNfbGliZ3Rlc3RfbGFfQ1BQRkxBR1MgPSBcCiAJLUkkKHNyY2RpcikvU291cmNlL1RoaXJkUGFy
dHkvZ3Rlc3QgXAogCS1JJChzcmNkaXIpL1NvdXJjZS9UaGlyZFBhcnR5L2d0ZXN0L2luY2x1ZGUK
IAoraWYgVEFSR0VUX1dJTjMyCitMaWJyYXJpZXNfbGliZ3Rlc3RfbGFfQ1hYRkxBR1MgPSAtREdU
RVNUX0hBU19QVEhSRUFEPTAKK2Vsc2UKIExpYnJhcmllc19saWJndGVzdF9sYV9DWFhGTEFHUyA9
IC1ER1RFU1RfSEFTX1BUSFJFQUQ9MQogTGlicmFyaWVzX2xpYmd0ZXN0X2xhX0xJQkFERCA9IFwK
IAktbHB0aHJlYWQKK2VuZGlmCiAKICMgZ3Rlc3Qgc291cmNlIGZpbGVzIHRoYXQgd2UgZG9uJ3Qg
Y29tcGlsZSBkaXJlY3RseS4gIFRoZXkgYXJlCiAjICNpbmNsdWRlZCBieSBndGVzdC1hbGwuY2Mu
Cg==
</data>

          </attachment>
      

    </bug>

</bugzilla>