[1.44] Beta release candidate available

Release candidate files for the 1.44.0 beta are available at http://boost.cowic.de/rc/ As always, the release managers appreciate it if you download the candidate of your choice and give it a try. Report both success and failure. I'm concerned about the number of failures showing for Build, Python, and Thread libraries. See http://beta.boost.org/development/tests/release/developer/summary.html. We need to fix those before the final release, but I don't want to hold the beta up any more. Thanks, --Beman

Beman Dawes wrote:
Release candidate files for the 1.44.0 beta are available at http://boost.cowic.de/rc/
As always, the release managers appreciate it if you download the candidate of your choice and give it a try. Report both success and failure.
I'm concerned about the number of failures showing for Build, Python, and Thread libraries. See http://beta.boost.org/development/tests/release/developer/summary.html. We need to fix those before the final release, but I don't want to hold the beta up any more.
Actually, as far as Boost.Build tests are concerned, there's no particular emergency. Historically, those tests tend to care a lot about testing environment, so one better look only on gcc and msvc test results. Those reveal that 'print' test is failing everywhere -- which is something I've missed, but is not important. Also, pch test appear to fail on gcc 4.5 -- which is something that really has to be fixed. - Volodya

AMDG Vladimir Prus wrote:
Actually, as far as Boost.Build tests are concerned, there's no particular emergency. Historically, those tests tend to care a lot about testing environment, so one better look only on gcc and msvc test results. Those reveal that 'print' test is failing everywhere -- which is something I've missed, but is not important.
This is my fault. I just committed a fix to the trunk. In Christ, Steven Watanabe

Steven Watanabe wrote:
AMDG
Vladimir Prus wrote:
Actually, as far as Boost.Build tests are concerned, there's no particular emergency. Historically, those tests tend to care a lot about testing environment, so one better look only on gcc and msvc test results. Those reveal that 'print' test is failing everywhere -- which is something I've missed, but is not important.
This is my fault. I just committed a fix to the trunk.
Thanks! You might consider merging to release, when tests cycle (there won't be any wholesale mergers until 1.45) - Volodya

On Tue, Aug 3, 2010 at 12:30 PM, Vladimir Prus <vladimir@codesourcery.com> wrote:
Actually, as far as Boost.Build tests are concerned, there's no particular emergency. Historically, those tests tend to care a lot about testing environment, so one better look only on gcc and msvc test results. Those reveal that 'print' test is failing everywhere -- which is something I've missed, but is not important.
Expected failures tend to hide real failures, and make it hard to tell at a glace if a library has problems that need to be addressed. That's why we have the markup mechanism. So please either fix the failures or mark them up as expected. Thanks, --Beman

On Aug 3, 2010, at 7:19 AM, Beman Dawes wrote:
Release candidate files for the 1.44.0 beta are available at http://boost.cowic.de/rc/
As always, the release managers appreciate it if you download the candidate of your choice and give it a try. Report both success and failure.
Built just fine on Mac OS X 10.6.4 using the "darwin" toolset. $ g++ --version i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664) No errors, 34 warnings. -- Marshall

On Tue, Aug 3, 2010 at 12:49 PM, Marshall Clow <mclow.lists@gmail.com> wrote:
On Aug 3, 2010, at 7:19 AM, Beman Dawes wrote:
Release candidate files for the 1.44.0 beta are available at http://boost.cowic.de/rc/
As always, the release managers appreciate it if you download the candidate of your choice and give it a try. Report both success and failure.
Built just fine on Mac OS X 10.6.4 using the "darwin" toolset.
Thanks, Marshall! --Beman

On 03/08/2010 15:19, Beman Dawes wrote:
Release candidate files for the 1.44.0 beta are available at http://boost.cowic.de/rc/
As always, the release managers appreciate it if you download the candidate of your choice and give it a try. Report both success and failure.
Well, every .lib compiles with VC10. Didn't try any test program though. KTC

On Tue, Aug 3, 2010 at 3:51 PM, KTC <ktc@ktchan.info> wrote:
On 03/08/2010 15:19, Beman Dawes wrote:
Release candidate files for the 1.44.0 beta are available at http://boost.cowic.de/rc/
As always, the release managers appreciate it if you download the candidate of your choice and give it a try. Report both success and failure.
Well, every .lib compiles with VC10. Didn't try any test program though.
Thanks for the report! --Beman

Beman Dawes <bdawes@acm.org> writes:
I'm concerned about the number of failures showing for Build, Python, and Thread libraries. See http://beta.boost.org/development/tests/release/developer/summary.html. We need to fix those before the final release, but I don't want to hold the beta up any more.
The thread failures are mostly due to the test_thread_move_return failures, which are expected. I need to update the failures markup for that. Anthony -- Author of C++ Concurrency in Action http://www.stdthread.co.uk/book/ just::thread C++0x thread library http://www.stdthread.co.uk Just Software Solutions Ltd http://www.justsoftwaresolutions.co.uk 15 Carrallack Mews, St Just, Cornwall, TR19 7UL, UK. Company No. 5478976

On Wed, Aug 4, 2010 at 4:25 AM, Anthony Williams <anthony.ajw@gmail.com> wrote:
Beman Dawes <bdawes@acm.org> writes:
I'm concerned about the number of failures showing for Build, Python, and Thread libraries. See http://beta.boost.org/development/tests/release/developer/summary.html. We need to fix those before the final release, but I don't want to hold the beta up any more.
The thread failures are mostly due to the test_thread_move_return failures, which are expected. I need to update the failures markup for that.
Please do. Thanks, --Beman

On 08/03/2010 04:19 PM, Beman Dawes wrote:
Release candidate files for the 1.44.0 beta are available at http://boost.cowic.de/rc/
As always, the release managers appreciate it if you download the candidate of your choice and give it a try. Report both success and failure.
I'm concerned about the number of failures showing for Build, Python, and Thread libraries. See http://beta.boost.org/development/tests/release/developer/summary.html. We need to fix those before the final release, but I don't want to hold the beta up any more.
Thanks,
--Beman
System: ======= Ubuntu 10.4 (64 bit) gcc 4.4.3 Built with: =========== export EXPAT_LIBPATH=$MY_ROOT/binaries/expat/2.0.1/lib export EXPAT_INCLUDE=$MY_ROOT/binaries/expat/2.0.1/include ./bootstrap.sh --with-icu=$MY_ROOT/binaries/icu/4.2 mkdir build ./bjam -q --build-dir=build --prefix=$MY_ROOT/binaries/boost/1.44 link=shared runtime-link=shared install Result: ======= errors: 0 warnings: 952 Regards, Roland

On Wed, Aug 4, 2010 at 4:41 AM, Roland Bock <rbock@eudoxos.de> wrote:
System: ======= Ubuntu 10.4 (64 bit) gcc 4.4.3
Built with: =========== export EXPAT_LIBPATH=$MY_ROOT/binaries/expat/2.0.1/lib export EXPAT_INCLUDE=$MY_ROOT/binaries/expat/2.0.1/include ./bootstrap.sh --with-icu=$MY_ROOT/binaries/icu/4.2 mkdir build ./bjam -q --build-dir=build --prefix=$MY_ROOT/binaries/boost/1.44 link=shared runtime-link=shared install
Result: ======= errors: 0 warnings: 952
Thanks for the report! --Beman
participants (7)
-
Anthony Williams
-
Beman Dawes
-
KTC
-
Marshall Clow
-
Roland Bock
-
Steven Watanabe
-
Vladimir Prus