<?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>105270</bug_id>
          
          <creation_ts>2012-12-18 02:25:35 -0800</creation_ts>
          <short_desc>[Qt] Fix the ARMv7 build after r137976</short_desc>
          <delta_ts>2012-12-18 09:56:50 -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>JavaScriptCore</component>
          <version>420+</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Qt, QtTriaged</keywords>
          <priority>P1</priority>
          <bug_severity>Blocker</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>105237</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>fpizlo</cc>
    
    <cc>gaborb</cc>
    
    <cc>galpeter</cc>
    
    <cc>hausmann</cc>
    
    <cc>laszlo.gombos</cc>
    
    <cc>loki</cc>
    
    <cc>msaboff</cc>
    
    <cc>ossy</cc>
    
    <cc>rgabor</cc>
    
    <cc>webkit.review.bot</cc>
    
    <cc>zherczeg</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>793487</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-12-18 02:25:35 -0800</bug_when>
    <thetext>The ARMv7 build is failing on r138001 with the following error message:

/mnt/raptor2/slaves/qt5-linux-armv7-release/build/Source/JavaScriptCore/dfg/DFGOSRExit.cpp: In member function &apos;JSC::AbstractMacroAssembler&lt;JSC::ARMv7Assembler&gt;::Jump JSC::DFG::OSRExit::getPatchableCodeOffsetAsJump() const&apos;:
/mnt/raptor2/slaves/qt5-linux-armv7-release/build/Source/JavaScriptCore/dfg/DFGOSRExit.cpp:60:70: error: no matching function for call to &apos;JSC::AbstractMacroAssembler&lt;JSC::ARMv7Assembler&gt;::Jump::Jump(JSC::AssemblerLabel)&apos;
/mnt/raptor2/slaves/qt5-linux-armv7-release/build/Source/JavaScriptCore/dfg/DFGOSRExit.cpp:60:70: note: candidates are:
In file included from /mnt/raptor2/slaves/qt5-linux-armv7-release/build/Source/JavaScriptCore/assembler/MacroAssemblerARMv7.h:33:0,
                 from /mnt/raptor2/slaves/qt5-linux-armv7-release/build/Source/JavaScriptCore/assembler/MacroAssembler.h:34,
                 from /mnt/raptor2/slaves/qt5-linux-armv7-release/build/Source/JavaScriptCore/bytecode/ValueRecovery.h:31,
                 from /mnt/raptor2/slaves/qt5-linux-armv7-release/build/Source/JavaScriptCore/bytecode/CodeOrigin.h:31,
                 from /mnt/raptor2/slaves/qt5-linux-armv7-release/build/Source/JavaScriptCore/dfg/DFGOSRExit.h:33,
                 from /mnt/raptor2/slaves/qt5-linux-armv7-release/build/Source/JavaScriptCore/dfg/DFGOSRExit.cpp:27:
/mnt/raptor2/slaves/qt5-linux-armv7-release/build/Source/JavaScriptCore/assembler/AbstractMacroAssembler.h:513:9: note: JSC::AbstractMacroAssembler&lt;AssemblerType&gt;::Jump::Jump(JSC::AssemblerLabel, JSC::ARMv7Assembler::JumpType, JSC::ARMv7Assembler::Condition) [with AssemblerType = JSC::ARMv7Assembler]
/mnt/raptor2/slaves/qt5-linux-armv7-release/build/Source/JavaScriptCore/assembler/AbstractMacroAssembler.h:513:9: note:   candidate expects 3 arguments, 1 provided
/mnt/raptor2/slaves/qt5-linux-armv7-release/build/Source/JavaScriptCore/assembler/AbstractMacroAssembler.h:507:9: note: JSC::AbstractMacroAssembler&lt;AssemblerType&gt;::Jump::Jump() [with AssemblerType = JSC::ARMv7Assembler]
/mnt/raptor2/slaves/qt5-linux-armv7-release/build/Source/JavaScriptCore/assembler/AbstractMacroAssembler.h:507:9: note:   candidate expects 0 arguments, 1 provided
/mnt/raptor2/slaves/qt5-linux-armv7-release/build/Source/JavaScriptCore/assembler/AbstractMacroAssembler.h:500:11: note: JSC::AbstractMacroAssembler&lt;JSC::ARMv7Assembler&gt;::Jump::Jump(const JSC::AbstractMacroAssembler&lt;JSC::ARMv7Assembler&gt;::Jump&amp;)
/mnt/raptor2/slaves/qt5-linux-armv7-release/build/Source/JavaScriptCore/assembler/AbstractMacroAssembler.h:500:11: note:   no known conversion for argument 1 from &apos;JSC::AssemblerLabel&apos; to &apos;const JSC::AbstractMacroAssembler&lt;JSC::ARMv7Assembler&gt;::Jump&amp;&apos;


/mnt/raptor2/slaves/qt5-linux-armv7-release/build/Source/JavaScriptCore/dfg/DFGOSRExit.cpp:61:1: warning: control reaches end of non-void function [-Wreturn-type]</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>793491</commentid>
    <comment_count>1</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-12-18 02:33:59 -0800</bug_when>
    <thetext>I managed to find the culprit - https://trac.webkit.org/changeset/137976 broke the build.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>793709</commentid>
    <comment_count>2</comment_count>
      <attachid>179957</attachid>
    <who name="Michael Saboff">msaboff</who>
    <bug_when>2012-12-18 09:10:13 -0800</bug_when>
    <thetext>Created attachment 179957
Patch

