Boost 1_58_0_rc1 is available for testing
Release candidate files for 1.58.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. IMPORTANT NOTE: There is a bug with the build scripts; you have to specify the address-mode and architecture to b2. I used: ./b2 address-model=64 architecture=x86 to test this. The files (and associated md5s) are: MD5 (boost_1_58_0_b1_rc1.7z) = 302c7dfc917227843d24beed33ccc99c MD5 (boost_1_58_0_b1_rc1.tar.bz2) = d7d030e85bf5534a328c108c62a7fb0e MD5 (boost_1_58_0_b1_rc1.tar.gz) = ec90cd23bdc99c5eaf88245ea94a28e0 MD5 (boost_1_58_0_b1_rc1.zip) = dc8379fb95c84fe2fca53a4b2c96da23 Thanks! -- The release managers
2015-03-12 4:12 GMT+03:00 Marshall Clow
Release candidate files for 1.58.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.
IMPORTANT NOTE: There is a bug with the build scripts; you have to specify the address-mode and architecture to b2. I used: ./b2 address-model=64 architecture=x86 to test this.
Successful build on Ubuntu 14.04 gcc 4.8 address-model=64 architecture=x86 P.S.: running ./b2 headers on master branch results in following errors: $ ./b2 headers /home/travis/boost-local/tools/build/src/build/project.jam:262: in find-jamfile from module project error: Unable to load Jamfile. error: Could not find a Jamfile in directory '/home/travis/boost-local/libs/context/config'. error: Attempted to find it with pattern '[Bb]uild.jam [Jj]amfile.v2 [Jj]amfile [Jj]amfile.jam'. error: Please consult the documentation at 'http://www.boost.org'. /home/travis/boost-local/tools/build/src/build/project.jam:280: in load-jamfile from module project /home/travis/boost-local/tools/build/src/build/project.jam:64: in project.load from module project /home/travis/boost-local/libs/log/build/log-architecture.jam:23: in load from module log-architecture /home/travis/boost-local/tools/build/src/kernel/modules.jam:289: in modules.import from module modules /home/travis/boost-local/tools/build/src/build/project.jam:1024: in import from module Jamfile libs/log/build/Jamfile.v2:15: in modules.load from module Jamfile /home/travis/boost-local/tools/build/src/build/project.jam:311: in load-jamfile from module project /home/travis/boost-local/tools/build/src/build/project.jam:64: in load from module project /home/travis/boost-local/tools/build/src/build/project.jam:89: in load-used-projects from module project /home/travis/boost-local/tools/build/src/build/project.jam:75: in load from module project /home/travis/boost-local/tools/build/src/build/project.jam:145: in project.find from module project /home/travis/boost-local/tools/build/src/build-system.jam:535: in load from module build-system /home/travis/boost-local/tools/build/src/kernel/modules.jam:289: in import from module modules /home/travis/boost-local/tools/build/src/kernel/bootstrap.jam:139: in boost-build from module /home/travis/boost-local/boost-build.jam:17: in module scope from module Is this a known error? -- Best regards, Antony Polukhin
On 12 March 2015 at 12:16, Antony Polukhin
P.S.: running ./b2 headers on master branch results in following errors:
$ ./b2 headers
/home/travis/boost-local/tools/build/src/build/project.jam:262: in find-jamfile from module project
error: Unable to load Jamfile.
error: Could not find a Jamfile in directory '/home/travis/boost-local/libs/context/config'.
Are you fully up to date? That should have been fixed yesterday.
2015-03-12 15:31 GMT+03:00 Daniel James
On 12 March 2015 at 12:16, Antony Polukhin
wrote: P.S.: running ./b2 headers on master branch results in following errors:
$ ./b2 headers
/home/travis/boost-local/tools/build/src/build/project.jam:262: in find-jamfile from module project
error: Unable to load Jamfile.
error: Could not find a Jamfile in directory '/home/travis/boost-local/libs/context/config'.
Are you fully up to date? That should have been fixed yesterday.
Issue disappeared after update. Thanks for fixing it yesterday! -- Best regards, Antony Polukhin
On 12 March 2015 at 13:30, Antony Polukhin
2015-03-12 15:31 GMT+03:00 Daniel James
: On 12 March 2015 at 12:16, Antony Polukhin
wrote: P.S.: running ./b2 headers on master branch results in following errors:
$ ./b2 headers
/home/travis/boost-local/tools/build/src/build/project.jam:262: in find-jamfile from module project
error: Unable to load Jamfile.
error: Could not find a Jamfile in directory '/home/travis/boost-local/libs/context/config'.
Are you fully up to date? That should have been fixed yesterday.
Issue disappeared after update. Thanks for fixing it yesterday!
Oh, I didn't fix it. Thanks to Rene and Vladimir.
I'm seeing a weird error on windows:
D:\BoostBuilding\boost_1_58_0_b1>.\bjam --without-mpi --build-type=complete
toolset=msvc-8.0 address-model=32 --prefix=.\ --libdir=lib32-8.0
--includedir=garbage_headers install
Performing configuration checks
- arm : no
- mips1 : no
- power : no
- sparc : no
- x86 : yes
- has_icu builds : no
warning: Graph library does not contain MPI-based parallel components.
note: to enable them, add "using mpi ;" to your user-config.jam
- iconv (libc) : no
- iconv (separate) : no
- icu : no
- icu (lib64) : no
- message-compiler : yes
- compiler-supports-ssse3 : no
- compiler-supports-avx2 : no
- gcc visibility : no
- long double support : yes
error: Name clash for '
Release candidate files for 1.58.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.
IMPORTANT NOTE: There is a bug with the build scripts; you have to specify the address-mode and architecture to b2. I used: ./b2 address-model=64 architecture=x86 to test this.
The files (and associated md5s) are: MD5 (boost_1_58_0_b1_rc1.7z) = 302c7dfc917227843d24beed33ccc99c MD5 (boost_1_58_0_b1_rc1.tar.bz2) = d7d030e85bf5534a328c108c62a7fb0e MD5 (boost_1_58_0_b1_rc1.tar.gz) = ec90cd23bdc99c5eaf88245ea94a28e0 MD5 (boost_1_58_0_b1_rc1.zip) = dc8379fb95c84fe2fca53a4b2c96da23
Thanks!
-- The release managers
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
On Wed, Mar 11, 2015 at 9:12 PM, Marshall Clow
Release candidate files for 1.58.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.
IMPORTANT NOTE: There is a bug with the build scripts; you have to specify the address-mode and architecture to b2. I used: ./b2 address-model=64 architecture=x86 to test this.
The files (and associated md5s) are: MD5 (boost_1_58_0_b1_rc1.7z) = 302c7dfc917227843d24beed33ccc99c MD5 (boost_1_58_0_b1_rc1.tar.bz2) = d7d030e85bf5534a328c108c62a7fb0e MD5 (boost_1_58_0_b1_rc1.tar.gz) = ec90cd23bdc99c5eaf88245ea94a28e0 MD5 (boost_1_58_0_b1_rc1.zip) = dc8379fb95c84fe2fca53a4b2c96da23
The Boost.Endian library is missing. It was merged to master on 2/15/15. --Beman
On 12.03.2015 02:12, Marshall Clow wrote:
Release candidate files for 1.58.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.
The file "boost/detail/interlocked.hpp", referenced from
"boost/thread/win32/thread_primitives.hpp", is missing. Exact error
message:
In file included from ./boost/thread/win32/basic_timed_mutex.hpp:14:0,
from ./boost/thread/win32/mutex.hpp:9,
from ./boost/thread/mutex.hpp:14,
from libs/locale/src/shared/date_time.cpp:11:
./boost/thread/win32/thread_primitives.hpp:18:40: fatal error:
boost/detail/interlocked.hpp: No such file or directory
#include
On Sat, Mar 14, 2015 at 12:03 AM, Rainer Deyke
On 12.03.2015 02:12, Marshall Clow wrote:
Release candidate files for 1.58.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.
The file "boost/detail/interlocked.hpp", referenced from "boost/thread/win32/thread_primitives.hpp", is missing. Exact error message:
In file included from ./boost/thread/win32/basic_timed_mutex.hpp:14:0, from ./boost/thread/win32/mutex.hpp:9, from ./boost/thread/mutex.hpp:14, from libs/locale/src/shared/date_time.cpp:11: ./boost/thread/win32/thread_primitives.hpp:18:40: fatal error: boost/detail/interlocked.hpp: No such file or directory #include
^ compilation terminated.
I believe that this is fixed in rc2 — Marshall
Hi,
I am getting the same problem as with git/master:
[alain@compute-0-9 boost_1_58_0_b1]$ ./b2
Building the Boost C++ Libraries.
Performing configuration checks
- 32-bit : no
- 64-bit : yes
- arm : no
- mips1 : no
- power : no
- sparc : no
- x86 : yes
- lockfree boost::atomic_flag : yes
- lockfree boost::atomic_flag : yes
- has_icu builds : no
- zlib : yes
- iconv (libc) : yes
- icu : no
- icu (lib64) : no
- compiler-supports-ssse3 : yes
- compiler-supports-avx2 : yes
- gcc visibility : yes
- long double support : yes
- zlib : yes
error: Name clash for '
Building with "./b2 address-model=64 architecture=x86" is ok On 16/03/2015 11:31, Alain Miniussi wrote:
Hi,
I am getting the same problem as with git/master:
[alain@compute-0-9 boost_1_58_0_b1]$ ./b2 Building the Boost C++ Libraries. Performing configuration checks
- 32-bit : no - 64-bit : yes - arm : no - mips1 : no - power : no - sparc : no - x86 : yes - lockfree boost::atomic_flag : yes - lockfree boost::atomic_flag : yes - has_icu builds : no - zlib : yes - iconv (libc) : yes - icu : no - icu (lib64) : no - compiler-supports-ssse3 : yes - compiler-supports-avx2 : yes - gcc visibility : yes - long double support : yes - zlib : yes error: Name clash for '
libboost_system.so.1.58.0' error: error: Tried to build the target twice, with property sets having error: these incompabile properties: error: error: - none error: - <address-model>64 <architecture>x86 error: error: Please make sure to have consistent requirements for these error: properties everywhere in your project, especially for install error: targets. [alain@compute-0-9 boost_1_58_0_b1]$
Thanks
* System: [alain@compute-0-9 boost_1_58_0_b1]$ more /etc/centos-release CentOS release 6.3 (Final) [alain@compute-0-9 boost_1_58_0_b1] * Configured with: ./bootstrap.sh --prefix=/home/alain/install/boost-1.58.0.rc2-intel15-ompi184 --with-toolset=intel-linux * Compiler: [alain@compute-0-9 boost_1_58_0_b1]$ icpc --version icpc (ICC) 15.0.2 20150121 Copyright (C) 1985-2015 Intel Corporation. All rights reserved.
[alain@compute-0-9 boost_1_58_0_b1]$
* Source from: boost_1_58_0_b1_rc2.zip
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- --- Alain
participants (7)
-
Alain Miniussi
-
Antony Polukhin
-
Beman Dawes
-
Daniel James
-
Marshall Clow
-
Rainer Deyke
-
Tom Kent