Re: requesting help on fixing gcc-6 FTBFS

2016-02-18 Thread Mukundan Ragavan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 02/16/2016 11:23 PM, Dmitrij S. Kryzhevich wrote: >> (abs(point.x()-position.point.x())>20 && >> qAbs(point.y()-position.point.y())>20 ) { >> >> There is mention about this in gcc 6 porting "guide" - >>

Re: requesting help on fixing gcc-6 FTBFS

2016-02-16 Thread Dmitrij S. Kryzhevich
Hi! > 1/ Labplot - https://bugzilla.redhat.com/show_bug.cgi?id=1307279 > > I think the issue is here - > > /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 &&

requesting help on fixing gcc-6 FTBFS

2016-02-16 Thread Mukundan Ragavan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi folks, After the recent mass builds, I have a few packages that fail to build from source. I have tried digging through the build logs to see if I can fix them. Unfortunately, my knowledge of C/C++ is far too basic to handle these issues. If