Hide Forgot
Your package LabPlot failed to build from source in current rawhide. http://koji.fedoraproject.org/koji/taskinfo?taskID=12804331 For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Created attachment 1123908 [details] build.log
Created attachment 1123909 [details] root.log
Created attachment 1123910 [details] state.log
/builddir/build/BUILD/labplot-kf5-2.1.0/src/backend/worksheet/TextLabel.cpp: In member function 'virtual void TextLabelPrivate::mouseReleaseEvent(QGraphicsSceneMouseEvent*)': /builddir/build/BUILD/labplot-kf5-2.1.0/src/backend/worksheet/TextLabel.cpp:538:38: error: call of overloaded 'abs(qreal)' is ambiguous if (abs(point.x()-position.point.x())>20 && qAbs(point.y()-position.point.y())>20 ) { This both gives away the solution and makes you wonder what they were thinking at the same time. Use qAbs() instead of abs() there. Fix that though, and you get another issue further along: /builddir/build/BUILD/labplot-kf5-2.1.0/src/backend/worksheet/plots/cartesian/CartesianCoordinateSystem.cpp: In member function ‘virtual QList<QLineF> CartesianCoordinateSystem::mapLogicalToScene(const QList<QLineF>&, const MappingFlags&) const’: /builddir/build/BUILD/labplot-kf5-2.1.0/src/backend/worksheet/plots/cartesian/CartesianCoordinateSystem.cpp:560:27: error: ‘isnan’ was not declared in this scope if (!isnan(xGapBefore)) { ^ /builddir/build/BUILD/labplot-kf5-2.1.0/src/backend/worksheet/plots/cartesian/CartesianCoordinateSystem.cpp:560:27: note: suggested alternative: In file included from /builddir/build/BUILD/labplot-kf5-2.1.0/src/backend/worksheet/plots/cartesian/CartesianCoordinateSystem.cpp:32:0: /usr/include/c++/6.0.0/cmath:655:5: note: ‘std::isnan’ isnan(_Tp __x) ^~~~~ Use <math.h> there instead of <cmath> in src/backend/worksheet/plots/cartesian/CartesianCoordinateSystem.cpp.
nonamedotc's LabPlot-2.1.0-5.fc24 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=736469
Thanks a ton, Yaakov! Appreciate the help very much!