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)
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.