<?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>70596</bug_id>
          
          <creation_ts>2011-10-21 04:17:04 -0700</creation_ts>
          <short_desc>[Qt] WebKit build does not respect QMAKE_MAC_SDK variable.</short_desc>
          <delta_ts>2011-10-21 10:55: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>WebKit Qt</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</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>1</everconfirmed>
          <reporter name="Zeno Albisser">zeno</reporter>
          <assigned_to name="Zeno Albisser">zeno</assigned_to>
          <cc>noam</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>488303</commentid>
    <comment_count>0</comment_count>
    <who name="Zeno Albisser">zeno</who>
    <bug_when>2011-10-21 04:17:04 -0700</bug_when>
    <thetext>This can cause a linking error when building with an Mac SDK that is not of the same version as the host system.

Undefined symbols for architecture x86_64:
  &quot;_kCFWebServicesTypeWebSearch&quot;, referenced from:
      _WKCopyDefaultSearchProviderDisplayName in libWebKitSystemInterfaceLion.a(WebKitSystemInterface.o)
  &quot;__CFWebServicesCopyProviderInfo&quot;, referenced from:
      _WKCopyDefaultSearchProviderDisplayName in libWebKitSystemInterfaceLion.a(WebKitSystemInterface.o)
  &quot;_kCFWebServicesProviderDefaultDisplayNameKey&quot;, referenced from:
      _WKCopyDefaultSearchProviderDisplayName in libWebKitSystemInterfaceLion.a(WebKitSystemInterface.o)
  &quot;__NSRecommendedScrollerStyle&quot;, referenced from:
      _WKRecommendedScrollerStyle in libWebKitSystemInterfaceLion.a(WebKitSystemInterface.o)
  &quot;_strndup&quot;, referenced from:
      _WKSandboxExtensionCreateFromSerializedFormat in libWebKitSystemInterfaceLion.a(WebKitSystemInterface.o)
  &quot;_sandbox_release_fs_extension&quot;, referenced from:
      _WKSandboxExtensionInvalidate in libWebKitSystemInterfaceLion.a(WebKitSystemInterface.o)
  &quot;_sandbox_consume_fs_extension&quot;, referenced from:
      _WKSandboxExtensionConsume in libWebKitSystemInterfaceLion.a(WebKitSystemInterface.o)
  &quot;_sandbox_issue_fs_extension&quot;, referenced from:
      _WKSandboxExtensionCreate in libWebKitSystemInterfaceLion.a(WebKitSystemInterface.o)
  &quot;_CFURLRequestSetRequestPriority&quot;, referenced from:
      _WKSetHTTPPipeliningPriority in libWebKitSystemInterfaceLion.a(WebKitSystemInterface.o)
  &quot;_CFURLRequestGetRequestPriority&quot;, referenced from:
      _WKGetHTTPPipeliningPriority in libWebKitSystemInterfaceLion.a(WebKitSystemInterface.o)
  &quot;_CTTypesetterCreateWithUniCharProviderAndOptions&quot;, referenced from:
      _WKCreateCTTypesetterWithUniCharProviderAndOptions in libWebKitSystemInterfaceLion.a(WebKitSystemInterface.o)
  &quot;_CGIOSurfaceContextCreateImage&quot;, referenced from:
      _WKIOSurfaceContextCreateImage in libWebKitSystemInterfaceLion.a(WebKitSystemInterface.o)
  &quot;_CGIOSurfaceContextCreate&quot;, referenced from:
      _WKIOSurfaceContextCreate in libWebKitSystemInterfaceLion.a(WebKitSystemInterface.o)
  &quot;_kMDItemDownloadedDate&quot;, referenced from:
      _WKSetMetadataURL in libWebKitSystemInterfaceLion.a(WebKitSystemInterface.o)
  &quot;_SecTrustGetTrustResult&quot;, referenced from:
      _WKCopyNSURLResponseCertificateChain in libWebKitSystemInterfaceLion.a(WebKitSystemInterface.o)
ld: symbol(s) not found for architecture x86_64</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>488317</commentid>
    <comment_count>1</comment_count>
      <attachid>111945</attachid>
    <who name="Zeno Albisser">zeno</who>
    <bug_when>2011-10-21 05:02:36 -0700</bug_when>
    <thetext>Created attachment 111945
patch for review.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>488389</commentid>
    <comment_count>2</comment_count>
      <attachid>111945</attachid>
    <who name="Noam Rosenthal">noam</who>
    <bug_when>2011-10-21 08:04:25 -0700</bug_when>
    <thetext>Comment on attachment 111945
