Created attachment 439082 [details] a simple boost test file. Description of problem: I tried to rebuild ibus-pinyin package for Fedora 14 Alpha which uses boost::signals2, but it failed. Later I write a very simple test file which is copied from ibus-pinyin config.log, compiling use: $g++ -c boost_test.cpp And the test file content and compiling error log are attached. It still fails, but it compiles ok on Fedora 13. Version-Release number of selected component (if applicable): boost-devel-1.44.0-0.4.fc14.i686
Created attachment 439083 [details] compile error log.
This was fixed between releases -0.5 and -0.6: # echo '#include <boost/signals2.hpp>' | g++ -x c++ - -c # rpm -q boost-devel boost-devel-1.44.0-0.6.fc15.x86_64
https://admin.fedoraproject.org/updates/boost-1.44.0-0.6.fc14 was unpushed
ibus-pinyin-1.3.10-1.fc14 got built on Fedora 14. Close this bug.