<?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>124131</bug_id>
          
          <creation_ts>2013-11-10 19:05:59 -0800</creation_ts>
          <short_desc>[EFL] Build break on Ubuntu 13.10</short_desc>
          <delta_ts>2013-11-10 20:56:44 -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>WebKit EFL</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>1</everconfirmed>
          <reporter name="Ryuan Choi">ryuan.choi</reporter>
          <assigned_to name="Ryuan Choi">ryuan.choi</assigned_to>
          <cc>benjamin</cc>
    
    <cc>cmarcelo</cc>
    
    <cc>commit-queue</cc>
    
    <cc>lucas.de.marchi</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>949197</commentid>
    <comment_count>0</comment_count>
    <who name="Ryuan Choi">ryuan.choi</who>
    <bug_when>2013-11-10 19:05:59 -0800</bug_when>
    <thetext>I got below errors on ubuntu 13.10.

In file included from /home/ryuan/workspace/project/webkit/efl-webkit/Source/ThirdParty/gtest/include/gtest/gtest.h:57:0,
                 from /home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit/efl/tests/UnitTestUtils/EWKTestBase.h:24,
                 from /home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit/efl/tests/UnitTestUtils/EWKTestBase.cpp:20:
/home/ryuan/workspace/project/webkit/efl-webkit/Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h: In function ‘const char* testing::internal::SkipComma(const char*)’:
/home/ryuan/workspace/project/webkit/efl-webkit/Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:650:28: error: ‘isspace_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h’ was not declared in this scope
   while (isspace(*(++comma))) {}
                            ^
/home/ryuan/workspace/project/webkit/efl-webkit/Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:650:28: note: suggested alternative:
In file included from /home/ryuan/workspace/project/webkit/efl-webkit/Source/WebCore/config.h:80:0,
                 from /home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit/efl/tests/UnitTestUtils/EWKTestBase.cpp:19:
/home/ryuan/workspace/project/webkit/efl-webkit/Source/WTF/wtf/DisallowCType.h:75:17: note:   ‘std::isspace_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h’
 #define isspace isspace_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h
                 ^