patch for review.

Can a user have several SDKs in his developer folder?
In that case we would compile with version 9 instead of version 11... maybe we should keep the original reverse order?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>488408</commentid>
    <comment_count>3</comment_count>
    <who name="Tor Arne Vestbø">vestbo</who>
    <bug_when>2011-10-21 08:44:24 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; (From update of attachment 111945 [details])
&gt; Can a user have several SDKs in his developer folder?
&gt; In that case we would compile with version 9 instead of version 11... maybe we should keep the original reverse order?

Hmm, not sure I get what you mean? You would set QMAKE_MAC_SDK only if you wanted a specific SDK? Otherwise we use the platform?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>488409</commentid>
    <comment_count>4</comment_count>
    <who name="Tor Arne Vestbø">vestbo</who>
    <bug_when>2011-10-21 08:44:42 -0700</bug_when>
    <thetext>Noam?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>488428</commentid>
    <comment_count>5</comment_count>
    <who name="Noam Rosenthal">noam</who>
    <bug_when>2011-10-21 09:13:06 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; Noam?

(In reply to comment #3)
&gt; (In reply to comment #2)
&gt; &gt; (From update of attachment 111945 [details] [details])
&gt; &gt; Can a user have several SDKs in his developer folder?
&gt; &gt; In that case we would compile with version 9 instead of version 11... maybe we should keep the original reverse order?
&gt; 
&gt; Hmm, not sure I get what you mean? You would set QMAKE_MAC_SDK only if you wanted a specific SDK? Otherwise we use the platform?

Sorry, misunderstanding. Please ignore.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>488490</commentid>
    <comment_count>6</comment_count>
      <attachid>111945</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-10-21 10:54:57 -0700</bug_when>
    <thetext>Comment on attachment 111945
patch for review.

Clearing flags on attachment: 111945

Committed r98114: &lt;http://trac.webkit.org/changeset/98114&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>488491</commentid>
    <comment_count>7</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-10-21 10:55:01 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>111945</attachid>
            <date>2011-10-21 05:02:36 -0700</date>
            <delta_ts>2011-10-21 10:54:57 -0700</delta_ts>
            <desc>patch for review.</desc>
            <filename>70596_20111021-140130.patch</filename>
            <type>text/plain</type>
            <size>2125</size>
            <attacher name="Zeno Albisser">zeno</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1NvdXJjZS9XZWJLaXQvcXQvQ2hhbmdlTG9nIGIvU291cmNlL1dlYktpdC9x
dC9DaGFuZ2VMb2cKaW5kZXggYTIxZmJhOS4uNDBlNDNlZCAxMDA2NDQKLS0tIGEvU291cmNlL1dl
YktpdC9xdC9DaGFuZ2VMb2cKKysrIGIvU291cmNlL1dlYktpdC9xdC9DaGFuZ2VMb2cKQEAgLTEs
MyArMSwxOCBAQAorMjAxMS0xMC0yMSAgWmVubyBBbGJpc3NlciAgPHplbm8uYWxiaXNzZXJAbm9r
aWEuY29tPgorCisgICAgICAgIFtRdF0gV2ViS2l0IGJ1aWxkIGRvZXMgbm90IHJlc3BlY3QgUU1B
S0VfTUFDX1NESyB2YXJpYWJsZS4KKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hv
d19idWcuY2dpP2lkPTcwNTk2CisKKyAgICAgICAgSW5zdGVhZCBvZiBvbmx5IHJlbHlpbmcgb24g
REFSV0lOX01BSk9SX1ZFUlNJT04gd2UgYWxzbworICAgICAgICBjaGVjayBRTUFLRV9NQUNfU0RL
LiBJbiBjYXNlIFFNQUtFX01BQ19TREsgaXMgbm90IGRlZmluZWQKKyAgICAgICAgd2UgYXJlIHN0
aWxsIGZhbGxpbmcgYmFjayB0byBEQVJXSU5fTUFKT1JfVkVSU0lPTi4KKworICAgICAgICBQYXRj
aCBieSBBbmR5IFNoYXcgPGFuZHkuc2hhd0BkaWdpYS5jb20+CisKKyAgICAgICAgUmV2aWV3ZWQg
YnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgKiBRdFdlYktpdC5wcm86CisKIDIwMTEtMTAt
MjEgIENzYWJhIE9zenRyb2dvbsOhYyAgPG9zc3lAd2Via2l0Lm9yZz4KIAogICAgICAgICBbUXRd
W1dLMl0gVHlwbyBmaXguCmRpZmYgLS1naXQgYS9Tb3VyY2UvV2ViS2l0L3F0L1F0V2ViS2l0LnBy
byBiL1NvdXJjZS9XZWJLaXQvcXQvUXRXZWJLaXQucHJvCmluZGV4IDU1ODI5ZmEuLmRjYzhhNzYg
MTAwNjQ0Ci0tLSBhL1NvdXJjZS9XZWJLaXQvcXQvUXRXZWJLaXQucHJvCisrKyBiL1NvdXJjZS9X
ZWJLaXQvcXQvUXRXZWJLaXQucHJvCkBAIC0xOTEsMTIgKzE5MSwxMiBAQCBjb250YWlucyhERUZJ
TkVTLCBFTkFCTEVfVklERU89MSkgewogICAgICAgICAjIFdlIGNhbiBrbm93IHRoZSBNYWMgT1Mg
dmVyc2lvbiBieSB1c2luZyB0aGUgRGFyd2luIG1ham9yIHZlcnNpb24KICAgICAgICAgREFSV0lO
X1ZFUlNJT04gPSAkJHNwbGl0KFFNQUtFX0hPU1QudmVyc2lvbiwgIi4iKQogICAgICAgICBEQVJX
SU5fTUFKT1JfVkVSU0lPTiA9ICQkZmlyc3QoREFSV0lOX1ZFUlNJT04pCi0gICAgICAgIGVxdWFs
cyhEQVJXSU5fTUFKT1JfVkVSU0lPTiwgIjExIikgewotICAgICAgICAgICAgTElCUyArPSAkJFNP
VVJDRV9ESVIvLi4vV2ViS2l0TGlicmFyaWVzL2xpYldlYktpdFN5c3RlbUludGVyZmFjZUxpb24u
YQotICAgICAgICB9IGVsc2U6ZXF1YWxzKERBUldJTl9NQUpPUl9WRVJTSU9OLCAiMTAiKSB7Ci0g
ICAgICAgICAgICBMSUJTICs9ICQkU09VUkNFX0RJUi8uLi9XZWJLaXRMaWJyYXJpZXMvbGliV2Vi
S2l0U3lzdGVtSW50ZXJmYWNlU25vd0xlb3BhcmQuYQotICAgICAgICB9IGVsc2U6ZXF1YWxzKERB
UldJTl9NQUpPUl9WRVJTSU9OLCAiOSIpIHsKKyAgICAgICAgZXF1YWxzKERBUldJTl9NQUpPUl9W
RVJTSU9OLCAiOSIpIHwgY29udGFpbnMoUU1BS0VfTUFDX1NESywgIi9EZXZlbG9wZXIvU0RLcy9N
YWNPU1gxMC41LnNkayIpIHsKICAgICAgICAgICAgIExJQlMgKz0gJCRTT1VSQ0VfRElSLy4uL1dl
YktpdExpYnJhcmllcy9saWJXZWJLaXRTeXN0ZW1JbnRlcmZhY2VMZW9wYXJkLmEKKyAgICAgICAg
fSBlbHNlOiBlcXVhbHMoREFSV0lOX01BSk9SX1ZFUlNJT04sICIxMCIpIHwgY29udGFpbnMoUU1B
S0VfTUFDX1NESywgIi9EZXZlbG9wZXIvU0RLcy9NYWNPU1gxMC42LnNkayIpIHsKKyAgICAgICAg
ICAgIExJQlMgKz0gJCRTT1VSQ0VfRElSLy4uL1dlYktpdExpYnJhcmllcy9saWJXZWJLaXRTeXN0
ZW1JbnRlcmZhY2VTbm93TGVvcGFyZC5hCisgICAgICAgIH0gZWxzZTogZXF1YWxzKERBUldJTl9N
QUpPUl9WRVJTSU9OLCAiMTEiKSB8IGNvbnRhaW5zKFFNQUtFX01BQ19TREssICIvRGV2ZWxvcGVy
L1NES3MvTWFjT1NYMTAuNy5zZGsiKSB7CisgICAgICAgICAgICBMSUJTICs9ICQkU09VUkNFX0RJ
Ui8uLi9XZWJLaXRMaWJyYXJpZXMvbGliV2ViS2l0U3lzdGVtSW50ZXJmYWNlTGlvbi5hCiAgICAg
ICAgIH0KICAgICB9CiB9Cg==
</data>

          </attachment>
      

    </bug>

</bugzilla>