<?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>140049</bug_id>
          
          <creation_ts>2015-01-02 22:33:53 -0800</creation_ts>
          <short_desc>[EFL][WK2] EFL MiniBrowser doesn&apos;t run because shared library is not found</short_desc>
          <delta_ts>2019-07-24 00:43:44 -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>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=200074</see_also>
          <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="Gyuyoung Kim">gyuyoung.kim</reporter>
          <assigned_to name="Csaba Osztrogonác">ossy</assigned_to>
          <cc>commit-queue</cc>
    
    <cc>ljaehun.lim</cc>
    
    <cc>lucas.de.marchi</cc>
    
    <cc>ossy</cc>
    
    <cc>p.forysiuk</cc>
    
    <cc>sanxiyn</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1058505</commentid>
    <comment_count>0</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2015-01-02 22:33:53 -0800</bug_when>
    <thetext>EFL MiniBrowser can&apos;t be executed until we set DependenciesEFL/Root/lib to LD_LIBRARY_PATH. I guess this problem happened when we changed &quot;Dependencies&quot; directory to &quot;DependenciesEFL&quot; directory.

WebKitBuild/Release/bin/MiniBrowser: error while loading shared libraries: libecore_input.so.1: cannot open shared object file: No such file or directory</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1058506</commentid>
    <comment_count>1</comment_count>
    <who name="Jaehun Lim">ljaehun.lim</who>
    <bug_when>2015-01-02 23:18:02 -0800</bug_when>
    <thetext>This is because elementary doesn&apos;t find other EFL libraries after jhbuild.
I think we need to set rpath when jhbuild builds elementary.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1061143</commentid>
    <comment_count>2</comment_count>
    <who name="Paweł Forysiuk">p.forysiuk</who>
    <bug_when>2015-01-14 02:53:22 -0800</bug_when>
    <thetext>I cannot reproduce this with the current checkout.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1061462</commentid>
    <comment_count>3</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2015-01-14 19:55:29 -0800</bug_when>
    <thetext>(In reply to comment #2)
&gt; I cannot reproduce this with the current checkout.

I have still this problem. Didn&apos;t you set anything in your environment ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1061490</commentid>
    <comment_count>4</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-01-14 22:31:21 -0800</bug_when>
    <thetext>It works with Tools/Scriptrs/run-launcher --efl</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1061493</commentid>
    <comment_count>5</comment_count>
    <who name="Paweł Forysiuk">p.forysiuk</who>
    <bug_when>2015-01-14 23:41:31 -0800</bug_when>
    <thetext>(In reply to comment #3)
&gt; I have still this problem. Didn&apos;t you set anything in your environment?

No I did not set up anything myself just had clean WebKitBuild folder.
Just to note I use Ubuntu 14.04 but I doubt it matters here.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1061496</commentid>
    <comment_count>6</comment_count>
    <who name="Jaehun Lim">ljaehun.lim</who>
    <bug_when>2015-01-14 23:47:20 -0800</bug_when>
    <thetext>(In reply to comment #5)
&gt; (In reply to comment #3)
&gt; &gt; I have still this problem. Didn&apos;t you set anything in your environment?
&gt; 
&gt; No I did not set up anything myself just had clean WebKitBuild folder.
&gt; Just to note I use Ubuntu 14.04 but I doubt it matters here.

Do you install efl and elementary on your system ?
If you did, MiniBrowser runs with your system efl or elementary.

Please check with ldd.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1061501</commentid>
    <comment_count>7</comment_count>
    <who name="Paweł Forysiuk">p.forysiuk</who>
    <bug_when>2015-01-15 00:13:34 -0800</bug_when>
    <thetext>(In reply to comment #6)
&gt; (In reply to comment #5)
&gt; &gt; (In reply to comment #3)
&gt; &gt; &gt; I have still this problem. Didn&apos;t you set anything in your environment?
&gt; &gt; 
&gt; &gt; No I did not set up anything myself just had clean WebKitBuild folder.
&gt; &gt; Just to note I use Ubuntu 14.04 but I doubt it matters here.
&gt; 
&gt; Do you install efl and elementary on your system ?
&gt; If you did, MiniBrowser runs with your system efl or elementary.
&gt; 
&gt; Please check with ldd.

I&apos;m gonna burn in shame now :(. Yes I had efl installed some time ago for something unrelated and forgot. 
I looked at ldd but somehow overlooked the so path before. Sorry again.
I will try to investigate this a bit more.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1062721</commentid>
    <comment_count>8</comment_count>
    <who name="Paweł Forysiuk">p.forysiuk</who>
    <bug_when>2015-01-20 07:06:57 -0800</bug_when>
    <thetext>Looks like this was introduced in r176442

&quot;[CMake] Use ld.gold if it is available to speedup builds&quot;
​https://bugs.webkit.org/show_bug.cgi?id=137953

After reverting this commit and rebuilding sources Minibrowser launches properly.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1062723</commentid>
    <comment_count>9</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-01-20 07:11:06 -0800</bug_when>
    <thetext>Maybe bug139126 fixes the issue. Could you check it?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1062731</commentid>
    <comment_count>10</comment_count>
    <who name="Paweł Forysiuk">p.forysiuk</who>
    <bug_when>2015-01-20 07:45:07 -0800</bug_when>
    <thetext>(In reply to comment #9)
&gt; Maybe bug139126 fixes the issue. Could you check it?

Yes. I can confirm that applying that patch fixes the issue on my machine.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1062734</commentid>
    <comment_count>11</comment_count>
      <attachid>244993</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-01-20 07:51:23 -0800</bug_when>
    <thetext>Created attachment 244993
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1062736</commentid>
    <comment_count>12</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-01-20 07:51:52 -0800</bug_when>
    <thetext>*** Bug 139126 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1062940</commentid>
    <comment_count>13</comment_count>
    <who name="Jaehun Lim">ljaehun.lim</who>
    <bug_when>2015-01-20 16:41:34 -0800</bug_when>
    <thetext>(In reply to comment #10)
&gt; (In reply to comment #9)
&gt; &gt; Maybe bug139126 fixes the issue. Could you check it?
&gt; 
&gt; Yes. I can confirm that applying that patch fixes the issue on my machine.

It works for me. Thanks.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1063026</commentid>
    <comment_count>14</comment_count>
      <attachid>244993</attachid>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2015-01-21 01:32:35 -0800</bug_when>
    <thetext>Comment on attachment 244993
Patch

rs=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1063032</commentid>
    <comment_count>15</comment_count>
      <attachid>244993</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2015-01-21 02:20:51 -0800</bug_when>
    <thetext>Comment on attachment 244993
Patch

Clearing flags on attachment: 244993

Committed r178823: &lt;http://trac.webkit.org/changeset/178823&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1063033</commentid>
    <comment_count>16</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2015-01-21 02:20:57 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>244993</attachid>
            <date>2015-01-20 07:51:23 -0800</date>
            <delta_ts>2015-01-21 02:20:51 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-140049-20150120075129.patch</filename>
            <type>text/plain</type>
            <size>1383</size>
            <attacher name="Csaba Osztrogonác">ossy</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTc4NzA4CmRpZmYgLS1naXQgYS9Tb3VyY2UvY21ha2UvT3B0
aW9uc0NvbW1vbi5jbWFrZSBiL1NvdXJjZS9jbWFrZS9PcHRpb25zQ29tbW9uLmNtYWtlCmluZGV4
IGQ5MTcxNTM0NzE4NTZlMWViZWU2NmI1Y2I2NzhmMjYyYzRhN2RhYTEuLmQ1YzgyOGVhYjZmNDE2
YzAxMjBjNGQzNjJkNDIzZjBkMTI0ZTAwNjEgMTAwNjQ0Ci0tLSBhL1NvdXJjZS9jbWFrZS9PcHRp
b25zQ29tbW9uLmNtYWtlCisrKyBiL1NvdXJjZS9jbWFrZS9PcHRpb25zQ29tbW9uLmNtYWtlCkBA
IC02Nyw2ICs2Nyw4IEBAIGlmIChVU0VfTERfR09MRCkKICAgICBpZiAoIiR7TERfVkVSU0lPTn0i
IE1BVENIRVMgIkdOVSBnb2xkIikKICAgICAgICAgc2V0KENNQUtFX0NfRkxBR1MgIiR7Q01BS0Vf
Q19GTEFHU30gLWZ1c2UtbGQ9Z29sZCIpCiAgICAgICAgIHNldChDTUFLRV9DWFhfRkxBR1MgIiR7
Q01BS0VfQ1hYX0ZMQUdTfSAtZnVzZS1sZD1nb2xkIikKKyAgICAgICAgc2V0KENNQUtFX0VYRV9M
SU5LRVJfRkxBR1MgIiR7Q01BS0VfRVhFX0xJTktFUl9GTEFHU30gLVdsLC0tZGlzYWJsZS1uZXct
ZHRhZ3MiKQorICAgICAgICBzZXQoQ01BS0VfU0hBUkVEX0xJTktFUl9GTEFHUyAiJHtDTUFLRV9F
WEVfTElOS0VSX0ZMQUdTfSAtV2wsLS1kaXNhYmxlLW5ldy1kdGFncyIpCiAgICAgZWxzZSAoKQog
ICAgICAgICBtZXNzYWdlKFdBUk5JTkcgIkdOVSBnb2xkIGxpbmtlciBpc24ndCBhdmFpbGFibGUs
IHVzaW5nIHRoZSBkZWZhdWx0IHN5c3RlbSBsaW5rZXIuIikKICAgICBlbmRpZiAoKQpkaWZmIC0t
Z2l0IGEvQ2hhbmdlTG9nIGIvQ2hhbmdlTG9nCmluZGV4IGNiNzEzMjFkMzg5YTAyNWM3OWRlZTBm
N2E1NTczY2ExOTQ1OWFmZjcuLjI4M2U1NTJlNjIzZjA4NWYzZWVhMWI0MzdlMzQzMWQ5YjdmYWRi
YTQgMTAwNjQ0Ci0tLSBhL0NoYW5nZUxvZworKysgYi9DaGFuZ2VMb2cKQEAgLTEsMyArMSwxMiBA
QAorMjAxNS0wMS0yMCAgQ3NhYmEgT3N6dHJvZ29uw6FjICA8b3NzeUB3ZWJraXQub3JnPgorCisg
ICAgICAgIFtFRkxdW1dLMl0gRUZMIE1pbmlCcm93c2VyIGRvZXNuJ3QgcnVuIGJlY2F1c2Ugc2hh
cmVkIGxpYnJhcnkgaXMgbm90IGZvdW5kCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3Jn
L3Nob3dfYnVnLmNnaT9pZD0xNDAwNDkKKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9P
UFMhKS4KKworICAgICAgICAqIFNvdXJjZS9jbWFrZS9PcHRpb25zQ29tbW9uLmNtYWtlOgorCiAy
MDE1LTAxLTIwICBDYXJsb3MgR2FyY2lhIENhbXBvcyAgPGNnYXJjaWFAaWdhbGlhLmNvbT4KIAog
ICAgICAgICBVbnJldmlld2VkLiBVcGRhdGUgT3B0aW9uc0dUSy5jbWFrZSBhbmQgTkVXUyBmb3Ig
Mi43LjQgcmVsZWFzZS4K
</data>

          </attachment>
      

    </bug>

</bugzilla>