Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[boost-thread] Build error on x64-osx, Sonoma, Xcode 15.3, CMake 3.29.2 #38248

Closed
hogan555 opened this issue Apr 18, 2024 · 4 comments
Closed
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@hogan555
Copy link

hogan555 commented Apr 18, 2024

Package: boost-thread:x64-osx@1.77.0

A little history.

This build has been successfully completed using bigSur, Xcode 13.2.1, CMake 3.29.2 and vcpkg downloaded from about a week ago. After upgrading to Sonoma, Xcode 15.3 (forced update), CMake 3.29.2 and vcpkg downloaded yesterday and a copy of the successful downloads folder for the vcpkg source, this is the result of the attempted first build of vcpkg and the Mac apps since I updated My Mac. Not really sure how to proceed.

I still have all of the logs available

Host Environment

  • Host: x64-osx
  • Compiler: AppleClang 15.0.0.15000309
  • vcpkg-tool version: 2024-03-14-7d353e869753e5609a1f1a057df3db8fd356e49d
    vcpkg-scripts version: 501cb01 2024-04-16 (16 hours ago)

To Reproduce

vcpkg install
Failure logs

-- Using cached boostorg-thread-boost-1.77.0.tar.gz.
-- Extracting source /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/downloads/boostorg-thread-boost-1.77.0.tar.gz
-- Using source at /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean
-- Including /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/versioning_/versions/boost-thread/1c097a032a997463e15245272e40ea9298554f8b/b2-options.cmake
-- Configuring x64-osx-dbg
-- Configuring x64-osx-rel
-- Building x64-osx-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: /Applications/CMake.app/Contents/bin/cmake --build . --config Debug --target install -- -v -j13
    Working Directory: /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/x64-osx-dbg
    See logs for more information:
      /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/install-x64-osx-dbg-out.log

Call Stack (most recent call first):
  /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/share/vcpkg-cmake/vcpkg_cmake_build.cmake:102 (vcpkg_execute_build_process)
  /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/share/vcpkg-cmake/vcpkg_cmake_install.cmake:41 (vcpkg_cmake_build)
  /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/share/boost-build/boost-modular-build.cmake:105 (vcpkg_cmake_install)
  buildtrees/versioning_/versions/boost-thread/1c097a032a997463e15245272e40ea9298554f8b/portfile.cmake:15 (boost_modular_build)
  scripts/ports.cmake:175 (include)



/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/install-x64-osx-dbg-out.log
Change Dir: '/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/x64-osx-dbg'

Run Build Command(s): /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/downloads/tools/ninja/1.10.2-osx/ninja -v -v -j13 install
[1/2] cd /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean/build && /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/tools/boost-build/b2 toolset=clang --user-config=/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/x64-osx-dbg/user-config.jam --stagedir=/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/x64-osx-dbg/stage --build-dir=/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/x64-osx-dbg -sICU_PATH="/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr" runtime-link=shared link=static address-model=64 architecture=x86 target-os=darwin threadapi=pthread variant=debug --layout=system /boost/thread//boost_thread --with-atomic --with-random --with-date_time --with-filesystem --with-system --with-thread --with-chrono -j12 -sBOOST_ROOT=/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/tools/boost-build -sBOOST_BUILD_PATH=/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/tools/boost-build --debug-configuration --debug-building --debug-generators --ignore-site-config --hash -q debug-symbols=on -d +2 threading=multi stage
FAILED: CMakeFiles/boost /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/x64-osx-dbg/CMakeFiles/boost 
cd /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean/build && /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/tools/boost-build/b2 toolset=clang --user-config=/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/x64-osx-dbg/user-config.jam --stagedir=/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/x64-osx-dbg/stage --build-dir=/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/x64-osx-dbg -sICU_PATH="/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr" runtime-link=shared link=static address-model=64 architecture=x86 target-os=darwin threadapi=pthread variant=debug --layout=system /boost/thread//boost_thread --with-atomic --with-random --with-date_time --with-filesystem --with-system --with-thread --with-chrono -j12 -sBOOST_ROOT=/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/tools/boost-build -sBOOST_BUILD_PATH=/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/tools/boost-build --debug-configuration --debug-building --debug-generators --ignore-site-config --hash -q debug-symbols=on -d +2 threading=multi stage
notice: found boost-build.jam at /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/tools/boost-build/boost-build.jam
notice: loading B2 from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/tools/boost-build/src/kernel/bootstrap.jam
notice: Site configuration files will be ignored due to the
notice: --ignore-site-config command-line option.
notice: Loading explicitly specified user configuration file:
    /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/x64-osx-dbg/user-config.jam
