<?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>121826</bug_id>
          
          <creation_ts>2013-09-24 00:46:08 -0700</creation_ts>
          <short_desc>[EFL] Build failed at ProcessLauncherEfl.cpp</short_desc>
          <delta_ts>2013-09-24 07:24:02 -0700</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>Linux</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="ChangSeok Oh">changseok</reporter>
          <assigned_to name="ChangSeok Oh">changseok</assigned_to>
          <cc>cdumez</cc>
    
    <cc>commit-queue</cc>
    
    <cc>gyuyoung.kim</cc>
    
    <cc>gyuyoung.kim</cc>
    
    <cc>lucas.de.marchi</cc>
    
    <cc>rakuco</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>932455</commentid>
    <comment_count>0</comment_count>
    <who name="ChangSeok Oh">changseok</who>
    <bug_when>2013-09-24 00:46:08 -0700</bug_when>
    <thetext>Build command:
./Tools/Scripts/build-webkit --efl --prefix=/usr/local --makeargs=&quot;-j8 -Wno-deprecated-declarations&quot; --no-svg --datalist-element

[ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/Plugins/unix/PluginProcessProxyUnix.cpp.o
[ 94%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/Storage/StorageManager.cpp.o
/home/shivamidow/Projects/WebKit/Source/WebKit2/UIProcess/Launcher/efl/ProcessLauncherEfl.cpp: In member function ‘void WebKit::ProcessLauncher::launchProcess()’:
/home/shivamidow/Projects/WebKit/Source/WebKit2/UIProcess/Launcher/efl/ProcessLauncherEfl.cpp:70:20: error: ‘AF_UNIX’ was not declared in this scope
/home/shivamidow/Projects/WebKit/Source/WebKit2/UIProcess/Launcher/efl/ProcessLauncherEfl.cpp:70:29: error: ‘SOCK_STREAM’ was not declared in this scope
/home/shivamidow/Projects/WebKit/Source/WebKit2/UIProcess/Launcher/efl/ProcessLauncherEfl.cpp:70:52: error: ‘socketpair’ was not declared in this scope
make[2]: *** [Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/Launcher/efl/ProcessLauncherEfl.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Source/WebKit2/CMakeFiles/WebKit2.dir/all] Error 2
make: *** [all] Error 2

I guess proper headers are missing.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>932456</commentid>
    <comment_count>1</comment_count>
      <attachid>212435</attachid>
    <who name="ChangSeok Oh">changseok</who>
    <bug_when>2013-09-24 00:50:05 -0700</bug_when>
    <thetext>Created attachment 212435
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>932504</commentid>
    <comment_count>2</comment_count>
      <attachid>212435</attachid>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2013-09-24 05:28:35 -0700</bug_when>
    <thetext>Comment on attachment 212435
Patch

In build fix patch case, you don&apos;t need to get review. Look at other &quot;Unreviewed build fix patch&quot;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>932505</commentid>
    <comment_count>3</comment_count>
      <attachid>212435</attachid>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2013-09-24 05:29:42 -0700</bug_when>
    <thetext>Comment on attachment 212435
Patch

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

&gt; Source/WebKit2/ChangeLog:8
&gt; +        Fixed a build failure with adding socket.h.

It would be good if you mention what revision makes a build break.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>932531</commentid>
    <comment_count>4</comment_count>
    <who name="ChangSeok Oh">changseok</who>
    <bug_when>2013-09-24 06:45:43 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; (From update of attachment 212435 [details])
&gt; View in context: https://bugs.webkit.org/attachment.cgi?id=212435&amp;action=review
&gt; 
&gt; &gt; Source/WebKit2/ChangeLog:8
&gt; &gt; +        Fixed a build failure with adding socket.h.
&gt; 
&gt; It would be good if you mention what revision makes a build break.

I know. if this happened to gtk port, I would do like that &quot;Unreviewed fix&quot;. 
On my side, I&apos;m a just newbie to efl port, so it&apos;s hard to know what happens after my last build for efl port almost a year ago.. :p</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>932532</commentid>
    <comment_count>5</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2013-09-24 06:48:56 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; (In reply to comment #3)
&gt; &gt; (From update of attachment 212435 [details] [details])
&gt; &gt; View in context: https://bugs.webkit.org/attachment.cgi?id=212435&amp;action=review
&gt; &gt; 
&gt; &gt; &gt; Source/WebKit2/ChangeLog:8
&gt; &gt; &gt; +        Fixed a build failure with adding socket.h.
&gt; &gt; 
&gt; &gt; It would be good if you mention what revision makes a build break.
&gt; 
&gt; I know. if this happened to gtk port, I would do like that &quot;Unreviewed fix&quot;. 
&gt; On my side, I&apos;m a just newbie to efl port, so it&apos;s hard to know what happens after my last build for efl port almost a year ago.. :p

Ok, I see. Go ahead.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>932546</commentid>
    <comment_count>6</comment_count>
      <attachid>212435</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2013-09-24 07:23:59 -0700</bug_when>
    <thetext>Comment on attachment 212435
Patch

Clearing flags on attachment: 212435

Committed r156333: &lt;http://trac.webkit.org/changeset/156333&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>932547</commentid>
    <comment_count>7</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2013-09-24 07:24:02 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>212435</attachid>
            <date>2013-09-24 00:50:05 -0700</date>
            <delta_ts>2013-09-24 07:23:59 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-121826-20130924165003.patch</filename>
            <type>text/plain</type>
            <size>1307</size>
            <attacher name="ChangSeok Oh">changseok</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTU2MzE4CmRpZmYgLS1naXQgYS9Tb3VyY2UvV2ViS2l0Mi9D
aGFuZ2VMb2cgYi9Tb3VyY2UvV2ViS2l0Mi9DaGFuZ2VMb2cKaW5kZXggODI5ZDU2NTk5NjJjOTI0
YzQ4OTk5YmQxMzUwNDViZmZkNGI4NTUxNC4uYTczYjdjM2Q1OGY2ODc2ZmNlNmM3ZTBjMzI0ZWVm
NDdmMDNlZTQ0OCAxMDA2NDQKLS0tIGEvU291cmNlL1dlYktpdDIvQ2hhbmdlTG9nCisrKyBiL1Nv
dXJjZS9XZWJLaXQyL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE0IEBACisyMDEzLTA5LTI0ICBDaGFu
Z1Nlb2sgT2ggIDxjaGFuZ3Nlb2sub2hAY29sbGFib3JhLmNvbT4KKworICAgICAgICBbRUZMXSBC
dWlsZCBmYWlsZWQgYXQgUHJvY2Vzc0xhdW5jaGVyRWZsLmNwcAorICAgICAgICBodHRwczovL2J1
Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MTIxODI2CisKKyAgICAgICAgUmV2aWV3ZWQg
YnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgRml4ZWQgYSBidWlsZCBmYWlsdXJlIHdpdGgg
YWRkaW5nIHNvY2tldC5oLgorCisgICAgICAgICogVUlQcm9jZXNzL0xhdW5jaGVyL2VmbC9Qcm9j
ZXNzTGF1bmNoZXJFZmwuY3BwOgorCiAyMDEzLTA5LTIzICBQYXRyaWNrIEdhbnN0ZXJlciAgPHBh
cm9nYUB3ZWJraXQub3JnPgogCiAgICAgICAgIHVzZSBOT01JTk1BWCBpbnN0ZWFkIG9mICNkZWZp
bmUgbWluIG1pbgpkaWZmIC0tZ2l0IGEvU291cmNlL1dlYktpdDIvVUlQcm9jZXNzL0xhdW5jaGVy
L2VmbC9Qcm9jZXNzTGF1bmNoZXJFZmwuY3BwIGIvU291cmNlL1dlYktpdDIvVUlQcm9jZXNzL0xh
dW5jaGVyL2VmbC9Qcm9jZXNzTGF1bmNoZXJFZmwuY3BwCmluZGV4IDI2ZjdmMGY5MGIyZTM3MmQ1
Yjg1NjY4NmY3NjM4ZGY3NjRlNjk0OTguLjNiZDFlYTYwM2UzMTg4YjQzYzMwNTk1NTUxNmY3MTcx
ZmVhNmQ0MjIgMTAwNjQ0Ci0tLSBhL1NvdXJjZS9XZWJLaXQyL1VJUHJvY2Vzcy9MYXVuY2hlci9l
ZmwvUHJvY2Vzc0xhdW5jaGVyRWZsLmNwcAorKysgYi9Tb3VyY2UvV2ViS2l0Mi9VSVByb2Nlc3Mv
TGF1bmNoZXIvZWZsL1Byb2Nlc3NMYXVuY2hlckVmbC5jcHAKQEAgLTI4LDYgKzI4LDcgQEAKICNp
bmNsdWRlIDxXZWJDb3JlL05ldHdvcmtpbmdDb250ZXh0Lmg+CiAjaW5jbHVkZSA8V2ViQ29yZS9S
ZXNvdXJjZUhhbmRsZS5oPgogI2luY2x1ZGUgPFdlYkNvcmUvUnVuTG9vcC5oPgorI2luY2x1ZGUg
PHN5cy9zb2NrZXQuaD4KICNpbmNsdWRlIDx3dGYvU3RkTGliRXh0cmFzLmg+CiAjaW5jbHVkZSA8
d3RmL3RleHQvQ1N0cmluZy5oPgogI2luY2x1ZGUgPHd0Zi90ZXh0L1dURlN0cmluZy5oPgo=
</data>

          </attachment>
      

    </bug>

</bugzilla>