<?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>112955</bug_id>
          
          <creation_ts>2013-03-21 12:56:16 -0700</creation_ts>
          <short_desc>./autotoolsconfig.h:242:28: fatal error: WebKitFeatures.h: No such file or directory</short_desc>
          <delta_ts>2013-03-26 12:36:01 -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>JavaScriptCore</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>112956</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Blocker</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="David Ronis">David.Ronis</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>zan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>860596</commentid>
    <comment_count>0</comment_count>
    <who name="David Ronis">David.Ronis</who>
    <bug_when>2013-03-21 12:56:16 -0700</bug_when>
    <thetext>My build of webkitgtk+ 1.11.92 fails with:

/usr/bin/g++ -DHAVE_CONFIG_H -I.  -Wall -W -Wcast-align -Wchar-subscripts -Wreturn-type -Wformat -Wformat-security -Wno-format-y2k -Wundef -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-unused-parameter -Wno-parentheses -fno-exceptions -DBUILDING_CAIRO__ -DBUILDING_GTK__ -DBUILDING_WEBKIT2__   -I./Source -I./Source/JavaScriptCore -I./Source/JavaScriptCore/API -I./Source/JavaScriptCore/assembler -I./Source/JavaScriptCore/bytecode -I./Source/JavaScriptCore/bytecompiler -I./Source/JavaScriptCore/dfg -I./Source/JavaScriptCore/disassembler -I./Source/JavaScriptCore/heap -I./Source/JavaScriptCore/debugger -I./Source/JavaScriptCore/ForwardingHeaders -I./Source/JavaScriptCore/interpreter -I./Source/JavaScriptCore/jit -I./Source/JavaScriptCore/jit -I./Source/JavaScriptCore/llint -I./Source/JavaScriptCore/parser -I./Source/JavaScriptCore/profiler -I./Source/JavaScriptCore/runtime -I./Source/JavaScriptCore/tools -I./Source/JavaScriptCore/yarr -I./DerivedSources/JavaScriptCore -I./Source/WTF -I/opt/garnome-3.7.5/include  -I/opt/garnome-3.7.5/include -L/opt/garnome-3.7.5/lib -O2  -pipe -Wno-c++11-compat -O2 -MT Source/JavaScriptCore/llint/Programs_LLIntOffsetsExtractor-LLIntOffsetsExtractor.o -MD -MP -MF Source/JavaScriptCore/llint/.deps/Programs_LLIntOffsetsExtractor-LLIntOffsetsExtractor.Tpo -c -o Source/JavaScriptCore/llint/Programs_LLIntOffsetsExtractor-LLIntOffsetsExtractor.o `test -f &apos;Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp&apos; || echo &apos;./&apos;`Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp
In file included from ./Source/JavaScriptCore/config.h:26:0,
                 from Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:26:
./autotoolsconfig.h:242:28: fatal error: WebKitFeatures.h: No such file or directory
compilation terminated.
make[1]: *** [Source/JavaScriptCore/llint/Programs_LLIntOffsetsExtractor-LLIntOffsetsExtractor.o] Error 1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>861267</commentid>
    <comment_count>1</comment_count>
    <who name="Zan Dobersek">zan</who>
    <bug_when>2013-03-22 02:33:40 -0700</bug_when>
    <thetext>What version of Python are you using?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>861519</commentid>
    <comment_count>2</comment_count>
    <who name="David Ronis">David.Ronis</who>
    <bug_when>2013-03-22 08:50:26 -0700</bug_when>
    <thetext>I&apos;ve got 3.3 and 2.7.2 installed (the former in my &quot;gnome&quot; path and the latter as part of the distribution (Slackware)).   By default 2.7.2 should be the one used for the webkit build, although this is easily overridden.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>861675</commentid>
    <comment_count>3</comment_count>
    <who name="Zan Dobersek">zan</who>
    <bug_when>2013-03-22 11:00:06 -0700</bug_when>
    <thetext>I believe 3.3 gets used when a script that&apos;s part of the configuration process gets run, causing these problems.

This was already fixed in bug #112956, landed in trunk in r146504 and merged into the release branch in r146576.
http://trac.webkit.org/changeset/146504
http://trac.webkit.org/changeset/146576

Would you mind building the up-to-date webkit-2.0 branch to check if the build error still occurs? If it does, the problem is obviously located somewhere else and we&apos;ll need to debug this further.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>862811</commentid>
    <comment_count>4</comment_count>
    <who name="David Ronis">David.Ronis</who>
    <bug_when>2013-03-25 08:55:49 -0700</bug_when>
    <thetext>I cloned yesterday&apos;s git/master and tried building.  The build fails with:</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>862816</commentid>
    <comment_count>5</comment_count>
    <who name="David Ronis">David.Ronis</who>
    <bug_when>2013-03-25 09:02:17 -0700</bug_when>
    <thetext>I cloned yesterday&apos;s git/master and tried building.  The build fails with:  

  CXX      Source/WebCore/platform/graphics/harfbuzz/libWebCore_la-HarfBuzzShaper.lo
In file included from /opt/garnome-3.7.5/include/unicode/normlzr.h:22:0,
                 from Source/WebCore/platform/graphics/harfbuzz/HarfBuzzShaper.cpp:39:
/opt/garnome-3.7.5/include/unicode/unistr.h: In member function &apos;icu_4_2::UnicodeString&amp; icu_4_2::UnicodeString::replace(int32_t, int32_t, UChar32)&apos;:
/opt/garnome-3.7.5/include/unicode/unistr.h:3986:9: warning: variable &apos;isError&apos; set but not used [-Wunused-but-set-variable]
/opt/garnome-3.7.5/include/unicode/unistr.h: In member function &apos;icu_4_2::UnicodeString&amp; icu_4_2::UnicodeString::append(UChar32)&apos;:
/opt/garnome-3.7.5/include/unicode/unistr.h:4264:9: warning: variable &apos;isError&apos; set but not used [-Wunused-but-set-variable]
Source/WebCore/platform/graphics/harfbuzz/HarfBuzzShaper.cpp: In member function &apos;bool WebCore::HarfBuzzShaper::collectHarfBuzzRuns()&apos;:
Source/WebCore/platform/graphics/harfbuzz/HarfBuzzShaper.cpp:308:169: error: &apos;uscript_hasScript&apos; was not declared in this scope
make[2]: *** [Source/WebCore/platform/graphics/harfbuzz/libWebCore_la-HarfBuzzShaper.lo] Error 1
make[2]: Leaving directory `/home/ronis/Project/notar/GNOME/garnome/svn/webkit/work/main.d/webkit-git&apos;
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ronis/Project/notar/GNOME/garnome/svn/webkit/work/main.d/webkit-git&apos;
make: *** [build-work/main.d/webkit-git/Makefile] Error 2

I&apos;ve got harfbuzz-0.9.13 installed.   Also see https://bugs.webkit.org/show_bug.cgi?id=106861</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>863927</commentid>
    <comment_count>6</comment_count>
    <who name="Zan Dobersek">zan</who>
    <bug_when>2013-03-26 12:36:01 -0700</bug_when>
    <thetext>Posted some ideas for the current build failure in the relevant bug. Marking this one as a duplicate of bug #112956.

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

    </bug>

</bugzilla>