<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2014-07-15 20:58 GMT+04:00 Marshall Clow <span dir="ltr"><<a href="mailto:mclow.lists@gmail.com" target="_blank">mclow.lists@gmail.com</a>></span>:<br> <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><span style="font-family:LucidaGrande">The second release candidate files for 1.56.0 beta are available at</span><br style="font-family:LucidaGrande"> <a href="http://boost.cowic.de/rc/" style="font-family:LucidaGrande" target="_blank">http://boost.cowic.de/rc/</a><br style="font-family:LucidaGrande"><br style="font-family:LucidaGrande"><span style="font-family:LucidaGrande">As always, the release managers would appreciate it if you download</span><br style="font-family:LucidaGrande"> <span style="font-family:LucidaGrande">the candidate of your choice and give building it a try. Please report</span><br style="font-family:LucidaGrande"><span style="font-family:LucidaGrande">both success and failure, and anything else that is noteworthy.</span><br style="font-family:LucidaGrande"> <br style="font-family:LucidaGrande"><span style="font-family:LucidaGrande">This helps ensure the candidates build OK before we push them out to</span><br style="font-family:LucidaGrande"><span style="font-family:LucidaGrande">SourceForge.</span><br style="font-family:LucidaGrande"> <br style="font-family:LucidaGrande"><span style="font-family:LucidaGrande">The files (and associated md5s) are:</span><br style="font-family:LucidaGrande"><div><font face="LucidaGrande">MD5 (boost-1_56_0_b1_rc2.7z)<span style="white-space:pre-wrap"> </span>= cd6267325a8dadbb82b384c4776ee450</font></div> <div><font face="LucidaGrande">MD5 (boost-1_56_0_b1_rc2.tar.bz2)<span style="white-space:pre-wrap"> </span><span style="white-space:pre-wrap"> </span>= b74cd72043b6b2fa16c6690633acb422</font></div><div><font face="LucidaGrande">MD5 (boost-1_56_0_b1_rc2.tar.gz)<span style="white-space:pre-wrap"> </span>= b51810be6737e73a4deee70e84895ca7</font></div> <div><font face="LucidaGrande">MD5 (boost-1_56_0_b1_rc2.zip)<span style="white-space:pre-wrap"> </span>= f4ceb73492ae7d9b1843d841498850e5 </font></div><div><br></div><div style="font-family:LucidaGrande">Since this is the first post-git release, we are expecting some teething pains with this release.</div><div style="font-family:LucidaGrande">Please test extensively.</div> <div style="font-family:LucidaGrande"><br></div><div style="font-family:LucidaGrande">Besides bug fixes the TypeIndex library has been included, and I think that the problems that <a href="mailto:mjklaim@gmail.com" target="_blank">mjklaim@gmail.com</a> was seeing have been fixed.<br> </div></div></blockquote></div><br></div><div class="gmail_extra">Builds OK on Ubintu 14.04 with GCC-4.8.2 (C++03 and C++11 modes)<br><br><br><br></div><div class="gmail_extra">Some of the earlier reported issues remain, but they do not look like critical:<br> <br>Some problems with bzip2 headers detection during build:<br> libs/iostreams/src/bzip2.cpp:<div class="gmail_extra">20:56: fatal error: bzlib.h: No such file or directory<br> #include "bzlib.h" // Julian Seward's "bzip.h" header.<br> ^<br> compilation terminated.<br><br> "g++-4.8" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_DYN_LINK=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.8/release/threading-multi/bzip2.o" "libs/iostreams/src/bzip2.cpp"<br> <br><br></div><div class="gmail_extra"><br>Warning in locale:<br>./boost/locale/boundary/segment.hpp:30:35: warning: typedef ‘right_iterator’ locally defined but not used [-Wunused-local-typedefs]<br> typedef RightIterator right_iterator;<br> </div><div class="gmail_extra"><br><br><br><br></div><div class="gmail_extra">Compilation of Python failed:<br>In file included from ./boost/python/detail/prefix.hpp:13:0,<br> from ./boost/python/numeric.hpp:8,<br> from libs/python/src/numeric.cpp:6:<br>./boost/python/detail/wrap_python.hpp:75:24: fatal error: patchlevel.h: No such file or directory<br> #include <patchlevel.h><br> ^<br> compilation terminated.<br> <br> "g++-4.8" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-4.8/release/threading-multi/numeric.o" "libs/python/src/numeric.cpp"<br> <br>...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.8/release/threading-multi/numeric.o...<br>gcc.compile.c++ bin.v2/libs/python/build/gcc-4.8/release/threading-multi/list.o<br>In file included from ./boost/python/detail/prefix.hpp:13:0,<br> from ./boost/python/list.hpp:8,<br> from libs/python/src/list.cpp:5:<br>./boost/python/detail/wrap_python.hpp:75:24: fatal error: patchlevel.h: No such file or directory<br> #include <patchlevel.h><br> ^<br>compilation terminated.<br><br> "g++-4.8" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-4.8/release/threading-multi/list.o" "libs/python/src/list.cpp"<br> <br>...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.8/release/threading-multi/list.o...<br>gcc.compile.c++ bin.v2/libs/python/build/gcc-4.8/release/threading-multi/long.o<br>In file included from ./boost/python/detail/prefix.hpp:13:0,<br> from ./boost/python/long.hpp:8,<br> from libs/python/src/long.cpp:5:<br>./boost/python/detail/wrap_python.hpp:75:24: fatal error: patchlevel.h: No such file or directory<br> #include <patchlevel.h><br> ^<br>compilation terminated.<br><br><br><br></div><div class="gmail_extra">Warnings in Spirit:<br>./boost/spirit/home/classic/core/primitives/primitives.hpp:50:68: warning: typedef ‘result_t’ locally defined but not used [-Wunused-local-typedefs]<br> typedef typename parser_result<self_t, ScannerT>::type result_t;<br> ^<br>./boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:285:68: warning: typedef ‘iterator_t’ locally defined but not used [-Wunused-local-typedefs]<br> typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;<br> ^<br><br></div>./boost/spirit/home/classic/<div class="gmail_extra">tree/parse_tree.hpp:79:42: warning: typedef ‘attr_t’ locally defined but not used [-Wunused-local-typedefs]<br> typedef typename match_t::attr_t attr_t;<br> ^<div class=""><div id=":4s2" class="" tabindex="0"><img class="" src="https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif"></div> </div></div><br></div><div class="gmail_extra"><br clear="all"><br>-- <br>Best regards,<br>Antony Polukhin </div></div>