Bug 1307615 - herqq: FTBFS in rawhide
Summary: herqq: FTBFS in rawhide
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: herqq
Version: 24
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jaroslav Reznik
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F24FTBFS
TreeView+ depends on / blocked
 
Reported: 2016-02-13 21:34 UTC by Fedora Release Engineering
Modified: 2016-03-07 21:21 UTC (History)
2 users (show)

Fixed In Version: herqq-1.0.0-13.fc24
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-07 21:21:04 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (51.01 KB, text/plain)
2016-02-13 21:34 UTC, Fedora Release Engineering
no flags Details
root.log (94.89 KB, text/plain)
2016-02-13 21:34 UTC, Fedora Release Engineering
no flags Details
state.log (617 bytes, text/plain)
2016-02-13 21:34 UTC, Fedora Release Engineering
no flags Details
Fix FTBFS with C++11 (#1307615) (2.49 KB, patch)
2016-02-29 23:12 UTC, Yaakov Selkowitz
no flags Details | Diff

Description Fedora Release Engineering 2016-02-13 21:34:41 UTC
Your package herqq failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=12822786

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

Comment 1 Fedora Release Engineering 2016-02-13 21:34:43 UTC
Created attachment 1124909 [details]
build.log

Comment 2 Fedora Release Engineering 2016-02-13 21:34:44 UTC
Created attachment 1124910 [details]
root.log

Comment 3 Fedora Release Engineering 2016-02-13 21:34:45 UTC
Created attachment 1124911 [details]
state.log

Comment 4 Jan Kurik 2016-02-24 14:46:59 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle.
Changing version to '24'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase

Comment 5 Yaakov Selkowitz 2016-02-25 16:02:21 UTC
src/devicehosting/devicehost/hservermodel_creator_p.cpp: In member function 'Herqq::Upnp::HServerDevice* Herqq::Upnp::HServerModelCreator::parseDevice(const QDomElement&, Herqq::Upnp::HServerDevice*)':
src/devicehosting/devicehost/hservermodel_creator_p.cpp:496:16: error: cannot convert 'bool' to 'Herqq::Upnp::HServerDevice*' in return
         return false;
                ^~~~~
src/devicehosting/devicehost/hservermodel_creator_p.cpp:563:24: error: cannot convert 'bool' to 'Herqq::Upnp::HServerDevice*' in return
                 return false;
                        ^~~~~

See "Cannot convert 'bool' to 'T*'" in https://gcc.gnu.org/gcc-6/porting_to.html

Comment 6 Yaakov Selkowitz 2016-02-29 23:12:15 UTC
Created attachment 1131748 [details]
Fix FTBFS with C++11 (#1307615)


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