Hello,

I'm trying to get meaningful error message for some of failures:

http://www.boost.org/development/tests/develop/developer/locale.html

For example FreeBSD section gives

http://www.boost.org/development/tests/develop/developer/output/Flast-FreeBSD10-clang~gnu++11-boost-bin-v2-libs-locale-test-test_convert-test-clang-linux-3-4-1-debug.html

See boost/bin.v2/libs/locale/build/clang-linux-3.4.1/debug/threading-multi

Which gives "Error extracting file: Error code 11 - No matching files were found." 

Is there anyway to see the full build log to understand what went wrong.

Some of MSVC failures gives

call "c:\users\boost\appdata\local\temp\boost_regression\b2_msvc_11.0_vcvarsall_amd64.cmd" >nul cl /Zm800 -nologo @"D:\t08\run\results\boost\bin.v2\libs\locale\build\msvc-11.0\dbg\adrs-mdl-64\thrd-mlt\has_iconv_libc_obj.obj.rsp" has_iconv.cpp ..\libs\locale\src\..\build\has_iconv.cpp(8) : fatal error C1083: Cannot open include file: 'iconv.h': No such file or directory

Which just seems to be wrong due to simple fact that has_iconv is just a build time test of platform capabilities and expected to fail.
But I don't see other errors.

Thanks

Artyom Beilis
--------------
CppCMS - C++ Web Framework:   http://cppcms.com
CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/