1.57.0 beta 1 release candidates available for testing

Release candidate files for 1.57.0 beta 1 are available at http://boost.cowic.de/rc/ As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy. This helps ensure the candidates build OK before we push them out to SourceForge. The files (and associated md5s) are: MD5 (boost_1_57_0_b1_rc1.7z) = 8633fbf5ebb7eaabcb0f309c14646ae3 MD5 (boost_1_57_0_b1_rc1.tar.bz2) = 8e76f98146793f0fbd2492a9151c405b MD5 (boost_1_57_0_b1_rc1.tar.gz) = d41ff3ffb36ac84ff5bf34f799308907 MD5 (boost_1_57_0_b1_rc1.zip) = 8a844dc36284247b2e936f2120e118b2 Thanks! -- The release managers

El 18/10/2014 0:40, Marshall Clow escribió:
Release candidate files for 1.57.0 beta 1 are available at http://boost.cowic.de/rc/
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
This helps ensure the candidates build OK before we push them out to SourceForge.
The files (and associated md5s) are: MD5 (boost_1_57_0_b1_rc1.7z) = 8633fbf5ebb7eaabcb0f309c14646ae3 MD5 (boost_1_57_0_b1_rc1.tar.bz2) = 8e76f98146793f0fbd2492a9151c405b MD5 (boost_1_57_0_b1_rc1.tar.gz) = d41ff3ffb36ac84ff5bf34f799308907 MD5 (boost_1_57_0_b1_rc1.zip) = 8a844dc36284247b2e936f2120e118b2
Interprocess is broken for MinGW and there are some issues with Intrusive in GCC. I've committed fixes for both. Best, Ion

On Oct 17, 2014, at 3:40 PM, Marshall Clow <mclow.lists@gmail.com> wrote:
Release candidate files for 1.57.0 beta 1 are available at http://boost.cowic.de/rc/
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
This helps ensure the candidates build OK before we push them out to SourceForge.
I have successfully build the RC on Mac OS X with the following configurations: clang -std=c++03 clang -std=c++11 clang -std=c++14 gcc 4.9.0 -std=c++03 gcc 4.9.0 -std=c++11 — Marshall

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Marshall, On 2014/10/18 7:40, Marshall Clow wrote:
Release candidate files for 1.57.0 beta 1 are available at http://boost.cowic.de/rc/
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy. It seems that doesn't fix about http://lists.boost.org/Archives/boost/2014/10/217257.php . Are there no plans to merge develop into master?
Thanks, Kohei Takahashi -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJURHDfAAoJEGGyPxPRp/zocPAQANPgmAxnaNqjHtjNUSd8AA60 cdQ+Yozr+TC5kwB5RWNhRmzYgyv/y7yFkXGd0PbVy8lnpw7akvq1ZylpgpqDcs2I nj4+ZTuMy6HZIyiVckYqI3CT3F0k3wNNRPXJ0y6dyLbJh4b2pVawwFrRhlU+AQw8 zoDikeEEEY5VQ/FEDtFGbBuO6IP5MQDFrwqYcf6iUIQJs5ygETJ4tKMrjIROxpB0 du2W4gQaSKpwkDrKp6nV4ulahbXjFxQr6EYDI7FLI1xgwEanSscSVUWLOpbTWDKO lwme2Kfda6V8TgSgWkuG/hMvyi14mRAT1UJ7bEXy3g+gUYvkZkwLNSyDZ2zuSYC6 UELVw2Xry1kmFbNZIscSmUkT/mycITG41ZmcfwNDJfnmE5xlSEf+KEPUyaVHJyHe qrbry+EQYXeJoJDM9Nf39smgk1mH3g5skk0M55UfmS4fO7Tw6volV+LbTTX2Xtpz WYnQGUY3XQsOgV6ifxh+itW71WAEKquvNonOteXeCHVkZGHIrGhsk6vKEpPysnTs crajS0vYJ/R6nePJyl+WNUtln48eG8vhl9jsfSmDzg+kxiYY6NDm3tZAKY3rWlil tNjOHUu/iSX7E4tVXnSC1si/Hwv1uBJnXkgmWZEZFVT2w/UZ2Bg9tlU4S1pNMa6Q 0l7fcTe7yPj9K2fLaT/7 =7/yO -----END PGP SIGNATURE-----

