<?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>96889</bug_id>
          
          <creation_ts>2012-09-16 12:28:55 -0700</creation_ts>
          <short_desc>[Qt]REGRESSION(r128653): It broke the build on Mountain Lion</short_desc>
          <delta_ts>2012-09-17 03:22:20 -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>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</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>95790</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>beidson</cc>
    
    <cc>hausmann</cc>
    
    <cc>jeffrey+webkit</cc>
    
    <cc>jesus</cc>
    
    <cc>ossy</cc>
    
    <cc>vestbo</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>721627</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-09-16 12:28:55 -0700</bug_when>
    <thetext>http://trac.webkit.org/changeset/128653 broke the build
on the Qt Mountain Lion bot:

In file included from /Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebKit2/UIProcess/qt/QtPageClient.cpp:39:
In file included from ../include/WebCore/Cursor.h:1:
In file included from /Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/Cursor.h:29:
In file included from /Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/graphics/Image.h:39:
In file included from /Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WTF/wtf/RetainPtr.h:30:
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38:
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:146:
/usr/include/MacTypes.h:185:9: error: reference to &apos;Fixed&apos; is ambiguous
typedef Fixed *                         FixedPtr;
        ^
/usr/include/MacTypes.h:184:41: note: candidate found by name lookup is &apos;Fixed&apos;
typedef SInt32                          Fixed;
                                        ^
/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/Length.h:37:30: note: candidate found by name lookup is &apos;WebCore::LengthType::Fixed&apos;
    Auto, Relative, Percent, Fixed,
                             ^</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>721778</commentid>
    <comment_count>1</comment_count>
    <who name="Tor Arne Vestbø">vestbo</who>
    <bug_when>2012-09-17 02:56:18 -0700</bug_when>
    <thetext>r128653 was not the cause if this. Root cause fixed in r128735</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>721779</commentid>
    <comment_count>2</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-09-17 03:01:36 -0700</bug_when>
    <thetext>(In reply to comment #1)
&gt; r128653 was not the cause if this. Root cause fixed in r128735

Strange ... But how is it possible?
- r128652 - build passed - http://build.webkit.org/builders/Qt%20Mountain%20Lion%20Release/builds/1903
- r128653 - build failed - http://build.webkit.org/builders/Qt%20Mountain%20Lion%20Release/builds/1901

Is it a build system bug too? Or what?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>721784</commentid>
    <comment_count>3</comment_count>
    <who name="Tor Arne Vestbø">vestbo</who>
    <bug_when>2012-09-17 03:18:36 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; (In reply to comment #1)
&gt; &gt; r128653 was not the cause if this. Root cause fixed in r128735
&gt; 
&gt; Strange ... But how is it possible?
&gt; - r128652 - build passed - http://build.webkit.org/builders/Qt%20Mountain%20Lion%20Release/builds/1903
&gt; - r128653 - build failed - http://build.webkit.org/builders/Qt%20Mountain%20Lion%20Release/builds/1901
&gt; 
&gt; Is it a build system bug too? Or what?

Not sure, the buildbot history seems a bit funky around those revisions:

Sep 14 16:02	128664	failure	#1885	Failed compile-webkit
Sep 14 15:09	128658	failure	#1884	Failed compile-webkit
Sep 14 14:19	128651	success	#1883	Build successful
Sep 14 13:41	128648	success	#1882	Build successful

Build 1884 was r128652-r128658, and might have exposed the root cause.

Sep 15 15:26	128693	failure	#1905	Failed compile-webkit
Sep 15 12:20	128692	failure	#1904	Failed compile-webkit
Sep 15 09:59	128652	success	#1903	Build successful
Sep 15 09:32	128691	exception	#1902	Exception interrupted
Sep 15 08:39	128653	failure	#1901	Failed compile-webkit
Sep 15 08:14	128690	failure	#1900	Failed compile-webkit

I have no idea what&apos;s going on here. Are you triggering manual builds? Were they clean builds?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>721785</commentid>
    <comment_count>4</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-09-17 03:22:20 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; I have no idea what&apos;s going on here. Are you triggering manual builds? Were they clean builds?

Yes, I triggered clean builds manually to bisect this build failure.
(r128652-r128658 ) Unfortunately they weren&apos;t clean build, because
triggereing clean build on build.webkit.org slave is impossible
without shell access for the build slave.

So it might be an incremental build issue too.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>