<?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>55041</bug_id>
          
          <creation_ts>2011-02-23 06:06:03 -0800</creation_ts>
          <short_desc>[Chromium] JavaScriptCore.gypi contains Android related files, which breaks a build.</short_desc>
          <delta_ts>2011-02-23 12:49:45 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Platform</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>DUPLICATE</resolution>
          <dup_id>55043</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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Hajime Morrita">morrita</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>abarth</cc>
    
    <cc>evan</cc>
    
    <cc>ojan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>356051</commentid>
    <comment_count>0</comment_count>
    <who name="Hajime Morrita">morrita</who>
    <bug_when>2011-02-23 06:06:03 -0800</bug_when>
    <thetext>http://trac.webkit.org/changeset/79418 (Bug 55020) added android related file, which breaks linux shlib build.
http://build.chromium.org/p/chromium/builders/Linux%20Builder%20%28dbg-shlib%29/builds/8194

  LINK(target) out/Debug/test_shell_tests
/usr/bin/ld: out/Debug/obj.target/third_party/WebKit/Source/JavaScriptCore/JavaScriptCore.gyp/libwtf.so: error: undefined reference to &apos;WTF::AndroidThreading::scheduleDispatchFunctionsOnMainThread()&apos;
collect2: ld returned 1 exit status
make: *** [out/Debug/ImageDiff] Error 1
  LINK(target) out/Debug/webkit_unit_tests
  COPY out/Debug/lib.target/libbrowser.so
  COPY out/Debug/lib.target/librenderer.so
  LINK(target) out/Debug/chrome
  SOLINK(target) out/Debug/obj.target/chrome/libtest_support_common.so
  LINK(target) out/Debug/perf_tests
/usr/bin/ld: out/Debug/obj.target/third_party/WebKit/Source/JavaScriptCore/JavaScriptCore.gyp/libwtf.so: error: undefined reference to &apos;WTF::AndroidThreading::scheduleDispatchFunctionsOnMainThread()&apos;
collect2: ld returned 1 exit status
make: *** [out/Debug/webkit_unit_tests] Error 1
/usr/bin/ld: out/Debug/obj.target/third_party/WebKit/Source/JavaScriptCore/JavaScriptCore.gyp/libwtf.so: error: undefined reference to &apos;WTF::AndroidThreading::scheduleDispatchFunctionsOnMainThread()&apos;
collect2: ld returned 1 exit status
make: *** [out/Debug/chrome] Error 1
  COPY out/Debug/lib.target/libtest_support_common.so
  SOLINK(target) out/Debug/obj.target/chrome/libtest_support_ui.so
  SOLINK(target) out/Debug/obj.target/chrome/libtest_support_unit.so
/usr/bin/ld: out/Debug/obj.target/third_party/WebKit/Source/JavaScriptCore/JavaScriptCore.gyp/libwtf.so: error: undefined reference to &apos;WTF::AndroidThreading::scheduleDispatchFunctionsOnMainThread()&apos;
collect2: ld returned 1 exit status
make: *** [out/Debug/perf_tests] Error 1
  COPY out/Debug/lib.target/libtest_support_unit.so
  LINK(target) out/Debug/sync_unit_tests
/usr/bin/ld: out/Debug/obj.target/third_party/WebKit/Source/JavaScriptCore/JavaScriptCore.gyp/libwtf.so: error: undefined reference to &apos;WTF::AndroidThreading::scheduleDispatchFunctionsOnMainThread()&apos;
collect2: ld returned 1 exit status
make: *** [out/Debug/test_shell] Error 1
/usr/bin/ld: out/Debug/obj.target/third_party/WebKit/Source/JavaScriptCore/JavaScriptCore.gyp/libwtf.so: error: undefined reference to &apos;WTF::AndroidThreading::scheduleDispatchFunctionsOnMainThread()&apos;
collect2: ld returned 1 exit status
make: *** [out/Debug/sync_unit_tests] Error 1
  COPY out/Debug/lib.target/libtest_support_ui.so
  LINK(target) out/Debug/automated_ui_tests
/usr/bin/ld: out/Debug/obj.target/third_party/WebKit/Source/JavaScriptCore/JavaScriptCore.gyp/libwtf.so: error: undefined reference to &apos;WTF::AndroidThreading::scheduleDispatchFunctionsOnMainThread()&apos;
collect2: ld returned 1 exit status
make: *** [out/Debug/test_shell_tests] Error 1
/usr/bin/ld: out/Debug/obj.target/third_party/WebKit/Source/JavaScriptCore/JavaScriptCore.gyp/libwtf.so: error: undefined reference to &apos;WTF::AndroidThreading::scheduleDispatchFunctionsOnMainThread()&apos;
collect2: ld returned 1 exit status
make: *** [out/Debug/automated_ui_tests] Error 1
make: Target `all&apos; not remade because of errors.
program finished with exit code 2</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>356058</commentid>
    <comment_count>1</comment_count>
    <who name="Hajime Morrita">morrita</who>
    <bug_when>2011-02-23 06:13:06 -0800</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 55043 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>356331</commentid>
    <comment_count>2</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2011-02-23 12:49:45 -0800</bug_when>
    <thetext>JavaScriptCore.gypi is supposed to contain all the files.  We need to adjust Chromium&apos;s filter to pick up just the files that it wants.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>