Bug 1180348 - Kst 2.0.8 fails to compile on Fedora Rawhide Arm
Summary: Kst 2.0.8 fails to compile on Fedora Rawhide Arm
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kst
Version: rawhide
Hardware: armv7hl
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-01-08 22:36 UTC by Orion Poplawski
Modified: 2015-01-15 13:13 UTC (History)
1 user (show)

Fixed In Version: kst-2.0.8-1.fc22
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-01-15 00:03:26 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
KDE Software Compilation 342642 0 None None None Never

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!


Note You need to log in before you can comment on or make changes to this bug.