<?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>81063</bug_id>
          
          <creation_ts>2012-03-13 17:28:08 -0700</creation_ts>
          <short_desc>GTK 32-bit Linux Release build failing after r110580 (from bug 80338)</short_desc>
          <delta_ts>2012-03-14 09:00:11 -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>WebKitGTK</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="Max Vujovic">mvujovic</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>578032</commentid>
    <comment_count>0</comment_count>
    <who name="Max Vujovic">mvujovic</who>
    <bug_when>2012-03-13 17:28:08 -0700</bug_when>
    <thetext>GTK friends,

The GTK 64-bit bots are building fine, but the GTK 32-bit bot is failing with a linking error:

  CCLD   Programs/unittests/testcopyandpaste
./.libs/libWebCoreInternals.a(libWebCoreInternals_la-Internals.o):Internals.cpp:function WebCore::Internals::inspectorHighlightRects(WebCore::Document*, int&amp;): error: undefined reference to &apos;WebCore::ClientRectList::ClientRectList(WTF::Vector&lt;WebCore::FloatQuad, 0u&gt; const&amp;)&apos;

(From GTK 32-bit log: http://build.webkit.org/builders/GTK%20Linux%2032-bit%20Release/builds/22245/steps/compile-webkit/logs/stdio)

In r110580 (bug 80338), I added a reference to ClientRectList(Vector&lt;FloatQuad&gt;) and I put its symbol in symbols.filter. This passed the GTK EWS bot, and the GTK 64-bit build bots after landing.

However, I think GTK 32-bit wants another symbol for ClientRectList(Vector&lt;FloatQuad&gt;).

I don&apos;t have a working environment set up to build GTK 32-bit on Linux and determine the required symbol. However, I have inferred a reasonable guess for what the symbol is, based on a very similar 32-bit build fix that Gustavo did: http://trac.webkit.org/changeset/105424/

Gustavo&apos;s fix also was related to method that took in a Vector.
In that fix, there was already a symbol:
_ZN7WebCore30overrideUserPreferredLanguagesERKN3WTF6VectorINS0_6StringELm0EEE;

And Gustavo added:
_ZN7WebCore30overrideUserPreferredLanguagesERKN3WTF6VectorINS0_6StringELj0EEE;

(Notice the first symbol ends with &quot;ELm0EEE&quot;. The second symbol ends with &quot;ELj0EEE&quot;.)

Currently, the symbol I have for the ClientRectList(Vector&lt;FloatQuad&gt;) constructor is:
_ZN7WebCore14ClientRectListC1ERKN3WTF6VectorINS_9FloatQuadELm0EEE;

Notice how this also ends with &quot;ELm0EEE&quot;, like in Gustavo&apos;s fix.
I&apos;m guessing that the symbol I need to add is almost the same, except with a &quot;ELj0EEE&quot; at the end, like this:

_ZN7WebCore14ClientRectListC1ERKN3WTF6VectorINS_9FloatQuadELj0EEE;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>578046</commentid>
    <comment_count>1</comment_count>
      <attachid>131761</attachid>
    <who name="Max Vujovic">mvujovic</who>
    <bug_when>2012-03-13 17:35:18 -0700</bug_when>
    <thetext>Created attachment 131761
Prospective build fix patch after r110580 for GTK Linux 32-bit release. 

I&apos;ve put a patch that adds the symbol that might fix the 32-bit build, based on the previous comment. If any GTK experts think I&apos;m right, I would appreciate it if they reviewed and committed it. 

Thank you,
Max</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>578203</commentid>
    <comment_count>2</comment_count>
      <attachid>131761</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-03-14 00:11:38 -0700</bug_when>
    <thetext>Comment on attachment 131761
Prospective build fix patch after r110580 for GTK Linux 32-bit release. 

Clearing flags on attachment: 131761

Committed r110668: &lt;http://trac.webkit.org/changeset/110668&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>578204</commentid>
    <comment_count>3</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-03-14 00:11:41 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>578453</commentid>
    <comment_count>4</comment_count>
    <who name="Max Vujovic">mvujovic</who>
    <bug_when>2012-03-14 09:00:11 -0700</bug_when>
    <thetext>Thank you for the review, Martin.

Looks like it fixed the GTK 32-bit build :)
http://build.webkit.org/builders/GTK%20Linux%2032-bit%20Release/builds/22282</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>131761</attachid>
            <date>2012-03-13 17:35:18 -0700</date>
            <delta_ts>2012-03-14 00:11:38 -0700</delta_ts>
            <desc>Prospective build fix patch after r110580 for GTK Linux 32-bit release. </desc>
            <filename>gtk32-build-fix.patch</filename>
            <type>text/plain</type>
            <size>1409</size>
            <attacher name="Max Vujovic">mvujovic</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL0NoYW5nZUxvZyBiL0NoYW5nZUxvZwppbmRleCBkMjFmNDk2Li43YjU2ZDNi
