<?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>35906</bug_id>
          
          <creation_ts>2010-03-09 00:41:46 -0800</creation_ts>
          <short_desc>[Qt] Build on Maemo 5 is broken</short_desc>
          <delta_ts>2010-03-09 06:40:17 -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>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Other</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Qt</keywords>
          <priority>P1</priority>
          <bug_severity>Blocker</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>35784</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Simon Hausmann">hausmann</reporter>
          <assigned_to name="Simon Hausmann">hausmann</assigned_to>
          <cc>laszlo.gombos</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>197490</commentid>
    <comment_count>0</comment_count>
    <who name="Simon Hausmann">hausmann</who>
    <bug_when>2010-03-09 00:41:46 -0800</bug_when>
    <thetext>It appears that the trunk needs to be adapted to QAbstractKineticScroller API changes that were done shortly before the release of Qt 4.6 for Maemo 5.

3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp:71: warning: direct base &apos;QObject&apos; inaccessible in &apos;QWebViewKineticScroller&apos; due to ambiguity
3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp: In member function &apos;void QWebViewKineticScroller::setWidget(QWebView*)&apos;:
3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp:84: error: &apos;QObject&apos; is an ambiguous base of &apos;QWebViewKineticScroller&apos;
3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp:91: error: reference to &apos;setParent&apos; is ambiguous
3/8/10 5:13:12 PM CET: /targets/FREMANTLE_ARMEL/opt/qt4-maemo5/include/QtCore/qobject.h:193: error: candidates are: void QObject::setParent(QObject*)
3/8/10 5:13:12 PM CET: /targets/FREMANTLE_ARMEL/opt/qt4-maemo5/include/QtCore/qobject.h:193: error:                 void QObject::setParent(QObject*)
3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp:91: error: reference to &apos;setParent&apos; is ambiguous
3/8/10 5:13:12 PM CET: /targets/FREMANTLE_ARMEL/opt/qt4-maemo5/include/QtCore/qobject.h:193: error: candidates are: void QObject::setParent(QObject*)
3/8/10 5:13:12 PM CET: /targets/FREMANTLE_ARMEL/opt/qt4-maemo5/include/QtCore/qobject.h:193: error:                 void QObject::setParent(QObject*)
3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp:98: error: &apos;QObject&apos; is an ambiguous base of &apos;QWebViewKineticScroller&apos;
3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp: In member function &apos;virtual bool QWebViewKineticScroller::eventFilter(QObject*, QEvent*)&apos;:
3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp:106: error: cannot call member function &apos;virtual bool QObject::eventFilter(QObject*, QEvent*)&apos; without object
3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp:121: error: &apos;handleMouseEvent&apos; was not declared in this scope
3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp:126: error: cannot call member function &apos;virtual bool QObject::eventFilter(QObject*, QEvent*)&apos; without object
3/8/10 5:13:13 PM CET: ../WebKit/qt/Api/qwebview.cpp: In constructor &apos;QWebView::QWebView(QWidget*)&apos;:
3/8/10 5:13:13 PM CET: ../WebKit/qt/Api/qwebview.cpp:306: error: cannot allocate an object of abstract type &apos;QWebViewKineticScroller&apos;
3/8/10 5:13:13 PM CET: ../WebKit/qt/Api/qwebview.cpp:71: note:   because the following virtual functions are pure within &apos;QWebViewKineticScroller&apos;:
3/8/10 5:13:13 PM CET: /targets/FREMANTLE_ARMEL/opt/qt4-maemo5/include/QtGui/qabstractkineticscroller.h:123: note: 	virtual void QAbstractKineticScroller::attachToWidget()
3/8/10 5:13:13 PM CET: /targets/FREMANTLE_ARMEL/opt/qt4-maemo5/include/QtGui/qabstractkineticscroller.h:124: note: 	virtual void QAbstractKineticScroller::removeFromWidget()
3/8/10 5:13:13 PM CET: /targets/FREMANTLE_ARMEL/opt/qt4-maemo5/include/QtGui/qabstractkineticscroller.h:125: note: 	virtual QRect QAbstractKineticScroller::positionRange() const
3/8/10 5:13:13 PM CET: /targets/FREMANTLE_ARMEL/opt/qt4-maemo5/include/QtGui/qabstractkineticscroller.h:127: note: 	virtual QPoint QAbstractKineticScroller::position() const
3/8/10 5:13:13 PM CET: /targets/FREMANTLE_ARMEL/opt/qt4-maemo5/include/QtGui/qabstractkineticscroller.h:128: note: 	virtual void QAbstractKineticScroller::setPosition(const QPoint&amp;, const QPoint&amp;)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>197497</commentid>
    <comment_count>1</comment_count>
    <who name="Simon Hausmann">hausmann</who>
    <bug_when>2010-03-09 01:09:00 -0800</bug_when>
    <thetext>Hrm, this may actually be a CI problem ;(. I&apos;m looking into this now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>197556</commentid>
    <comment_count>2</comment_count>
    <who name="Simon Hausmann">hausmann</who>
    <bug_when>2010-03-09 06:40:17 -0800</bug_when>
    <thetext>It _was_ a CI problem :( Wrong version of the Qt package installed with the old API. Sorry :(</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>