-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.15.2
-
None
I have an issue building Qt with the qtwebengine module.
Here is the my conanfile.txt:
[requires] qt/5.15.2@ [options] qt:shared=True qt:qtlocation=True qt:qtwebchannel=True qt:qtwebengine=True [generators] virtualrunenv qt
Here is the command I ran:
$ conan install conanfile.txt -b qt Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=13.0 os=Macos os.version=10.14 os_build=Macos [options] [build_requires] [env] qt/5.15.2: Forced build from source qt/5.15.2: Found valid Python 2 required for QtWebengine: version=Python 2.7.16 , path=/usr/bin/python2 conanfile.txt: Installing package Requirements brotli/1.0.9 from 'conancenter' - Cache bzip2/1.0.8 from 'conancenter' - Cache double-conversion/3.1.5 from 'conancenter' - Cache freetype/2.10.4 from 'conancenter' - Cache libiconv/1.16 from 'conancenter' - Cache libjpeg/9d from 'conancenter' - Cache libmysqlclient/8.0.25 from 'conancenter' - Cache libpng/1.6.37 from 'conancenter' - Cache libpq/13.2 from 'conancenter' - Cache lz4/1.9.3 from 'conancenter' - Cache odbc/2.3.9 from 'conancenter' - Cache opengl/system from 'conancenter' - Cache openssl/1.1.1k from 'conancenter' - Cache pcre2/10.37 from 'conancenter' - Cache qt/5.15.2 from 'conancenter' - Cache sqlite3/3.36.0 from 'conancenter' - Cache zlib/1.2.11 from 'conancenter' - Cache zstd/1.5.0 from 'conancenter' - Cache Packages brotli/1.0.9:ba8040f437b43dc77f1220053ec5d7a82fcc3304 - Cache bzip2/1.0.8:feb5ca1185867e571b1c4659de3b17a4d8ba6f24 - Cache double-conversion/3.1.5:3f0d454df6ca802563038de855adee793257dd8e - Cache freetype/2.10.4:38683fc5fcd443f3d4014c17a2487405c899e3c0 - Missing libiconv/1.16:ba8040f437b43dc77f1220053ec5d7a82fcc3304 - Cache libjpeg/9d:ba8040f437b43dc77f1220053ec5d7a82fcc3304 - Cache libmysqlclient/8.0.25:f6ca459f1f0bd0b948ff65a84391515a8c3b0250 - Missing libpng/1.6.37:ad1272a97b0b1e90d23272f1dbface813d371953 - Cache libpq/13.2:ba8040f437b43dc77f1220053ec5d7a82fcc3304 - Missing lz4/1.9.3:ba8040f437b43dc77f1220053ec5d7a82fcc3304 - Missing odbc/2.3.9:74cdb858b430de730a7010407b9c32b0294c6490 - Missing opengl/system:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache openssl/1.1.1k:ba8040f437b43dc77f1220053ec5d7a82fcc3304 - Missing pcre2/10.37:ababfd301154fd2c0c0456a4e244de72c25ab7c8 - Cache qt/5.15.2:9c943e3122334bd8191345a95cffd3c6c5952666 - Build ... ./../../../../../../../source/qt5/qtwebengine/src/3rdparty/chromium/base/mac/mac_util.mm:76:41: warning: 'kLSSharedFileListLoginItemHidden' is deprecated: first deprecated in macOS 10.11 - No longer supported [-Wdeprecated-declarations] reinterpret_cast<CFStringRef>(kLSSharedFileListLoginItemHidden)))); ^ ../../../../../../../../../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/SharedFileList.framework/Headers/LSSharedFileList.h:264:20: note: 'kLSSharedFileListLoginItemHidden' has been explicitly marked deprecated here extern CFStringRef kLSSharedFileListLoginItemHidden API_DEPRECATED("No longer supported", macos(10.6, 10.11)) API_UNAVAILABLE(ios, tvos, watchos); ^ In file included from gen/base/base_jumbo_mm.mm:14: ./../../../../../../../source/qt5/qtwebengine/src/3rdparty/chromium/base/mac/mac_util.mm:75:7: warning: 'LSSharedFileListItemCopyProperty' is deprecated: first deprecated in macOS 10.11 - No longer supported [-Wdeprecated-declarations] LSSharedFileListItemCopyProperty(item, ^ ../../../../../../../../../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/SharedFileList.framework/Headers/LSSharedFileList.h:1015:1: note: 'LSSharedFileListItemCopyProperty' has been explicitly marked deprecated here LSSharedFileListItemCopyProperty( ^ In file included from gen/base/base_jumbo_mm.mm:14: ./../../../../../../../source/qt5/qtwebengine/src/3rdparty/chromium/base/mac/mac_util.mm:161:13: warning: 'kLSSharedFileListSessionLoginItems' is deprecated: first deprecated in macOS 10.11 [-Wdeprecated-declarations] NULL, kLSSharedFileListSessionLoginItems, NULL)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Use a LaunchAgent, XPCService or the ServiceManagement APIs instead. ../../../../../../../../../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/SharedFileList.framework/Headers/LSSharedFileList.h:126:20: note: 'kLSSharedFileListSessionLoginItems' has been explicitly marked deprecated here extern CFStringRef kLSSharedFileListSessionLoginItems API_DEPRECATED_WITH_REPLACEMENT("Use a LaunchAgent, XPCService or the ServiceManagement APIs instead.", macos(10.5, 10.11)) API_UNAVAILABLE(ios, tvos, watchos); ^ In file included from gen/base/base_jumbo_mm.mm:14: ./../../../../../../../source/qt5/qtwebengine/src/3rdparty/chromium/base/mac/mac_util.mm:160:52: warning: 'LSSharedFileListCreate' is deprecated: first deprecated in macOS 10.11 - No longer supported [-Wdeprecated-declarations] ScopedCFTypeRef<LSSharedFileListRef> login_items(LSSharedFileListCreate( ^ ../../../../../../../../../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/SharedFileList.framework/Headers/LSSharedFileList.h:365:1: note: 'LSSharedFileListCreate' has been explicitly marked deprecated here LSSharedFileListCreate( ^ In file included from gen/base/base_jumbo_mm.mm:14: ./../../../../../../../source/qt5/qtwebengine/src/3rdparty/chromium/base/mac/mac_util.mm:170:5: warning: 'LSSharedFileListItemRemove' is deprecated: first deprecated in macOS 10.11 - No longer supported [-Wdeprecated-declarations] LSSharedFileListItemRemove(login_items, item); ^ ../../../../../../../../../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/SharedFileList.framework/Headers/LSSharedFileList.h:818:1: note: 'LSSharedFileListItemRemove' has been explicitly marked deprecated here LSSharedFileListItemRemove( ^ In file included from gen/base/base_jumbo_mm.mm:14: ./../../../../../../../source/qt5/qtwebengine/src/3rdparty/chromium/base/mac/mac_util.mm:177:20: warning: 'kLSSharedFileListLoginItemHidden' is deprecated: first deprecated in macOS 10.11 - No longer supported [-Wdeprecated-declarations] @{(NSString*)kLSSharedFileListLoginItemHidden : @(hide) }; ^ ../../../../../../../../../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/SharedFileList.framework/Headers/LSSharedFileList.h:264:20: note: 'kLSSharedFileListLoginItemHidden' has been explicitly marked deprecated here extern CFStringRef kLSSharedFileListLoginItemHidden API_DEPRECATED("No longer supported", macos(10.6, 10.11)) API_UNAVAILABLE(ios, tvos, watchos); ^ In file included from gen/base/base_jumbo_mm.mm:14: ./../../../../../../../source/qt5/qtwebengine/src/3rdparty/chromium/base/mac/mac_util.mm:181:20: warning: 'kLSSharedFileListItemLast' is deprecated: first deprecated in macOS 10.11 - No longer supported [-Wdeprecated-declarations] login_items, kLSSharedFileListItemLast, NULL, NULL, ^ ../../../../../../../../../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/SharedFileList.framework/Headers/LSSharedFileList.h:234:32: note: 'kLSSharedFileListItemLast' has been explicitly marked deprecated here extern LSSharedFileListItemRef kLSSharedFileListItemLast API_DEPRECATED("No longer supported", macos(10.5, 10.11)) API_UNAVAILABLE(ios, tvos, watchos); ^ In file included from gen/base/base_jumbo_mm.mm:14: ./../../../../../../../source/qt5/qtwebengine/src/3rdparty/chromium/base/mac/mac_util.mm:180:18: warning: 'LSSharedFileListInsertItemURL' is deprecated: first deprecated in macOS 10.11 - No longer supported [-Wdeprecated-declarations] new_item.reset(LSSharedFileListInsertItemURL( ^ ../../../../../../../../../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/SharedFileList.framework/Headers/LSSharedFileList.h:680:1: note: 'LSSharedFileListInsertItemURL' has been explicitly marked deprecated here LSSharedFileListInsertItemURL( ^ In file included from gen/base/base_jumbo_mm.mm:14: ./../../../../../../../source/qt5/qtwebengine/src/3rdparty/chromium/base/mac/mac_util.mm:196:13: warning: 'kLSSharedFileListSessionLoginItems' is deprecated: first deprecated in macOS 10.11 [-Wdeprecated-declarations] NULL, kLSSharedFileListSessionLoginItems, NULL)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Use a LaunchAgent, XPCService or the ServiceManagement APIs instead. ../../../../../../../../../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/SharedFileList.framework/Headers/LSSharedFileList.h:126:20: note: 'kLSSharedFileListSessionLoginItems' has been explicitly marked deprecated here extern CFStringRef kLSSharedFileListSessionLoginItems API_DEPRECATED_WITH_REPLACEMENT("Use a LaunchAgent, XPCService or the ServiceManagement APIs instead.", macos(10.5, 10.11)) API_UNAVAILABLE(ios, tvos, watchos); ^ In file included from gen/base/base_jumbo_mm.mm:14: ./../../../../../../../source/qt5/qtwebengine/src/3rdparty/chromium/base/mac/mac_util.mm:195:52: warning: 'LSSharedFileListCreate' is deprecated: first deprecated in macOS 10.11 - No longer supported [-Wdeprecated-declarations] ScopedCFTypeRef<LSSharedFileListRef> login_items(LSSharedFileListCreate( ^ ../../../../../../../../../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/SharedFileList.framework/Headers/LSSharedFileList.h:365:1: note: 'LSSharedFileListCreate' has been explicitly marked deprecated here LSSharedFileListCreate( ^ In file included from gen/base/base_jumbo_mm.mm:14: ./../../../../../../../source/qt5/qtwebengine/src/3rdparty/chromium/base/mac/mac_util.mm:203:3: warning: 'LSSharedFileListItemRemove' is deprecated: first deprecated in macOS 10.11 - No longer supported [-Wdeprecated-declarations] LSSharedFileListItemRemove(login_items, item); ^ ../../../../../../../../../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/SharedFileList.framework/Headers/LSSharedFileList.h:818:1: note: 'LSSharedFileListItemRemove' has been explicitly marked deprecated here LSSharedFileListItemRemove( ^ In file included from gen/base/base_jumbo_mm.mm:21: ./../../../../../../../source/qt5/qtwebengine/src/3rdparty/chromium/base/message_loop/message_pump_mac.mm:841:53: warning: 'NSAnyEventMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] NSEvent* event = [NSApp nextEventMatchingMask:NSAnyEventMask ^~~~~~~~~~~~~~ NSEventMaskAny ../../../../../../../../../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:158:26: note: 'NSAnyEventMask' has been explicitly marked deprecated here static const NSEventMask NSAnyEventMask API_DEPRECATED_WITH_REPLACEMENT("NSEventMaskAny", macos(10.0,10.12)) = NSUIntegerMax; ^ In file included from gen/base/base_jumbo_mm.mm:21: ./../../../../../../../source/qt5/qtwebengine/src/3rdparty/chromium/base/message_loop/message_pump_mac.mm:871:48: warning: 'NSApplicationDefined' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] [NSApp postEvent:[NSEvent otherEventWithType:NSApplicationDefined ^~~~~~~~~~~~~~~~~~~~ NSEventTypeApplicationDefined ../../../../../../../../../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:79:26: note: 'NSApplicationDefined' has been explicitly marked deprecated here static const NSEventType NSApplicationDefined API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeApplicationDefined", macos(10.0,10.12)) = NSEventTypeApplicationDefined; ^ 17 warnings generated. [3811/22351] CC obj/third_party/libusb/libusb/darwin_usb.o ../../../../../../../source/qt5/qtwebengine/src/3rdparty/chromium/third_party/libusb/src/libusb/os/darwin_usb.c:421:7: warning: 'OSAtomicIncrement32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_add() from <stdatomic.h> instead [-Wdeprecated-declarations] if (OSAtomicIncrement32Barrier(&initCount) == 1) { ^ ../../../../../../../../../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/libkern/OSAtomicDeprecated.h:183:9: note: 'OSAtomicIncrement32Barrier' has been explicitly marked deprecated here int32_t OSAtomicIncrement32Barrier( volatile int32_t *__theValue ); ^ ../../../../../../../source/qt5/qtwebengine/src/3rdparty/chromium/third_party/libusb/src/libusb/os/darwin_usb.c:446:7: warning: 'OSAtomicDecrement32Barrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_fetch_sub() from <stdatomic.h> instead [-Wdeprecated-declarations] if (OSAtomicDecrement32Barrier(&initCount) == 0) { ^ ../../../../../../../../../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/libkern/OSAtomicDeprecated.h:202:9: note: 'OSAtomicDecrement32Barrier' has been explicitly marked deprecated here int32_t OSAtomicDecrement32Barrier( volatile int32_t *__theValue ); ^ 2 warnings generated. [4782/22351] LIBTOOL-STATIC obj/third_party/boringssl/libboringssl.a FAILED: obj/third_party/boringssl/libboringssl.a rm -f obj/third_party/boringssl/libboringssl.a && TOOL_VERSION=1604712156 python ../../../../../../../source/qt5/qtwebengine/src/3rdparty/chromium/build/toolchain/mac/filter_libtool.py /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -o obj/third_party/boringssl/libboringssl.a -filelist obj/third_party/boringssl/libboringssl.a.rsp Traceback (most recent call last): File "/Users/martin/.conan/data/qt/5.15.2/_/_/build/45b8c55dd543f60cf5fee27d416078e36ef10cdf/build_folder/qtwebengine/src/core/debug/../../../../../../../source/qt5/qtwebengine/src/3rdparty/chromium/build/toolchain/mac/filter_libtool.py", line 56, in <module> sys.exit(Main(sys.argv[1:])) File "/Users/martin/.conan/data/qt/5.15.2/_/_/build/45b8c55dd543f60cf5fee27d416078e36ef10cdf/build_folder/qtwebengine/src/core/debug/../../../../../../../source/qt5/qtwebengine/src/3rdparty/chromium/build/toolchain/mac/filter_libtool.py", line 43, in Main if not IsBlacklistedLine(line): File "/Users/martin/.conan/data/qt/5.15.2/_/_/build/45b8c55dd543f60cf5fee27d416078e36ef10cdf/build_folder/qtwebengine/src/core/debug/../../../../../../../source/qt5/qtwebengine/src/3rdparty/chromium/build/toolchain/mac/filter_libtool.py", line 28, in IsBlacklistedLine if pattern.match(line): TypeError: cannot use a string pattern on a bytes-like object [4791/22351] ACTION //third_party/blink/renderer/bindings:web_idl_database(//build/toolchain/mac:clang_x64) ninja: build stopped: subcommand failed. make[4]: *** [run_ninja] Error 1 make[3]: *** [sub-gn_run-pro-make_first] Error 2 make[2]: *** [sub-core-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtwebengine-make_first] Error 2 qt/5.15.2: qt/5.15.2: ERROR: Package '45b8c55dd543f60cf5fee27d416078e36ef10cdf' build failed qt/5.15.2: WARN: Build folder /Users/martin/.conan/data/qt/5.15.2/_/_/build/45b8c55dd543f60cf5fee27d416078e36ef10cdf ERROR: qt/5.15.2: Error in build() method, line 702 self.run(self._make_program(), run_environment=True) ConanException: Error 2 while executing DYLD_LIBRARY_PATH="/Users/martin/.conan/data/bison/3.7.1/_/_/package/61053b74780e15957d09b787cf51ee4e6d72e07d/lib:/Users/martin/.conan/data/flex/2.6.4/_/_/package/61053b74780e15957d09b787cf51ee4e6d72e07d/lib:/Users/martin/.conan/data/pcre2/10.37/_/_/package/03553c5db597d4078f7e18deb707aaa0254c01c9/lib:/Users/martin/.conan/data/double-conversion/3.1.5/_/_/package/b5855232fa6dee7d27d2005b789408c1c12da382/lib:/Users/martin/.conan/data/freetype/2.10.4/_/_/package/41f5f66f7d00992efb1870bcfaf56b01c679aed8/lib:/Users/martin/.conan/data/libjpeg/9d/_/_/package/f0ce0f189afed95b41fb2faad2f2225a7eca0d22/lib:/Users/martin/.conan/data/sqlite3/3.36.0/_/_/package/3d2c009873ddcd5176cbc0654fbdc8d5b85096ce/lib:/Users/martin/.conan/data/libmysqlclient/8.0.25/_/_/package/eb2138ceb69b4602af333f0f9a46d31a47bcacce/lib:/Users/martin/.conan/data/libpq/13.2/_/_/package/f0ce0f189afed95b41fb2faad2f2225a7eca0d22/lib:/Users/martin/.conan/data/odbc/2.3.9/_/_/package/cec192309cf12b2a79fafa2aae94a521bbba1e44/lib:/Users/martin/.conan/data/openssl/1.1.1k/_/_/package/f0ce0f189afed95b41fb2faad2f2225a7eca0d22/lib:/Users/martin/.conan/data/bzip2/1.0.8/_/_/package/a354ec84d9aa7012cfbeb01b59c5daa2780bb252/lib:/Users/martin/.conan/data/libpng/1.6.37/_/_/package/93d0d0ac1c261471eea08ce1f0d5d7aaf2b280ca/lib:/Users/martin/.conan/data/brotli/1.0.9/_/_/package/f0ce0f189afed95b41fb2faad2f2225a7eca0d22/lib:/Users/martin/.conan/data/zstd/1.5.0/_/_/package/f0ce0f189afed95b41fb2faad2f2225a7eca0d22/lib:/Users/martin/.conan/data/lz4/1.9.3/_/_/package/f0ce0f189afed95b41fb2faad2f2225a7eca0d22/lib:/Users/martin/.conan/data/libiconv/1.16/_/_/package/f0ce0f189afed95b41fb2faad2f2225a7eca0d22/lib:/Users/martin/.conan/data/zlib/1.2.11/_/_/package/f0ce0f189afed95b41fb2faad2f2225a7eca0d22/lib" DYLD_FRAMEWORK_PATH="" makeonanException: Error 2 while executing DYLD_LIBRARY_PATH="/Users/martin/.conan/data/bison/3.7.1/_/_/package/61053b74780e15957d09b787cf51ee4e6d72e07d/lib:/Users/martin/.conan/data/flex/2.6.4/_/_/package/61053b74780e15957d09b787cf51ee4e6d72e07d/lib:/Users/martin/.conan/data/pcre2/10.37/_/_/package/03553c5db597d4078f7e18deb707aaa0254c01c9/lib:/Users/martin/.conan/data/double-conversion/3.1.5/_/_/package/b5855232fa6dee7d27d2005b789408c1c12da382/lib:/Users/martin/.conan/data/freetype/2.10.4/_/_/package/41f5f66f7d00992efb1870bcfaf56b01c679aed8/lib:/Users/martin/.conan/data/libjpeg/9d/_/_/package/f0ce0f189afed95b41fb2faad2f2225a7eca0d22/lib:/Users/martin/.conan/data/sqlite3/3.36.0/_/_/package/3d2c009873ddcd5176cbc0654fbdc8d5b85096ce/lib:/Users/martin/.conan/data/libmysqlclient/8.0.25/_/_/package/eb2138ceb69b4602af333f0f9a46d31a47bcacce/lib:/Users/martin/.conan/data/libpq/13.2/_/_/package/f0ce0f189afed95b41fb2faad2f2225a7eca0d22/lib:/Users/martin/.conan/data/odbc/2.3.9/_/_/package/cec192309cf12b2a79fafa2aae94a521bbba1e44/lib:/Users/martin/.conan/data/openssl/1.1.1k/_/_/package/f0ce0f189afed95b41fb2faad2f2225a7eca0d22/lib:/Users/martin/.conan/data/bzip2/1.0.8/_/_/package/a354ec84d9aa7012cfbeb01b59c5daa2780bb252/lib:/Users/martin/.conan/data/libpng/1.6.37/_/_/package/93d0d0ac1c261471eea08ce1f0d5d7aaf2b280ca/lib:/Users/martin/.conan/data/brotli/1.0.9/_/_/package/f0ce0f189afed95b41fb2faad2f2225a7eca0d22/lib:/Users/martin/.conan/data/zstd/1.5.0/_/_/package/f0ce0f189afed95b41fb2faad2f2225a7eca0d22/lib:/Users/martin/.conan/data/lz4/1.9.3/_/_/package/f0ce0f189afed95b41fb2faad2f2225a7eca0d22/lib:/Users/martin/.conan/data/libiconv/1.16/_/_/package/f0ce0f189afed95b41fb2faad2f2225a7eca0d22/lib:/Users/martin/.conan/data/zlib/1.2.11/_/_/package/f0ce0f189afed95b41fb2faad2f2225a7eca0d22/lib" DYLD_FRAMEWORK_PATH="" make
I attached the full log.