IDEwMDY0NAotLS0gYS9DaGFuZ2VMb2cKKysrIGIvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTUgQEAK
KzIwMTItMDMtMTMgIE1heCBWdWpvdmljICA8bXZ1am92aWNAYWRvYmUuY29tPgorCisgICAgICAg
IEdUSyAzMi1iaXQgTGludXggUmVsZWFzZSBidWlsZCBmYWlsaW5nIGFmdGVyIHIxMTA1ODAgKGZy
b20gYnVnIDgwMzM4KQorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5j
Z2k/aWQ9ODEwNjMKKworICAgICAgICBQcm9zcGVjdGl2ZSBidWlsZCBmaXggZm9yIEdUSyAzMi1i
aXQgTGludXggUmVsZWFzZS4KKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4K
KworICAgICAgICAqIFNvdXJjZS9hdXRvdG9vbHMvc3ltYm9scy5maWx0ZXI6IEFkZGluZyBzeW1i
b2wgZm9yIENsaWVudFJlY3RMaXN0KFZlY3RvcjxGbG9hdFF1YWQ+KSBmb3IKKyAgICAgICAgR1RL
IDMyLWJpdC4KKwogMjAxMi0wMy0xMyAgQWRhbSBCYXJ0aCAgPGFiYXJ0aEB3ZWJraXQub3JnPiAm
JiBCZW5qYW1pbiBQb3VsYWluICA8YnBvdWxhaW5AYXBwbGUuY29tPgogCiAgICAgICAgIEFsd2F5
cyBlbmFibGUgRU5BQkxFKENMSUVOVF9CQVNFRF9HRU9MT0NBVElPTikKZGlmZiAtLWdpdCBhL1Nv
dXJjZS9hdXRvdG9vbHMvc3ltYm9scy5maWx0ZXIgYi9Tb3VyY2UvYXV0b3Rvb2xzL3N5bWJvbHMu
ZmlsdGVyCmluZGV4IDljMTQ4YzUuLjA4Mzg0MDggMTAwNjQ0Ci0tLSBhL1NvdXJjZS9hdXRvdG9v
bHMvc3ltYm9scy5maWx0ZXIKKysrIGIvU291cmNlL2F1dG90b29scy9zeW1ib2xzLmZpbHRlcgpA
QCAtNTAsNiArNTAsNyBAQCBfWk43V2ViQ29yZTEyVGV4dEl0ZXJhdG9yMjZyYW5nZUZyb21Mb2Nh
dGlvbkFuZExlbmd0aEVQTlNfN0VsZW1lbnRFaWliOwogX1pON1dlYkNvcmUxMlRleHRJdGVyYXRv
cjI5Z2V0TG9jYXRpb25BbmRMZW5ndGhGcm9tUmFuZ2VFUE5TXzdFbGVtZW50RVBLTlNfNVJhbmdl
RVJqUzZfOwogX1pON1dlYkNvcmUxMlRleHRJdGVyYXRvcjI5Z2V0TG9jYXRpb25BbmRMZW5ndGhG
cm9tUmFuZ2VFUE5TXzdFbGVtZW50RVBLTlNfNVJhbmdlRVJtUzZfOwogX1pON1dlYkNvcmUxM2Ny
ZWF0ZVdyYXBwZXJFUE4zSlNDOUV4ZWNTdGF0ZUVQTlNfMTdKU0RPTUdsb2JhbE9iamVjdEVQTlNf
NE5vZGVFOworX1pON1dlYkNvcmUxNENsaWVudFJlY3RMaXN0QzFFUktOM1dURjZWZWN0b3JJTlNf
OUZsb2F0UXVhZEVMajBFRUU7CiBfWk43V2ViQ29yZTE0Q2xpZW50UmVjdExpc3RDMUVSS04zV1RG
NlZlY3RvcklOU185RmxvYXRRdWFkRUxtMEVFRTsKIF9aTjdXZWJDb3JlMTRDbGllbnRSZWN0TGlz
dEMxRXY7CiBfWk43V2ViQ29yZTE0Q2xpZW50UmVjdExpc3REMUV2Owo=
</data>

          </attachment>
      

    </bug>

</bugzilla>