notice: Searching '/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/x64-osx-dbg' for user-config configuration file 'user-config.jam'.
notice: Loading user-config configuration file 'user-config.jam' from '/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/x64-osx-dbg'.
notice: will use '/Applications/Xcode_15-3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++' for clang-darwin, condition <toolset>clang-15

Building target '../build/boost_thread'
     Build request: object(property-set)@300 <address-model>64 <architecture>x86 <debug-symbols>on <link>static <runtime-link>shared <target-os>darwin <threadapi>pthread <threading>multi <toolset>clang <variant>debug
     Command line free features:
     Target requirements: <conditional>@Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean/build>%Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean/build>.requirements <define>BOOST_ALL_NO_LIB=1 <include>../include&&/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include <library>/boost/date_time//boost_date_time <link>shared:<define>BOOST_THREAD_BUILD_DLL=1 <link>static:<define>BOOST_THREAD_BUILD_LIB=1 <relevant>cxxflags:<relevant>toolset <relevant>define:<relevant>link <relevant>define:<relevant>target-os <relevant>warnings:<relevant>toolset <tag>@Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean/build>%Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean/build>.tag <target-os>windows:<define>BOOST_USE_WINDOWS_H <target-os>windows:<define>WIN32_LEAN_AND_MEAN <threading>multi <toolset>clang-3.0:<cxxflags>-Wno-delete-non-virtual-dtor <toolset>clang:<cxxflags>-Wextra <toolset>clang:<cxxflags>-Wno-long-long <toolset>clang:<cxxflags>-Wno-unused-parameter <toolset>clang:<cxxflags>-Wno-variadic-macros <toolset>clang:<cxxflags>-Wunused-function <toolset>clang:<warnings>on <toolset>darwin-4.6.2:<cxxflags>-Wno-delete-non-virtual-dtor <toolset>darwin-4.7.0:<cxxflags>-Wno-delete-non-virtual-dtor <toolset>darwin-4:<cxxflags>-Wno-variadic-macros <toolset>darwin-5:<cxxflags>-Wno-variadic-macros <toolset>darwin:<cxxflags>-Wextra <toolset>darwin:<cxxflags>-Wno-long-long <toolset>darwin:<cxxflags>-Wno-unused-parameter <toolset>darwin:<cxxflags>-Wunused-function <toolset>darwin:<cxxflags>-fpermissive <toolset>darwin:<cxxflags>-pedantic <toolset>gcc-4:<cxxflags>-Wno-variadic-macros <toolset>gcc-5:<cxxflags>-Wno-variadic-macros <toolset>gcc:<cxxflags>-Wextra <toolset>gcc:<cxxflags>-Wno-long-long <toolset>gcc:<cxxflags>-Wno-unused-parameter <toolset>gcc:<cxxflags>-Wunused-function <toolset>gcc:<cxxflags>-pedantic <toolset>intel:<cxxflags>-wd1418 <toolset>intel:<cxxflags>-wd193,304,383,444 <toolset>intel:<cxxflags>-wd2415 <toolset>intel:<cxxflags>-wd593,981 <toolset>msvc:<cxxflags>/wd4100 <toolset>msvc:<cxxflags>/wd4512 <toolset>msvc:<cxxflags>/wd6246 <toolset>pathscale:<cxxflags>-Wno-long-long <toolset>pathscale:<cxxflags>-pedantic <warnings>all

     Building target '../build/has_atomic_flag_lockfree'
         Build request: object(property-set)@306 <address-model>64 <architecture>x86 <link>static <threadapi>pthread <threading>multi <toolset-clang:platform>darwin <toolset-clang:version>15 <toolset>clang <variant>debug
         Command line free features:
         Target requirements: <define>BOOST_ALL_NO_LIB=1 <include>../include&&/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include <library>/boost/date_time//boost_date_time <tag>@Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean>%Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean>.tag

         Common properties:  <address-model>64 <architecture>x86 <asynch-exceptions>off <coverage>off <debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <host-os>darwin <include>../include&&/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include <inlining>off <install-dependencies>off <library>/boost/date_time//boost_date_time <link>static <optimization>off <os>MACOSX <pch>on <profiling>off <response-file>auto <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native <strip>off <suppress-import-lib>false <symlink-location>project-relative <tag>@Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean>%Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean>.tag <target-os>darwin <threadapi>pthread <threading>multi <toolset-clang:platform>darwin <toolset-clang:version>15 <toolset>clang <user-interface>console <variant>debug <vectorize>off <warnings-as-errors>off <warnings>on

         Building target '../boost_date_time'
             Build request: object(property-set)@326 <address-model>64 <architecture>x86 <asynch-exceptions>off <coverage>off <debug-symbols>on <exception-handling>on <extern-c-nothrow>off <inlining>off <link>static <optimization>off <os>MACOSX <pch>on <profiling>off <relevant>variant <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native <strip>off <target-os>darwin <threadapi>pthread <threading>multi <toolset-clang:platform>darwin <toolset-clang:version>15 <toolset>clang <variant>debug <vectorize>off <warnings-as-errors>off <warnings>on
             Command line free features:
             Target requirements: <define>BOOST_ALL_NO_LIB=1 <file>/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/debug/lib/libboost_date_time.a <include>../include&&/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include <tag>@Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean>%Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean>.tag <variant>debug

             Common properties:  <address-model>64 <architecture>x86 <asynch-exceptions>off <coverage>off <debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <exception-handling>on <extern-c-nothrow>off <file>/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/debug/lib/libboost_date_time.a <hardcode-dll-paths>true <host-os>darwin <include>../include&&/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include <inlining>off <install-dependencies>off <link>static <optimization>off <os>MACOSX <pch>on <profiling>off <relevant>variant <response-file>auto <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native <strip>off <suppress-import-lib>false <symlink-location>project-relative <tag>@Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean>%Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean>.tag <target-os>darwin <threadapi>pthread <threading>multi <toolset-clang:platform>darwin <toolset-clang:version>15 <toolset>clang <user-interface>console <variant>debug <vectorize>off <warnings-as-errors>off <warnings>on

             Usage requirements for boost_date_time: 
             Build properties:  <address-model>64 <architecture>x86 <asynch-exceptions>off <coverage>off <debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <exception-handling>on <extern-c-nothrow>off <file>object(file-target)@331 <hardcode-dll-paths>true <host-os>darwin <include>../include&&/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include <inlining>off <install-dependencies>off <link>static <optimization>off <os>MACOSX <pch>on <profiling>off <relevant>variant <response-file>auto <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native <strip>off <suppress-import-lib>false <symlink-location>project-relative <tag>@Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean>%Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean>.tag <target-os>darwin <threadapi>pthread <threading>multi <toolset-clang:platform>darwin <toolset-clang:version>15 <toolset>clang <user-interface>console <variant>debug <vectorize>off <warnings-as-errors>off <warnings>on
     *** construct LIB
         properties: <address-model>64 <architecture>x86 <asynch-exceptions>off <coverage>off <debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <exception-handling>on <extern-c-nothrow>off <file>object(file-target)@331 <hardcode-dll-paths>true <host-os>darwin <include>../include&&/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include <inlining>off <install-dependencies>off <link>static <main-target-type>LIB <optimization>off <os>MACOSX <pch>on <profiling>off <relevant>variant <response-file>auto <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native <strip>off <suppress-import-lib>false <symlink-location>project-relative <tag>@Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean>%Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean>.tag <target-os>darwin <threadapi>pthread <threading>multi <toolset-clang:platform>darwin <toolset-clang:version>15 <toolset>clang <user-interface>console <variant>debug <vectorize>off <warnings-as-errors>off <warnings>on
     find-viable-generators target-type= LIB property-set= debug
     trying type LIB
     there are generators for this type
     trying generator builtin.prebuilt ( -> LIB )
       is viable
     trying generator builtin.lib-generator ( -> LIB )
       is viable
     trying generator unix.prebuilt ( -> LIB )
     trying generator gcc.prebuilt ( -> LIB )
     trying generator clang-darwin.prebuilt ( -> LIB )
       is viable
     trying generator clang-linux.prebuilt ( -> LIB )
     ***  1  viable generators
     returned { /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/debug/lib/libboost_date_time.a.STATIC_LIB }
       generator clang-darwin.prebuilt  spawned 
       { /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/debug/lib/libboost_date_time.a.STATIC_LIB }
       with usage requirements: [ ]
             Usage requirements from boost_date_time:  <relevant>variant

         Usage requirements for has_atomic_flag_lockfree:  <relevant>variant
         Build properties:  <address-model>64 <architecture>x86 <asynch-exceptions>off <coverage>off <debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <host-os>darwin <include>../include&&/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include <inlining>off <install-dependencies>off <library>object(file-target)@331 <link>static <optimization>off <os>MACOSX <pch>on <profiling>off <relevant>variant <response-file>auto <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native <strip>off <suppress-import-lib>false <symlink-location>project-relative <tag>@Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean>%Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean>.tag <target-os>darwin <threadapi>pthread <threading>multi <toolset-clang:platform>darwin <toolset-clang:version>15 <toolset>clang <user-interface>console <variant>debug <vectorize>off <warnings-as-errors>off <warnings>on
     *** construct EXE
         from { ../build/has_atomic_flag_lockfree_test.cpp.CPP }
         properties: <address-model>64 <architecture>x86 <asynch-exceptions>off <coverage>off <debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <host-os>darwin <include>../include&&/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include <inlining>off <install-dependencies>off <library>object(file-target)@331 <link>static <main-target-type>EXE <optimization>off <os>MACOSX <pch>on <profiling>off <relevant>variant <response-file>auto <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native <strip>off <suppress-import-lib>false <symlink-location>project-relative <tag>@Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean>%Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean>.tag <target-os>darwin <threadapi>pthread <threading>multi <toolset-clang:platform>darwin <toolset-clang:version>15 <toolset>clang <user-interface>console <variant>debug <vectorize>off <warnings-as-errors>off <warnings>on
     find-viable-generators target-type= EXE property-set= debug
     trying type EXE
     there are generators for this type
     trying generator unix.link ( LIB OBJ -> EXE )
     trying generator gcc.mingw.link ( OBJ SEARCHED_LIB STATIC_LIB IMPORT_LIB -> EXE )
     trying generator gcc.link ( LIB OBJ -> EXE )
     trying generator gcc.cygwin.link ( OBJ SEARCHED_LIB STATIC_LIB IMPORT_LIB -> EXE )
     trying generator clang-darwin.link ( LIB OBJ -> EXE )
       is viable
     trying generator clang-darwin.cygwin.link ( OBJ SEARCHED_LIB STATIC_LIB IMPORT_LIB -> EXE )
     trying generator clang-linux.link ( LIB OBJ -> EXE )
     ***  1  viable generators
       ** generator clang-darwin.link
       composing: true
         *** construct LIB
             from { ../build/has_atomic_flag_lockfree_test.cpp.CPP }
             properties: <address-model>64 <architecture>x86 <asynch-exceptions>off <coverage>off <debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <host-os>darwin <include>../include&&/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include <inlining>off <install-dependencies>off <library>object(file-target)@331 <link>static <main-target-type>EXE <optimization>off <os>MACOSX <pch>on <profiling>off <relevant>link <relevant>variant <response-file>auto <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native <strip>off <suppress-import-lib>false <symlink-location>project-relative <tag>@Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean>%Jamfile</Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg/buildtrees/boost-thread/src/ost-1.77.0-7bf4191b6c.clean>.tag <target-os>darwin <threadapi>pthread <threading>multi <toolset-clang:platform>darwin <toolset-clang:version>15 <toolset>clang <user-interface>console <variant>debug <vectorize>off <warnings-as-errors>off <warnings>on
         find-viable-generators target-type= LIB property-set= debug/link-static
         trying type LIB
         there are generators for this type
         trying generator builtin.prebuilt ( -> LIB )
         trying generator builtin.lib-generator ( -> LIB )
           is viable
         trying generator unix.prebuilt ( -> LIB )
         trying generator gcc.prebuilt ( -> LIB )
         trying generator clang-darwin.prebuilt ( -> LIB )
         trying generator clang-linux.prebuilt ( -> LIB )
         ***  1  viable generators
         returned
           generator builtin.lib-generator  spawned 
          
         *** construct OBJ
             from { ../build/has_atomic_flag_lockfree_test.cpp.CPP }
