Bug 654480
| Summary: | Boost iostreams 1.44 in Fedora 14 missing deprecated functions. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andrew Hutchings <andrew> |
| Component: | boost | Assignee: | Benjamin Kosnik <bkoz> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 14 | CC: | bkoz, denis.arnaud_fedora, mnewsome, pertusus, pmachata |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | boost-1.44.0-4.fc14 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-12-19 20:20:56 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: | |||
Drizzle bug report on this: https://bugs.launchpad.net/drizzle/+bug/676735 boost-1.44.0-4.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/boost-1.44.0-4.fc14 boost-1.44.0-4.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update boost'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/boost-1.44.0-4.fc14 boost-1.44.0-4.fc14 fixes the problem. Many thanks :) boost-1.44.0-4.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: In the Drizzle project we use the following for Boost 1.38 support: file_stream = new boost::iostreams::stream<boost::iostreams::file_descriptor>(fileno(my_file), true); And use the BOOST_IOSTREAMS_USE_DEPRECATED define. It appears that although the .h supports this the boost libs haven't been compiled with this define causing: client/linebuffer.o: In function `stream<int, bool>': /usr/include/boost/iostreams/stream.hpp:130: undefined reference to `boost::iostreams::file_descriptor::file_descriptor(int, bool)' Version-Release number of selected component (if applicable): 1,44.0-1 How reproducible: 100% Steps to Reproduce: 1. See description (or compile Drizzle trunk revision 1936)