Bug 177412
| Summary: | boost-1.33.1-4 condition variables broken | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Avi Kivity <avi> |
| Component: | boost | Assignee: | Benjamin Kosnik <bkoz> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | mnewsome |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | boost-1.33.1-5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-03-22 10:24:37 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: | |||
can we rebuild? please? fixed by a mass rebuild. thanks for the attention. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.0 (like Gecko) Description of problem: from glibc changelog: * Sat Jan 07 2006 Jakub Jelinek <jakub> 2.3.90-29 - update from CVS - make pthread_mutex_t an unnamed union again, as it affects libstdc++ ABI mangling looks like boost-1.33.1-4 was built against the bad glibc. any programs calling boost::condition::wait() or friends fail to link when compiled with the good glibc (either older or current) headers a rebuild of the boost.src.rpm fixed the problem for me. Version-Release number of selected component (if applicable): boost-1.33.1-4 How reproducible: Always Steps to Reproduce: 1. compile & link a program which uses boost::condition Actual Results: link error Expected Results: world peace Additional info: please rebuild