[1.47.0] Release candidate files available

Release candidate files for 1.47.0 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. Thanks, --The release managers

On 10 July 2011 22:57, Beman Dawes <bdawes@acm.org> wrote:
Release candidate files for 1.47.0 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 it to the beta site for anyone who wants to check their documentation.

On Mon, Jul 11, 2011 at 11:31 AM, Daniel James <dnljms@gmail.com> wrote:
On 10 July 2011 22:57, Beman Dawes <bdawes@acm.org> wrote:
Release candidate files for 1.47.0 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 it to the beta site for anyone who wants to check their documentation.
Docs for phoenix look good, thanks! This weekend a bug in phoenix got reported. I just committed the fix to trunk. If it's not too late, I would like to merge this to release: http://svn.boost.org/trac/boost/changeset/73000 This bug doesn't mean that phoenix is broken per se, after all the unit tests still pass on most platforms. It will only emerge whenever a phoenix actor is trying to return a phoenix lambda expression. Thanks, Thomas

On Mon, Jul 11, 2011 at 6:28 AM, Thomas Heller <thom.heller@googlemail.com> wrote:
This weekend a bug in phoenix got reported. I just committed the fix to trunk. If it's not too late, I would like to merge this to release: http://svn.boost.org/trac/boost/changeset/73000
It is too late; the release candidates have already been built. --Beman

"Thomas Heller" wrote in message news:CAJcxAewg-8mbwg3Ce_1nxbQgJcJH3rwyztWw7atghtE-L1VuPw@mail.gmail.com...
This weekend a bug in phoenix got reported. I just committed the fix to trunk. If it's not too late, I would like to merge this to release: http://svn.boost.org/trac/boost/changeset/73000
Why is it that when I click on the header files that were changed (e.g., actor_operator.hpp), I get this error: Error: Not Found No handler matched request to /browser/trunk/boost/phoenix/core/detail/actor_operator.hpp Is SVN misconfigured or are the links referenced at the URL you gave invalid? This is the URL that was visited when I clicked on the file: https://svn.boost.org/trac/boost/browser/trunk/boost/phoenix/core/detail/act... Thanks, Michael Goldshteyn

On Mon, Jul 11, 2011 at 3:47 PM, Michael Goldshteyn <mgoldshteyn@comcast.net> wrote:
"Thomas Heller" wrote in message news:CAJcxAewg-8mbwg3Ce_1nxbQgJcJH3rwyztWw7atghtE-L1VuPw@mail.gmail.com...
This weekend a bug in phoenix got reported. I just committed the fix to trunk. If it's not too late, I would like to merge this to release: http://svn.boost.org/trac/boost/changeset/73000
Why is it that when I click on the header files that were changed (e.g., actor_operator.hpp), I get this error:
The links point to the internal trac svn code browser, which got disable due to puting too much load on the server

On 10/07/2011 22:57, Beman Dawes wrote:
Release candidate files for 1.47.0 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.
File: boost_1_47_0.7z Setup: <http://www.boost.org/development/tests/release/KTC-Win7x64_VC10x64.html> Command: b2 --stagedir=x64 --build-type=complete -j2 architecture=x86 address-model=64 stage b2 --with-python --stagedir=x86 --build-type=complete -j2 stage b2 --without-python --stagedir=x86 --build-type=complete -j2 stage All built without errors. However, I want to know why bootstrap.bat creates both a bjam.exe & a b2.exe, where then both are copied to <BOOST_ROOT>. Also, in 1.46.1 --build-type=complete created 476 files, whereas here (with b2.exe) it created 280 / 290 for x64 & x86 targets respectively. KTC

