4.14.0 packages up for packagers

Rex Dieter rdieter at math.unl.edu
Fri Aug 15 14:22:36 UTC 2014


On 08/14/2014 11:50 AM, Albert Astals Cid wrote:
> El Dijous, 14 d'agost de 2014, a les 10:54:08, Albert Astals Cid va escriure:
>> Hi, there 4.14.0 packages are up for packagers at the usual location.
>>
>> Public release is next Wednesday.
>>
>> I have not yet built the packages, doing so now.
>
> FWIW all built fine here.

Hit a ktuberling failure on arm, some recent commit introduced problem 
where qreal != double (4.13.97)
(gory details appended at end)

Ah, here it is:
https://projects.kde.org/projects/kde/kdegames/ktuberling/repository/revisions/dba803039faae82807b1504f25bd5a8cfa4036d2

I've reverted that (hopefully temporary) in our own builds until it is 
sorted out.

-- Rex


/builddir/build/BUILD/ktuberling-4.14.0/playground.cpp: In member 
function 'QPointF PlayGround::clipPos(const QPointF&, ToDraw*) const':
/builddir/build/BUILD/ktuberling-4.14.0/playground.cpp:231:106: error: 
no matching function for call to 'qMin(double, qreal)'
    res.setX(qMin(m_SvgRenderer.defaultSize().width() - 
item->boundingRect().width() * objectScale, res.x()));
 
                                    ^
/builddir/build/BUILD/ktuberling-4.14.0/playground.cpp:231:106: note: 
candidate is:
In file included from /usr/include/QtCore/qmetatype.h:45:0,
                  from /usr/include/QtGui/qgraphicsview.h:45,
                  from /usr/include/QtGui/QGraphicsView:1,
                  from 
/builddir/build/BUILD/ktuberling-4.14.0/playground.h:16,
                  from 
/builddir/build/BUILD/ktuberling-4.14.0/playground.cpp:13:
/usr/include/QtCore/qglobal.h:1215:34: note: template<class T> const T& 
qMin(const T&, const T&)
  Q_DECL_CONSTEXPR inline const T &qMin(const T &a, const T &b) { return 
(a < b) ? a : b; }
                                   ^
/usr/include/QtCore/qglobal.h:1215:34: note:   template argument 
deduction/substitution failed:
/builddir/build/BUILD/ktuberling-4.14.0/playground.cpp:231:106: note: 
deduced conflicting types for parameter 'const T' ('double' and 'qreal 
{aka float}')
    res.setX(qMin(m_SvgRenderer.defaultSize().width() - 
item->boundingRect().width() * objectScale, res.x()));
 
                                    ^
/builddir/build/BUILD/ktuberling-4.14.0/playground.cpp:232:107: error: 
no matching function for call to 'qMin(double, qreal)'
    res.setY(qMin(m_SvgRenderer.defaultSize().height()- 
item->boundingRect().height() * objectScale, res.y()));
 
                                     ^
/builddir/build/BUILD/ktuberling-4.14.0/playground.cpp:232:107: note: 
candidate is:
In file included from /usr/include/QtCore/qmetatype.h:45:0,
                  from /usr/include/QtGui/qgraphicsview.h:45,
                  from /usr/include/QtGui/QGraphicsView:1,
                  from 
/builddir/build/BUILD/ktuberling-4.14.0/playground.h:16,
                  from 
/builddir/build/BUILD/ktuberling-4.14.0/playground.cpp:13:
/usr/include/QtCore/qglobal.h:1215:34: note: template<class T> const T& 
qMin(const T&, const T&)
  Q_DECL_CONSTEXPR inline const T &qMin(const T &a, const T &b) { return 
(a < b) ? a : b; }
                                   ^
/usr/include/QtCore/qglobal.h:1215:34: note:   template argument 
deduction/substitution failed:
/builddir/build/BUILD/ktuberling-4.14.0/playground.cpp:232:107: note: 
deduced conflicting types for parameter 'const T' ('double' and 'qreal 
{aka float}')
    res.setY(qMin(m_SvgRenderer.defaultSize().height()- 
item->boundingRect().height() * objectScale, res.y()));
 
                                     ^
CMakeFiles/ktuberling.dir/build.make:149: recipe for target 
'CMakeFiles/ktuberling.dir/playground.o' failed



More information about the release-team mailing list