1.55.0 beta 1 release candidates available for testing
Release candidate files for 1.55.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: 9fa020efb06f5485628c646451b927c6 *boost_1_55_0b1_rc1.tar.gz 02d26b038ac96f19c3478d0c45a63c9b *boost_1_55_0b1_rc1.tar.bz2 de5f7d60b2387c4fe3d03eb327f095a9 *boost_1_55_0b1_rc1.zip 7deb9063846873452e6ec6918cb75a87 *boost_1_55_0b1_rc1.7z Thanks, --The release managers
On Oct 3, 2013, at 9:19 AM, Marshall Clow
Release candidate files for 1.55.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.
I built the RC on Mac OS X with gcc, clang and clang in C++ 11 mode.
libs/log/src/init_from_settings.cpp
failed to compile with clang (in both C++03 and C++11 modes)
Here's the error from the -03 compilation:
In file included from libs/log/src/init_from_settings.cpp:40:
In file included from ./boost/spirit/include/qi_core.hpp:16:
In file included from ./boost/spirit/home/qi/parser.hpp:15:
In file included from ./boost/spirit/home/qi/domain.hpp:15:
In file included from ./boost/spirit/home/support/meta_compiler.hpp:19:
In file included from ./boost/proto/proto.hpp:12:
In file included from ./boost/proto/core.hpp:21:
In file included from ./boost/proto/fusion.hpp:18:
In file included from ./boost/fusion/include/is_view.hpp:10:
In file included from ./boost/fusion/support/is_view.hpp:12:
./boost/fusion/support/tag_of.hpp:78:39: fatal error: recursive template instantiation exceeded maximum depth of 128
: traits::tag_of
On Thu, Oct 3, 2013 at 9:59 PM, Marshall Clow
On Oct 3, 2013, at 9:19 AM, Marshall Clow
wrote: Release candidate files for 1.55.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.
I built the RC on Mac OS X with gcc, clang and clang in C++ 11 mode.
libs/log/src/init_from_settings.cpp
failed to compile with clang (in both C++03 and C++11 modes)
Here's the error from the -03 compilation:
In file included from libs/log/src/init_from_settings.cpp:40: In file included from ./boost/spirit/include/qi_core.hpp:16: In file included from ./boost/spirit/home/qi/parser.hpp:15: In file included from ./boost/spirit/home/qi/domain.hpp:15: In file included from ./boost/spirit/home/support/meta_compiler.hpp:19: In file included from ./boost/proto/proto.hpp:12: In file included from ./boost/proto/core.hpp:21: In file included from ./boost/proto/fusion.hpp:18: In file included from ./boost/fusion/include/is_view.hpp:10: In file included from ./boost/fusion/support/is_view.hpp:12: ./boost/fusion/support/tag_of.hpp:78:39: fatal error: recursive template instantiation exceeded maximum depth of 128 : traits::tag_of
^
Does it help if you apply the attached patch to libs/log/build/Jamfile.v2?
On Oct 3, 2013, at 11:10 AM, Andrey Semashev
On Thu, Oct 3, 2013 at 9:59 PM, Marshall Clow
wrote: On Oct 3, 2013, at 9:19 AM, Marshall Clow
wrote: Release candidate files for 1.55.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.
I built the RC on Mac OS X with gcc, clang and clang in C++ 11 mode.
libs/log/src/init_from_settings.cpp
failed to compile with clang (in both C++03 and C++11 modes)
Here's the error from the -03 compilation:
In file included from libs/log/src/init_from_settings.cpp:40: In file included from ./boost/spirit/include/qi_core.hpp:16: In file included from ./boost/spirit/home/qi/parser.hpp:15: In file included from ./boost/spirit/home/qi/domain.hpp:15: In file included from ./boost/spirit/home/support/meta_compiler.hpp:19: In file included from ./boost/proto/proto.hpp:12: In file included from ./boost/proto/core.hpp:21: In file included from ./boost/proto/fusion.hpp:18: In file included from ./boost/fusion/include/is_view.hpp:10: In file included from ./boost/fusion/support/is_view.hpp:12: ./boost/fusion/support/tag_of.hpp:78:39: fatal error: recursive template instantiation exceeded maximum depth of 128 : traits::tag_of
^ Does it help if you apply the attached patch to libs/log/build/Jamfile.v2?
I'm running the tests right now with "tip of tree" clang - and the failure does not appear in C++03 mode. When the C++11 run finishes, I will apply the patch and try the "released" clang again. $ clang++ --version Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn) Target: x86_64-apple-darwin12.5.0 Thread model: posix $ totclang --version clang version 3.4 (trunk 191895) Target: x86_64-apple-darwin12.5.0 Thread model: posix -- Marshall Marshall Clow Idio Software mailto:mclow.lists@gmail.com A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
On Oct 3, 2013, at 11:10 AM, Andrey Semashev
On Thu, Oct 3, 2013 at 9:59 PM, Marshall Clow
wrote: On Oct 3, 2013, at 9:19 AM, Marshall Clow
wrote: Release candidate files for 1.55.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.
I built the RC on Mac OS X with gcc, clang and clang in C++ 11 mode.
libs/log/src/init_from_settings.cpp
failed to compile with clang (in both C++03 and C++11 modes)
Here's the error from the -03 compilation:
In file included from libs/log/src/init_from_settings.cpp:40: In file included from ./boost/spirit/include/qi_core.hpp:16: In file included from ./boost/spirit/home/qi/parser.hpp:15: In file included from ./boost/spirit/home/qi/domain.hpp:15: In file included from ./boost/spirit/home/support/meta_compiler.hpp:19: In file included from ./boost/proto/proto.hpp:12: In file included from ./boost/proto/core.hpp:21: In file included from ./boost/proto/fusion.hpp:18: In file included from ./boost/fusion/include/is_view.hpp:10: In file included from ./boost/fusion/support/is_view.hpp:12: ./boost/fusion/support/tag_of.hpp:78:39: fatal error: recursive template instantiation exceeded maximum depth of 128 : traits::tag_of
^ Does it help if you apply the attached patch to libs/log/build/Jamfile.v2?
Yes - that fixes the error. BTW, all the log files give me this warning for clang: In file included from libs/log/src/init_from_settings.cpp:18: In file included from libs/log/src/windows_version.hpp:19: ./boost/log/detail/config.hpp:320:16: warning: unknown attribute '__strong__' ignored [-Wattributes] __attribute__((__strong__)) ^ 1 warning generated. clang-darwin.archive bin.v2/libs/log/build/clang-darwin-4.2.1/release/link-static/log-api-unix/threading-multi/libboost_log_setup.a -- Marshall Marshall Clow Idio Software mailto:mclow.lists@gmail.com A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
On Thu, Oct 3, 2013 at 11:00 PM, Marshall Clow
On Oct 3, 2013, at 11:10 AM, Andrey Semashev
wrote: On Thu, Oct 3, 2013 at 9:59 PM, Marshall Clow
wrote: On Oct 3, 2013, at 9:19 AM, Marshall Clow
wrote: Release candidate files for 1.55.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.
I built the RC on Mac OS X with gcc, clang and clang in C++ 11 mode.
libs/log/src/init_from_settings.cpp
failed to compile with clang (in both C++03 and C++11 modes)
Here's the error from the -03 compilation:
In file included from libs/log/src/init_from_settings.cpp:40: In file included from ./boost/spirit/include/qi_core.hpp:16: In file included from ./boost/spirit/home/qi/parser.hpp:15: In file included from ./boost/spirit/home/qi/domain.hpp:15: In file included from ./boost/spirit/home/support/meta_compiler.hpp:19: In file included from ./boost/proto/proto.hpp:12: In file included from ./boost/proto/core.hpp:21: In file included from ./boost/proto/fusion.hpp:18: In file included from ./boost/fusion/include/is_view.hpp:10: In file included from ./boost/fusion/support/is_view.hpp:12: ./boost/fusion/support/tag_of.hpp:78:39: fatal error: recursive template instantiation exceeded maximum depth of 128 : traits::tag_of
^ Does it help if you apply the attached patch to libs/log/build/Jamfile.v2?
Yes - that fixes the error.
BTW, all the log files give me this warning for clang:
In file included from libs/log/src/init_from_settings.cpp:18: In file included from libs/log/src/windows_version.hpp:19: ./boost/log/detail/config.hpp:320:16: warning: unknown attribute '__strong__' ignored [-Wattributes] __attribute__((__strong__)) ^ 1 warning generated. clang-darwin.archive bin.v2/libs/log/build/clang-darwin-4.2.1/release/link-static/log-api-unix/threading-multi/libboost_log_setup.a
I've committed the fix to both problems to trunk. Thanks for reporting this.
On Thu, Oct 3, 2013 at 4:19 PM, Marshall Clow
Release candidate files for 1.55.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: 9fa020efb06f5485628c646451b927c6 *boost_1_55_0b1_rc1.tar.gz 02d26b038ac96f19c3478d0c45a63c9b *boost_1_55_0b1_rc1.tar.bz2 de5f7d60b2387c4fe3d03eb327f095a9 *boost_1_55_0b1_rc1.zip 7deb9063846873452e6ec6918cb75a87 *boost_1_55_0b1_rc1.7z
Thanks,
--The release managers
I've had successful builds on Windows Server 2008 R2 64 bit (Azure VM) for msvc-8.0 msvc-9.0 msvc-10.0 msvc-11.0 msvc-8.0 - 64 msvc-9.0 - 64 msvc-10.0 - 64 msvc-11.0 -64 I've also done a quick link and run of a simple executable for each of those. I'm currently packaging them into installers and staging them for upload to sourceforge binaries if we decide this is going to be the beta version. Tom
On 3 October 2013 17:19, Marshall Clow
Release candidate files for 1.55.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.
I've uploaded the documentation to the site. The circular buffer documentation is missing, because a new version was merged to release, but was never added to the documentation build. It also has a load of broken links on trunk, so I'll have a look into fixing that tomorrow. Is there any reason for the change in naming convention?
-----Original Message----- From: Boost [mailto:boost-bounces@lists.boost.org] On Behalf Of Daniel James Sent: Sunday, October 06, 2013 12:19 AM To: boost@lists.boost.org List Subject: Re: [boost] [Boost-users] 1.55.0 beta 1 release candidates available for testing
On 3 October 2013 17:19, Marshall Clow
wrote: Release candidate files for 1.55.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.
I've uploaded the documentation to the site. The circular buffer documentation is missing, because a new version was merged to release, but was never added to the documentation build. It also has a load of broken links on trunk, so I'll have a look into fixing that tomorrow.
Guilty! Sorry about this, and thanks.
Is there any reason for the change in naming convention?
Not sure what you mean by this - I wasn't aware I had changed naming convention. Paul --- Paul A. Bristow, Prizet Farmhouse, Kendal LA8 8AB UK +44 1539 561830 07714330204 pbristow@hetp.u-net.com
On 6 October 2013 17:51, Paul A. Bristow
Is there any reason for the change in naming convention?
Not sure what you mean by this - I wasn't aware I had changed naming convention.
Not you, the beta release would normally be called 'boost_1_55_0_beta1', this time it's 'boost_1_55_0b1'. Not a big deal, but the site needs a little tweaking.
On Oct 6, 2013, at 11:36 AM, Daniel James
On 6 October 2013 17:51, Paul A. Bristow
wrote: Is there any reason for the change in naming convention?
Not sure what you mean by this - I wasn't aware I had changed naming convention.
Not you, the beta release would normally be called 'boost_1_55_0_beta1', this time it's 'boost_1_55_0b1'. Not a big deal, but the site needs a little tweaking.
That would be my mistake, then. Sorry about that. I can fix that for the beta release tomorrow, if you want - or we can go with the existing name. -- Marshall Marshall Clow Idio Software mailto:mclow.lists@gmail.com A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
On 6 October 2013 19:57, Marshall Clow
On Oct 6, 2013, at 11:36 AM, Daniel James
wrote: On 6 October 2013 17:51, Paul A. Bristow
wrote: Is there any reason for the change in naming convention?
Not sure what you mean by this - I wasn't aware I had changed naming convention.
Not you, the beta release would normally be called 'boost_1_55_0_beta1', this time it's 'boost_1_55_0b1'. Not a big deal, but the site needs a little tweaking.
That would be my mistake, then. Sorry about that.
I can fix that for the beta release tomorrow, if you want - or we can go with the existing name.
Go ahead. I probably shouldn't have mentioned it.
On 3.10.2013. 18:19, Marshall Clow wrote:> Release candidate files for 1.55.0 beta 1 are available at
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.
With MSVC12 RC: * 1.54 and 1.55 b1 RC - lots of: .\boost/iterator/detail/facade_iterator_category.hpp(166) : error C2039: 'assert_not_arg' : is not a member of 'boost::mpl' * trunk - lots of .\boost/iterator/iterator_concepts.hpp(42) : error C2065: 'ReadableIterator' : undeclared identifier .\boost/iterator/iterator_concepts.hpp(42) : error C2065: 'Iterator' : undeclared identifier .\boost/iterator/iterator_concepts.hpp(43) : error C2448: 'BOOST_concept' : function-style initializer appears to be a function definition .\boost/iterator/iterator_concepts.hpp(43) : error C2143: syntax error : missing ';' before ':' .\boost/iterator/iterator_concepts.hpp(43) : error C2065: 'Iterator' : undeclared identifier .\boost/iterator/iterator_concepts.hpp(43) : error C2923: 'boost::Assignable' : 'Iterator' is not a valid template type argument for parameter 'TT ps. 1.53 seems to compile and trunk did compile a few days ago... -- "What Huxley teaches is that in the age of advanced technology, spiritual devastation is more likely to come from an enemy with a smiling face than from one whose countenance exudes suspicion and hate." Neil Postman
2013/10/8 Domagoj Saric
On 3.10.2013. 18:19, Marshall Clow wrote:> Release candidate files for 1.55.0 beta 1 are available at
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.
With MSVC12 RC: * 1.54 and 1.55 b1 RC - lots of: .\boost/iterator/detail/**facade_iterator_category.hpp(**166) : error C2039: 'assert_not_arg' : is not a member of 'boost::mpl'
This issue fixed by this commit. http://lists.boost.org/boost-commit/2013/05/46330.php However, not merge to release branch yet.
participants (7)
-
Akira Takahashi
-
Andrey Semashev
-
Daniel James
-
Domagoj Saric
-
Marshall Clow
-
Paul A. Bristow
-
Tom Kent