On Mon, Jul 11, 2011 at 8:38 AM, KTC <ktc@ktchan.info> wrote:
On 10/07/2011 22:57, Beman Dawes wrote:
Release candidate files for 1.47.0 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.
File: boost_1_47_0.7z
Setup: <http://www.boost.org/development/tests/release/KTC-Win7x64_VC10x64.html>
Command: b2 --stagedir=x64 --build-type=complete -j2 architecture=x86 address-model=64 stage b2 --with-python --stagedir=x86 --build-type=complete -j2 stage b2 --without-python --stagedir=x86 --build-type=complete -j2 stage
All built without errors.
Good! Thanks for the multiple tests!
However, I want to know why bootstrap.bat creates both a bjam.exe & a b2.exe, where then both are copied to <BOOST_ROOT>.
IIUC, "bjam" is being "rebranded" as "b2" to reduce confusion between jam and boost build. Presumably both names are being supported so that user scripts using "bjam" still work.
Also, in 1.46.1 --build-type=complete created 476 files, whereas here (with b2.exe) it created 280 / 290 for x64 & x86 targets respectively.
Hum... I'm clueless on that one. --Beman

On Sun, Jul 10, 2011 at 11:57 PM, Beman Dawes <bdawes@acm.org> wrote:
Release candidate files for 1.47.0 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.
./bootstrap and ./b2 --without-mpi work ok and the library builds without errors on the following platforms: - Debian 64-bit + gcc 4.6.0 (from .tar.bz2) - Ubuntu10 32-bit + gcc 4.4.3 and 4.5.1 (from .tar.gz) - MS Vista 32-bit + msvc 9.0 (from .zip) BR Matus

On Mon, Jul 11, 2011 at 2:56 PM, Matus Chochlik <chochlik@gmail.com> wrote:
On Sun, Jul 10, 2011 at 11:57 PM, Beman Dawes <bdawes@acm.org> wrote:
Release candidate files for 1.47.0 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.
./bootstrap and ./b2 --without-mpi work ok and the library builds without errors on the following platforms:
- Debian 64-bit + gcc 4.6.0 (from .tar.bz2) - Ubuntu10 32-bit + gcc 4.4.3 and 4.5.1 (from .tar.gz) - MS Vista 32-bit + msvc 9.0 (from .zip)
Also the full output of ./b2 from all 4 builds can be found here: http://kifri.fri.uniza.sk/~chochlik/boost_1_47_rc_build/

Greetings all, boost 1.47.0 compiles without errors for me. File: boost_1_47_0.tar.bz2 System: - Running Ubuntu Linux, the Ubuntu 10.04 (lucid) release. (64bit) - Kernel version: 2.6.32-32-generic (#62-Ubuntu SMP Wed Apr 20 21:52:38 UTC 2011) - GCC: 4.4.3 (x86_64-linux-gnu) Commands (... dirs omitted for brevity): ./bootstrap.sh \ --prefix=/home/.../third_party \ --exec-prefix=/home/.../third_party/bin \ --libdir=/home/.../third_party/lib \ --includedir=/home/.../third_party/include ./bjam install \ --prefix=/home/.../third_party \ --exec-prefix=/home/.../third_party/bin \ --libdir=/home/.../third_party/lib \ --includedir=/home/.../third_party/include \ --user-config=/home/.../third_party/boost/user-config.jam Mike On 10 July 2011 22:57, Beman Dawes <bdawes@acm.org> wrote:
Release candidate files for 1.47.0 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.
Thanks,
--The release managers _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

On Sun, Jul 10, 2011 at 05:57:31PM -0400, Beman Dawes wrote:
Release candidate files for 1.47.0 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.
Probably goes through the test suite reasonably well on this Debian 6.0.1 x64 (gcc 4.4.5). It's hard to tell as it ate all my disk space on the shared HOME disk during the test suite build. Some kind of disclaimer somewhere that the test suite will eat tens of gigs of precious disk space would be beneficial, preferably before someone loses an arm. grmbhl'ingly yours, -- Lars Viklund | zao@acc.umu.se

On Sun, Jul 10, 2011 at 5:57 PM, Beman Dawes <bdawes@acm.org> wrote:
Release candidate files for 1.47.0 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.
Thanks,
--The release managers
Thanks to all those who reported results. Additionally, I ran Windows 7 32-bit VC++ 2010 and Mac OS X gcc builds here without any problems. The files have been pushed up to SourceForge, the release tagged, and the 1.47.0 web site will go live soon. The actual release notice doesn't go out until the web site is live for the release. --Beman
participants (8)
-
Beman Dawes
-
Daniel James
-
KTC
-
Lars Viklund
-
Matus Chochlik
-
Michael Goldshteyn
-
Michael Tryhorn
-
Thomas Heller