make[2]: *** [Source/WebKit/CMakeFiles/ewkTestUtils.dir/efl/tests/UnitTestUtils/EWKTestEnvironment.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>949198</commentid>
    <comment_count>1</comment_count>
      <attachid>216542</attachid>
    <who name="Ryuan Choi">ryuan.choi</who>
    <bug_when>2013-11-10 19:24:44 -0800</bug_when>
    <thetext>Created attachment 216542
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>949202</commentid>
    <comment_count>2</comment_count>
      <attachid>216542</attachid>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2013-11-10 20:26:16 -0800</bug_when>
    <thetext>Comment on attachment 216542
Patch

Looks OK, But, isn&apos;t this better ?
 !(OS(DARWIN) &amp;&amp; PLATFORM(GTK) &amp;&amp; PLATFORM(EFL))</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>949203</commentid>
    <comment_count>3</comment_count>
    <who name="Ryuan Choi">ryuan.choi</who>
    <bug_when>2013-11-10 20:29:00 -0800</bug_when>
    <thetext>(In reply to comment #2)
&gt; (From update of attachment 216542 [details])
&gt; Looks OK, But, isn&apos;t this better ?
&gt;  !(OS(DARWIN) &amp;&amp; PLATFORM(GTK) &amp;&amp; PLATFORM(EFL))

No, We are not based on OS(DARWIN). :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>949204</commentid>
    <comment_count>4</comment_count>
      <attachid>216542</attachid>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2013-11-10 20:30:43 -0800</bug_when>
    <thetext>Comment on attachment 216542
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=216542&amp;action=review

&gt; Source/WTF/wtf/DisallowCType.h:44
&gt; +#if !(OS(DARWIN) &amp;&amp; PLATFORM(GTK)) &amp;&amp; !OS(QNX) &amp;&amp; !PLATFORM(EFL) &amp;&amp; !defined(_LIBCPP_VERSION)

Ah, you&apos;re right. I mistook this condition. Go ahead !</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>949206</commentid>
    <comment_count>5</comment_count>
      <attachid>216542</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2013-11-10 20:56:41 -0800</bug_when>
    <thetext>Comment on attachment 216542
Patch

Clearing flags on attachment: 216542

Committed r159037: &lt;http://trac.webkit.org/changeset/159037&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>949207</commentid>
    <comment_count>6</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2013-11-10 20:56:44 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>216542</attachid>
            <date>2013-11-10 19:24:44 -0800</date>
            <delta_ts>2013-11-10 20:56:41 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-124131-20131111122447.patch</filename>
            <type>text/plain</type>
            <size>1280</size>
            <attacher name="Ryuan Choi">ryuan.choi</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTU5MDM0CmRpZmYgLS1naXQgYS9Tb3VyY2UvV1RGL0NoYW5n
ZUxvZyBiL1NvdXJjZS9XVEYvQ2hhbmdlTG9nCmluZGV4IDlhM2VlZGE0ODNlNjU5ZjZiMGU4MWY2
MDNhMDU0ZGYyYjRjNTI5NGMuLjNlNWJlOTg0YmEzM2ViY2ExYjk0NWFlNGI4NDhiN2I2M2Q0NThj
NDkgMTAwNjQ0Ci0tLSBhL1NvdXJjZS9XVEYvQ2hhbmdlTG9nCisrKyBiL1NvdXJjZS9XVEYvQ2hh
bmdlTG9nCkBAIC0xLDMgKzEsMTQgQEAKKzIwMTMtMTEtMTAgIFJ5dWFuIENob2kgIDxyeXVhbi5j
aG9pQHNhbXN1bmcuY29tPgorCisgICAgICAgIFtFRkxdIEJ1aWxkIGJyZWFrIG9uIFVidW50dSAx
My4xMAorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MTI0
MTMxCisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgVHVy
bmVkIERpc2FsbG93Q1R5cGUgbWFjcm9zIG9mZiBvbiBFRkwgcG9ydCBiZWNhdXNlIGd0ZXN0LWlu
dGVybmFsLmggdXNlcyBpc3NwYWNlKCkuCisKKyAgICAgICAgKiB3dGYvRGlzYWxsb3dDVHlwZS5o
OiBBZGRlZCAhUExBVEZPUk0oRUZMKSBndWFyZC4KKwogMjAxMy0xMS0wOSAgUGF0cmljayBHYW5z
dGVyZXIgIDxwYXJvZ2FAd2Via2l0Lm9yZz4KIAogICAgICAgICBNb3ZlIFJ1bkxvb3AgZnJvbSBX
ZWJDb3JlIHRvIFdURgpkaWZmIC0tZ2l0IGEvU291cmNlL1dURi93dGYvRGlzYWxsb3dDVHlwZS5o
IGIvU291cmNlL1dURi93dGYvRGlzYWxsb3dDVHlwZS5oCmluZGV4IDg5ZmMxNzBiMTQ4MDk1NjA0
MjZmYzQ0MjE1MWIxMjMxOGJkZThjZTQuLmQ2NjUzMGRhZTllMzA2NWZlODc4NTk4MDVjOGVjOTMz
YTQ5NGE5NzQgMTAwNjQ0Ci0tLSBhL1NvdXJjZS9XVEYvd3RmL0Rpc2FsbG93Q1R5cGUuaAorKysg
Yi9Tb3VyY2UvV1RGL3d0Zi9EaXNhbGxvd0NUeXBlLmgKQEAgLTQxLDcgKzQxLDcgQEAKIC8vIG9y
IDxnbGliL2dpMThuLWxpYi5oPiwgd2hpY2ggaW4gdHVybiBpbmNsdWRlIDx4bG9jYWxlL19jdHlw
ZS5oPiB3aGljaCB1c2VzCiAvLyBpc2FjaWkoKS4gCiAjaW5jbHVkZSA8d3RmL1BsYXRmb3JtLmg+
Ci0jaWYgIShPUyhEQVJXSU4pICYmIFBMQVRGT1JNKEdUSykpICYmICFPUyhRTlgpICYmICFkZWZp
bmVkKF9MSUJDUFBfVkVSU0lPTikKKyNpZiAhKE9TKERBUldJTikgJiYgUExBVEZPUk0oR1RLKSkg
JiYgIU9TKFFOWCkgJiYgIVBMQVRGT1JNKEVGTCkgJiYgIWRlZmluZWQoX0xJQkNQUF9WRVJTSU9O
KQogCiAjaW5jbHVkZSA8Y3R5cGUuaD4KIAo=
</data>

          </attachment>
      

    </bug>

</bugzilla>