Bug 1180348

Summary: Kst 2.0.8 fails to compile on Fedora Rawhide Arm
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: kstAssignee: Gwyn Ciesla <gwync>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: gwync
Target Milestone: ---   
Target Release: ---   
Hardware: armv7hl   
OS: Linux   
Whiteboard:
Fixed In Version: kst-2.0.8-1.fc22 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-15 00:03:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Orion Poplawski 2015-01-08 22:36:19 UTC
Description of problem:

Updating kst in Fedora to 2.0.8, fails to compile on arm: http://koji.fedoraproject.org/koji/getfile?taskID=8554368&name=build.log /builddir/build/BUILD/Kst-2.0.8/src/libkst/vector.cpp:598:42: error: no matching function for call to 'qMax(double&, qreal)' _minPos=qMax(_minPos,qreal(0.0)); /builddir/build/BUILD/Kst-2.0.8/src/libkst/vector.cpp:602:45: error: no matching function for call to 'qMax(double&, qreal)' _minPos=qMin(qMax(_v[i],qreal(0.0)),_minPos); /builddir/build/BUILD/Kst-2.0.8/src/libkst/vector.cpp:629:42: error: no matching function for call to 'qMax(double&, qreal)' _minPos=qMax(_minPos,qreal(0.0)); /builddir/build/BUILD/Kst-2.0.8/src/libkst/vector.cpp:633:45: error: no matching function for call to 'qMax(double&, qreal)' _minPos=qMin(qMax(_v[i],qreal(0.0)),_minPos);

Comment 1 Gwyn Ciesla 2015-01-09 13:09:18 UTC
Orion, it looks like this might be related to dropping the qreal patch.  Is there a reason you did that?

Comment 2 Gwyn Ciesla 2015-01-09 14:27:53 UTC
Ah, it doesn't apply.  Hmm. . .let me dig a bit. . .

Comment 3 Orion Poplawski 2015-01-09 14:45:02 UTC
Yeah, it seems to be similar issues, but in different code - and a bit more complicated.  I filed upstream as well.

Comment 4 Gwyn Ciesla 2015-01-15 13:13:01 UTC
Thank you!