On 10/07/2026 09:23, Ion Gaztañaga via Boost wrote:
Available at: <https://archives.boost.io/beta/1.92.0.beta1/source/>
The SHA256 checksums are as follows:
11f8f032a73cfd91899f170341578cabc040c4473e95a056cdc919c90778fa05 boost_1_92_0_b1_rc1.tar.bz2
585e0a028cc3f1f7711842b7cbfbb5faece2f243ef57ffe7fb846e9b61e2faa5 boost_1_92_0_b1_rc1.tar.gz
290472960719ccc487e2f91ebc952c86b6d0244a9a4ec36a943d8f7485b29b3b boost_1_92_0_b1_rc1.7z
005f4903695cce4382340ea57dd53bd1f0762927de28c9fa265f6ea2c7c1ad3f boost_1_92_0_b1_rc1.zip
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 _______________________________________________ Boost mailing list -- boost@lists.boost.org To unsubscribe send an email to boost-leave@lists.boost.org https://lists.boost.org/mailman3/lists/boost.lists.boost.org/ Archived at: https://lists.boost.org/archives/list/boost@lists.boost.org/message/DF54PXL3...
When trying to build it within a docker container it fails at my place. Attached my build script and Dockerfile so it can easily be reproduced. The error: + ./b2 variant=release cxxstd=23 stdlib=libc++ -j8 Performing configuration checks - default address-model : 64-bit [1] - default architecture : x86 [1] Building the Boost C++ Libraries. error: Unable to find file or target named error: '/boost/boost_1_92_0/libs/config/checks//cxx11_variadic_templates' error: referred to from project at error: '/boost/boost_1_92_0/libs/charconv/build' error: could not resolve project reference '/boost/boost_1_92_0/libs/config/checks' When running without docker everything goes fine and compiles cleanly. Is this maillinglist the correct place to report this issue? Regards, Matthijs Möhlmann