Could someone on the Qt team verify that this fixes the  build?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>793711</commentid>
    <comment_count>3</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-12-18 09:16:24 -0800</bug_when>
    <thetext>(In reply to comment #2)
&gt; Created an attachment (id=179957) [details]
&gt; Patch
&gt; 
&gt; Could someone on the Qt team verify that this fixes the  build?
Sure, I&apos;ll check it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>793720</commentid>
    <comment_count>4</comment_count>
      <attachid>179957</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-12-18 09:23:33 -0800</bug_when>
    <thetext>Comment on attachment 179957
Patch

Build works fine with it, so r=me. Thanks for the quick fix.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>793723</commentid>
    <comment_count>5</comment_count>
    <who name="Michael Saboff">msaboff</who>
    <bug_when>2012-12-18 09:25:15 -0800</bug_when>
    <thetext>(In reply to comment #4)
&gt; (From update of attachment 179957 [details])
&gt; Build works fine with it, so r=me. Thanks for the quick fix.

Great.  Sorry I didn&apos;t check the ARMv7 case before posting the original.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>793755</commentid>
    <comment_count>6</comment_count>
      <attachid>179957</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-12-18 09:56:46 -0800</bug_when>
    <thetext>Comment on attachment 179957
Patch

Clearing flags on attachment: 179957

Committed r138032: &lt;http://trac.webkit.org/changeset/138032&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>793756</commentid>
    <comment_count>7</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-12-18 09:56:50 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>179957</attachid>
            <date>2012-12-18 09:10:13 -0800</date>
            <delta_ts>2012-12-18 09:56:46 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>105270.patch</filename>
            <type>text/plain</type>
            <size>1537</size>
            <attacher name="Michael Saboff">msaboff</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9KYXZhU2NyaXB0Q29yZS9DaGFuZ2VMb2cKPT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gU291
cmNlL0phdmFTY3JpcHRDb3JlL0NoYW5nZUxvZwkocmV2aXNpb24gMTM4MDI3KQorKysgU291cmNl
L0phdmFTY3JpcHRDb3JlL0NoYW5nZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwzICsxLDE1IEBA
CisyMDEyLTEyLTE4ICBNaWNoYWVsIFNhYm9mZiAgPG1zYWJvZmZAYXBwbGUuY29tPgorCisgICAg
ICAgIFtRdF0gRml4IHRoZSBBUk12NyBidWlsZCBhZnRlciByMTM3OTc2CisgICAgICAgIGh0dHBz
Oi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0xMDUyNzAKKworICAgICAgICBSZXZp
ZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICBBZGQgZGVmYXVsdCB2YWx1ZSBmb3Ig
SnVtcCBwYXJhbWV0ZXIgdG8gZml4IGJ1aWxkLgorCisgICAgICAgICogYXNzZW1ibGVyL0Fic3Ry
YWN0TWFjcm9Bc3NlbWJsZXIuaDoKKyAgICAgICAgKEpTQzo6QWJzdHJhY3RNYWNyb0Fzc2VtYmxl
cjo6SnVtcDo6SnVtcCk6CisKIDIwMTItMTItMTcgIEdlb2ZmcmV5IEdhcmVuICA8Z2dhcmVuQGFw
cGxlLmNvbT4KIAogICAgICAgICBDb25zdGFudCBmb2xkICF7bnVtYmVyfSBpbiB0aGUgcGFyc2Vy
CkluZGV4OiBTb3VyY2UvSmF2YVNjcmlwdENvcmUvYXNzZW1ibGVyL0Fic3RyYWN0TWFjcm9Bc3Nl
bWJsZXIuaAo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09Ci0tLSBTb3VyY2UvSmF2YVNjcmlwdENvcmUvYXNzZW1ibGVyL0Fi
c3RyYWN0TWFjcm9Bc3NlbWJsZXIuaAkocmV2aXNpb24gMTM4MDI3KQorKysgU291cmNlL0phdmFT
Y3JpcHRDb3JlL2Fzc2VtYmxlci9BYnN0cmFjdE1hY3JvQXNzZW1ibGVyLmgJKHdvcmtpbmcgY29w
eSkKQEAgLTUxMCw3ICs1MTAsNyBAQCBwdWJsaWM6CiAgICAgICAgIAogI2lmIENQVShBUk1fVEhV
TUIyKQogICAgICAgICAvLyBGaXhtZTogdGhpcyBpbmZvcm1hdGlvbiBzaG91bGQgYmUgc3RvcmVk
IGluIHRoZSBpbnN0cnVjdGlvbiBzdHJlYW0sIG5vdCBpbiB0aGUgSnVtcCBvYmplY3QuCi0gICAg
ICAgIEp1bXAoQXNzZW1ibGVyTGFiZWwgam1wLCBBUk12N0Fzc2VtYmxlcjo6SnVtcFR5cGUgdHlw
ZSwgQVJNdjdBc3NlbWJsZXI6OkNvbmRpdGlvbiBjb25kaXRpb24gPSBBUk12N0Fzc2VtYmxlcjo6
Q29uZGl0aW9uSW52YWxpZCkKKyAgICAgICAgSnVtcChBc3NlbWJsZXJMYWJlbCBqbXAsIEFSTXY3
QXNzZW1ibGVyOjpKdW1wVHlwZSB0eXBlID0gQVJNdjdBc3NlbWJsZXI6Okp1bXBOb0NvbmRpdGlv
biwgQVJNdjdBc3NlbWJsZXI6OkNvbmRpdGlvbiBjb25kaXRpb24gPSBBUk12N0Fzc2VtYmxlcjo6
Q29uZGl0aW9uSW52YWxpZCkKICAgICAgICAgICAgIDogbV9sYWJlbChqbXApCiAgICAgICAgICAg
ICAsIG1fdHlwZSh0eXBlKQogICAgICAgICAgICAgLCBtX2NvbmRpdGlvbihjb25kaXRpb24pCg==
</data>

          </attachment>
      

    </bug>

</bugzilla>