...
Skipped 784 lines
...
                  ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function<float, unsigned long>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function
                            ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1025:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#    define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from ../src/pthread/thread.cpp:11:
In file included from ../include/boost/thread/thread_only.hpp:22:
In file included from ../include/boost/thread/detail/thread.hpp:41:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/functional/hash.hpp:6:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:131:33: warning: 'unary_function<double, unsigned long>' is deprecated [-Wdeprecated-declarations]
        struct hash_base : std::unary_function<T, std::size_t> {};
                                ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:625:5: note: in instantiation of template class 'boost::hash_detail::hash_base<double>' requested here
    BOOST_HASH_SPECIALIZE(double)
    ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:576:19: note: expanded from macro 'BOOST_HASH_SPECIALIZE'
         : public boost::hash_detail::hash_base<type> \
                  ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function<double, unsigned long>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function
                            ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1025:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#    define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from ../src/pthread/thread.cpp:11:
In file included from ../include/boost/thread/thread_only.hpp:22:
In file included from ../include/boost/thread/detail/thread.hpp:41:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/functional/hash.hpp:6:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:131:33: warning: 'unary_function<long double, unsigned long>' is deprecated [-Wdeprecated-declarations]
        struct hash_base : std::unary_function<T, std::size_t> {};
                                ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:626:5: note: in instantiation of template class 'boost::hash_detail::hash_base<long double>' requested here
    BOOST_HASH_SPECIALIZE(long double)
    ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:576:19: note: expanded from macro 'BOOST_HASH_SPECIALIZE'
         : public boost::hash_detail::hash_base<type> \
                  ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function<long double, unsigned long>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function
                            ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1025:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#    define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from ../src/pthread/thread.cpp:11:
In file included from ../include/boost/thread/thread_only.hpp:22:
In file included from ../include/boost/thread/detail/thread.hpp:41:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/functional/hash.hpp:6:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:131:33: warning: 'unary_function<std::string, unsigned long>' is deprecated [-Wdeprecated-declarations]
        struct hash_base : std::unary_function<T, std::size_t> {};
                                ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:628:5: note: in instantiation of template class 'boost::hash_detail::hash_base<std::string>' requested here
    BOOST_HASH_SPECIALIZE_REF(std::string)
    ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:586:19: note: expanded from macro 'BOOST_HASH_SPECIALIZE_REF'
         : public boost::hash_detail::hash_base<type> \
                  ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function<std::string, unsigned long>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function
                            ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1025:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#    define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from ../src/pthread/thread.cpp:11:
In file included from ../include/boost/thread/thread_only.hpp:22:
In file included from ../include/boost/thread/detail/thread.hpp:41:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/functional/hash.hpp:6:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:131:33: warning: 'unary_function<std::wstring, unsigned long>' is deprecated [-Wdeprecated-declarations]
        struct hash_base : std::unary_function<T, std::size_t> {};
                                ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:630:5: note: in instantiation of template class 'boost::hash_detail::hash_base<std::wstring>' requested here
    BOOST_HASH_SPECIALIZE_REF(std::wstring)
    ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:586:19: note: expanded from macro 'BOOST_HASH_SPECIALIZE_REF'
         : public boost::hash_detail::hash_base<type> \
                  ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function<std::wstring, unsigned long>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function
                            ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1025:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#    define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from ../src/pthread/thread.cpp:11:
In file included from ../include/boost/thread/thread_only.hpp:22:
In file included from ../include/boost/thread/detail/thread.hpp:41:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/functional/hash.hpp:6:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:131:33: warning: 'unary_function<std::u16string, unsigned long>' is deprecated [-Wdeprecated-declarations]
        struct hash_base : std::unary_function<T, std::size_t> {};
                                ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:633:5: note: in instantiation of template class 'boost::hash_detail::hash_base<std::u16string>' requested here
    BOOST_HASH_SPECIALIZE_REF(std::basic_string<char16_t>)
    ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:586:19: note: expanded from macro 'BOOST_HASH_SPECIALIZE_REF'
         : public boost::hash_detail::hash_base<type> \
                  ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function<std::u16string, unsigned long>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function
                            ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1025:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#    define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from ../src/pthread/thread.cpp:11:
In file included from ../include/boost/thread/thread_only.hpp:22:
In file included from ../include/boost/thread/detail/thread.hpp:41:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/functional/hash.hpp:6:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:131:33: warning: 'unary_function<std::u32string, unsigned long>' is deprecated [-Wdeprecated-declarations]
        struct hash_base : std::unary_function<T, std::size_t> {};
                                ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:636:5: note: in instantiation of template class 'boost::hash_detail::hash_base<std::u32string>' requested here
    BOOST_HASH_SPECIALIZE_REF(std::basic_string<char32_t>)
    ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:586:19: note: expanded from macro 'BOOST_HASH_SPECIALIZE_REF'
         : public boost::hash_detail::hash_base<type> \
                  ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function<std::u32string, unsigned long>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function
                            ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1025:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#    define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from ../src/pthread/thread.cpp:11:
In file included from ../include/boost/thread/thread_only.hpp:22:
In file included from ../include/boost/thread/detail/thread.hpp:41:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/functional/hash.hpp:6:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:131:33: warning: 'unary_function<long long, unsigned long>' is deprecated [-Wdeprecated-declarations]
        struct hash_base : std::unary_function<T, std::size_t> {};
                                ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:653:5: note: in instantiation of template class 'boost::hash_detail::hash_base<long long>' requested here
    BOOST_HASH_SPECIALIZE(boost::long_long_type)
    ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:576:19: note: expanded from macro 'BOOST_HASH_SPECIALIZE'
         : public boost::hash_detail::hash_base<type> \
                  ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function<long long, unsigned long>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function
                            ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1025:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#    define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from ../src/pthread/thread.cpp:11:
In file included from ../include/boost/thread/thread_only.hpp:22:
In file included from ../include/boost/thread/detail/thread.hpp:41:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/functional/hash.hpp:6:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:131:33: warning: 'unary_function<unsigned long long, unsigned long>' is deprecated [-Wdeprecated-declarations]
        struct hash_base : std::unary_function<T, std::size_t> {};
                                ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:654:5: note: in instantiation of template class 'boost::hash_detail::hash_base<unsigned long long>' requested here
    BOOST_HASH_SPECIALIZE(boost::ulong_long_type)
    ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:576:19: note: expanded from macro 'BOOST_HASH_SPECIALIZE'
         : public boost::hash_detail::hash_base<type> \
                  ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function<unsigned long long, unsigned long>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function
                            ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1025:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#    define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from ../src/pthread/thread.cpp:11:
In file included from ../include/boost/thread/thread_only.hpp:22:
In file included from ../include/boost/thread/detail/thread.hpp:41:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/functional/hash.hpp:6:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:131:33: warning: 'unary_function<__int128, unsigned long>' is deprecated [-Wdeprecated-declarations]
        struct hash_base : std::unary_function<T, std::size_t> {};
                                ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:658:5: note: in instantiation of template class 'boost::hash_detail::hash_base<__int128>' requested here
    BOOST_HASH_SPECIALIZE(boost::int128_type)
    ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:576:19: note: expanded from macro 'BOOST_HASH_SPECIALIZE'
         : public boost::hash_detail::hash_base<type> \
                  ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function<__int128, unsigned long>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function
                            ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1025:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#    define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from ../src/pthread/thread.cpp:11:
In file included from ../include/boost/thread/thread_only.hpp:22:
In file included from ../include/boost/thread/detail/thread.hpp:41:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/functional/hash.hpp:6:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:131:33: warning: 'unary_function<unsigned __int128, unsigned long>' is deprecated [-Wdeprecated-declarations]
        struct hash_base : std::unary_function<T, std::size_t> {};
                                ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:659:5: note: in instantiation of template class 'boost::hash_detail::hash_base<unsigned __int128>' requested here
    BOOST_HASH_SPECIALIZE(boost::uint128_type)
    ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:576:19: note: expanded from macro 'BOOST_HASH_SPECIALIZE'
         : public boost::hash_detail::hash_base<type> \
                  ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function<unsigned __int128, unsigned long>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function
                            ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1025:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#    define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from ../src/pthread/thread.cpp:11:
In file included from ../include/boost/thread/thread_only.hpp:22:
In file included from ../include/boost/thread/detail/thread.hpp:41:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/functional/hash.hpp:6:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:131:33: warning: 'unary_function<std::type_index, unsigned long>' is deprecated [-Wdeprecated-declarations]
        struct hash_base : std::unary_function<T, std::size_t> {};
                                ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:674:5: note: in instantiation of template class 'boost::hash_detail::hash_base<std::type_index>' requested here
    BOOST_HASH_SPECIALIZE(std::type_index)
    ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:576:19: note: expanded from macro 'BOOST_HASH_SPECIALIZE'
         : public boost::hash_detail::hash_base<type> \
                  ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function<std::type_index, unsigned long>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function
                            ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1025:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#    define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from ../src/pthread/thread.cpp:19:
In file included from ../include/boost/thread/future.hpp:51:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/optional.hpp:15:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/optional/optional.hpp:38:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/type_traits/has_nothrow_constructor.hpp:27:84: warning: builtin __has_nothrow_constructor is deprecated; use __is_nothrow_constructible instead [-Wdeprecated-builtins]
template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHROW_CONSTRUCTOR(T)>{};
                                                                                   ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/type_traits/intrinsics.hpp:199:48: note: expanded from macro 'BOOST_HAS_NOTHROW_CONSTRUCTOR'
#     define BOOST_HAS_NOTHROW_CONSTRUCTOR(T) (__has_nothrow_constructor(T) && is_default_constructible<T>::value)
                                               ^
In file included from ../src/pthread/thread.cpp:19:
In file included from ../include/boost/thread/future.hpp:51:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/optional.hpp:15:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/optional/optional.hpp:47:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/type_traits/is_nothrow_move_assignable.hpp:16:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/type_traits/has_nothrow_assign.hpp:65:7: warning: builtin __has_nothrow_assign is deprecated; use __is_nothrow_assignable instead [-Wdeprecated-builtins]
      BOOST_HAS_NOTHROW_ASSIGN(T)
      ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/type_traits/intrinsics.hpp:205:43: note: expanded from macro 'BOOST_HAS_NOTHROW_ASSIGN'
#     define BOOST_HAS_NOTHROW_ASSIGN(T) (__has_nothrow_assign(T) && !is_volatile<T>::value && is_assignable<T&, const T&>::value)
                                          ^