I had failures in msvc-8.0 with the log library. There were many, one was this: .\boost/log/detail/light_function_pp.hpp(59) : error C2248: 'boost::rv<T>::rv' : cannot access private member declared in class 'boost::rv<T>' with [ T=boost::log::v2s_mt_nt5::aux::light_function<bool (const boost::log::v2s_mt_nt5::attribute_value_set &)> ] .\boost/move/core.hpp(75) : see declaration of 'boost::rv<T>::rv' with [ T=boost::log::v2s_mt_nt5::aux::light_function<bool (const boost::log::v2s_mt_nt5::attribute_value_set &)> ] .\boost/log/detail/light_function_pp.hpp(56) : while compiling class template member function 'boost::log::v2s_mt_nt5::aux::light_function<SignatureT>::impl<FunT>::impl(const FunT &)' with [ SignatureT=bool (const boost::log::v2s_mt_nt5::attribute_value_set &), FunT=boost::rv<boost::log::v2s_mt_nt5::aux::light_function<bool (const boost::log::v2s_mt_nt5::attribute_value_set &)>> ] .\boost/log/detail/light_function_pp.hpp(123) : see reference to class template instantiation 'boost::log::v2s_mt_nt5::aux::light_function<SignatureT>::impl<FunT>' being compiled with [ SignatureT=bool (const boost::log::v2s_mt_nt5::attribute_value_set &), FunT=boost::rv<boost::log::v2s_mt_nt5::aux::light_function<bool (const boost::log::v2s_mt_nt5::attribute_value_set &)>> ] .\boost/log/detail/light_function_pp.hpp(157) : see reference to function template instantiation 'boost::log::v2s_mt_nt5::aux::light_function<SignatureT>::light_function<boost::rv<T>>(const FunT &)' being compiled with [ SignatureT=bool (const boost::log::v2s_mt_nt5::attribute_value_set &), T=boost::log::v2s_mt_nt5::aux::light_function<bool (const boost::log::v2s_mt_nt5::attribute_value_set &)>, FunT=boost::rv<boost::log::v2s_mt_nt5::aux::light_function<bool (const boost::log::v2s_mt_nt5::attribute_value_set &)>> ] And this: call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86.cmd" >nul cl /Zm800 -nologo @"bin.v2\libs\log\build\msvc-8.0\debug\address-model-32\build-no\link-static\log-api-winnt\runtime-link-static\threading-multi\core.obj.rsp" ...failed compile-c-c++ bin.v2\libs\log\build\msvc-8.0\debug\address-model-32\build-no\link-static\log-api-winnt\runtime-link-static\threading-multi\core.obj... compile-c-c++ bin.v2\libs\log\build\msvc-8.0\debug\address-model-32\build-no\link-static\log-api-winnt\runtime-link-static\threading-multi\default_sink.obj default_sink.cpp .\boost/log/expressions/filter.hpp(107) : error C2036: 'boost::type' : unknown size Full build results: 32 bit - http://pastebin.com/E3jkw44s 64 bit - http://pastebin.com/gASZ0nCn Here's what I've got: toolset arch compile install Link Execute msvc-8.0 32 FAIL INPROG X X msvc-8.0 64 FAIL INPROG X X msvc-9.0 32 X INPROG X X msvc-9.0 64 X INPROG X X msvc-10.0 32 X INPROG X X msvc-10.0 64 X INPROG X X msvc-11.0 32 X INPROG X X msvc-11.0 64 X INPROG X X msvc-12.0 32 X INPROG X X msvc-12.0 64 X INPROG X X Compile means that the b2 command completed without errors Install means that the installers for the respective version were generated Link means that visual studio was able to link a sample executable to a library (libboost_thread-vcXXX-mt[-gd]-1_XX.lib) generated Execute means that the linked program executed without errors. Tom Kent On Fri, Oct 17, 2014 at 5:40 PM, Marshall Clow <mclow.lists@gmail.com> wrote:
Release candidate files for 1.57.0 beta 1 are available at http://boost.cowic.de/rc/
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
This helps ensure the candidates build OK before we push them out to SourceForge.
The files (and associated md5s) are: MD5 (boost_1_57_0_b1_rc1.7z) = 8633fbf5ebb7eaabcb0f309c14646ae3 MD5 (boost_1_57_0_b1_rc1.tar.bz2) = 8e76f98146793f0fbd2492a9151c405b MD5 (boost_1_57_0_b1_rc1.tar.gz) = d41ff3ffb36ac84ff5bf34f799308907 MD5 (boost_1_57_0_b1_rc1.zip) = 8a844dc36284247b2e936f2120e118b2
Thanks!
-- The release managers
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (4)
-
Ion Gaztañaga
-
Kohei Takahashi
-
Marshall Clow
-
Tom Kent