I am getting an error building master (636a42bd0e208d1d49dab6a95e23863736823883) :
CXXLD bitcoind
libbitcoin_wallet.a(walletdb.o): In function `copy_file':
/usr/include/boost/filesystem/operations.hpp:381: undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option::enum_type, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
Makefile:689: recipe for target 'bitcoind' failed
This is on an up to date Arch Linux box. boost version: 1.55.0-3
I'm going to start bisecting to try find the commit that caused this.