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

(#25628) [boost] Disable process library on iOS #25834

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amerry
Copy link

@amerry amerry commented Nov 4, 2024

Summary

Changes to recipe: boost/1.86.0

Motivation

iOS does not support subprocesses (all apps have to be a single process), so the operating system APIs this library depends on do not exist on iOS.

fixes #25628

Details

Set without_process by default on iOS, but only on Boost 1.86+ (the process library is header-only before this version).

Testing

Sadly, it is not possible to do iOS builds of Boost in Conan 2 right now, because ios-cmake isn't building (see #21532). I have locally tested:

  • a normal macOS (Xcode 15) build on conan 2.9.1
  • an iOS build on conan 1.65.0

iOS does not support subprocesses (all apps have to be a single
process), so the operating system APIs this library depends on do not
exist on iOS.
@uilianries
Copy link
Member

Sadly, it is not possible to do iOS builds of Boost in Conan 2 right now, because ios-cmake isn't building (see #21532). I have locally tested:

a normal macOS (Xcode 15) build on conan 2.9.1
an iOS build on conan 1.65.0

@amerry Could you please share these full build logs?

@amerry
Copy link
Author

amerry commented Nov 5, 2024

macOS build on Conan 2.9.1

Command:

conan create --build 'boost/*' -pr:b default -pr:h default -s build_type=Debug -s compiler.cppstd=20 --version 1.86.0 . >! conan2-build.log 2>&1

Profile is from conan profile detect.

Build log (macOS build on Conan 2.9.1)

======== Exporting recipe to the cache ========
boost/1.86.0: Exporting package recipe: /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/conanfile.py
boost/1.86.0: exports: File 'conandata.yml' found. Exporting it...
boost/1.86.0: Calling export()
boost/1.86.0: Calling export_sources()
boost/1.86.0: Copied 1 '.py' file: conanfile.py
boost/1.86.0: Copied 2 '.yml' files: conandata.yml, dependencies-1.86.0.yml
boost/1.86.0: Copied 1 '.patch' file: 1.82.0-locale-iconv-library-option.patch
boost/1.86.0: Exported to cache folder: /Users/alex.merry/.conan2/p/booste267a005d8253/e
boost/1.86.0: Exported: boost/1.86.0#93ccd77efaff34a019a035bb6f7e7b75 (2024-11-05 16:47:29 UTC)

======== Input profiles ========
Profile host:
[settings]
arch=armv8
build_type=Debug
compiler=apple-clang
compiler.cppstd=20
compiler.libcxx=libc++
compiler.version=15
os=Macos

Profile build:
[settings]
arch=armv8
build_type=Release
compiler=apple-clang
compiler.cppstd=gnu17
compiler.libcxx=libc++
compiler.version=15
os=Macos


======== Computing dependency graph ========
Graph root
    cli
Requirements
    boost/1.86.0#93ccd77efaff34a019a035bb6f7e7b75 - Cache
    bzip2/1.0.8#d00dac990f08d991998d624be81a9526 - Cache
    libbacktrace/cci.20210118#a7691bfccd8caaf66309df196790a5a1 - Cache
    libiconv/1.17#73fefc1b696e069df90fd1d18aa63edd - Cache
    zlib/1.3.1#f52e03ae3d251dec704634230cd806a2 - Cache
Build requirements
    b2/5.2.1#91bc73931a0acb655947a81569ed8b80 - Cache
Resolved version ranges
    b2/[>=5.2 <6]: b2/5.2.1
    zlib/[>=1.2.11 <2]: zlib/1.3.1

======== Computing necessary packages ========
boost/1.86.0: Forced build from source
Requirements
    boost/1.86.0#93ccd77efaff34a019a035bb6f7e7b75:7c62b022acf5c005e2da1f34e248fb944332b4f0 - Build
    bzip2/1.0.8#d00dac990f08d991998d624be81a9526:1f07abb3911ca15c6e79abd0bef81abb1e9b67ec#6adaad397505e7b7348857e027813be0 - Cache
    libbacktrace/cci.20210118#a7691bfccd8caaf66309df196790a5a1:a39a13a871082e2c778f9bbb63e502003eb25cc9#809c5be70ca2d7551ef90f5a40dbbbd6 - Cache
    libiconv/1.17#73fefc1b696e069df90fd1d18aa63edd:a39a13a871082e2c778f9bbb63e502003eb25cc9#a84db8500a12e4eaa9d74dcc03bc485b - Cache
    zlib/1.3.1#f52e03ae3d251dec704634230cd806a2:a39a13a871082e2c778f9bbb63e502003eb25cc9#5a833e136e32afdb936fefd197300cea - Cache
Build requirements
    b2/5.2.1#91bc73931a0acb655947a81569ed8b80:ef52fcb08b72f88cd87dade69f7b5e49a93b591a#b210e4d9e2a7851150d0e9b3acab7b0f - Cache

======== Installing packages ========
b2/5.2.1: Already installed! (1 of 6)
bzip2/1.0.8: Already installed! (2 of 6)
libbacktrace/cci.20210118: Already installed! (3 of 6)
libiconv/1.17: Already installed! (4 of 6)
zlib/1.3.1: Already installed! (5 of 6)
boost/1.86.0: Calling source() in /Users/alex.merry/.conan2/p/booste267a005d8253/s/src
boost/1.86.0: Downloading 126.2MB boost_1_86_0.tar.bz2
boost/1.86.0: Downloaded 33.2MB 26% boost_1_86_0.tar.bz2
boost/1.86.0: Downloaded 69.3MB 54% boost_1_86_0.tar.bz2
boost/1.86.0: Downloaded 100.6MB 79% boost_1_86_0.tar.bz2
boost/1.86.0: Unzipping boost_1_86_0.tar.bz2 to /Users/alex.merry/.conan2/p/booste267a005d8253/s/src
boost/1.86.0: Apply patch (conan): Optional flag to specify iconv from either libc of libiconv

-------- Installing package boost/1.86.0 (6 of 6) --------
boost/1.86.0: Building from source
boost/1.86.0: Package boost/1.86.0:7c62b022acf5c005e2da1f34e248fb944332b4f0
boost/1.86.0: Building your package in /Users/alex.merry/.conan2/p/b/boostbbbe77ca14ccc/b
boost/1.86.0: Calling generate()
boost/1.86.0: Generators folder: /Users/alex.merry/.conan2/p/b/boostbbbe77ca14ccc/b/build-debug/conan
boost/1.86.0: Generating aggregated env files
boost/1.86.0: Generated aggregated env files: ['conanbuild.sh', 'conanrun.sh']
boost/1.86.0: Calling build()
boost/1.86.0: WARN: replace_in_file didn't find pattern '/* thread_local */' in '/Users/alex.merry/.conan2/p/booste267a005d8253/s/src/boost/stacktrace/detail/libbacktrace_impls.hpp' file.
boost/1.86.0: WARN: replace_in_file didn't find pattern '/* static __thread */' in '/Users/alex.merry/.conan2/p/booste267a005d8253/s/src/boost/stacktrace/detail/libbacktrace_impls.hpp' file.
boost/1.86.0: WARN: replace_in_file didn't find pattern 'local generic-os = [ set.difference $(all-os) : aix darwin vxworks solaris osf hpux ] ;' in '/Users/alex.merry/.conan2/p/booste267a005d8253/s/src/tools/build/src/tools/gcc.jam' file.
boost/1.86.0: WARN: replace_in_file didn't find pattern 'local no-threading = android beos haiku sgi darwin vxworks ;' in '/Users/alex.merry/.conan2/p/booste267a005d8253/s/src/tools/build/src/tools/gcc.jam' file.
boost/1.86.0: WARN: Patching user-config.jam
boost/1.86.0: WARN: 
using zlib : 1.3.1 : <include>"/Users/alex.merry/.conan2/p/b/zlibba9a73f92ec58/p/include" <search>"/Users/alex.merry/.conan2/p/b/zlibba9a73f92ec58/p/lib" <name>z ;
using bzip2 : 1.0.8 : <include>"/Users/alex.merry/.conan2/p/b/bzip2f7bcefe3412f3/p/include" <search>"/Users/alex.merry/.conan2/p/b/bzip2f7bcefe3412f3/p/lib" <name>bz2 ;
using "clang-darwin" :  :  "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -arch arm64 : 
<archiver>"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar" <ranlib>"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" <compileflags>"-I/Users/alex.merry/.conan2/p/b/libba7c3c340778066/p/include" <linkflags>"-L/Users/alex.merry/.conan2/p/b/libba7c3c340778066/p/lib"  ;
boost/1.86.0: WARN: b2 -q numa=on target-os=darwin architecture=arm address-model=64 binary-format=mach-o abi=aapcs --layout=system --user-config=/Users/alex.merry/.conan2/p/booste267a005d8253/s/src/tools/build/user-config.jam -sNO_ZLIB=0 -sNO_BZIP2=0 -sNO_LZMA=1 -sNO_ZSTD=1 boost.locale.icu=off --disable-icu boost.locale.iconv=on boost.locale.iconv.lib=libiconv threading=multi visibility=hidden link=static variant=debug --with-atomic --with-charconv --with-chrono --with-cobalt --with-container --with-context --with-contract --with-coroutine --with-date_time --with-exception --with-fiber --with-filesystem --with-graph --with-iostreams --with-json --with-locale --with-log --with-math --with-nowide --with-process --with-program_options --with-random --with-regex --with-serialization --with-stacktrace --with-system --with-test --with-thread --with-timer --with-type_erasure --with-url --with-wave toolset=clang-darwin cxxstd=20 pch=on -sLIBBACKTRACE_PATH=/Users/alex.merry/.conan2/p/b/libba7c3c340778066/p -sICONV_PATH=/Users/alex.merry/.conan2/p/b/libicef11e13a5d5bf/p linkflags="-stdlib=libc++" cxxflags="-fPIC -stdlib=libc++ -DBOOST_STACKTRACE_ADDR2LINE_LOCATION=/usr/bin/addr2line" install --prefix=/Users/alex.merry/.conan2/p/b/boostbbbe77ca14ccc/p -j12 --abbreviate-paths -d0 --debug-configuration --build-dir="/Users/alex.merry/.conan2/p/b/boostbbbe77ca14ccc/b/build-debug"
boost/1.86.0: RUN: b2 -q numa=on target-os=darwin architecture=arm address-model=64 binary-format=mach-o abi=aapcs --layout=system --user-config=/Users/alex.merry/.conan2/p/booste267a005d8253/s/src/tools/build/user-config.jam -sNO_ZLIB=0 -sNO_BZIP2=0 -sNO_LZMA=1 -sNO_ZSTD=1 boost.locale.icu=off --disable-icu boost.locale.iconv=on boost.locale.iconv.lib=libiconv threading=multi visibility=hidden link=static variant=debug --with-atomic --with-charconv --with-chrono --with-cobalt --with-container --with-context --with-contract --with-coroutine --with-date_time --with-exception --with-fiber --with-filesystem --with-graph --with-iostreams --with-json --with-locale --with-log --with-math --with-nowide --with-process --with-program_options --with-random --with-regex --with-serialization --with-stacktrace --with-system --with-test --with-thread --with-timer --with-type_erasure --with-url --with-wave toolset=clang-darwin cxxstd=20 pch=on -sLIBBACKTRACE_PATH=/Users/alex.merry/.conan2/p/b/libba7c3c340778066/p -sICONV_PATH=/Users/alex.merry/.conan2/p/b/libicef11e13a5d5bf/p linkflags="-stdlib=libc++" cxxflags="-fPIC -stdlib=libc++ -DBOOST_STACKTRACE_ADDR2LINE_LOCATION=/usr/bin/addr2line" install --prefix=/Users/alex.merry/.conan2/p/b/boostbbbe77ca14ccc/p -j12 --abbreviate-paths -d0 --debug-configuration --build-dir="/Users/alex.merry/.conan2/p/b/boostbbbe77ca14ccc/b/build-debug"
notice: found boost-build.jam at /Users/alex.merry/.conan2/p/booste267a005d8253/s/src/boost-build.jam
notice: loading B2 from /Users/alex.merry/.conan2/p/b/b264fd58726f53d/p/bin/.b2/build-system.jam
notice: Searching '/etc' '/Users/alex.merry' '/Users/alex.merry/.conan2/p/b/b264fd58726f53d/p/bin/.b2/util' '/Users/alex.merry/.conan2/p/b/b264fd58726f53d/p/bin/.b2/tools' '/Users/alex.merry/.conan2/p/b/b264fd58726f53d/p/bin/.b2/options' '/Users/alex.merry/.conan2/p/b/b264fd58726f53d/p/bin/.b2/contrib' '/Users/alex.merry/.conan2/p/b/b264fd58726f53d/p/bin/.b2/build' '/Users/alex.merry/.conan2/p/b/b264fd58726f53d/p/bin/.b2' for site-config configuration file 'site-config.jam'.
notice: Configuration file 'site-config.jam' not found in '/etc' '/Users/alex.merry' '/Users/alex.merry/.conan2/p/b/b264fd58726f53d/p/bin/.b2/util' '/Users/alex.merry/.conan2/p/b/b264fd58726f53d/p/bin/.b2/tools' '/Users/alex.merry/.conan2/p/b/b264fd58726f53d/p/bin/.b2/options' '/Users/alex.merry/.conan2/p/b/b264fd58726f53d/p/bin/.b2/contrib' '/Users/alex.merry/.conan2/p/b/b264fd58726f53d/p/bin/.b2/build' '/Users/alex.merry/.conan2/p/b/b264fd58726f53d/p/bin/.b2'.
notice: Loading explicitly specified user configuration file:
    /Users/alex.merry/.conan2/p/booste267a005d8253/s/src/tools/build/user-config.jam
notice: Searching '/Users/alex.merry/.conan2/p/booste267a005d8253/s/src/tools/build' for user-config configuration file 'user-config.jam'.
notice: Loading user-config configuration file 'user-config.jam' from '/Users/alex.merry/.conan2/p/booste267a005d8253/s/src/tools/build'.
notice: [zlib] Using pre-installed library
notice: [zlib] Condition
notice: [bzip2] Using pre-installed library
notice: [bzip2] Condition
notice: will use '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++' '-isysroot' '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk' '-arch' 'arm64' for clang-darwin, condition <toolset>clang-15
notice: [openssl] Using pre-installed library
notice: [openssl] Condition
notice: using boost library auto_config <layout>system
notice: [zlib] zlib is already configured
notice: [bzip2] bzip is already configured
notice: iostreams: not using lzma compression 
notice: iostreams: not using zstd compression 
notice: [python-cfg] Configuring python...
notice: [python-cfg] Checking interpreter command "python"...
notice: [python-cfg] running command 'python -c "from sys import *; print('version=%d.%d\nplatform=%s\nprefix=%s\nexec_prefix=%s\nexecutable=%s' % (version_info[0],version_info[1],platform,prefix,exec_prefix,executable))" 2>&1'
notice: [python-cfg] ...requested configuration matched!
notice: [python-cfg] Details of this Python configuration:
notice: [python-cfg]   interpreter command: "python"
notice: [python-cfg]   include path: "/Users/alex.merry/src/third-party/conan-center-index/cci.venv/include/python3.12"
notice: [python-cfg]   library path: "/Users/alex.merry/src/third-party/conan-center-index/cci.venv/lib/python3.12/config" "/Users/alex.merry/src/third-party/conan-center-index/cci.venv/lib"
notice: [python-cfg] Checking for NumPy...
notice: [python-cfg] running command 'python -c "import sys; sys.stderr = sys.stdout; import numpy; print(numpy.get_include())"'
notice: [python-cfg] NumPy disabled. Reason:
notice: [python-cfg]   python -c "import sys; sys.stderr = sys.stdout; import numpy; print(numpy.get_include())" aborted with 
notice: [python-cfg]   Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'numpy'
notice: [python-cfg] no framework directory found; using library path
Performing configuration checks

    - default address-model    : 64-bit [1]
    - default architecture     : arm [1]
    - cxx11_static_assert      : yes [2]
    - cxx11_variadic_templates : yes [2]
    - cxx11_decltype           : yes [2]
    - GCC libquadmath and __float128 support : no [2]
    - cxx11_hdr_ratio          : yes [2]
    - cxx11_template_aliases   : yes [2]
    - cxx11_char16_t           : yes [2]
    - cxx11_char32_t           : yes [2]
    - cxx20_hdr_concepts       : yes [2]
    - cpp_lib_memory_resource  : yes [2]
warning: non-free usage requirements <boost.cobalt.pmr>std ignored
warning: in main-target boost_cobalt at libs/cobalt/build/Jamfile:73
    - has std::atomic_ref      : no [2]
    - has statx                : no [2]
    - has statx syscall        : no [2]
    - cxx11_rvalue_references  : yes [2]
    - cxx11_scoped_enums       : yes [2]
    - cxx11_noexcept           : yes [2]
    - cxx11_nullptr            : yes [2]
    - cxx11_defaulted_functions : yes [2]
    - cxx11_defaulted_moves    : yes [2]
    - cxx11_deleted_functions  : yes [2]
    - cxx11_function_template_default_args : yes [2]
    - cxx11_final              : yes [2]
    - cxx11_override           : yes [2]
    - has init_priority attribute : yes [2]
    - has stat::st_blksize     : no [2]
    - has stat::st_mtim        : no [2]
    - has stat::st_mtimensec   : no [2]
    - has stat::st_mtimespec   : yes [2]
    - has stat::st_birthtim    : no [2]
    - has stat::st_birthtimensec : no [2]
    - has stat::st_birthtimespec : yes [2]
    - has fdopendir(O_NOFOLLOW) : yes [2]
    - has dirent::d_type       : yes [2]
    - has POSIX *at APIs       : no [2]
    - has fallocate            : no [2]
    - cxx11_auto_declarations  : yes [2]
    - cxx11_constexpr          : yes [2]
    - cxx11_hdr_mutex          : yes [2]
    - cxx11_hdr_tuple          : yes [2]
    - cxx11_lambdas            : yes [2]
    - cxx11_thread_local       : yes [2]
    - zlib                     : yes [2]
    - bzip2                    : yes [2]
    - cxx11_basic_alignas      : yes [2]
    - iconv (libc)             : no [2]
    - iconv (separate)         : yes [2]
    - cxx11_hdr_functional     : yes [2]
    - cxx11_hdr_type_traits    : yes [2]
    - cxx11_range_based_for    : yes [2]
    - cxx11_smart_ptr          : yes [2]
    - native atomic int32 supported : yes [2]
    - native syslog supported  : yes [2]
    - pthread supports robust mutexes : no [2]
    - Boost.Regex is header-only : yes [2]
    - lockfree boost::atomic_flag : yes [2]
    - gcc visibility           : yes [2]
    - sfinae_expr              : yes [2]
    - cxx11_unified_initialization_syntax : yes [2]
    - cxx11_hdr_initializer_list : yes [2]
    - cxx11_hdr_chrono         : yes [2]
    - cxx11_numeric_limits     : yes [2]
    - cxx11_hdr_array          : yes [2]
    - cxx11_hdr_atomic         : yes [2]
    - cxx11_allocator          : yes [2]
    - cxx11_explicit_conversion_operators : yes [2]
    - cxx14_decltype_auto      : yes [2]
    - cxx14_generic_lambdas    : yes [2]
    - cxx14_return_type_deduction : yes [2]
    - cxx14_variable_templates : yes [2]
    - long double support      : yes [2]
    - Has Large File Support   : yes [2]
    - Has attribute init_priority : yes [2]
    - has_icu builds           : no [2]
    - std_wstreambuf builds    : yes [2]
    - std_wstreambuf           : yes [2]
    - libbacktrace builds      : yes [2]
    - addr2line builds         : yes [2]
    - WinDbg builds            : no [2]
    - cxx11_rvalue_references  : yes [3]
    - WinDbg builds            : no [3]
    - WinDbgCached builds      : no [2]
    - WinDbgCached builds      : no [3]
    - BOOST_COMP_GNUC >= 4.3.0 : no [2]
    - cxx11_hdr_thread         : yes [2]
    - cxx11_hdr_regex          : yes [2]

[1] clng-15
[2] clng-drwn-15/dbg/arm_6/bst.l-lbcnv/bst.l-on/bst.l-off/cxstd-20-iso/lnk-sttc/nm-on/pythn-3.12/thrd-mlt/vsblt-hdn
[3] clng-drwn-15/dbg/arm_6/bst.l-lbcnv/bst.l-on/bst.l-off/bld-no/cxstd-20-iso/lnk-sttc/nm-on/pythn-3.12/thrd-mlt/vsblt-hdn

Component configuration:

    - atomic                   : building
    - charconv                 : building
    - chrono                   : building
    - cobalt                   : building
    - container                : building
    - context                  : building
    - contract                 : building
    - coroutine                : building
    - date_time                : building
    - exception                : building
    - fiber                    : building
    - filesystem               : building
    - graph                    : building
    - graph_parallel           : not building
    - headers                  : not building
    - iostreams                : building
    - json                     : building
    - locale                   : building
    - log                      : building
    - math                     : building
    - mpi                      : not building
    - nowide                   : building
    - process                  : building
    - program_options          : building
    - python                   : not building
    - random                   : building
    - regex                    : building
    - serialization            : building
    - stacktrace               : building
    - system                   : building
    - test                     : building
    - thread                   : building
    - timer                    : building
    - type_erasure             : building
    - url                      : building
    - wave                     : building
    - predef                   : not building


boost/1.86.0: Package '7c62b022acf5c005e2da1f34e248fb944332b4f0' built
boost/1.86.0: Build folder /Users/alex.merry/.conan2/p/b/boostbbbe77ca14ccc/b/build-debug
boost/1.86.0: Generating the package
boost/1.86.0: Packaging in folder /Users/alex.merry/.conan2/p/b/boostbbbe77ca14ccc/p
boost/1.86.0: Calling package()
boost/1.86.0: package(): Packaged 1 '.txt' file: LICENSE_1_0.txt
boost/1.86.0: package(): Packaged 15348 '.hpp' files
boost/1.86.0: package(): Packaged 150 '.h' files
boost/1.86.0: package(): Packaged 17 files
boost/1.86.0: package(): Packaged 293 '.ipp' files
boost/1.86.0: package(): Packaged 2 '.inc' files: strict_cpp_re.inc, cpp_re.inc
boost/1.86.0: package(): Packaged 45 '.a' files
boost/1.86.0: Created package revision d09ec8effd7492d090fb6c81b2f4b9ed
boost/1.86.0: Package '7c62b022acf5c005e2da1f34e248fb944332b4f0' created
boost/1.86.0: Full package reference: boost/1.86.0#93ccd77efaff34a019a035bb6f7e7b75:7c62b022acf5c005e2da1f34e248fb944332b4f0#d09ec8effd7492d090fb6c81b2f4b9ed
boost/1.86.0: Package folder /Users/alex.merry/.conan2/p/b/boostbbbe77ca14ccc/p
WARN: deprecated: Usage of deprecated Conan 1.X features that will be removed in Conan 2.X:
WARN: deprecated:     'env_info' used in: bzip2/1.0.8, libiconv/1.17, b2/5.2.1, boost/1.86.0
WARN: deprecated:     'cpp_info.names' used in: bzip2/1.0.8, libiconv/1.17, boost/1.86.0, zlib/1.3.1
WARN: deprecated:     'cpp_info.build_modules' used in: bzip2/1.0.8
WARN: deprecated:     'cpp_info.filenames' used in: boost/1.86.0
WARN: deprecated:     'user_info' used in: boost/1.86.0

======== Launching test_package ========

======== Computing dependency graph ========
Graph root
    boost/1.86.0 (test package): /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package/conanfile.py
Requirements
    boost/1.86.0#93ccd77efaff34a019a035bb6f7e7b75 - Cache
    bzip2/1.0.8#d00dac990f08d991998d624be81a9526 - Cache
    libbacktrace/cci.20210118#a7691bfccd8caaf66309df196790a5a1 - Cache
    libiconv/1.17#73fefc1b696e069df90fd1d18aa63edd - Cache
    zlib/1.3.1#f52e03ae3d251dec704634230cd806a2 - Cache
Build requirements
    b2/5.2.1#91bc73931a0acb655947a81569ed8b80 - Cache

======== Computing necessary packages ========
Requirements
    boost/1.86.0#93ccd77efaff34a019a035bb6f7e7b75:7c62b022acf5c005e2da1f34e248fb944332b4f0#d09ec8effd7492d090fb6c81b2f4b9ed - Cache
    bzip2/1.0.8#d00dac990f08d991998d624be81a9526:1f07abb3911ca15c6e79abd0bef81abb1e9b67ec#6adaad397505e7b7348857e027813be0 - Cache
    libbacktrace/cci.20210118#a7691bfccd8caaf66309df196790a5a1:a39a13a871082e2c778f9bbb63e502003eb25cc9#809c5be70ca2d7551ef90f5a40dbbbd6 - Cache
    libiconv/1.17#73fefc1b696e069df90fd1d18aa63edd:a39a13a871082e2c778f9bbb63e502003eb25cc9#a84db8500a12e4eaa9d74dcc03bc485b - Cache
    zlib/1.3.1#f52e03ae3d251dec704634230cd806a2:a39a13a871082e2c778f9bbb63e502003eb25cc9#5a833e136e32afdb936fefd197300cea - Cache
Build requirements
Skipped binaries
    b2/5.2.1

======== Installing packages ========
bzip2/1.0.8: Already installed! (1 of 5)
libbacktrace/cci.20210118: Already installed! (2 of 5)
libiconv/1.17: Already installed! (3 of 5)
zlib/1.3.1: Already installed! (4 of 5)
boost/1.86.0: Already installed! (5 of 5)
WARN: deprecated: Usage of deprecated Conan 1.X features that will be removed in Conan 2.X:
WARN: deprecated:     'cpp_info.names' used in: bzip2/1.0.8, libiconv/1.17, boost/1.86.0, zlib/1.3.1
WARN: deprecated:     'cpp_info.build_modules' used in: bzip2/1.0.8
WARN: deprecated:     'env_info' used in: bzip2/1.0.8, libiconv/1.17, boost/1.86.0
WARN: deprecated:     'cpp_info.filenames' used in: boost/1.86.0
WARN: deprecated:     'user_info' used in: boost/1.86.0

======== Testing the package ========
Removing previously existing 'test_package' build folder: /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package/build/apple-clang-15-armv8-20-debug
boost/1.86.0 (test package): Test package build: build/apple-clang-15-armv8-20-debug
boost/1.86.0 (test package): Test package build folder: /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package/build/apple-clang-15-armv8-20-debug
boost/1.86.0 (test package): Writing generators to /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package/build/apple-clang-15-armv8-20-debug/generators
boost/1.86.0 (test package): Generator 'CMakeDeps' calling 'generate()'
boost/1.86.0 (test package): CMakeDeps necessary find_package() and targets for your CMakeLists.txt
    find_package(Boost)
    target_link_libraries(... boost::boost)
boost/1.86.0 (test package): Generator 'VirtualBuildEnv' calling 'generate()'
boost/1.86.0 (test package): Generator 'VirtualRunEnv' calling 'generate()'
boost/1.86.0 (test package): Calling generate()
boost/1.86.0 (test package): Generators folder: /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package/build/apple-clang-15-armv8-20-debug/generators
boost/1.86.0 (test package): CMakeToolchain generated: conan_toolchain.cmake
boost/1.86.0 (test package): CMakeToolchain generated: /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package/build/apple-clang-15-armv8-20-debug/generators/CMakePresets.json
boost/1.86.0 (test package): CMakeToolchain generated: /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package/CMakeUserPresets.json
boost/1.86.0 (test package): Generating aggregated env files
boost/1.86.0 (test package): Generated aggregated env files: ['conanbuild.sh', 'conanrun.sh']

======== Testing the package: Building ========
boost/1.86.0 (test package): Calling build()
boost/1.86.0 (test package): Running CMake.configure()
boost/1.86.0 (test package): RUN: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package" -DHEADER_ONLY="OFF" -DBoost_USE_STATIC_LIBS="ON" -DWITH_PYTHON="OFF" -DWITH_RANDOM="ON" -DWITH_REGEX="ON" -DWITH_TEST="ON" -DWITH_COROUTINE="ON" -DWITH_CHRONO="ON" -DWITH_FIBER="ON" -DWITH_LOCALE="ON" -DWITH_NOWIDE="ON" -DWITH_JSON="ON" -DWITH_PROCESS="ON" -DWITH_STACKTRACE="ON" -DWITH_STACKTRACE_ADDR2LINE="ON" -DWITH_STACKTRACE_BACKTRACE="ON" -DWITH_URL="ON" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package"
-- Using Conan toolchain: /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package/build/apple-clang-15-armv8-20-debug/generators/conan_toolchain.cmake
-- Conan toolchain: Defining libcxx as C++ flags: -stdlib=libc++
-- Conan toolchain: C++ Standard 20 with extensions OFF
-- The CXX compiler identification is AppleClang 15.0.0.15000309
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Conan: Component target declared 'Boost::diagnostic_definitions'
-- Conan: Component target declared 'Boost::disable_autolinking'
-- Conan: Component target declared 'Boost::dynamic_linking'
-- Conan: Component target declared 'Boost::headers'
-- Conan: Component target declared 'Boost::boost'
-- Conan: Component target declared 'boost::_libboost'
-- Conan: Component target declared 'Boost::atomic'
-- Conan: Component target declared 'Boost::charconv'
-- Conan: Component target declared 'Boost::container'
-- Conan: Component target declared 'Boost::context'
-- Conan: Component target declared 'Boost::date_time'
-- Conan: Component target declared 'Boost::exception'
-- Conan: Component target declared 'Boost::math'
-- Conan: Component target declared 'Boost::program_options'
-- Conan: Component target declared 'Boost::regex'
-- Conan: Component target declared 'Boost::serialization'
-- Conan: Component target declared 'Boost::stacktrace'
-- Conan: Component target declared 'Boost::system'
-- Conan: Component target declared 'Boost::timer'
-- Conan: Component target declared 'Boost::chrono'
-- Conan: Component target declared 'Boost::cobalt'
-- Conan: Component target declared 'Boost::coroutine'
-- Conan: Component target declared 'Boost::filesystem'
-- Conan: Component target declared 'Boost::json'
-- Conan: Component target declared 'Boost::math_c99'
-- Conan: Component target declared 'Boost::math_c99f'
-- Conan: Component target declared 'Boost::math_c99l'
-- Conan: Component target declared 'Boost::math_tr1'
-- Conan: Component target declared 'Boost::math_tr1f'
-- Conan: Component target declared 'Boost::math_tr1l'
-- Conan: Component target declared 'Boost::random'
-- Conan: Component target declared 'Boost::stacktrace_addr2line'
-- Conan: Component target declared 'Boost::stacktrace_backtrace'
-- Conan: Component target declared 'Boost::stacktrace_basic'
-- Conan: Component target declared 'Boost::stacktrace_noop'
-- Conan: Component target declared 'Boost::test'
-- Conan: Component target declared 'Boost::url'
-- Conan: Component target declared 'Boost::wserialization'
-- Conan: Component target declared 'Boost::fiber'
-- Conan: Component target declared 'Boost::graph'
-- Conan: Component target declared 'Boost::iostreams'
-- Conan: Component target declared 'Boost::nowide'
-- Conan: Component target declared 'Boost::prg_exec_monitor'
-- Conan: Component target declared 'Boost::process'
-- Conan: Component target declared 'Boost::test_exec_monitor'
-- Conan: Component target declared 'Boost::thread'
-- Conan: Component target declared 'Boost::wave'
-- Conan: Component target declared 'Boost::contract'
-- Conan: Component target declared 'Boost::fiber_numa'
-- Conan: Component target declared 'Boost::locale'
-- Conan: Component target declared 'Boost::log'
-- Conan: Component target declared 'Boost::type_erasure'
-- Conan: Component target declared 'Boost::unit_test_framework'
-- Conan: Component target declared 'Boost::log_setup'
-- Conan: Target declared 'boost::boost'
-- Conan: Target declared 'ZLIB::ZLIB'
-- Conan: Target declared 'BZip2::BZip2'
-- Conan: Including build module from '/Users/alex.merry/.conan2/p/b/bzip2f7bcefe3412f3/p/lib/cmake/conan-official-bzip2-variables.cmake'
-- Conan: Target declared 'libbacktrace::libbacktrace'
-- Conan: Target declared 'Iconv::Iconv'
-- Configuring done (0.5s)
-- Generating done (0.1s)
CMake Warning:
  Manually-specified variables were not used by the project:

    Boost_USE_STATIC_LIBS


-- Build files have been written to: /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package/build/apple-clang-15-armv8-20-debug

boost/1.86.0 (test package): Running CMake.build()
boost/1.86.0 (test package): RUN: cmake --build "/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package/build/apple-clang-15-armv8-20-debug" -- -j12
[  3%] Building CXX object CMakeFiles/random_exe.dir/random.cpp.o
[  6%] Building CXX object CMakeFiles/regex_exe.dir/regex.cpp.o
[  9%] Building CXX object CMakeFiles/test_exe.dir/test.cpp.o
[ 12%] Building CXX object CMakeFiles/chrono_exe.dir/chrono.cpp.o
[ 15%] Building CXX object CMakeFiles/coroutine_exe.dir/coroutine.cpp.o
[ 18%] Building CXX object CMakeFiles/locale_exe.dir/locale.cpp.o
[ 21%] Building CXX object CMakeFiles/nowide_exe.dir/nowide.cpp.o
[ 25%] Building CXX object CMakeFiles/json_exe.dir/json.cpp.o
[ 28%] Building CXX object CMakeFiles/stacktrace_noop_exe.dir/stacktrace.cpp.o
[ 31%] Building CXX object CMakeFiles/stacktrace_addr2line_exe.dir/stacktrace.cpp.o
[ 34%] Building CXX object CMakeFiles/stacktrace_backtrace_exe.dir/stacktrace.cpp.o
[ 37%] Building CXX object CMakeFiles/fiber_exe.dir/fiber.cpp.o
[ 40%] Linking CXX executable nowide_exe
[ 43%] Linking CXX executable random_exe
[ 46%] Linking CXX executable stacktrace_noop_exe
[ 46%] Built target random_exe
[ 46%] Built target nowide_exe
[ 50%] Linking CXX executable chrono_exe
[ 53%] Linking CXX executable stacktrace_backtrace_exe
[ 53%] Built target stacktrace_noop_exe
[ 56%] Building CXX object CMakeFiles/stacktrace_basic_exe.dir/stacktrace.cpp.o
[ 59%] Linking CXX executable stacktrace_addr2line_exe
[ 62%] Building CXX object CMakeFiles/process_exe.dir/process.cpp.o
[ 65%] Linking CXX executable locale_exe
[ 68%] Building CXX object CMakeFiles/url_exe.dir/url.cpp.o
[ 71%] Linking CXX executable coroutine_exe
[ 71%] Built target chrono_exe
[ 71%] Built target stacktrace_backtrace_exe
[ 71%] Built target stacktrace_addr2line_exe
[ 75%] Linking CXX executable test_exe
[ 78%] Building CXX object CMakeFiles/lambda_exe.dir/lambda.cpp.o
[ 81%] Linking CXX executable json_exe
[ 81%] Built target locale_exe
[ 81%] Built target coroutine_exe
[ 81%] Built target json_exe
[ 81%] Built target test_exe
[ 84%] Linking CXX executable fiber_exe
[ 84%] Built target fiber_exe
[ 87%] Linking CXX executable stacktrace_basic_exe
[ 90%] Linking CXX executable regex_exe
[ 93%] Linking CXX executable url_exe
[ 93%] Built target stacktrace_basic_exe
[ 93%] Built target regex_exe
[ 93%] Built target url_exe
[ 96%] Linking CXX executable lambda_exe
[ 96%] Built target lambda_exe
[100%] Linking CXX executable process_exe
[100%] Built target process_exe


======== Testing the package: Executing test ========
boost/1.86.0 (test package): Running test()
boost/1.86.0 (test package): RUN: ctest --output-on-failure -C Debug
Test project /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package/build/apple-clang-15-armv8-20-debug
      Start  1: boost_random
 1/16 Test  #1: boost_random .....................   Passed    0.00 sec
      Start  2: boost_regex
 2/16 Test  #2: boost_regex ......................   Passed    0.06 sec
      Start  3: boost_test
 3/16 Test  #3: boost_test .......................   Passed    0.01 sec
      Start  4: coroutine_test
 4/16 Test  #4: coroutine_test ...................   Passed    0.00 sec
      Start  5: chrono_test
 5/16 Test  #5: chrono_test ......................   Passed    0.02 sec
      Start  6: boost_fiber
 6/16 Test  #6: boost_fiber ......................   Passed    0.00 sec
      Start  7: boost_json
 7/16 Test  #7: boost_json .......................   Passed    0.00 sec
      Start  8: boost_nowide
 8/16 Test  #8: boost_nowide .....................   Passed    0.00 sec
      Start  9: boost_locale
 9/16 Test  #9: boost_locale .....................   Passed    0.01 sec
      Start 10: boost_stacktrace_addr2line
10/16 Test #10: boost_stacktrace_addr2line .......   Passed    0.01 sec
      Start 11: boost_stacktrace_backtrace
11/16 Test #11: boost_stacktrace_backtrace .......   Passed    0.01 sec
      Start 12: boost_stacktrace_noop
12/16 Test #12: boost_stacktrace_noop ............   Passed    0.00 sec
      Start 13: boost_stacktrace_basic
13/16 Test #13: boost_stacktrace_basic ...........   Passed    0.00 sec
      Start 14: boost_process
14/16 Test #14: boost_process ....................   Passed    0.07 sec
      Start 15: boost_url
15/16 Test #15: boost_url ........................   Passed    0.00 sec
      Start 16: boost_boost
16/16 Test #16: boost_boost ......................   Passed    0.00 sec

100% tests passed, 0 tests failed out of 16

Total Test time (real) =   0.21 sec

@amerry
Copy link
Author

amerry commented Nov 5, 2024

iOS build on Conan 1.65.0

Command:

conan create --build 'boost' -pr:b default -pr:h ios -s build_type=Debug -s compiler.cppstd=20 . boost/1.86.0@ > conan-build.log 2>&1

(NB: I pre-built the dependencies as the full log with all deps was too long for a github comment).

Profiles are as in #25628

Build log (iOS build on Conan 1.65.0)
WARN: **************************************************
WARN: *** Conan 1 is legacy and on a deprecation path **
WARN: *********** Please upgrade to Conan 2 ************
WARN: **************************************************
Exporting package recipe
boost/1.86.0 exports: File 'conandata.yml' found. Exporting it...
boost/1.86.0 exports: Copied 1 '.yml' file: conandata.yml
boost/1.86.0: Calling export()
boost/1.86.0: Copied 1 '.yml' file: dependencies-1.86.0.yml
boost/1.86.0: Calling export_sources()
boost/1.86.0: The stored package has not changed
boost/1.86.0: Exported revision: 93ccd77efaff34a019a035bb6f7e7b75
Configuration (profile_host):
[settings]
arch=armv8
build_type=Debug
compiler=apple-clang
compiler.cppstd=20
compiler.libcxx=libc++
compiler.version=15.0
os=iOS
os.sdk=iphoneos
os.version=16.0
[options]
[build_requires]
*: ios-cmake/4.2.0
[env]
IPHONEOS_DEPLOYMENT_TARGET=16.0
Configuration (profile_build):
[settings]
arch=armv8
arch_build=armv8
build_type=Release
compiler=apple-clang
compiler.libcxx=libc++
compiler.version=15
os=Macos
os_build=Macos
[options]
[build_requires]
[env]

boost/1.86.0: Forced build from source
Version ranges solved
    Version range '>=1.2.11 <2' required by 'boost/1.86.0' resolved to 'zlib/1.3.1' in local cache
    Version range '>=5.2 <6' required by 'boost/1.86.0' resolved to 'b2/5.2.1' in local cache

boost/1.86.0 (test package): Installing package
Requirements
    boost/1.86.0 from local cache - Cache
    bzip2/1.0.8 from 'conancenter' - Cache
    libbacktrace/cci.20210118 from 'conancenter' - Cache
    libiconv/1.17 from 'conancenter' - Cache
    zlib/1.3.1 from 'conancenter' - Cache
Packages
    boost/1.86.0:bc0c51777434561e28e6da35d463ad36e6c701fe - Build
    bzip2/1.0.8:c030b87743c9a75b6796a9f351267bca127607c5 - Cache
    libbacktrace/cci.20210118:2a619af0e3e1db84d6de4a8452f2bc72ecbddf9a - Cache
    libiconv/1.17:2a619af0e3e1db84d6de4a8452f2bc72ecbddf9a - Cache
    zlib/1.3.1:2a619af0e3e1db84d6de4a8452f2bc72ecbddf9a - Cache
Build requirements
    b2/5.2.1 from 'conancenter' - Cache
    ios-cmake/4.2.0 from 'conancenter' - Cache
Build requirements packages
    b2/5.2.1:4e1751b0fa83186dec61c3f59d918b6b17b28aad - Cache
    ios-cmake/4.2.0:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache

Cross-build from 'Macos:armv8' to 'iOS:armv8'
Installing (downloading, building) binaries...
b2/5.2.1: Already installed!
bzip2/1.0.8: Already installed!
ios-cmake/4.2.0: Already installed!
ios-cmake/4.2.0: Setting toolchain options to: -DPLATFORM=OS64 -DDEPLOYMENT_TARGET=16.0 -DARCHS=arm64 -DENABLE_BITCODE=True -DENABLE_ARC=True -DENABLE_VISIBILITY=False -DENABLE_STRICT_TRY_COMPILE=False
ios-cmake/4.2.0: Setting CONAN_CMAKE_PROGRAM to: /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/ios-cmake/4.2.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/cmake-wrapper
ios-cmake/4.2.0: Setting toolchain options to: -DPLATFORM=OS64 -DDEPLOYMENT_TARGET=16.0 -DARCHS=arm64 -DENABLE_BITCODE=True -DENABLE_ARC=True -DENABLE_VISIBILITY=False -DENABLE_STRICT_TRY_COMPILE=False
ios-cmake/4.2.0: Setting CONAN_CMAKE_PROGRAM to: /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/ios-cmake/4.2.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/cmake-wrapper
libbacktrace/cci.20210118: Already installed!
libiconv/1.17: Already installed!
zlib/1.3.1: Already installed!
boost/1.86.0: Applying build-requirement: ios-cmake/4.2.0
boost/1.86.0: Applying build-requirement: b2/5.2.1
boost/1.86.0: Building your package in /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/boost/1.86.0/_/_/build/bc0c51777434561e28e6da35d463ad36e6c701fe
boost/1.86.0: Generator txt created conanbuildinfo.txt
boost/1.86.0: Calling generate()
boost/1.86.0: Aggregating env generators
boost/1.86.0: Calling build()
boost/1.86.0: WARN: replace_in_file didn't find pattern '$(>) > $(<)' in '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/boost/1.86.0/_/_/source/src/libs/stacktrace/build/Jamfile.v2' file.
boost/1.86.0: WARN: replace_in_file didn't find pattern 'local generic-os = [ set.difference $(all-os) : aix darwin vxworks solaris osf hpux ] ;' in '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/boost/1.86.0/_/_/source/src/tools/build/src/tools/gcc.jam' file.
boost/1.86.0: WARN: replace_in_file didn't find pattern 'local no-threading = android beos haiku sgi darwin vxworks ;' in '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/boost/1.86.0/_/_/source/src/tools/build/src/tools/gcc.jam' file.
boost/1.86.0: WARN: replace_in_file didn't find pattern '    <conditional>@numa' in '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/boost/1.86.0/_/_/source/src/libs/fiber/build/Jamfile.v2' file.
boost/1.86.0: WARN: Patching user-config.jam
boost/1.86.0: WARN: 
using zlib : 1.3.1 : <include>"/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/zlib/1.3.1/_/_/package/2a619af0e3e1db84d6de4a8452f2bc72ecbddf9a/include" <search>"/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/zlib/1.3.1/_/_/package/2a619af0e3e1db84d6de4a8452f2bc72ecbddf9a/lib" <name>z ;
using bzip2 : 1.0.8 : <include>"/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/bzip2/1.0.8/_/_/package/c030b87743c9a75b6796a9f351267bca127607c5/include" <search>"/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/bzip2/1.0.8/_/_/package/c030b87743c9a75b6796a9f351267bca127607c5/lib" <name>bz2 ;
using "clang-darwin" :  :  "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -arch arm64 : 
<archiver>"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar" <ranlib>"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" <compileflags>"-I/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/libbacktrace/cci.20210118/_/_/package/2a619af0e3e1db84d6de4a8452f2bc72ecbddf9a/include" <linkflags>"-L/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/libbacktrace/cci.20210118/_/_/package/2a619af0e3e1db84d6de4a8452f2bc72ecbddf9a/lib" <target-os>"iphone"  ;
boost/1.86.0: Cross building, detecting compiler...
boost/1.86.0: Cross building flags: []
boost/1.86.0: WARN: b2 -q numa=on architecture=arm address-model=64 binary-format=mach-o abi=aapcs --layout=system --user-config=/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/boost/1.86.0/_/_/source/src/tools/build/user-config.jam -sNO_ZLIB=0 -sNO_BZIP2=0 -sNO_LZMA=1 -sNO_ZSTD=1 boost.locale.icu=off --disable-icu boost.locale.iconv=on boost.locale.iconv.lib=libiconv threading=multi visibility=hidden link=static variant=debug --with-atomic --with-charconv --with-chrono --with-cobalt --with-container --with-context --with-contract --with-coroutine --with-date_time --with-exception --with-fiber --with-filesystem --with-graph --with-iostreams --with-json --with-locale --with-log --with-math --with-nowide --with-program_options --with-random --with-regex --with-serialization --with-stacktrace --with-system --with-test --with-thread --with-timer --with-type_erasure --with-url --with-wave toolset=clang-darwin cxxstd=20 pch=on -sLIBBACKTRACE_PATH=/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/libbacktrace/cci.20210118/_/_/package/2a619af0e3e1db84d6de4a8452f2bc72ecbddf9a -sICONV_PATH=/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/libiconv/1.17/_/_/package/2a619af0e3e1db84d6de4a8452f2bc72ecbddf9a linkflags="-stdlib=libc++ -mios-version-min=16.0" cxxflags="-fPIC -stdlib=libc++ -mios-version-min=16.0 -DBOOST_SP_USE_SPINLOCK" install --prefix=/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/boost/1.86.0/_/_/package/bc0c51777434561e28e6da35d463ad36e6c701fe -j12 --abbreviate-paths -d0 --debug-configuration --build-dir="/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/boost/1.86.0/_/_/build/bc0c51777434561e28e6da35d463ad36e6c701fe/build-debug"
notice: found boost-build.jam at /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/boost/1.86.0/_/_/source/src/boost-build.jam
notice: loading B2 from /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/b2/5.2.1/_/_/package/4e1751b0fa83186dec61c3f59d918b6b17b28aad/bin/.b2/build-system.jam
notice: Searching '/etc' '/Users/alex.merry' '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/b2/5.2.1/_/_/package/4e1751b0fa83186dec61c3f59d918b6b17b28aad/bin/.b2/util' '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/b2/5.2.1/_/_/package/4e1751b0fa83186dec61c3f59d918b6b17b28aad/bin/.b2/tools' '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/b2/5.2.1/_/_/package/4e1751b0fa83186dec61c3f59d918b6b17b28aad/bin/.b2/options' '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/b2/5.2.1/_/_/package/4e1751b0fa83186dec61c3f59d918b6b17b28aad/bin/.b2/contrib' '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/b2/5.2.1/_/_/package/4e1751b0fa83186dec61c3f59d918b6b17b28aad/bin/.b2/build' '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/b2/5.2.1/_/_/package/4e1751b0fa83186dec61c3f59d918b6b17b28aad/bin/.b2' for site-config configuration file 'site-config.jam'.
notice: Configuration file 'site-config.jam' not found in '/etc' '/Users/alex.merry' '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/b2/5.2.1/_/_/package/4e1751b0fa83186dec61c3f59d918b6b17b28aad/bin/.b2/util' '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/b2/5.2.1/_/_/package/4e1751b0fa83186dec61c3f59d918b6b17b28aad/bin/.b2/tools' '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/b2/5.2.1/_/_/package/4e1751b0fa83186dec61c3f59d918b6b17b28aad/bin/.b2/options' '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/b2/5.2.1/_/_/package/4e1751b0fa83186dec61c3f59d918b6b17b28aad/bin/.b2/contrib' '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/b2/5.2.1/_/_/package/4e1751b0fa83186dec61c3f59d918b6b17b28aad/bin/.b2/build' '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/b2/5.2.1/_/_/package/4e1751b0fa83186dec61c3f59d918b6b17b28aad/bin/.b2'.
notice: Loading explicitly specified user configuration file:
    /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/boost/1.86.0/_/_/source/src/tools/build/user-config.jam
notice: Searching '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/boost/1.86.0/_/_/source/src/tools/build' for user-config configuration file 'user-config.jam'.
notice: Loading user-config configuration file 'user-config.jam' from '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/boost/1.86.0/_/_/source/src/tools/build'.
notice: [zlib] Using pre-installed library
notice: [zlib] Condition
notice: [bzip2] Using pre-installed library
notice: [bzip2] Condition
notice: will use '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++' '-isysroot' '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk' '-arch' 'arm64' for clang-darwin, condition <toolset>clang-15
notice: [openssl] Using pre-installed library
notice: [openssl] Condition
notice: using boost library auto_config <layout>system
notice: [zlib] zlib is already configured
notice: [bzip2] bzip is already configured
notice: iostreams: not using lzma compression 
notice: iostreams: not using zstd compression 
notice: [python-cfg] Configuring python...
notice: [python-cfg] Checking interpreter command "python"...
notice: [python-cfg] running command 'python -c "from sys import *; print('version=%d.%d\nplatform=%s\nprefix=%s\nexec_prefix=%s\nexecutable=%s' % (version_info[0],version_info[1],platform,prefix,exec_prefix,executable))" 2>&1'
notice: [python-cfg] ...does not invoke a working interpreter
notice: [python-cfg] Python headers and libraries not found.
Performing configuration checks

    - default address-model    : 64-bit [1]
    - default architecture     : arm [1]
    - cxx11_static_assert      : yes [2]
    - cxx11_variadic_templates : yes [2]
    - cxx11_decltype           : yes [2]
    - GCC libquadmath and __float128 support : no [2]
    - cxx11_hdr_ratio          : yes [2]
    - cxx11_template_aliases   : yes [2]
    - cxx11_char16_t           : yes [2]
    - cxx11_char32_t           : yes [2]
    - cxx20_hdr_concepts       : yes [2]
    - cpp_lib_memory_resource  : no [2]
    - has std::atomic_ref      : no [2]
    - has statx                : no [2]
    - has statx syscall        : no [2]
    - cxx11_rvalue_references  : yes [2]
    - cxx11_scoped_enums       : yes [2]
    - cxx11_noexcept           : yes [2]
    - cxx11_nullptr            : yes [2]
    - cxx11_defaulted_functions : yes [2]
    - cxx11_defaulted_moves    : yes [2]
    - cxx11_deleted_functions  : yes [2]
    - cxx11_function_template_default_args : yes [2]
    - cxx11_final              : yes [2]
    - cxx11_override           : yes [2]
    - has init_priority attribute : yes [2]
    - has stat::st_blksize     : no [2]
    - has stat::st_mtim        : no [2]
    - has stat::st_mtimensec   : no [2]
    - has stat::st_mtimespec   : yes [2]
    - has stat::st_birthtim    : no [2]
    - has stat::st_birthtimensec : no [2]
    - has stat::st_birthtimespec : yes [2]
    - has fdopendir(O_NOFOLLOW) : yes [2]
    - has dirent::d_type       : yes [2]
    - has POSIX *at APIs       : no [2]
    - has fallocate            : no [2]
    - cxx11_auto_declarations  : yes [2]
    - cxx11_constexpr          : yes [2]
    - cxx11_hdr_mutex          : yes [2]
    - cxx11_hdr_tuple          : yes [2]
    - cxx11_lambdas            : yes [2]
    - cxx11_thread_local       : yes [2]
    - zlib                     : yes [2]
    - bzip2                    : yes [2]
    - cxx11_basic_alignas      : yes [2]
    - iconv (libc)             : no [2]
    - iconv (separate)         : yes [2]
    - cxx11_hdr_functional     : yes [2]
    - cxx11_hdr_type_traits    : yes [2]
    - cxx11_range_based_for    : yes [2]
    - cxx11_smart_ptr          : yes [2]
    - native atomic int32 supported : yes [2]
    - native syslog supported  : yes [2]
    - pthread supports robust mutexes : no [2]
    - Boost.Regex is header-only : yes [2]
    - lockfree boost::atomic_flag : yes [2]
    - gcc visibility           : yes [2]
    - sfinae_expr              : yes [2]
    - cxx11_unified_initialization_syntax : yes [2]
    - cxx11_hdr_initializer_list : yes [2]
    - cxx11_hdr_chrono         : yes [2]
    - cxx11_numeric_limits     : yes [2]
    - cxx11_hdr_array          : yes [2]
    - cxx11_hdr_atomic         : yes [2]
    - cxx11_allocator          : yes [2]
    - cxx11_explicit_conversion_operators : yes [2]
    - cxx14_decltype_auto      : yes [2]
    - cxx14_generic_lambdas    : yes [2]
    - cxx14_return_type_deduction : yes [2]
    - cxx14_variable_templates : yes [2]
    - long double support      : yes [2]
    - Has Large File Support   : yes [2]
    - Has attribute init_priority : yes [2]
    - has_icu builds           : no [2]
    - std_wstreambuf builds    : yes [2]
    - std_wstreambuf           : yes [2]
    - libbacktrace builds      : yes [2]
    - addr2line builds         : no [2]
    - cxx11_rvalue_references  : yes [3]
    - addr2line builds         : no [3]
    - WinDbg builds            : no [2]
    - WinDbg builds            : no [3]
    - WinDbgCached builds      : no [2]
    - WinDbgCached builds      : no [3]
    - BOOST_COMP_GNUC >= 4.3.0 : no [2]
    - cxx11_hdr_thread         : yes [2]
    - cxx11_hdr_regex          : yes [2]

[1] clng-15
[2] clng-drwn-15/dbg/arm_6/bst.l-lbcnv/bst.l-on/bst.l-off/cxstd-20-iso/lnk-sttc/nm-on/thrd-mlt/vsblt-hdn
[3] clng-drwn-15/dbg/arm_6/bst.l-lbcnv/bst.l-on/bst.l-off/bld-no/cxstd-20-iso/lnk-sttc/nm-on/thrd-mlt/vsblt-hdn

Component configuration:

    - atomic                   : building
    - charconv                 : building
    - chrono                   : building
    - cobalt                   : building
    - container                : building
    - context                  : building
    - contract                 : building
    - coroutine                : building
    - date_time                : building
    - exception                : building
    - fiber                    : building
    - filesystem               : building
    - graph                    : building
    - graph_parallel           : not building
    - headers                  : not building
    - iostreams                : building
    - json                     : building
    - locale                   : building
    - log                      : building
    - math                     : building
    - mpi                      : not building
    - nowide                   : building
    - process                  : not building
    - program_options          : building
    - python                   : not building
    - random                   : building
    - regex                    : building
    - serialization            : building
    - stacktrace               : building
    - system                   : building
    - test                     : building
    - thread                   : building
    - timer                    : building
    - type_erasure             : building
    - url                      : building
    - wave                     : building
    - predef                   : not building

boost/1.86.0: Package 'bc0c51777434561e28e6da35d463ad36e6c701fe' built
boost/1.86.0: Build folder /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/boost/1.86.0/_/_/build/bc0c51777434561e28e6da35d463ad36e6c701fe/build-debug
boost/1.86.0: Generated conaninfo.txt
boost/1.86.0: Generated conanbuildinfo.txt
boost/1.86.0: Generating the package
boost/1.86.0: Package folder /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/boost/1.86.0/_/_/package/bc0c51777434561e28e6da35d463ad36e6c701fe
boost/1.86.0: Calling package()
boost/1.86.0: Copied 1 '.txt' file: LICENSE_1_0.txt
boost/1.86.0 package(): Packaged 1 '.txt' file: LICENSE_1_0.txt
boost/1.86.0 package(): Packaged 15348 '.hpp' files
boost/1.86.0 package(): Packaged 150 '.h' files
boost/1.86.0 package(): Packaged 17 files
boost/1.86.0 package(): Packaged 293 '.ipp' files
boost/1.86.0 package(): Packaged 2 '.inc' files: strict_cpp_re.inc, cpp_re.inc
boost/1.86.0 package(): Packaged 43 '.a' files
boost/1.86.0: Package 'bc0c51777434561e28e6da35d463ad36e6c701fe' created
boost/1.86.0: Created package revision 7e30b27f014dbf5fdecf5a2dd3a904ec
boost/1.86.0 (test package): Applying build-requirement: ios-cmake/4.2.0
boost/1.86.0 (test package): Generator txt created conanbuildinfo.txt
boost/1.86.0 (test package): Generator 'CMakeDeps' calling 'generate()'
boost/1.86.0 (test package): Generator 'VirtualRunEnv' calling 'generate()'
boost/1.86.0 (test package): Generator 'VirtualBuildEnv' calling 'generate()'
boost/1.86.0 (test package): Calling generate()
boost/1.86.0 (test package): Preset 'debug' added to CMakePresets.json. Invoke it manually using 'cmake --preset debug'
boost/1.86.0 (test package): If your CMake version is not compatible with CMakePresets (<3.19) call cmake like: 'cmake <path> -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package/build/Debug/generators/conan_toolchain.cmake -DHEADER_ONLY=OFF -DBoost_USE_STATIC_LIBS=ON -DWITH_PYTHON=OFF -DWITH_RANDOM=ON -DWITH_REGEX=ON -DWITH_TEST=ON -DWITH_COROUTINE=ON -DWITH_CHRONO=ON -DWITH_FIBER=ON -DWITH_LOCALE=ON -DWITH_NOWIDE=ON -DWITH_JSON=ON -DWITH_PROCESS=OFF -DWITH_STACKTRACE=ON -DWITH_STACKTRACE_ADDR2LINE=OFF -DWITH_STACKTRACE_BACKTRACE=ON -DWITH_URL=ON -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Debug'
boost/1.86.0 (test package): Aggregating env generators
boost/1.86.0 (test package): Generated conaninfo.txt
boost/1.86.0 (test package): Generated graphinfo
Using lockfile: '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package/build/Debug/generators/conan.lock'
Using cached profile from lockfile
boost/1.86.0 (test package): Calling build()
boost/1.86.0 (test package): CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package/build/Debug/generators/conan_toolchain.cmake" -DHEADER_ONLY="OFF" -DBoost_USE_STATIC_LIBS="ON" -DWITH_PYTHON="OFF" -DWITH_RANDOM="ON" -DWITH_REGEX="ON" -DWITH_TEST="ON" -DWITH_COROUTINE="ON" -DWITH_CHRONO="ON" -DWITH_FIBER="ON" -DWITH_LOCALE="ON" -DWITH_NOWIDE="ON" -DWITH_JSON="ON" -DWITH_PROCESS="OFF" -DWITH_STACKTRACE="ON" -DWITH_STACKTRACE_ADDR2LINE="OFF" -DWITH_STACKTRACE_BACKTRACE="ON" -DWITH_URL="ON" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package/."
-- Using Conan toolchain: /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package/build/Debug/generators/conan_toolchain.cmake
-- Conan toolchain: C++ Standard 20 with extensions OFF
-- Conan: Component target declared 'Boost::diagnostic_definitions'
-- Conan: Component target declared 'Boost::disable_autolinking'
-- Conan: Component target declared 'Boost::dynamic_linking'
-- Conan: Component target declared 'Boost::headers'
-- Conan: Component target declared 'Boost::boost'
-- Conan: Component target declared 'boost::_libboost'
-- Conan: Component target declared 'Boost::atomic'
-- Conan: Component target declared 'Boost::charconv'
-- Conan: Component target declared 'Boost::container'
-- Conan: Component target declared 'Boost::context'
-- Conan: Component target declared 'Boost::date_time'
-- Conan: Component target declared 'Boost::exception'
-- Conan: Component target declared 'Boost::math'
-- Conan: Component target declared 'Boost::math_c99'
-- Conan: Component target declared 'Boost::math_c99f'
-- Conan: Component target declared 'Boost::math_c99l'
-- Conan: Component target declared 'Boost::math_tr1'
-- Conan: Component target declared 'Boost::math_tr1f'
-- Conan: Component target declared 'Boost::math_tr1l'
-- Conan: Component target declared 'Boost::program_options'
-- Conan: Component target declared 'Boost::regex'
-- Conan: Component target declared 'Boost::serialization'
-- Conan: Component target declared 'Boost::stacktrace'
-- Conan: Component target declared 'Boost::stacktrace_backtrace'
-- Conan: Component target declared 'Boost::stacktrace_basic'
-- Conan: Component target declared 'Boost::stacktrace_noop'
-- Conan: Component target declared 'Boost::system'
-- Conan: Component target declared 'Boost::test'
-- Conan: Component target declared 'Boost::test_exec_monitor'
-- Conan: Component target declared 'Boost::timer'
-- Conan: Component target declared 'Boost::url'
-- Conan: Component target declared 'Boost::wserialization'
-- Conan: Component target declared 'Boost::chrono'
-- Conan: Component target declared 'Boost::cobalt'
-- Conan: Component target declared 'Boost::coroutine'
-- Conan: Component target declared 'Boost::filesystem'
-- Conan: Component target declared 'Boost::json'
-- Conan: Component target declared 'Boost::nowide'
-- Conan: Component target declared 'Boost::prg_exec_monitor'
-- Conan: Component target declared 'Boost::random'
-- Conan: Component target declared 'Boost::thread'
-- Conan: Component target declared 'Boost::type_erasure'
-- Conan: Component target declared 'Boost::unit_test_framework'
-- Conan: Component target declared 'Boost::wave'
-- Conan: Component target declared 'Boost::contract'
-- Conan: Component target declared 'Boost::fiber'
-- Conan: Component target declared 'Boost::fiber_numa'
-- Conan: Component target declared 'Boost::graph'
-- Conan: Component target declared 'Boost::iostreams'
-- Conan: Component target declared 'Boost::locale'
-- Conan: Component target declared 'Boost::log'
-- Conan: Component target declared 'Boost::log_setup'
-- Conan: Target declared 'boost::boost'
-- Conan: Target declared 'BZip2::BZip2'
-- Conan: Including build module from '/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/temp-conan-home/.conan/data/bzip2/1.0.8/_/_/package/c030b87743c9a75b6796a9f351267bca127607c5/lib/cmake/conan-official-bzip2-variables.cmake'
-- Conan: Target declared 'ZLIB::ZLIB'
-- Conan: Target declared 'Iconv::Iconv'
-- Conan: Target declared 'libbacktrace::libbacktrace'
-- Configuring done (0.1s)
-- Generating done (0.1s)
-- Build files have been written to: /Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package/build/Debug
boost/1.86.0 (test package): CMake command: cmake --build "/Users/alex.merry/src/third-party/conan-center-index/recipes/boost/all/test_package/build/Debug" '--' '-j12'
[  3%] Building CXX object CMakeFiles/random_exe.dir/random.cpp.o
[  7%] Building CXX object CMakeFiles/nowide_exe.dir/nowide.cpp.o
[ 10%] Building CXX object CMakeFiles/regex_exe.dir/regex.cpp.o
[ 14%] Building CXX object CMakeFiles/json_exe.dir/json.cpp.o
[ 17%] Building CXX object CMakeFiles/stacktrace_basic_exe.dir/stacktrace.cpp.o
[ 21%] Building CXX object CMakeFiles/stacktrace_noop_exe.dir/stacktrace.cpp.o
[ 25%] Building CXX object CMakeFiles/test_exe.dir/test.cpp.o
[ 28%] Building CXX object CMakeFiles/locale_exe.dir/locale.cpp.o
[ 32%] Building CXX object CMakeFiles/fiber_exe.dir/fiber.cpp.o
[ 35%] Building CXX object CMakeFiles/coroutine_exe.dir/coroutine.cpp.o
[ 39%] Building CXX object CMakeFiles/chrono_exe.dir/chrono.cpp.o
[ 42%] Building CXX object CMakeFiles/stacktrace_backtrace_exe.dir/stacktrace.cpp.o
[ 46%] Linking CXX executable nowide_exe.app/nowide_exe
[ 50%] Linking CXX executable random_exe.app/random_exe
[ 53%] Linking CXX executable stacktrace_noop_exe.app/stacktrace_noop_exe
[ 57%] Linking CXX executable stacktrace_basic_exe.app/stacktrace_basic_exe
[ 57%] Built target random_exe
[ 57%] Built target nowide_exe
[ 60%] Linking CXX executable stacktrace_backtrace_exe.app/stacktrace_backtrace_exe
[ 60%] Built target stacktrace_noop_exe
[ 60%] Built target stacktrace_basic_exe
[ 60%] Built target stacktrace_backtrace_exe
[ 64%] Linking CXX executable chrono_exe.app/chrono_exe
[ 67%] Building CXX object CMakeFiles/url_exe.dir/url.cpp.o
[ 71%] Building CXX object CMakeFiles/lambda_exe.dir/lambda.cpp.o
[ 75%] Linking CXX executable json_exe.app/json_exe
[ 75%] Built target chrono_exe
[ 78%] Linking CXX executable locale_exe.app/locale_exe
[ 82%] Linking CXX executable coroutine_exe.app/coroutine_exe
[ 82%] Built target json_exe
[ 85%] Linking CXX executable test_exe.app/test_exe
[ 85%] Built target locale_exe
[ 85%] Built target coroutine_exe
[ 85%] Built target test_exe
[ 89%] Linking CXX executable fiber_exe.app/fiber_exe
[ 89%] Built target fiber_exe
[ 92%] Linking CXX executable regex_exe.app/regex_exe
[ 92%] Built target regex_exe
[ 96%] Linking CXX executable url_exe.app/url_exe
[ 96%] Built target url_exe
[100%] Linking CXX executable lambda_exe.app/lambda_exe
[100%] Built target lambda_exe
boost/1.86.0 (test package): Running test()
WARN: Revisions are disabled. Using Conan without revisions enabled is deprecated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[package] boost/1.86.0: process library does not build on iOS
2 participants