In file included from ../src/pthread/thread.cpp:19:
In file included from ../include/boost/thread/future.hpp:65:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/function.hpp:30:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/function/detail/prologue.hpp:17:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/function/function_base.hpp:22:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/type_traits/has_trivial_copy.hpp:34:4: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
   BOOST_HAS_TRIVIAL_COPY(T) BOOST_TT_TRIVIAL_CONSTRUCT_FIX
   ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/type_traits/intrinsics.hpp:190:41: note: expanded from macro 'BOOST_HAS_TRIVIAL_COPY'
#     define BOOST_HAS_TRIVIAL_COPY(T) (__has_trivial_copy(T) && !is_reference<T>::value)
                                        ^
In file included from ../src/pthread/thread.cpp:19:
In file included from ../include/boost/thread/future.hpp:65:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/function.hpp:30:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/function/detail/prologue.hpp:17:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/function/function_base.hpp:23:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/type_traits/has_trivial_destructor.hpp:30:86: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
template <typename T> struct has_trivial_destructor : public integral_constant<bool, BOOST_HAS_TRIVIAL_DESTRUCTOR(T)>{};
                                                                                     ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/type_traits/intrinsics.hpp:196:47: note: expanded from macro 'BOOST_HAS_TRIVIAL_DESTRUCTOR'
#     define BOOST_HAS_TRIVIAL_DESTRUCTOR(T) (__has_trivial_destructor(T)  && is_destructible<T>::value)
                                              ^
