Bug 1187045

Summary: [dbus-c++] FTBFS in fc22
Product: [Fedora] Fedora Reporter: Pavel Raiskup <praiskup>
Component: dbus-c++Assignee: Adel Gadllah <adel.gadllah>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: urgent    
Version: 22CC: adel.gadllah, contribs, jpopelka, kalevlember, karlthered, manisandro, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: dbus-c++-0.9.0-6.fc22 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-13 17:22:03 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:
Attachments:
Description Flags
mock logs
none
Patch
none
Updated patch none

Description Pavel Raiskup 2015-01-29 09:04:14 UTC
SSIA

Comment 1 Pavel Raiskup 2015-01-29 09:04:30 UTC
Created attachment 985464 [details]
mock logs

Comment 2 Zbigniew Jędrzejewski-Szmek 2015-02-27 16:07:52 UTC
Same in F23. Raising priority because dbus-c++ needs to be rebuilt after https://fedoraproject.org/wiki/Changes/GCC5, and it blocks the build of sflphone.

Comment 3 Kevin Kofler 2015-03-01 05:56:20 UTC
This looks like a conflict between glibmm24 and the latest glib (or some other library?): glibmm24 wants to use bind_property as a function name, but something else (glib?) is defining it as a macro. I guess an #undef could help as a quick fix.

Comment 4 Jaroslav Reznik 2015-03-03 16:47:34 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle.
Changing version to '22'.

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

Comment 5 Sandro Mani 2015-03-05 22:51:14 UTC
Created attachment 998596 [details]
Patch

The problem is within dbus-c++: the collision is between the macro bind_property in dbus-c++/interface.h and the method bind_property in glibmm/binding.h

Please apply the attached patch and build for F22 and rawhide.

Comment 6 Sandro Mani 2015-03-05 22:53:22 UTC
Created attachment 998597 [details]
Updated patch

Comment 7 Fedora Update System 2015-03-06 03:09:49 UTC
dbus-c++-0.9.0-6.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/dbus-c++-0.9.0-6.fc22

Comment 8 Fedora Update System 2015-03-09 08:25:59 UTC
Package dbus-c++-0.9.0-6.fc22:
* should fix your issue,
* was pushed to the Fedora 22 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing dbus-c++-0.9.0-6.fc22'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-3410/dbus-c++-0.9.0-6.fc22
then log in and leave karma (feedback).

Comment 9 Fedora Update System 2015-03-13 17:22:03 UTC
dbus-c++-0.9.0-6.fc22 has been pushed to the Fedora 22 stable repository.  If problems still persist, please make note of it in this bug report.