Bug 1424229

Summary: qtgpsc: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: qtgpscAssignee: Ralf Corsepius <rc040203>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mail, rc040203
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-02-20 07:23:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1423041    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2017-02-17 16:23:32 UTC
Your package qtgpsc failed to build from source in current rawhide.

https://koji.fedoraproject.org/koji/taskinfo?taskID=17788741

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

Comment 1 Fedora Release Engineering 2017-02-17 16:23:36 UTC
Created attachment 1253971 [details]
build.log

Comment 2 Fedora Release Engineering 2017-02-17 16:23:38 UTC
Created attachment 1253972 [details]
root.log

Comment 3 Fedora Release Engineering 2017-02-17 16:23:40 UTC
Created attachment 1253973 [details]
state.log

Comment 4 Ralf Corsepius 2017-02-20 07:02:21 UTC
This package uses floats in static const initializers inside of a header. This is incompatible to c++11 and triggers "constexpr" errors.

One way to resolve this, is to move these initializers into a *cpp.

I am going to apply a patch to this package.