On Tue, Jul 23, 2024 at 4:10 PM Marshall Clow via Boost < boost@lists.boost.org> wrote:
Available at: https://archives.boost.io/beta/1.86.0.beta1/source/
The SHA256 checksums are as follows:
c62c9ab3c448ef4ed1b45f69631e3d7cc425fca96b991e5007b3af49f84344e1 boost_1_86_0_b1_rc2.zip 7e5b42428ed30a7ac9d832e9df9f5150a29d9cffe5aebde4d4c109da89f54b77 boost_1_86_0_b1_rc2.tar.gz 8718b092b37f04a739b647d154901d923fb3c3cdcff9f793d6a472e3f8e7c647 boost_1_86_0_b1_rc2.7z cd63cd3110fafbed8c196a82dd0f72c8600bc5c7fc218ede213947da3b721c06 boost_1_86_0_b1_rc2.tar.bz2
Changed libraries between RC1 and RC2: Boost.Process Boost.Odeint
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 Release Managers
On Visual Studio there is still something up with Boost.Process for 14.0 through 14.3. I'm getting some copy errors but I'm not enough of an expert to debug. ...updating 17 targets... msvc.link.dll D:\RB\bin.v2\boost\bin.v2\libs\process\build\msvc-14.3\release\x86_32\threading-multi\boost_process-vc143-mt-x32-1_86.dll common.copy D:\RB\boost_1_86_0\lib32-msvc-14.3\boost_process-vc143-mt-x32-1_86.lib The system cannot find the file specified. copy /b "D:\RB\bin.v2\boost\bin.v2\libs\process\build\msvc-14.3\release\x86_32\threading-multi\boost_process-vc143-mt-x32-1_86.lib" + this-file-does-not-exist-A698EE7806899E69 "D:\RB\boost_1_86_0\lib32-msvc-14.3\boost_process-vc143-mt-x32-1_86.lib" ...failed common.copy D:\RB\boost_1_86_0\lib32-msvc-14.3\boost_process-vc143-mt-x32-1_86.lib... common.copy D:\RB\boost_1_86_0\lib32-msvc-14.3\cmake\boost_process-1.86.0\libboost_process-variant-vc143-mt-x32-1_86-shared.cmake D:\RB\bin.v2\boost\bin.v2\libs\process\build\msvc-14.3\release\x86_32\threading-multi\libboost_process-variant-vc143-mt-x32-1_86-shared.cmake 1 file(s) copied. common.copy D:\RB\boost_1_86_0\lib32-msvc-14.3\boost_process-vc143-mt-x32-1_86.dll D:\RB\bin.v2\boost\bin.v2\libs\process\build\msvc-14.3\release\x86_32\threading-multi\boost_process-vc143-mt-x32-1_86.dll 1 file(s) copied. msvc.link.dll D:\RB\bin.v2\boost\bin.v2\libs\process\build\msvc-14.3\debug\x86_32\threading-multi\boost_process-vc143-mt-gd-x32-1_86.dll common.copy D:\RB\boost_1_86_0\lib32-msvc-14.3\boost_process-vc143-mt-gd-x32-1_86.lib The system cannot find the file specified. copy /b "D:\RB\bin.v2\boost\bin.v2\libs\process\build\msvc-14.3\debug\x86_32\threading-multi\boost_process-vc143-mt-gd-x32-1_86.lib" + this-file-does-not-exist-A698EE7806899E69 "D:\RB\boost_1_86_0\lib32-msvc-14.3\boost_process-vc143-mt-gd-x32-1_86.lib" ...failed common.copy D:\RB\boost_1_86_0\lib32-msvc-14.3\boost_process-vc143-mt-gd-x32-1_86.lib... common.copy D:\RB\boost_1_86_0\lib32-msvc-14.3\boost_process-vc143-mt-gd-x32-1_86.pdb D:\RB\bin.v2\boost\bin.v2\libs\process\build\msvc-14.3\debug\x86_32\threading-multi\boost_process-vc143-mt-gd-x32-1_86.pdb 1 file(s) copied. common.copy D:\RB\boost_1_86_0\lib32-msvc-14.3\cmake\boost_process-1.86.0\libboost_process-variant-vc143-mt-gd-x32-1_86-shared.cmake D:\RB\bin.v2\boost\bin.v2\libs\process\build\msvc-14.3\debug\x86_32\threading-multi\libboost_process-variant-vc143-mt-gd-x32-1_86-shared.cmake 1 file(s) copied. common.copy D:\RB\boost_1_86_0\lib32-msvc-14.3\cmake\boost_process-1.86.0\boost_process-config.cmake D:\RB\bin.v2\boost\bin.v2\libs\process\build\msvc-14.3\debug\x86_32\threading-multi\stage\boost_process-config.cmake 1 file(s) copied. common.copy D:\RB\boost_1_86_0\lib32-msvc-14.3\cmake\boost_process-1.86.0\boost_process-config-version.cmake D:\RB\bin.v2\boost\bin.v2\libs\process\build\msvc-14.3\debug\x86_32\threading-multi\stage\boost_process-config-version.cmake 1 file(s) copied. common.copy D:\RB\boost_1_86_0\lib32-msvc-14.3\boost_process-vc143-mt-gd-x32-1_86.dll D:\RB\bin.v2\boost\bin.v2\libs\process\build\msvc-14.3\debug\x86_32\threading-multi\boost_process-vc143-mt-gd-x32-1_86.dll 1 file(s) copied. ...updated 18 targets... ...failed updating 2 targets... common.copy D:\RB\boost_1_86_0\lib32-msvc-14.3\boost_process-vc143-mt-gd-x32-1_86.lib common.copy D:\RB\boost_1_86_0\lib32-msvc-14.3\boost_process-vc143-mt-x32-1_86.lib Tom