<?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>19708</bug_id>
          
          <creation_ts>2008-06-21 20:44:31 -0700</creation_ts>
          <short_desc>Make fails around array_object.cpp</short_desc>
          <delta_ts>2008-07-15 15:16:53 -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>OS X 10.5</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</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>0</everconfirmed>
          <reporter name="Bobby Powers">bobbypowers</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>plaes+webkit</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>84061</commentid>
    <comment_count>0</comment_count>
    <who name="Bobby Powers">bobbypowers</who>
    <bug_when>2008-06-21 20:44:31 -0700</bug_when>
    <thetext>I&apos;ve been trying to compile WebKit on Ubuntu Hardy for a couple days, but it always fails with the following.  Any suggestions?  I&apos;m on the latest trunk.

~~~~
if ./doltlibtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.  -DWTF_USE_ICU_UNICODE=1 -DBUILDING_CAIRO__=1 -DBUILDING_GTK__=1 -DWTF_CHANGES  -DXP_UNIX -DNDEBUG    -I./JavaScriptCore -I./JavaScriptCore/ForwardingHeaders -I./JavaScriptCore/wtf -I./JavaScriptCore/kjs -I./DerivedSources -I./JavaScriptCore/ForwardingHeaders -I./JavaScriptCore/VM -I./JavaScriptCore/profiler -I./JavaScriptCore/wtf/unicode -I./JavaScriptCore/pcre -I./JavaScriptCore/kjs  -fstrict-aliasing -O3 -fvisibility-inlines-hidden -fno-rtti -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 -fvisibility=hidden -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -I/usr/include  -MT JavaScriptCore/wtf/unicode/libJavaScriptCore_la-UTF8.lo -MD -MP -MF &quot;JavaScriptCore/wtf/unicode/.deps/libJavaScriptCore_la-UTF8.Tpo&quot; -c -o JavaScriptCore/wtf/unicode/libJavaScriptCore_la-UTF8.lo `test -f &apos;JavaScriptCore/wtf/unicode/UTF8.cpp&apos; || echo &apos;./&apos;`JavaScriptCore/wtf/unicode/UTF8.cpp; \
	then mv -f &quot;JavaScriptCore/wtf/unicode/.deps/libJavaScriptCore_la-UTF8.Tpo&quot; &quot;JavaScriptCore/wtf/unicode/.deps/libJavaScriptCore_la-UTF8.Plo&quot;; else rm -f &quot;JavaScriptCore/wtf/unicode/.deps/libJavaScriptCore_la-UTF8.Tpo&quot;; exit 1; fi
JavaScriptCore/kjs/create_hash_table JavaScriptCore/kjs/array_object.cpp -i &gt; JavaScriptCore/kjs/array_object.lut.h
Creating hashtable for JavaScriptCore/kjs/array_object.cpp
No such file JavaScriptCore/kjs/array_object.cpp at JavaScriptCore/kjs/create_hash_table line 40.
make[1]: *** [JavaScriptCore/kjs/array_object.lut.h] Error 2
make[1]: Leaving directory `/home/bobby/Desktop/sandbox/WebKit&apos;
make: *** [all] Error 2</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>85767</commentid>
    <comment_count>1</comment_count>
    <who name="Priit Laes">plaes+webkit</who>
    <bug_when>2008-07-11 02:26:55 -0700</bug_when>
    <thetext>Some files were renamed and &apos;make clean&apos; fails to clean thep up.

This should help:
find . -name &apos;*.lut.h&apos; |xargs rm</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>85977</commentid>
    <comment_count>2</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2008-07-15 15:16:53 -0700</bug_when>
    <thetext>Grepping JavaScriptCore, I do not see any remaining references to array_instance, so this is an issue with stale build data.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>