Skip to content

Instantly share code, notes, and snippets.

@teeks99
teeks99 / boost_1_85_0_b1_rc1-32bitlog.txt
Created March 8, 2024 02:53
boost_1_85_0 beta 1 rc 1
b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-14.0 --build-type=complete toolset=msvc-14.0 address-model=32 architecture=x86 stage
Performing configuration checks
- default address-model : 64-bit (cached) [1]
- default architecture : x86 (cached) [1]
- compiler supports SSE2 : yes (cached) [2]
- compiler supports SSE4.1 : yes (cached) [2]
- cxx11_static_assert : yes (cached) [2]
- has synchronization.lib : yes (cached) [2]
- cxx11_variadic_templates : yes (cached) [2]
@teeks99
teeks99 / boost_1_85_0-snapshot-64bitlog.txt
Created February 28, 2024 11:55
1.85 Snapshot issues with wave
b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=E:\RB/bin.v2 --stage-libdir=lib64-msvc-14.0 --build-type=complete toolset=msvc-14.0 address-model=64 architecture=x86 stage
Performing configuration checks
- default address-model : 64-bit (cached) [1]
- default architecture : x86 (cached) [1]
- compiler supports SSE2 : yes (cached) [2]
- compiler supports SSE4.1 : yes (cached) [2]
- cxx11_static_assert : yes (cached) [2]
- has synchronization.lib : yes (cached) [2]
- cxx11_variadic_templates : yes (cached) [2]
@teeks99
teeks99 / boost_1_84_0-32bitlog.txt
Created December 8, 2023 00:42
boost_1_84_0_rc1
b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-14.0 --build-type=complete toolset=msvc-14.0 address-model=32 architecture=x86 stage
Performing configuration checks
- default address-model : 64-bit (cached) [1]
- default architecture : x86 (cached) [1]
- compiler supports SSE2 : yes (cached) [2]
- compiler supports SSE4.1 : yes (cached) [2]
- cxx11_static_assert : yes (cached) [2]
- has synchronization.lib : yes (cached) [2]
- cxx20_hdr_concepts : no (cached) [2]
@teeks99
teeks99 / boost_1_84_0_b1_rc1-32bitlog.txt
Created November 9, 2023 22:03
boost 1.84.0 b1 rc1
b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-14.0 --build-type=complete toolset=msvc-14.0 address-model=32 architecture=x86 stage
Performing configuration checks
- default address-model : 64-bit (cached) [1]
- default architecture : x86 (cached) [1]
- compiler supports SSE2 : yes (cached) [2]
- compiler supports SSE4.1 : yes (cached) [2]
- cxx11_static_assert : yes (cached) [2]
- has synchronization.lib : yes (cached) [2]
- cxx20_hdr_concepts : no (cached) [2]
@teeks99
teeks99 / boost_1_84_0-snapshot-32bitlog.txt
Created November 4, 2023 15:31
boost_1_84_0-master-snapshot
This file has been truncated, but you can view the full file.
b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-10.0 --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 stage
Performing configuration checks
- default address-model : 64-bit (cached) [1]
- default architecture : x86 (cached) [1]
- compiler supports SSE2 : yes (cached) [2]
- compiler supports SSE4.1 : yes (cached) [2]
- cxx11_static_assert : yes (cached) [2]
- has synchronization.lib : no (cached) [2]
@teeks99
teeks99 / config.log
Created September 29, 2023 01:29
Windows Regression Failures
...found 24 targets...
...updating 14 targets...
common.mkdir C:\teeks99-09\run\boost_root\bin.v2
if not exist "C:\teeks99-09\run\boost_root\bin.v2" mkdir "C:\teeks99-09\run\boost_root\bin.v2"
common.mkdir ..\..\bin
if not exist "..\..\bin" mkdir "..\..\bin"
@teeks99
teeks99 / v17dl-output.log
Created September 28, 2023 12:20
Windows Regression Failure - With msvc-143.
Running command:
:C:/Python27-64/python.exe run.py --runner=teeks99-09-v17dl-64onAMD64 --toolsets=msvc-14.3 --bjam-options=-j8 address-model=64 debug-symbols=off --remove-test-targets cxxflags=/std:c++latest --abbreviate-paths --comment=info.html --tag=develop
at: 2023-09-28 11:05:07.560143 UTC
# Running regressions in C:\teeks99-09\run...
# Getting Boost.Build v2...
# Creating regression scripts at C:\teeks99-09\run\boost_regression_src...
# Executing GIT command: C:\teeks99-09\run> git init "C:\teeks99-09\run\boost_bb"
# Downloading regression scripts from https://raw.githubusercontent.com/boostorg/regression/develop/testing/src...
@teeks99
teeks99 / v17d-output.log
Created September 27, 2023 22:18
Windows Regression Runner
Running command:
:C:/Python27-64/python.exe run.py --runner=teeks99-09-v17d-64onAMD64 --toolsets=msvc-14.3 --bjam-options=-j8 address-model=64 debug-symbols=off --remove-test-targets --abbreviate-paths --comment=info.html --tag=develop
at: 2023-09-27 19:24:31.150103 UTC
# Running regressions in C:\teeks99-09\run...
# Getting Boost.Build v2...
# Creating regression scripts at C:\teeks99-09\run\boost_regression_src...
# Executing GIT command: C:\teeks99-09\run> git init "C:\teeks99-09\run\boost_bb"
# Downloading regression scripts from https://raw.githubusercontent.com/boostorg/regression/develop/testing/src...
b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-10.0 --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 stage
Performing configuration checks
- default address-model : 64-bit (cached) [1]
- default architecture : x86 (cached) [1]
- compiler supports SSE2 : yes (cached) [2]
- compiler supports SSE4.1 : yes (cached) [2]
- has synchronization.lib : no (cached) [2]
- has std::atomic_ref : no (cached) [2]
- has -Wl,--no-undefined : no (cached) [2]
b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-10.0 --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 stage
Performing configuration checks
- default address-model : 64-bit (cached) [1]
- default architecture : x86 (cached) [1]
- compiler supports SSE2 : yes (cached) [2]
- compiler supports SSE4.1 : yes (cached) [2]
- has synchronization.lib : no (cached) [2]
- has std::atomic_ref : no (cached) [2]
- has -Wl,--no-undefined : no (cached) [2]