In file included from ../src/pthread/thread.cpp:38:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/lexical_cast.hpp:32:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/lexical_cast/try_lexical_convert.hpp:44:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/lexical_cast/detail/converter_lexical.hpp:54:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/lexical_cast/detail/converter_lexical_streams.hpp:285:21: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
                    sprintf(begin,
                    ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
        #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                      ^
In file included from ../src/pthread/thread.cpp:38:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/lexical_cast.hpp:32:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/lexical_cast/try_lexical_convert.hpp:44:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/lexical_cast/detail/converter_lexical.hpp:54:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/lexical_cast/detail/converter_lexical_streams.hpp:297:21: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
                    sprintf(begin,
                    ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
        #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                      ^
In file included from ../src/pthread/thread.cpp:38:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/lexical_cast.hpp:32:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/lexical_cast/try_lexical_convert.hpp:44:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/lexical_cast/detail/converter_lexical.hpp:54:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/lexical_cast/detail/converter_lexical_streams.hpp:310:21: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
                    sprintf(begin,
                    ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
        #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                      ^
In file included from ../src/pthread/thread.cpp:11:
In file included from ../include/boost/thread/thread_only.hpp:17:
In file included from ../include/boost/thread/pthread/thread_data.hpp:12:
In file included from ../include/boost/thread/lock_types.hpp:18:
In file included from ../include/boost/thread/thread_time.hpp:11:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/date_time/posix_time/posix_time_types.hpp:16:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/date_time/posix_time/posix_time_duration.hpp:15:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/numeric/conversion/cast.hpp:33:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/numeric/conversion/converter.hpp:13:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/numeric/conversion/conversion_traits.hpp:13:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/numeric/conversion/detail/conversion_traits.hpp:18:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/numeric/conversion/detail/int_float_mixture.hpp:19:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/mpl/integral_c.hpp:32:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/mpl/aux_/integral_wrapper.hpp:73:31: error: integer value -1 is outside the valid range of values [0, 3] for this enumeration type [-Wenum-constexpr-conversion]
    typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (value - 1)) ) prior;
                              ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/mpl/aux_/static_cast.hpp:24:47: note: expanded from macro 'BOOST_MPL_AUX_STATIC_CAST'
#   define BOOST_MPL_AUX_STATIC_CAST(T, expr) static_cast<T>(expr)
                                              ^
In file included from ../src/pthread/thread.cpp:11:
In file included from ../include/boost/thread/thread_only.hpp:17:
In file included from ../include/boost/thread/pthread/thread_data.hpp:12:
In file included from ../include/boost/thread/lock_types.hpp:18:
In file included from ../include/boost/thread/thread_time.hpp:11:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/date_time/posix_time/posix_time_types.hpp:16:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/date_time/posix_time/posix_time_duration.hpp:15:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/numeric/conversion/cast.hpp:33:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/numeric/conversion/converter.hpp:13:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/numeric/conversion/conversion_traits.hpp:13:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/numeric/conversion/detail/conversion_traits.hpp:18:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/numeric/conversion/detail/int_float_mixture.hpp:19:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/mpl/integral_c.hpp:32:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/mpl/aux_/integral_wrapper.hpp:73:31: error: integer value -1 is outside the valid range of values [0, 3] for this enumeration type [-Wenum-constexpr-conversion]
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/mpl/aux_/static_cast.hpp:24:47: note: expanded from macro 'BOOST_MPL_AUX_STATIC_CAST'
#   define BOOST_MPL_AUX_STATIC_CAST(T, expr) static_cast<T>(expr)
                                              ^
In file included from ../src/pthread/thread.cpp:11:
In file included from ../include/boost/thread/thread_only.hpp:22:
In file included from ../include/boost/thread/detail/thread.hpp:41:
In file included from /Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/functional/hash.hpp:6:
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:131:33: warning: 'unary_function<const std::error_category *, unsigned long>' is deprecated [-Wdeprecated-declarations]
        struct hash_base : std::unary_function<T, std::size_t> {};
                                ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:687:18: note: in instantiation of template class 'boost::hash_detail::hash_base<const std::error_category *>' requested here
        : public boost::hash_detail::hash_base<T*>
                 ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:415:24: note: in instantiation of template class 'boost::hash<const std::error_category *>' requested here
        boost::hash<T> hasher;
                       ^
/Users/Shared/DataMac/GitRepos/ww2build/cmakebuild/vcpkg_installed/x64-osx/include/boost/container_hash/hash.hpp:546:9: note: in instantiation of function template specialization 'boost::hash_combine<const std::error_category *>' requested here
        hash_combine(seed, &v.category());
        ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function<const std::error_category *, unsigned long>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function
                            ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1025:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#    define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode_15-3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
33 warnings and 2 errors generated.
...failed updating 1 target...
ninja: build stopped: subcommand failed.

Cheers

@hogan555
Copy link
Author

Package: boost-thread:x64-osx@1.77.0

Part 2

Additional context

vcpkg.json
{
  "name": "ivc-vcpkg-libraries-osx",
  "version": "1.0.0",
  "dependencies": [
    {
      "name": "boost-accumulators"
    },
    {
      "name": "flatbuffers"
    },
    {
      "name": "grpc"
    },
    {
      "name": "libevent"
    },
    {
      "name": "libiconv"
    },
    {
      "name": "libmysql"
    },
    {
      "name": "libsndfile"
    },
    {
      "name": "libxml2"
    },
    {
      "name": "log4cxx"
    },
    {
      "name": "nng"
    },
    {
      "name": "qt5-base"
    },
    {
      "name": "qt5-svg"
    },
    {
      "name": "qt5-tools"
    }
  ],
  "overrides": [
    {
      "name": "apr",
      "version": "1.7.0#12"
    },
    {
      "name": "apr-util",
      "version": "1.6.1#7"
    },
    {
      "name": "boost-accumulators",
      "version": "1.77.0"
    },
    {
      "name": "flatbuffers",
      "version": "2.0.0#3"
    },
    {
      "name": "grpc",
      "version": "1.33.1"
    },
    {
      "name": "libevent",
      "version": "2.1.12"
    },
    {
      "name": "libiconv",
      "version": "1.16#13"
    },
    {
      "name": "libmysql",
      "version": "5.7.17-3"
    },
    {
      "name": "libsndfile",
      "version": "1.0.30"
    },
    {
      "name": "libxml2",
      "version": "2.9.12#5"
    },
    {
      "name": "log4cxx",
      "version": "0.11.0#3"
    },
    {
      "name": "nng",
      "version": "1.4.0"
    },
    {
      "name": "pcre2",
      "version": "10.39#2"
    },
    {
      "name": "qt5-base",
      "version": "5.15.2#16"
    },
    {
      "name": "qt5-svg",
      "version": "5.15.2#2"
    },
    {
      "name": "qt5-tools",
      "version": "5.15.2#1"
    }
  ],
  "builtin-baseline": "61b3046e513d189495ee37247e6cc550ee75e471"
}

Cheers

@hogan555 hogan555 changed the title [boost-thread] Build error on x64-osx [boost-thread] Build error on x64-osx, Sonoma, Xcode 15.3, CMake 3.29.2 Apr 18, 2024
@FrankXie05 FrankXie05 added the category:port-bug The issue is with a library, which is something the port should already support label Apr 18, 2024
@Kojoley
Copy link

Kojoley commented Apr 20, 2024

I think it is boostorg/mpl#69.

Copy link

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

@github-actions github-actions bot added the Stale label Oct 18, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 1, 2024
@FrankXie05 FrankXie05 reopened this Nov 1, 2024
@github-actions github-actions bot removed the Stale label Nov 2, 2024
@FrankXie05
Copy link
Contributor

Fixed by #40465

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants