<?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>134102</bug_id>
          
          <creation_ts>2014-06-20 03:00:48 -0700</creation_ts>
          <short_desc>[EFL] WebKit isn&apos;t buildable with cmake 2.8.7 after r169785</short_desc>
          <delta_ts>2014-07-29 22:27:00 -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>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>135382</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>125479</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>gyuyoung.kim</cc>
    
    <cc>llango.u-szeged</cc>
    
    <cc>mhodovan.u-szeged</cc>
    
    <cc>ossy</cc>
    
    <cc>ryuan.choi</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1016906</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2014-06-20 03:00:48 -0700</bug_when>
    <thetext>https://trac.webkit.org/changeset/169785 bumped the EFL version
from 1.7 to 1.9 and it seems there are some magic in the new
EFL what can&apos;t be handled by Ubuntu 12.04&apos;s stock cmake.

build log:
-----------
[ 67%] In file included from /home/ossy/WebKit/Source/WebCore/platform/efl/RenderThemeEfl.h:38:0,
                 from /home/ossy/WebKit/Source/WebCore/platform/efl/ScrollbarEfl.cpp:32:
/home/ossy/WebKit/Source/WTF/wtf/efl/UniquePtrEfl.h:33:23: fatal error: Ecore_IMF.h: No such file or directory
 #include &lt;Ecore_IMF.h&gt;
                       ^
compilation terminated.


But the root of the problem is in cmake, because it didn&apos;t find libraries, include paths.
I got these lines related to EFL in my build log:
...
-- Found eo: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libeo.so 
-- Found Eina: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/include/eina-1;/home/ossy/WebKit/WebKitBuild/Dependencies/Root/include/eina-1/e
ina (found version &quot;.&quot;)
-- Found Evas: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/include/evas-1;/home/ossy/WebKit/WebKitBuild/Dependencies/Root/include/evas-1 (
found version &quot;.&quot;)
-- Found Ecore: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/include/ecore-1;/home/ossy/WebKit/WebKitBuild/Dependencies/Root/include/ecore-
1 (found version &quot;.&quot;)
-- Found Edje: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/include/edje-1;/home/ossy/WebKit/WebKitBuild/Dependencies/Root/include/edje-1 (
found version &quot;.&quot;)
-- Found Eet: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/include/eet-1 (found version &quot;.&quot;)
-- Found Eeze: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/include/eeze-1 (found version &quot;.&quot;)
-- Found Efreet: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/include/efreet-1 (found version &quot;.&quot;)
...
-- Found eldbus: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libeldbus.so 
-- Found Elementary: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/include/elementary-1 
-- Found ethumb: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libethumb.so 
-- Found ethumb_client: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libethumb_client.so 



After updated my cmake to 2.8.11.2 (stock cmake on Ubuntu 13.10) from here 
https://launchpad.net/~kalakris/+archive/cmake, everything works fine:
-- Found eo: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libeo.so  
-- Found eina: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libeina.so  
-- Found evas: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libevas.so  
-- Found ecore: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libecore.so  
-- Found ecore_evas: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libecore_evas.so  
-- Found ecore_file: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libecore_file.so  
-- Found ecore_input: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libecore_input.so  
-- Found ecore_imf: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libecore_imf.so  
-- Found ecore_imf_evas: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libecore_imf_evas.so  
-- Found ecore_x: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libecore_x.so  
-- Found edje: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libedje.so  
-- Found eet: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libeet.so  
-- Found eeze: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libeeze.so  
-- Found efreet: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libefreet.so  
...
-- Found eldbus: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libeldbus.so  
-- Found elementary: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libelementary.so  
-- Found ethumb: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libethumb.so  
-- Found ethumb_client: /home/ossy/WebKit/WebKitBuild/Dependencies/Root/lib/libethumb_client.so  
...

If EFL 1.9 really needs newer cmake and it isn&apos;t a bug in EFL&apos;s cmake system, sholdn&apos;t
we bump the minimal cmake version for build-webkit? A clear error message would be
much more better than the build fail I got.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1025669</commentid>
    <comment_count>1</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2014-07-29 22:27:00 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 135382 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>