Bug 715611

Summary: Boost::Property_Tree 1.46.0 C++ Compilation Error ("assertion is ambiguous")
Product: [Fedora] Fedora Reporter: Denis Arnaud <denis.arnaud_fedora>
Component: boostAssignee: Benjamin Kosnik <bkoz>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: bkoz, denis.arnaud_fedora, karlthered, mnewsome, pertusus, pmachata
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: boost-1.46.0-3.fc15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-02 19:27:15 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:

Description Denis Arnaud 2011-06-23 13:54:38 UTC
Description of problem:
There is an error of compilation on Fedora 15 (with g++ 4.6) when compiling some C++ code including the JSON-related header of the Boost::Property_Tree module. That bug is reported into a dedicated Boost ticket (https://svn.boost.org/trac/boost/ticket/5424) and has been fixed in Boost 1.46.1.


Version-Release number of selected component (if applicable):
Boost 1.46.0, g++ 4.6

How reproducible:
Always

Steps to Reproduce:
1. Write a simple C++ program, which includes the boost/property_tree/json_parser.hpp header.
2. Compile it (with g++ 4.6) on Fedora 15.
  
Actual results:
Compilation error: "error: reference to 'assertion' is ambiguous" (and many more lines)


Expected results:
No compilation error.

Additional info:

Comment 2 Fedora Update System 2011-06-23 22:36:44 UTC
boost-1.46.0-3.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/boost-1.46.0-3.fc15

Comment 3 Fedora Update System 2011-06-24 17:55:03 UTC
Package boost-1.46.0-3.fc15:
* should fix your issue,
* was pushed to the Fedora 15 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing boost-1.46.0-3.fc15'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/boost-1.46.0-3.fc15
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2011-07-02 19:27:10 UTC
boost-1.46.0-3.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 5 Haïkel Guémar 2011-09-02 14:57:30 UTC
*** Bug 735344 has been marked as a duplicate of this bug. ***