conan-io / conan-center-index

Recipes for the ConanCenter repository
https://conan.io/center
MIT License
965 stars 1.77k forks source link

[package] libcurl/7.78.0: test_package linker error "does not contain bitcode" for iOS build #7122

Closed andioz closed 3 years ago

andioz commented 3 years ago

Package and Environment Details

Conan profiles (build and host)

% conan profile show tmp/profiles/bcm/darwin_profile

Configuration for profile tmp/profiles/bcm/darwin_profile:

[settings]
os=Macos
os_build=Macos
arch=x86_64
arch_build=x86_64
compiler=apple-clang
compiler.version=12.0
compiler.libcxx=libc++
build_type=Release
[options]
[conf]
[build_requires]
[env]

% conan profile show tmp/profiles/bcm/ios_profile

Configuration for profile tmp/profiles/bcm/ios_profile:

[settings]
arch=armv8
build_type=Release
compiler=apple-clang
compiler.version=12.0
compiler.libcxx=libc++
os=iOS
os.version=9.0
[options]
ios-cmake:enable_arc=False
[conf]
[build_requires]
*: ios-cmake/3.1.2
[env]

Steps to reproduce

All dependencies are already in cache.

% conan create recipes/libcurl/all libcurl/7.78.0@ -pr:b tmp/profiles/bcm/darwin_profile -pr:h tmp/profiles/bcm/ios_profile

Logs

Click to expand log ``` [HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 36.591796875 KB [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: ['lib_Makefile_add.am', 'CMakeLists.txt', 'patches/*'] [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK [HOOK - conan-center.py] pre_export(): [NO ASCII CHARACTERS (KB-H047)] OK [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK [HOOK - conan-center.py] pre_export(): [CMAKE VERSION REQUIRED (KB-H048)] OK [HOOK - conan-center.py] pre_export(): [CMAKE WINDOWS EXPORT ALL SYMBOLS (KB-H049)] OK [HOOK - conan-center.py] pre_export(): [DEFAULT OPTIONS AS DICTIONARY (KB-H051)] OK [HOOK - conan-center.py] pre_export(): [CONFIG.YML HAS NEW VERSION (KB-H052)] OK [HOOK - conan-center.py] pre_export(): [PRIVATE IMPORTS (KB-H053)] OK [HOOK - conan-center.py] pre_export(): [SINGLE REQUIRES (KB-H055)] OK [HOOK - conan-center.py] pre_export(): [TOOLS RENAME (KB-H057)] OK [HOOK - conan-center.py] pre_export(): [ILLEGAL CHARACTERS (KB-H058)] OK [HOOK - conan-center.py] pre_export(): [CLASS NAME (KB-H059)] OK [HOOK - conan-center.py] pre_export(): [NO CRLF (KB-H060)] OK [HOOK - conan-center.py] pre_export(): WARN: [TOOLS CROSS BUILDING (KB-H062)] The 'tools.cross_building(self.settings)' syntax in conanfile.py may not work correctly in some scenarios. Consider using tools.cross_building(self). [HOOK - conan-center.py] pre_export(): [TOOLS CROSS BUILDING (KB-H062)] OK [HOOK - conan-center.py] pre_export(): WARN: [INVALID TOPICS (KB-H064)] The topic 'conan' is invalid and should be removed from topics attribute. [HOOK - conan-center.py] pre_export(): [INVALID TOPICS (KB-H064)] OK Exporting package recipe libcurl/7.78.0 exports: File 'conandata.yml' found. Exporting it... libcurl/7.78.0 exports: Copied 1 '.yml' file: conandata.yml libcurl/7.78.0 exports_sources: Copied 1 '.am' file: lib_Makefile_add.am libcurl/7.78.0 exports_sources: Copied 1 '.txt' file: CMakeLists.txt libcurl/7.78.0 exports_sources: Copied 4 '.patch' files: 002-add-missing-file-FindZstd.patch, 003-cross-build-run-ifelse-7.66.0.patch, 003-cross-build-run-ifelse-7.64.1.patch, 001-Update-FindLibSSH2.cmake-add-libssh2-as-possible-nam.patch [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] Saving conandata.yml: {'sources': {'7.78.0': {'sha256': 'ed936c0b02c06d42cf84b39dd12bb14b62d77c7c4e875ade022280df5dcc81d7', 'url': 'https://curl.se/download/curl-7.78.0.tar.gz'}}} [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] New conandata.yml contents: sources: 7.78.0: sha256: ed936c0b02c06d42cf84b39dd12bb14b62d77c7c4e875ade022280df5dcc81d7 url: https://curl.se/download/curl-7.78.0.tar.gz [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] OK [HOOK - conan-center.py] post_export(): [DEFAULT SHARED OPTION VALUE (KB-H050)] OK [HOOK - conan-center.py] post_export(): [LICENSE PUBLIC DOMAIN (KB-H056)] OK libcurl/7.78.0: A new conanfile.py version was exported libcurl/7.78.0: Folder: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/export libcurl/7.78.0: Exported revision: fabf819a0eb62d2c43c76f714a4ed69f Configuration (profile_host): [settings] arch=armv8 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=12.0 os=iOS os.version=9.0 [options] ios-cmake:enable_arc=False [build_requires] *: ios-cmake/3.1.2 [env] Configuration (profile_build): [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=12.0 os=Macos os_build=Macos [options] [build_requires] [env] libcurl/7.78.0: Forced build from source libcurl/7.78.0 (test package): Installing package Requirements libcurl/7.78.0 from local cache - Cache zlib/1.2.11 from 'conancenter' - Cache Packages libcurl/7.78.0:581373eb3800f8cefc4334eabfbb1fe4b511ea5a - Build zlib/1.2.11:3789018b2882bf53cb9ed8e9abd38b829172fe47 - Cache Build requirements autoconf/2.71 from 'conancenter' - Cache automake/1.16.3 from 'conancenter' - Cache ios-cmake/3.1.2 from 'conancenter' - Cache libtool/2.4.6 from 'conancenter' - Cache m4/1.4.18 from 'conancenter' - Cache pkgconf/1.7.4 from 'conancenter' - Cache Build requirements packages autoconf/2.71:cc471ed355602ffa7007968c83aa4e7e648a38b5 - Cache automake/1.16.3:3c28ba69276b46fd46e9c2060ba991d725ccab43 - Cache ios-cmake/3.1.2:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache libtool/2.4.6:f82f59608a22017ca5ceea2114611456d4373a12 - Cache m4/1.4.18:801752c0480319b8e090188c566245a78e9abcf4 - Cache pkgconf/1.7.4:647afeb69d3b0a2d3d316e80b24d38c714cc6900 - Cache Cross-build from 'Macos:x86_64' to 'iOS:armv8' Installing (downloading, building) binaries... ios-cmake/3.1.2: Already installed! ios-cmake/3.1.2: Setting toolchain options to: -DPLATFORM=OS64 -DDEPLOYMENT_TARGET=9.0 -DARCHS=arm64 -DENABLE_BITCODE=True -DENABLE_ARC=False -DENABLE_VISIBILITY=False -DENABLE_STRICT_TRY_COMPILE=False ios-cmake/3.1.2: Setting CONAN_CMAKE_PROGRAM to: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/ios-cmake/3.1.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/cmake-wrapper [HOOK - conan-center.py] post_package_info(): WARN: [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] The *.cmake files have to be placed in a folder declared as `cpp_info.builddirs`. Currently folders declared: [''] [HOOK - conan-center.py] post_package_info(): WARN: [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] Found files: ./lib/cmake/ios-cmake/ios.toolchain.cmake [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK ios-cmake/3.1.2: Setting toolchain options to: -DPLATFORM=OS64 -DDEPLOYMENT_TARGET=9.0 -DARCHS=arm64 -DENABLE_BITCODE=True -DENABLE_ARC=False -DENABLE_VISIBILITY=False -DENABLE_STRICT_TRY_COMPILE=False ios-cmake/3.1.2: Setting CONAN_CMAKE_PROGRAM to: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/ios-cmake/3.1.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/cmake-wrapper [HOOK - conan-center.py] post_package_info(): WARN: [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] The *.cmake files have to be placed in a folder declared as `cpp_info.builddirs`. Currently folders declared: [''] [HOOK - conan-center.py] post_package_info(): WARN: [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] Found files: ./lib/cmake/ios-cmake/ios.toolchain.cmake [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK m4/1.4.18: Already installed! m4/1.4.18: Appending PATH environment variable: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/m4/1.4.18/_/_/package/801752c0480319b8e090188c566245a78e9abcf4/bin m4/1.4.18: Setting M4 environment variable: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/m4/1.4.18/_/_/package/801752c0480319b8e090188c566245a78e9abcf4/bin/m4 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK m4/1.4.18: WARN: Lib folder doesn't exist, can't collect libraries: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/m4/1.4.18/_/_/package/801752c0480319b8e090188c566245a78e9abcf4/lib [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK pkgconf/1.7.4: Already installed! pkgconf/1.7.4: Appending PATH env var: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/pkgconf/1.7.4/_/_/package/647afeb69d3b0a2d3d316e80b24d38c714cc6900/bin pkgconf/1.7.4: Setting PKG_CONFIG env var: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/pkgconf/1.7.4/_/_/package/647afeb69d3b0a2d3d316e80b24d38c714cc6900/bin/pkgconf pkgconf/1.7.4: Appending AUTOMAKE_CONAN_INCLUDES env var: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/pkgconf/1.7.4/_/_/package/647afeb69d3b0a2d3d316e80b24d38c714cc6900/bin/aclocal [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK zlib/1.2.11: Already installed! [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK autoconf/2.71: Already installed! autoconf/2.71: Appending PATH env var with : /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/autoconf/2.71/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin autoconf/2.71: Setting AC_MACRODIR to /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/autoconf/2.71/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin/share/autoconf autoconf/2.71: Setting AUTOCONF to /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/autoconf/2.71/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin/autoconf autoconf/2.71: Setting AUTORECONF to /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/autoconf/2.71/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin/autoreconf autoconf/2.71: Setting AUTOHEADER to /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/autoconf/2.71/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin/autoheader autoconf/2.71: Setting AUTOM4TE to /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/autoconf/2.71/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin/autom4te autoconf/2.71: Setting AUTOM4TE_PERLLIBDIR to /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/autoconf/2.71/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin/share/autoconf [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK autoconf/2.71: WARN: Lib folder doesn't exist, can't collect libraries: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/autoconf/2.71/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/lib [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK automake/1.16.3: Already installed! automake/1.16.3: Appending PATH environment variable:: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/automake/1.16.3/_/_/package/3c28ba69276b46fd46e9c2060ba991d725ccab43/bin automake/1.16.3: Appending ACLOCAL environment variable with: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/automake/1.16.3/_/_/package/3c28ba69276b46fd46e9c2060ba991d725ccab43/bin/aclocal automake/1.16.3: Setting AUTOMAKE_DATADIR to /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/automake/1.16.3/_/_/package/3c28ba69276b46fd46e9c2060ba991d725ccab43/res automake/1.16.3: Setting AUTOMAKE_LIBDIR to /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/automake/1.16.3/_/_/package/3c28ba69276b46fd46e9c2060ba991d725ccab43/res/automake-1.16 automake/1.16.3: Setting AUTOMAKE_PERLLIBDIR to /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/automake/1.16.3/_/_/package/3c28ba69276b46fd46e9c2060ba991d725ccab43/res/automake-1.16 automake/1.16.3: Setting AUTOMAKE to /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/automake/1.16.3/_/_/package/3c28ba69276b46fd46e9c2060ba991d725ccab43/bin/automake automake/1.16.3: Append M4 include directories to AUTOMAKE_CONAN_INCLUDES environment variable [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK libtool/2.4.6: Already installed! libtool/2.4.6: Appending PATH env: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libtool/2.4.6/_/_/package/f82f59608a22017ca5ceea2114611456d4373a12/bin libtool/2.4.6: Setting LIBTOOLIZE env to /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libtool/2.4.6/_/_/package/f82f59608a22017ca5ceea2114611456d4373a12/bin/libtoolize libtool/2.4.6: Setting LIBTOOL_PREFIX environment variable to /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libtool/2.4.6/_/_/package/f82f59608a22017ca5ceea2114611456d4373a12 libtool/2.4.6: Setting LIBTOOL_DATADIR environment variable to /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libtool/2.4.6/_/_/package/f82f59608a22017ca5ceea2114611456d4373a12/res libtool/2.4.6: Setting LIBTOOL_PKGAUXDIR environment variable to /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libtool/2.4.6/_/_/package/f82f59608a22017ca5ceea2114611456d4373a12/res/libtool/build-aux libtool/2.4.6: Setting LIBTOOL_PKGLTDLDIR environment variable to /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libtool/2.4.6/_/_/package/f82f59608a22017ca5ceea2114611456d4373a12/res/libtool libtool/2.4.6: Setting LIBTOOL_ACLOCALDIR environment variable to /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libtool/2.4.6/_/_/package/f82f59608a22017ca5ceea2114611456d4373a12/res/aclocal libtool/2.4.6: Appending ACLOCAL_PATH env: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libtool/2.4.6/_/_/package/f82f59608a22017ca5ceea2114611456d4373a12/res/aclocal libtool/2.4.6: Appending AUTOMAKE_CONAN_INCLUDES environment variable: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libtool/2.4.6/_/_/package/f82f59608a22017ca5ceea2114611456d4373a12/res/aclocal [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK libcurl/7.78.0: Applying build-requirement: ios-cmake/3.1.2 libcurl/7.78.0: Applying build-requirement: libtool/2.4.6 libcurl/7.78.0: Applying build-requirement: pkgconf/1.7.4 libcurl/7.78.0: Applying build-requirement: automake/1.16.3 libcurl/7.78.0: Applying build-requirement: autoconf/2.71 libcurl/7.78.0: Applying build-requirement: m4/1.4.18 [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK libcurl/7.78.0: Configuring sources in /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/source Downloading curl-7.78.0.tar.gz completed [4016.55k] Downloading cacert.pem completed [199.45k] [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK libcurl/7.78.0: Copying sources to build folder libcurl/7.78.0: Building your package in /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/build/581373eb3800f8cefc4334eabfbb1fe4b511ea5a libcurl/7.78.0: Generator cmake created conanbuildinfo.cmake libcurl/7.78.0: Generator cmake_find_package_multi created ZLIBConfigVersion.cmake libcurl/7.78.0: Generator cmake_find_package_multi created ZLIBConfig.cmake libcurl/7.78.0: Generator cmake_find_package_multi created ZLIBTargets.cmake libcurl/7.78.0: Generator cmake_find_package_multi created ZLIBTarget-release.cmake libcurl/7.78.0: Generator pkg_config created zlib.pc libcurl/7.78.0: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK libcurl/7.78.0: Calling build() autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/automake/1.16.3/_/_/package/3c28ba69276b46fd46e9c2060ba991d725ccab43/bin/aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: subdirectory ares not present autoreconf: running: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libtool/2.4.6/_/_/package/f82f59608a22017ca5ceea2114611456d4373a12/bin/libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' libtoolize: Remember to add 'LT_INIT' to configure.ac. autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/automake/1.16.3/_/_/package/3c28ba69276b46fd46e9c2060ba991d725ccab43/bin/aclocal --force -I m4 autoreconf: running: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/autoconf/2.71/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin/autoconf --force autoreconf: running: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/autoconf/2.71/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin/autoheader --force autoreconf: running: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/automake/1.16.3/_/_/package/3c28ba69276b46fd46e9c2060ba991d725ccab43/bin/automake --add-missing --copy --force-missing configure.ac:120: installing './compile' configure.ac:125: installing './missing' docs/examples/Makefile.am: installing './depcomp' autoreconf: './config.sub' is updated autoreconf: './config.guess' is updated autoreconf: Leaving directory '.' libcurl/7.78.0: Calling: > ./configure '--with-libidn2=no' '--with-librtmp=no' '--with-libpsl=no' '--with-schannel=no' '--with-secure-transport=yes' '--with-brotli=no' '--enable-shared=no' '--enable-static=yes' '--enable-ldap=no' '--enable-debug=no' '--enable-ares=no' '--enable-threaded-resolver=no' '--without-ssl' '--without-wolfssl' '--without-libssh2' '--without-nghttp2' '--with-zlib=/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/zlib/1.2.11/_/_/package/3789018b2882bf53cb9ed8e9abd38b829172fe47' '--with-zstd=no' '--enable-threaded-resolver' '--disable-verbose' '--prefix=/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' --build=x86_64-apple-darwin --host=aarch64-apple-ios checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... yes checking whether to enable debug build options... no checking whether to enable compiler optimizer... (assumed) yes checking whether to enable strict compiler warnings... no checking whether to enable compiler warnings as errors... no checking whether to enable curl debug memory tracking... no checking whether to enable hiding of library internal symbols... yes checking whether to enable c-ares for DNS lookups... no checking whether to disable dependency on -lrt... (assumed no) checking whether to enable ECH support... no checking for path separator... : checking for sed... /usr/bin/sed checking for grep... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for aarch64-apple-ios-ar... no checking for ar... /usr/bin/ar configure: WARNING: using cross tools not prefixed with host triplet checking for a BSD-compatible install... /usr/local/bin/ginstall -c checking for aarch64-apple-ios-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for code coverage support... no checking whether build environment is sane... yes checking for aarch64-apple-ios-strip... no checking for strip... strip checking for a race-free mkdir -p... /usr/local/bin/gmkdir -p checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking curl version... 7.78.0 checking build system type... x86_64-apple-darwin checking host system type... aarch64-apple-ios checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... /usr/bin/grep -E checking if OS is AIX (to define _ALL_SOURCE)... no checking if _THREAD_SAFE is already defined... no checking if _THREAD_SAFE is actually needed... no checking if _THREAD_SAFE is onwards defined... no checking if _REENTRANT is already defined... no checking if _REENTRANT is actually needed... no checking if _REENTRANT is onwards defined... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... no checking for aarch64-apple-ios-dumpbin... no checking for aarch64-apple-ios-link... no checking for dumpbin... no checking for link... link -dump checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 786432 checking how to convert x86_64-apple-darwin file names to aarch64-apple-ios format... func_convert_file_noop checking how to convert x86_64-apple-darwin file names to toolchain format... func_convert_file_noop checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for aarch64-apple-ios-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... unknown checking for aarch64-apple-ios-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for aarch64-apple-ios-ar... /usr/bin/ar checking for archiver @FILE support... no checking for aarch64-apple-ios-strip... strip checking for aarch64-apple-ios-ranlib... no checking for ranlib... ranlib checking command to parse nm output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for aarch64-apple-ios-mt... no checking for mt... no checking if : is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... no checking dynamic linker characteristics... no checking how to hardcode library paths into programs... unsupported checking whether stripping libraries is possible... no checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to build static libraries... yes checking whether to build shared libraries with -version-info... no checking whether to build shared libraries with -no-undefined... no checking whether to build shared libraries with -mimpure-text... no checking whether to build shared libraries with PIC... yes checking whether to build static libraries with PIC... no checking whether to build shared libraries only... no checking whether to build static libraries only... yes checking for inline... inline checking if cpp -P is needed... no checking if compiler is DEC/Compaq/HP C... no checking if compiler is HP-UX C... no checking if compiler is IBM C... no checking if compiler is Intel C... no checking if compiler is clang... yes checking if compiler is xlclang... no checking if compiler is GNU C... no checking if compiler is LCC... no checking if compiler is SGI MIPSpro C... no checking if compiler is SGI MIPS C... no checking if compiler is SunPro C... no checking if compiler is Tiny C... no checking if compiler is Watcom C... no checking if compiler accepts some basic options... yes configure: compiler options added: -Qunused-arguments checking if compiler optimizer assumed setting might be used... no checking if compiler halts on compilation errors... yes checking if compiler halts on negative sized arrays... yes checking if compiler halts on function prototype mismatch... yes checking if compiler supports hiding library internal symbols... yes checking for windows.h... no checking whether build target is a native Windows one... no checking whether build target supports WIN32 file API... no checking whether build target supports WIN32 crypto API... no checking for good-to-use Darwin CFLAGS... no checking whether to link macOS CoreFoundation and SystemConfiguration framework... no checking to see if the compiler supports __builtin_available()... yes checking whether to support http... yes checking whether to support ftp... yes checking whether to support file... yes checking whether to support ldap... no checking whether to support ldaps... no checking whether to support rtsp... yes checking whether to support proxies... yes checking whether to support dict... yes checking whether to support telnet... yes checking whether to support tftp... yes checking whether to support pop3... yes checking whether to support imap... yes checking whether to support smb... yes checking whether to support smtp... yes checking whether to support gopher... yes checking whether to support mqtt... no checking whether to provide built-in manual... yes checking whether to enable generation of C code... yes checking whether to use libgcc... no checking if X/Open network library is required... no checking for gethostbyname... yes checking for windows.h... (cached) no checking for winsock.h... (cached) no checking for winsock2.h... (cached) no checking for proto/bsdsocket.h... no checking for connect in libraries... yes checking for sys/types.h... (cached) yes checking for sys/time.h... yes checking for monotonic clock_gettime... yes checking for clock_gettime in libraries... no additional lib required checking for zlib.h... yes checking for gzread in -lz... yes configure: found both libz and libz.h header checking whether to enable IPv6... yes checking if struct sockaddr_in6 has sin6_scope_id member... yes checking if argv can be written to... no configure: WARNING: the previous check could not be made default was used checking if GSS-API support is requested... no checking whether to enable Windows native SSL/TLS... no checking whether to enable Secure Transport... yes checking whether to enable Amiga native SSL/TLS (AmiSSL)... no configure: built with one SSL backend checking for library containing gsasl_init... no configure: WARNING: libgsasl was not found checking whether versioned symbols are wanted... no checking whether to enable Windows native IDN (Windows native builds only)... no checking whether to build with libidn2... no checking for libngtcp2 options with pkg-config... no checking for fish options with pkg-config... no checking for malloc.h... no checking for memory.h... no checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/select.h... yes checking for sys/socket.h... yes checking for sys/ioctl.h... yes checking for sys/uio.h... yes checking for assert.h... yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for arpa/inet.h... yes checking for net/if.h... yes checking for netinet/in.h... yes checking for netinet/in6.h... no checking for sys/un.h... yes checking for linux/tcp.h... no checking for netinet/tcp.h... yes checking for netdb.h... yes checking for sys/sockio.h... yes checking for sys/stat.h... (cached) yes checking for sys/param.h... yes checking for termios.h... yes checking for termio.h... no checking for fcntl.h... yes checking for alloca.h... yes checking for io.h... no checking for pwd.h... yes checking for utime.h... yes checking for sys/utime.h... no checking for sys/poll.h... yes checking for poll.h... yes checking for socket.h... no checking for sys/resource.h... yes checking for libgen.h... yes checking for locale.h... yes checking for errno.h... yes checking for stdbool.h... yes checking for arpa/tftp.h... no checking for sys/filio.h... yes checking for sys/wait.h... yes checking for setjmp.h... yes checking for an ANSI C-conforming const... yes checking for compiler support of C99 variadic macro style... yes checking for compiler support of old gcc variadic macro style... yes checking for size_t... yes checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/socket.h... (cached) yes checking for struct timeval... yes checking size of size_t... 8 checking size of long... 8 checking size of int... 4 checking size of short... 2 checking size of time_t... 8 checking size of off_t... 8 checking size of curl_off_t... 8 checking for long long... yes checking if numberLL works... yes checking for ssize_t... yes checking for bool... yes checking for sa_family_t... yes checking for suseconds_t... yes checking if time_t is unsigned... no checking for sys/types.h... (cached) yes checking for poll.h... (cached) yes checking for sys/poll.h... (cached) yes checking for in_addr_t... yes checking for struct sockaddr_storage... yes checking for signal.h... yes checking for sig_atomic_t... yes checking if sig_atomic_t is already defined as volatile... no checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking for select... yes checking types of args and return type for select... int,fd_set *,struct timeval *,int checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for recv... yes checking types of args and return type for recv... int,void *,size_t,int,ssize_t checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for send... yes checking types of args and return type for send... int,const void *,size_t,int,ssize_t checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for MSG_NOSIGNAL... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking if alarm can be linked... yes checking if alarm is prototyped... yes checking if alarm is compilable... yes checking if alarm usage allowed... yes checking if alarm might be used... yes checking for sys/types.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/types.h... (cached) yes checking for libgen.h... (cached) yes checking if basename can be linked... yes checking if basename is prototyped... yes checking if basename is compilable... yes checking if basename usage allowed... yes checking if basename might be used... yes checking for sys/types.h... (cached) yes checking for socket.h... (cached) no checking if closesocket can be linked... no checking if closesocket might be used... no checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking if CloseSocket can be linked... no checking if CloseSocket might be used... no checking if connect can be linked... yes checking if connect is prototyped... yes checking if connect is compilable... yes checking if connect usage allowed... yes checking if connect might be used... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking if fcntl can be linked... yes checking if fcntl is prototyped... yes checking if fcntl is compilable... yes checking if fcntl usage allowed... yes checking if fcntl might be used... yes checking if fcntl O_NONBLOCK is compilable... yes checking if fcntl O_NONBLOCK usage allowed... yes checking if fcntl O_NONBLOCK might be used... yes checking for windows.h... (cached) no checking for winsock2.h... (cached) no checking for ws2tcpip.h... (cached) no checking for sys/types.h... (cached) yes checking for netdb.h... (cached) yes checking if freeaddrinfo can be linked... yes checking if freeaddrinfo is prototyped... yes checking if freeaddrinfo is compilable... yes checking if freeaddrinfo usage allowed... yes checking if freeaddrinfo might be used... yes checking for sys/types.h... (cached) yes checking for sys/xattr.h... yes checking if fsetxattr can be linked... yes checking if fsetxattr is prototyped... yes checking if fsetxattr takes 5 args.... no checking if fsetxattr takes 6 args.... yes checking if fsetxattr is compilable... yes checking if fsetxattr usage allowed... yes checking if fsetxattr might be used... yes checking if ftruncate can be linked... yes checking if ftruncate is prototyped... yes checking if ftruncate is compilable... yes checking if ftruncate usage allowed... yes checking if ftruncate might be used... yes checking for sys/types.h... (cached) yes checking for stdlib.h... (cached) yes checking if getaddrinfo can be linked... yes checking if getaddrinfo is prototyped... yes checking if getaddrinfo is compilable... yes checking if getaddrinfo usage allowed... yes checking if getaddrinfo might be used... yes checking if getaddrinfo is threadsafe... yes checking if gethostbyname can be linked... yes checking if gethostbyname is prototyped... yes checking if gethostbyname is compilable... yes checking if gethostbyname usage allowed... yes checking if gethostbyname might be used... yes checking if gethostbyname_r can be linked... no checking if gethostbyname_r might be used... no checking if gethostname can be linked... yes checking if gethostname is prototyped... yes checking if gethostname is compilable... yes checking for gethostname arg 2 data type... size_t checking if gethostname usage allowed... yes checking if gethostname might be used... yes checking if getpeername can be linked... yes checking if getpeername is prototyped... yes checking if getpeername is compilable... yes checking if getpeername usage allowed... yes checking if getpeername might be used... yes checking if getsockname can be linked... yes checking if getsockname is prototyped... yes checking if getsockname is compilable... yes checking if getsockname usage allowed... yes checking if getsockname might be used... yes checking for net/if.h... (cached) yes checking if if_nametoindex can be linked... yes checking if if_nametoindex is prototyped... yes checking if if_nametoindex is compilable... yes checking if if_nametoindex usage allowed... yes checking if if_nametoindex might be used... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for netinet/in.h... (cached) yes checking for ifaddrs.h... yes checking if getifaddrs can be linked... yes checking if getifaddrs is prototyped... yes checking if getifaddrs is compilable... yes checking if getifaddrs usage allowed... yes checking if getifaddrs might be used... yes checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking if gmtime_r can be linked... yes checking if gmtime_r is prototyped... yes checking if gmtime_r is compilable... yes checking if gmtime_r usage allowed... yes checking if gmtime_r might be used... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for netinet/in.h... (cached) yes checking for arpa/inet.h... (cached) yes checking if inet_ntop can be linked... yes checking if inet_ntop is prototyped... yes checking if inet_ntop is compilable... yes checking if inet_ntop usage allowed... yes checking if inet_ntop might be used... yes checking if inet_pton can be linked... yes checking if inet_pton is prototyped... yes checking if inet_pton is compilable... yes checking if inet_pton usage allowed... yes checking if inet_pton might be used... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for stropts.h... no checking if ioctl can be linked... yes checking if ioctl is prototyped... yes checking if ioctl is compilable... yes checking if ioctl usage allowed... yes checking if ioctl might be used... yes checking if ioctl FIONBIO is compilable... yes checking if ioctl FIONBIO usage allowed... yes checking if ioctl FIONBIO might be used... yes checking if ioctl SIOCGIFADDR is compilable... yes checking if ioctl SIOCGIFADDR usage allowed... yes checking if ioctl SIOCGIFADDR might be used... yes checking if ioctlsocket can be linked... no checking if ioctlsocket might be used... no checking if IoctlSocket can be linked... no checking if IoctlSocket might be used... no checking if localtime_r can be linked... yes checking if localtime_r is prototyped... yes checking if localtime_r is compilable... yes checking if localtime_r usage allowed... yes checking if localtime_r might be used... yes checking if memrchr can be linked... no checking if memrchr seems a macro... no checking if memrchr might be used... no checking if poll can be linked... yes checking if poll is prototyped... yes checking if poll is compilable... yes checking if poll usage allowed... yes checking if poll might be used... yes checking if setsockopt can be linked... yes checking if setsockopt is prototyped... yes checking if setsockopt is compilable... yes checking if setsockopt usage allowed... yes checking if setsockopt might be used... yes checking if setsockopt SO_NONBLOCK is compilable... no checking if setsockopt SO_NONBLOCK might be used... no checking for sys/types.h... (cached) yes checking for signal.h... (cached) yes checking if sigaction can be linked... yes checking if sigaction is prototyped... yes checking if sigaction is compilable... yes checking if sigaction usage allowed... yes checking if sigaction might be used... yes checking if siginterrupt can be linked... yes checking if siginterrupt is prototyped... yes checking if siginterrupt is compilable... yes checking if siginterrupt usage allowed... yes checking if siginterrupt might be used... yes checking if signal can be linked... yes checking if signal is prototyped... yes checking if signal is compilable... yes checking if signal usage allowed... yes checking if signal might be used... yes checking for sys/types.h... (cached) yes checking for setjmp.h... (cached) yes checking if sigsetjmp can be linked... yes checking if sigsetjmp is prototyped... yes checking if sigsetjmp is compilable... yes checking if sigsetjmp usage allowed... yes checking if sigsetjmp might be used... yes checking if socket can be linked... yes checking if socket is prototyped... yes checking if socket is compilable... yes checking if socket usage allowed... yes checking if socket might be used... yes checking if socketpair can be linked... yes checking if socketpair is prototyped... yes checking if socketpair is compilable... yes checking if socketpair usage allowed... yes checking if socketpair might be used... yes checking if strcasecmp can be linked... yes checking if strcasecmp is prototyped... yes checking if strcasecmp is compilable... yes checking if strcasecmp usage allowed... yes checking if strcasecmp might be used... yes checking if strcmpi can be linked... no checking if strcmpi might be used... no checking if strdup can be linked... yes checking if strdup is prototyped... yes checking if strdup is compilable... yes checking if strdup usage allowed... yes checking if strdup might be used... yes checking if strerror_r can be linked... yes checking if strerror_r is prototyped... yes checking if strerror_r is compilable... yes checking if strerror_r is glibc like... no checking if strerror_r is POSIX like... yes checking if strerror_r usage allowed... yes checking if strerror_r might be used... yes checking if stricmp can be linked... no checking if stricmp might be used... no checking if strncmpi can be linked... no checking if strncmpi might be used... no checking if strnicmp can be linked... no checking if strnicmp might be used... no checking if strstr can be linked... yes checking if strstr is prototyped... yes checking if strstr is compilable... yes checking if strstr usage allowed... yes checking if strstr might be used... yes checking if strtok_r can be linked... yes checking if strtok_r is prototyped... yes checking if strtok_r is compilable... yes checking if strtok_r usage allowed... yes checking if strtok_r might be used... yes checking if strtoll can be linked... yes checking if strtoll is prototyped... yes checking if strtoll is compilable... yes checking if strtoll usage allowed... yes checking if strtoll might be used... yes checking for sys/types.h... (cached) yes checking for sys/uio.h... (cached) yes checking if writev can be linked... yes checking if writev is prototyped... yes checking if writev is compilable... yes checking if writev usage allowed... yes checking if writev might be used... yes checking for gcc options needed to detect all undeclared functions... none needed checking whether getpwuid_r is declared... yes checking for fnmatch... yes checking for geteuid... yes checking for getpass_r... no checking deeper for getpass_r... but still no checking for getppid... yes checking for getpwuid... yes checking for getpwuid_r... yes checking for getrlimit... yes checking for gettimeofday... yes checking for if_nametoindex... yes checking for mach_absolute_time... yes checking for pipe... yes checking for setlocale... yes checking for setmode... yes checking for setrlimit... yes checking for usleep... yes checking for utime... yes checking for utimes... yes checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK checking for perl... /usr/bin/perl checking for gnroff... no checking for nroff... /usr/bin/nroff checking how to use *nroff to get plain text from man pages... -man checking whether to enable the threaded resolver... yes checking whether to use POSIX threads for threaded resolver... auto checking for pthread.h... yes checking for pthread_create... yes checking convert -I options to -isystem... yes checking whether to enable verbose strings... no checking whether to enable SSPI support (Windows native builds only)... no checking whether to enable cryptographic authentication methods... yes checking whether to support NTLM... yes checking whether to enable NTLM delegation to winbind's helper... yes checking whether to enable TLS-SRP authentication... yes checking whether to enable Unix domain sockets... auto checking for struct sockaddr_un.sun_path... yes checking whether to support cookies... yes checking whether to support socketpair... yes checking whether to support HTTP authentication... yes checking whether to support DoH... yes checking whether to support the MIME API... yes checking whether to support date parsing... yes checking whether to support netrc parsing... yes checking whether to support progress-meter... yes checking whether to support DNS shuffling... yes checking whether to support curl_easy_option*... yes checking whether to support alt-svc... no checking whether to support HSTS... yes checking whether hiding of library internal symbols will actually happen... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating docs/Makefile config.status: creating docs/examples/Makefile config.status: creating docs/libcurl/Makefile config.status: creating docs/libcurl/opts/Makefile config.status: creating docs/cmdline-opts/Makefile config.status: creating include/Makefile config.status: creating include/curl/Makefile config.status: creating src/Makefile config.status: creating lib/Makefile config.status: creating scripts/Makefile config.status: creating lib/libcurl.vers config.status: creating tests/Makefile config.status: creating tests/certs/Makefile config.status: creating tests/certs/scripts/Makefile config.status: creating tests/data/Makefile config.status: creating tests/server/Makefile config.status: creating tests/libtest/Makefile config.status: creating tests/unit/Makefile config.status: creating packages/Makefile config.status: creating packages/vms/Makefile config.status: creating curl-config config.status: creating libcurl.pc config.status: creating lib/curl_config.h config.status: executing depfiles commands config.status: executing libtool commands configure: amending lib/Makefile configure: amending src/Makefile configure: amending tests/unit/Makefile configure: amending tests/server/Makefile configure: amending tests/libtest/Makefile configure: amending docs/examples/Makefile configure: Configured to build curl/libcurl: Host setup: aarch64-apple-ios Install prefix: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a Compiler: gcc CFLAGS: -O3 -fPIC -mios-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk -arch arm64 -Qunused-arguments CPPFLAGS: -isystem /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/zlib/1.2.11/_/_/package/3789018b2882bf53cb9ed8e9abd38b829172fe47/include -DNDEBUG -isystem /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/zlib/1.2.11/_/_/package/3789018b2882bf53cb9ed8e9abd38b829172fe47/include LDFLAGS: -L/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/zlib/1.2.11/_/_/package/3789018b2882bf53cb9ed8e9abd38b829172fe47/lib -L/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/zlib/1.2.11/_/_/package/3789018b2882bf53cb9ed8e9abd38b829172fe47/lib -framework CoreFoundation -framework Security LIBS: -lz -lz curl version: 7.78.0 SSL: enabled (Secure Transport) SSH: no (--with-{libssh,libssh2}) zlib: enabled brotli: no (--with-brotli) zstd: no (--with-zstd) GSS-API: no (--with-gssapi) GSASL: no (libgsasl not found) TLS-SRP: no (--enable-tls-srp) resolver: POSIX threaded IPv6: enabled Unix sockets: enabled IDN: no (--with-{libidn2,winidn}) Build libcurl: Shared=no, Static=yes Built-in manual: enabled --libcurl option: enabled (--disable-libcurl-option) Verbose errors: no Code coverage: disabled SSPI: no (--enable-sspi) ca cert bundle: no ca cert path: ca fallback: LDAP: no (--enable-ldap / --with-ldap-lib / --with-lber-lib) LDAPS: no (--enable-ldaps) RTSP: enabled RTMP: no (--with-librtmp) PSL: no (--with-libpsl) Alt-svc: enabled (--disable-alt-svc) HSTS: enabled (--disable-hsts) HTTP1: enabled (internal) HTTP2: no (--with-nghttp2, --with-hyper) HTTP3: no (--with-ngtcp2, --with-quiche) ECH: no (--enable-ech) Protocols: DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS MQTT POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP Features: AsynchDNS HSTS IPv6 Largefile NTLM NTLM_WB SSL UnixSockets alt-svc libz Making all in lib /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am CC libcurl_la-altsvc.lo CC libcurl_la-amigaos.lo CC libcurl_la-asyn-ares.lo CC libcurl_la-asyn-thread.lo CC libcurl_la-base64.lo CC libcurl_la-bufref.lo CC libcurl_la-c-hyper.lo CC libcurl_la-conncache.lo CC libcurl_la-connect.lo CC libcurl_la-content_encoding.lo CC libcurl_la-cookie.lo CC libcurl_la-curl_addrinfo.lo CC libcurl_la-curl_ctype.lo CC libcurl_la-curl_des.lo CC libcurl_la-curl_endian.lo CC libcurl_la-curl_fnmatch.lo CC libcurl_la-curl_get_line.lo CC libcurl_la-curl_gethostname.lo CC libcurl_la-curl_gssapi.lo CC libcurl_la-curl_memrchr.lo CC libcurl_la-curl_multibyte.lo CC libcurl_la-curl_ntlm_core.lo CC libcurl_la-curl_ntlm_wb.lo CC libcurl_la-curl_path.lo CC libcurl_la-curl_range.lo CC libcurl_la-curl_rtmp.lo CC libcurl_la-curl_sasl.lo CC libcurl_la-curl_sspi.lo CC libcurl_la-curl_threads.lo CC libcurl_la-dict.lo CC libcurl_la-doh.lo CC libcurl_la-dotdot.lo CC libcurl_la-dynbuf.lo CC libcurl_la-easy.lo CC libcurl_la-easygetopt.lo CC libcurl_la-easyoptions.lo CC libcurl_la-escape.lo CC libcurl_la-file.lo CC libcurl_la-fileinfo.lo CC libcurl_la-formdata.lo CC libcurl_la-ftp.lo CC libcurl_la-ftplistparser.lo CC libcurl_la-getenv.lo CC libcurl_la-getinfo.lo CC libcurl_la-gopher.lo CC libcurl_la-hash.lo CC libcurl_la-hmac.lo CC libcurl_la-hostasyn.lo CC libcurl_la-hostcheck.lo CC libcurl_la-hostip.lo CC libcurl_la-hostip4.lo CC libcurl_la-hostip6.lo CC libcurl_la-hostsyn.lo CC libcurl_la-hsts.lo CC libcurl_la-http.lo CC libcurl_la-http2.lo CC libcurl_la-http_chunks.lo CC libcurl_la-http_digest.lo CC libcurl_la-http_negotiate.lo CC libcurl_la-http_ntlm.lo CC libcurl_la-http_proxy.lo CC libcurl_la-http_aws_sigv4.lo CC libcurl_la-idn_win32.lo CC libcurl_la-if2ip.lo CC libcurl_la-imap.lo CC libcurl_la-inet_ntop.lo CC libcurl_la-inet_pton.lo CC libcurl_la-krb5.lo CC libcurl_la-ldap.lo CC libcurl_la-llist.lo CC libcurl_la-md4.lo CC libcurl_la-md5.lo CC libcurl_la-memdebug.lo CC libcurl_la-mime.lo CC libcurl_la-mprintf.lo CC libcurl_la-mqtt.lo CC libcurl_la-multi.lo CC libcurl_la-netrc.lo CC libcurl_la-non-ascii.lo CC libcurl_la-nonblock.lo CC libcurl_la-openldap.lo CC libcurl_la-parsedate.lo CC libcurl_la-pingpong.lo CC libcurl_la-pop3.lo CC libcurl_la-progress.lo CC libcurl_la-psl.lo CC libcurl_la-rand.lo CC libcurl_la-rename.lo CC libcurl_la-rtsp.lo CC libcurl_la-select.lo CC libcurl_la-sendf.lo CC libcurl_la-setopt.lo CC libcurl_la-sha256.lo CC libcurl_la-share.lo CC libcurl_la-slist.lo CC libcurl_la-smb.lo CC libcurl_la-smtp.lo CC libcurl_la-socketpair.lo CC libcurl_la-socks.lo CC libcurl_la-socks_gssapi.lo CC libcurl_la-socks_sspi.lo CC libcurl_la-speedcheck.lo CC libcurl_la-splay.lo CC libcurl_la-strcase.lo CC libcurl_la-strdup.lo CC libcurl_la-strerror.lo CC libcurl_la-strtok.lo CC libcurl_la-strtoofft.lo CC libcurl_la-system_win32.lo CC libcurl_la-telnet.lo CC libcurl_la-tftp.lo CC libcurl_la-timeval.lo CC libcurl_la-transfer.lo CC libcurl_la-url.lo CC libcurl_la-urlapi.lo CC libcurl_la-version.lo CC libcurl_la-version_win32.lo CC libcurl_la-warnless.lo CC libcurl_la-wildcard.lo CC libcurl_la-x509asn1.lo CC vauth/libcurl_la-cleartext.lo CC vauth/libcurl_la-cram.lo CC vauth/libcurl_la-digest.lo CC vauth/libcurl_la-digest_sspi.lo CC vauth/libcurl_la-gsasl.lo CC vauth/libcurl_la-krb5_gssapi.lo CC vauth/libcurl_la-krb5_sspi.lo CC vauth/libcurl_la-ntlm.lo CC vauth/libcurl_la-ntlm_sspi.lo CC vauth/libcurl_la-oauth2.lo CC vauth/libcurl_la-spnego_gssapi.lo CC vauth/libcurl_la-spnego_sspi.lo CC vauth/libcurl_la-vauth.lo CC vtls/libcurl_la-bearssl.lo CC vtls/libcurl_la-gskit.lo CC vtls/libcurl_la-gtls.lo CC vtls/libcurl_la-keylog.lo CC vtls/libcurl_la-mbedtls.lo CC vtls/libcurl_la-mbedtls_threadlock.lo CC vtls/libcurl_la-mesalink.lo CC vtls/libcurl_la-nss.lo CC vtls/libcurl_la-openssl.lo CC vtls/libcurl_la-rustls.lo CC vtls/libcurl_la-schannel.lo CC vtls/libcurl_la-schannel_verify.lo CC vtls/libcurl_la-sectransp.lo CC vtls/libcurl_la-vtls.lo CC vtls/libcurl_la-wolfssl.lo CC vquic/libcurl_la-ngtcp2.lo CC vquic/libcurl_la-quiche.lo CC vquic/libcurl_la-vquic.lo CC vssh/libcurl_la-libssh.lo CC vssh/libcurl_la-libssh2.lo CC vssh/libcurl_la-wolfssh.lo vtls/sectransp.c:1231:7: warning: 'CFURLCreateDataAndPropertiesFromResource' is deprecated: first deprecated in iOS 7.0 - For resource data, use the CFReadStream API. For file resource properties, use CFURLCopyResourcePropertiesForKeys. [-Wdeprecated-declarations] CFURLCreateDataAndPropertiesFromResource(NULL, ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURLAccess.h:52:9: note: 'CFURLCreateDataAndPropertiesFromResource' has been explicitly marked deprecated here Boolean CFURLCreateDataAndPropertiesFromResource(CFAllocatorRef alloc, CFURLRef url, CFDataRef *resourceData, CFDictionaryRef *properties, CFArrayRef desiredProperties, SInt32 *errorCode) API_DEPRECATED("For resource data, use the CFReadStream API. For file resource properties, use CFURLCopyResourcePropertiesForKeys.", macos(10.0,10.9), ios(2.0,7.0), watchos(2.0,2.0), tvos(9.0,9.0)); ^ 1 warning generated. CCLD libcurl.la make[1]: Nothing to be done for `all-am'. libcurl/7.78.0: Package '581373eb3800f8cefc4334eabfbb1fe4b511ea5a' built libcurl/7.78.0: Build folder /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/build/581373eb3800f8cefc4334eabfbb1fe4b511ea5a libcurl/7.78.0: Generated conaninfo.txt libcurl/7.78.0: Generated conanbuildinfo.txt libcurl/7.78.0: Generating the package libcurl/7.78.0: Package folder /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a libcurl/7.78.0: Calling package() Making install in lib make[2]: Nothing to be done for `install-data-am'. /usr/local/bin/gmkdir -p '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/lib' /bin/sh ../libtool --mode=install /usr/local/bin/ginstall -c libcurl.la '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/lib' libtool: install: /usr/local/bin/ginstall -c .libs/libcurl.lai /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/lib/libcurl.la libtool: install: /usr/local/bin/ginstall -c .libs/libcurl.a /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/lib/libcurl.a libtool: install: chmod 644 /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/lib/libcurl.a libtool: install: ranlib /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/lib/libcurl.a /usr/local/bin/gmkdir -p '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/bin' /usr/local/bin/gmkdir -p '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/lib/pkgconfig' /usr/local/bin/ginstall -c -m 644 libcurl.pc '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/lib/pkgconfig' /usr/local/bin/ginstall -c curl-config '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/bin' /Applications/Xcode.app/Contents/Developer/usr/bin/make install-data-hook (cd include && /Applications/Xcode.app/Contents/Developer/usr/bin/make install) Making install in curl make[6]: Nothing to be done for `install-exec-am'. /usr/local/bin/gmkdir -p '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/include/curl' /usr/local/bin/ginstall -c -m 644 curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h typecheck-gcc.h system.h urlapi.h options.h '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/include/curl' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. (cd docs && /Applications/Xcode.app/Contents/Developer/usr/bin/make install) Making install in . make[6]: Nothing to be done for `install-exec-am'. /usr/local/bin/gmkdir -p '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/share/man/man1' /usr/local/bin/ginstall -c -m 644 curl-config.1 /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/build/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/source_subfolder/docs/curl.1 '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/share/man/man1' Making install in cmdline-opts make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. (cd docs/libcurl && /Applications/Xcode.app/Contents/Developer/usr/bin/make install) Making install in opts make[6]: Nothing to be done for `install-exec-am'. /usr/local/bin/gmkdir -p '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/share/man/man3' /usr/local/bin/ginstall -c -m 644 CURLINFO_ACTIVESOCKET.3 CURLINFO_APPCONNECT_TIME.3 CURLINFO_APPCONNECT_TIME_T.3 CURLINFO_CERTINFO.3 CURLINFO_CONDITION_UNMET.3 CURLINFO_CONNECT_TIME.3 CURLINFO_CONNECT_TIME_T.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 CURLINFO_CONTENT_LENGTH_UPLOAD.3 CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 CURLINFO_CONTENT_TYPE.3 CURLINFO_COOKIELIST.3 CURLINFO_EFFECTIVE_METHOD.3 CURLINFO_EFFECTIVE_URL.3 CURLINFO_FILETIME.3 CURLINFO_FILETIME_T.3 CURLINFO_FTP_ENTRY_PATH.3 CURLINFO_HEADER_SIZE.3 CURLINFO_HTTPAUTH_AVAIL.3 CURLINFO_HTTP_CONNECTCODE.3 CURLINFO_HTTP_VERSION.3 CURLINFO_LASTSOCKET.3 CURLINFO_LOCAL_IP.3 CURLINFO_LOCAL_PORT.3 CURLINFO_NAMELOOKUP_TIME.3 CURLINFO_NAMELOOKUP_TIME_T.3 CURLINFO_NUM_CONNECTS.3 CURLINFO_OS_ERRNO.3 CURLINFO_PRETRANSFER_TIME.3 CURLINFO_PRETRANSFER_TIME_T.3 CURLINFO_PRIMARY_IP.3 CURLINFO_PRIMARY_PORT.3 CURLINFO_PRIVATE.3 CURLINFO_PROTOCOL.3 CURLINFO_PROXY_ERROR.3 CURLINFO_PROXY_SSL_VERIFYRESULT.3 CURLINFO_PROXYAUTH_AVAIL.3 CURLINFO_REDIRECT_COUNT.3 CURLINFO_REDIRECT_TIME.3 '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/share/man/man3' /usr/local/bin/ginstall -c -m 644 CURLINFO_REDIRECT_TIME_T.3 CURLINFO_REDIRECT_URL.3 CURLINFO_REFERER.3 CURLINFO_REQUEST_SIZE.3 CURLINFO_RESPONSE_CODE.3 CURLINFO_RETRY_AFTER.3 CURLINFO_RTSP_CLIENT_CSEQ.3 CURLINFO_RTSP_CSEQ_RECV.3 CURLINFO_RTSP_SERVER_CSEQ.3 CURLINFO_RTSP_SESSION_ID.3 CURLINFO_SCHEME.3 CURLINFO_SIZE_DOWNLOAD.3 CURLINFO_SIZE_DOWNLOAD_T.3 CURLINFO_SIZE_UPLOAD.3 CURLINFO_SIZE_UPLOAD_T.3 CURLINFO_SPEED_DOWNLOAD.3 CURLINFO_SPEED_DOWNLOAD_T.3 CURLINFO_SPEED_UPLOAD.3 CURLINFO_SPEED_UPLOAD_T.3 CURLINFO_SSL_ENGINES.3 CURLINFO_SSL_VERIFYRESULT.3 CURLINFO_STARTTRANSFER_TIME.3 CURLINFO_STARTTRANSFER_TIME_T.3 CURLINFO_TLS_SESSION.3 CURLINFO_TLS_SSL_PTR.3 CURLINFO_TOTAL_TIME.3 CURLINFO_TOTAL_TIME_T.3 CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 CURLMOPT_MAXCONNECTS.3 CURLMOPT_MAX_CONCURRENT_STREAMS.3 CURLMOPT_MAX_HOST_CONNECTIONS.3 CURLMOPT_MAX_PIPELINE_LENGTH.3 CURLMOPT_MAX_TOTAL_CONNECTIONS.3 CURLMOPT_PIPELINING.3 CURLMOPT_PIPELINING_SERVER_BL.3 CURLMOPT_PIPELINING_SITE_BL.3 CURLMOPT_PUSHDATA.3 CURLMOPT_PUSHFUNCTION.3 CURLMOPT_SOCKETDATA.3 '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/share/man/man3' /usr/local/bin/ginstall -c -m 644 CURLMOPT_SOCKETFUNCTION.3 CURLMOPT_TIMERDATA.3 CURLMOPT_TIMERFUNCTION.3 CURLOPT_ABSTRACT_UNIX_SOCKET.3 CURLOPT_ACCEPTTIMEOUT_MS.3 CURLOPT_ACCEPT_ENCODING.3 CURLOPT_ADDRESS_SCOPE.3 CURLOPT_ALTSVC.3 CURLOPT_ALTSVC_CTRL.3 CURLOPT_APPEND.3 CURLOPT_AUTOREFERER.3 CURLOPT_BUFFERSIZE.3 CURLOPT_CAINFO.3 CURLOPT_CAINFO_BLOB.3 CURLOPT_CAPATH.3 CURLOPT_CERTINFO.3 CURLOPT_CHUNK_BGN_FUNCTION.3 CURLOPT_CHUNK_DATA.3 CURLOPT_CHUNK_END_FUNCTION.3 CURLOPT_CLOSESOCKETDATA.3 CURLOPT_CLOSESOCKETFUNCTION.3 CURLOPT_CONNECTTIMEOUT.3 CURLOPT_CONNECTTIMEOUT_MS.3 CURLOPT_CONNECT_ONLY.3 CURLOPT_CONNECT_TO.3 CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 CURLOPT_CONV_FROM_UTF8_FUNCTION.3 CURLOPT_CONV_TO_NETWORK_FUNCTION.3 CURLOPT_COOKIE.3 CURLOPT_COOKIEFILE.3 CURLOPT_COOKIEJAR.3 CURLOPT_COOKIELIST.3 CURLOPT_COOKIESESSION.3 CURLOPT_COPYPOSTFIELDS.3 CURLOPT_CRLF.3 CURLOPT_CRLFILE.3 CURLOPT_CURLU.3 CURLOPT_CUSTOMREQUEST.3 CURLOPT_DEBUGDATA.3 CURLOPT_DEBUGFUNCTION.3 '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/share/man/man3' /usr/local/bin/ginstall -c -m 644 CURLOPT_DEFAULT_PROTOCOL.3 CURLOPT_DIRLISTONLY.3 CURLOPT_DISALLOW_USERNAME_IN_URL.3 CURLOPT_DNS_CACHE_TIMEOUT.3 CURLOPT_DNS_INTERFACE.3 CURLOPT_DNS_LOCAL_IP4.3 CURLOPT_DNS_LOCAL_IP6.3 CURLOPT_DNS_SERVERS.3 CURLOPT_DNS_SHUFFLE_ADDRESSES.3 CURLOPT_DNS_USE_GLOBAL_CACHE.3 CURLOPT_DOH_SSL_VERIFYHOST.3 CURLOPT_DOH_SSL_VERIFYPEER.3 CURLOPT_DOH_SSL_VERIFYSTATUS.3 CURLOPT_DOH_URL.3 CURLOPT_EGDSOCKET.3 CURLOPT_ERRORBUFFER.3 CURLOPT_EXPECT_100_TIMEOUT_MS.3 CURLOPT_FAILONERROR.3 CURLOPT_FILETIME.3 CURLOPT_FNMATCH_DATA.3 CURLOPT_FNMATCH_FUNCTION.3 CURLOPT_FOLLOWLOCATION.3 CURLOPT_FORBID_REUSE.3 CURLOPT_FRESH_CONNECT.3 CURLOPT_FTPPORT.3 CURLOPT_FTPSSLAUTH.3 CURLOPT_FTP_ACCOUNT.3 CURLOPT_FTP_ALTERNATIVE_TO_USER.3 CURLOPT_FTP_CREATE_MISSING_DIRS.3 CURLOPT_FTP_FILEMETHOD.3 CURLOPT_FTP_RESPONSE_TIMEOUT.3 CURLOPT_FTP_SKIP_PASV_IP.3 CURLOPT_FTP_SSL_CCC.3 CURLOPT_FTP_USE_EPRT.3 CURLOPT_FTP_USE_EPSV.3 CURLOPT_FTP_USE_PRET.3 CURLOPT_GSSAPI_DELEGATION.3 CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 CURLOPT_HAPROXYPROTOCOL.3 CURLOPT_HEADER.3 '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/share/man/man3' /usr/local/bin/ginstall -c -m 644 CURLOPT_HEADERDATA.3 CURLOPT_HEADERFUNCTION.3 CURLOPT_HEADEROPT.3 CURLOPT_HSTS.3 CURLOPT_HSTSREADDATA.3 CURLOPT_HSTSREADFUNCTION.3 CURLOPT_HSTSWRITEDATA.3 CURLOPT_HSTSWRITEFUNCTION.3 CURLOPT_HSTS_CTRL.3 CURLOPT_HTTP09_ALLOWED.3 CURLOPT_HTTP200ALIASES.3 CURLOPT_HTTPAUTH.3 CURLOPT_HTTPGET.3 CURLOPT_HTTPHEADER.3 CURLOPT_HTTPPOST.3 CURLOPT_HTTPPROXYTUNNEL.3 CURLOPT_HTTP_CONTENT_DECODING.3 CURLOPT_HTTP_TRANSFER_DECODING.3 CURLOPT_HTTP_VERSION.3 CURLOPT_IGNORE_CONTENT_LENGTH.3 CURLOPT_INFILESIZE.3 CURLOPT_INFILESIZE_LARGE.3 CURLOPT_INTERFACE.3 CURLOPT_INTERLEAVEDATA.3 CURLOPT_INTERLEAVEFUNCTION.3 CURLOPT_IOCTLDATA.3 CURLOPT_IOCTLFUNCTION.3 CURLOPT_IPRESOLVE.3 CURLOPT_ISSUERCERT.3 CURLOPT_ISSUERCERT_BLOB.3 CURLOPT_KEEP_SENDING_ON_ERROR.3 CURLOPT_KEYPASSWD.3 CURLOPT_KRBLEVEL.3 CURLOPT_LOCALPORT.3 CURLOPT_LOCALPORTRANGE.3 CURLOPT_LOGIN_OPTIONS.3 CURLOPT_LOW_SPEED_LIMIT.3 CURLOPT_LOW_SPEED_TIME.3 CURLOPT_MAIL_AUTH.3 CURLOPT_MAIL_FROM.3 '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/share/man/man3' /usr/local/bin/ginstall -c -m 644 CURLOPT_MAIL_RCPT.3 CURLOPT_MAIL_RCPT_ALLLOWFAILS.3 CURLOPT_MAXAGE_CONN.3 CURLOPT_MAXCONNECTS.3 CURLOPT_MAXFILESIZE.3 CURLOPT_MAXFILESIZE_LARGE.3 CURLOPT_MAXREDIRS.3 CURLOPT_MAX_RECV_SPEED_LARGE.3 CURLOPT_MAX_SEND_SPEED_LARGE.3 CURLOPT_MIMEPOST.3 CURLOPT_NETRC.3 CURLOPT_NETRC_FILE.3 CURLOPT_NEW_DIRECTORY_PERMS.3 CURLOPT_NEW_FILE_PERMS.3 CURLOPT_NOBODY.3 CURLOPT_NOPROGRESS.3 CURLOPT_NOPROXY.3 CURLOPT_NOSIGNAL.3 CURLOPT_OPENSOCKETDATA.3 CURLOPT_OPENSOCKETFUNCTION.3 CURLOPT_PASSWORD.3 CURLOPT_PATH_AS_IS.3 CURLOPT_PINNEDPUBLICKEY.3 CURLOPT_PIPEWAIT.3 CURLOPT_PORT.3 CURLOPT_POST.3 CURLOPT_POSTFIELDS.3 CURLOPT_POSTFIELDSIZE.3 CURLOPT_POSTFIELDSIZE_LARGE.3 CURLOPT_POSTQUOTE.3 CURLOPT_POSTREDIR.3 CURLOPT_PREQUOTE.3 CURLOPT_PRE_PROXY.3 CURLOPT_PRIVATE.3 CURLOPT_PROGRESSDATA.3 CURLOPT_PROGRESSFUNCTION.3 CURLOPT_PROTOCOLS.3 CURLOPT_PROXY.3 CURLOPT_PROXYAUTH.3 CURLOPT_PROXYHEADER.3 '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/share/man/man3' /usr/local/bin/ginstall -c -m 644 CURLOPT_PROXYPASSWORD.3 CURLOPT_PROXYPORT.3 CURLOPT_PROXYTYPE.3 CURLOPT_PROXYUSERNAME.3 CURLOPT_PROXYUSERPWD.3 CURLOPT_PROXY_CAINFO.3 CURLOPT_PROXY_CAINFO_BLOB.3 CURLOPT_PROXY_CAPATH.3 CURLOPT_PROXY_CRLFILE.3 CURLOPT_PROXY_KEYPASSWD.3 CURLOPT_PROXY_ISSUERCERT.3 CURLOPT_PROXY_ISSUERCERT_BLOB.3 CURLOPT_PROXY_PINNEDPUBLICKEY.3 CURLOPT_PROXY_SERVICE_NAME.3 CURLOPT_PROXY_SSLCERT.3 CURLOPT_PROXY_SSLCERT_BLOB.3 CURLOPT_PROXY_SSLCERTTYPE.3 CURLOPT_PROXY_SSLKEY.3 CURLOPT_PROXY_SSLKEY_BLOB.3 CURLOPT_PROXY_SSLKEYTYPE.3 CURLOPT_PROXY_SSLVERSION.3 CURLOPT_PROXY_SSL_CIPHER_LIST.3 CURLOPT_PROXY_SSL_OPTIONS.3 CURLOPT_PROXY_SSL_VERIFYHOST.3 CURLOPT_PROXY_SSL_VERIFYPEER.3 CURLOPT_PROXY_TLS13_CIPHERS.3 CURLOPT_PROXY_TLSAUTH_PASSWORD.3 CURLOPT_PROXY_TLSAUTH_TYPE.3 CURLOPT_PROXY_TLSAUTH_USERNAME.3 CURLOPT_PROXY_TRANSFER_MODE.3 CURLOPT_PUT.3 CURLOPT_QUOTE.3 CURLOPT_RANDOM_FILE.3 CURLOPT_RANGE.3 CURLOPT_READDATA.3 CURLOPT_READFUNCTION.3 CURLOPT_REDIR_PROTOCOLS.3 CURLOPT_REFERER.3 CURLOPT_REQUEST_TARGET.3 CURLOPT_RESOLVE.3 '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/share/man/man3' /usr/local/bin/ginstall -c -m 644 CURLOPT_RESOLVER_START_DATA.3 CURLOPT_RESOLVER_START_FUNCTION.3 CURLOPT_RESUME_FROM.3 CURLOPT_RESUME_FROM_LARGE.3 CURLOPT_RTSP_CLIENT_CSEQ.3 CURLOPT_RTSP_REQUEST.3 CURLOPT_RTSP_SERVER_CSEQ.3 CURLOPT_RTSP_SESSION_ID.3 CURLOPT_RTSP_STREAM_URI.3 CURLOPT_RTSP_TRANSPORT.3 CURLOPT_SASL_AUTHZID.3 CURLOPT_SASL_IR.3 CURLOPT_SEEKDATA.3 CURLOPT_SEEKFUNCTION.3 CURLOPT_SERVICE_NAME.3 CURLOPT_SHARE.3 CURLOPT_SOCKOPTDATA.3 CURLOPT_SOCKOPTFUNCTION.3 CURLOPT_SOCKS5_AUTH.3 CURLOPT_SOCKS5_GSSAPI_NEC.3 CURLOPT_SOCKS5_GSSAPI_SERVICE.3 CURLOPT_SSH_AUTH_TYPES.3 CURLOPT_SSH_COMPRESSION.3 CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 CURLOPT_SSH_KEYDATA.3 CURLOPT_SSH_KEYFUNCTION.3 CURLOPT_SSH_KNOWNHOSTS.3 CURLOPT_SSH_PRIVATE_KEYFILE.3 CURLOPT_SSH_PUBLIC_KEYFILE.3 CURLOPT_SSLCERT.3 CURLOPT_SSLCERT_BLOB.3 CURLOPT_SSLCERTTYPE.3 CURLOPT_SSLENGINE.3 CURLOPT_SSLENGINE_DEFAULT.3 CURLOPT_SSLKEY.3 CURLOPT_SSLKEY_BLOB.3 CURLOPT_SSLKEYTYPE.3 CURLOPT_SSLVERSION.3 CURLOPT_SSL_CIPHER_LIST.3 CURLOPT_SSL_CTX_DATA.3 '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/share/man/man3' /usr/local/bin/ginstall -c -m 644 CURLOPT_SSL_CTX_FUNCTION.3 CURLOPT_SSL_EC_CURVES.3 CURLOPT_SSL_ENABLE_ALPN.3 CURLOPT_SSL_ENABLE_NPN.3 CURLOPT_SSL_FALSESTART.3 CURLOPT_SSL_OPTIONS.3 CURLOPT_SSL_SESSIONID_CACHE.3 CURLOPT_SSL_VERIFYHOST.3 CURLOPT_SSL_VERIFYPEER.3 CURLOPT_SSL_VERIFYSTATUS.3 CURLOPT_STDERR.3 CURLOPT_STREAM_DEPENDS.3 CURLOPT_STREAM_DEPENDS_E.3 CURLOPT_STREAM_WEIGHT.3 CURLOPT_SUPPRESS_CONNECT_HEADERS.3 CURLOPT_TCP_FASTOPEN.3 CURLOPT_TCP_KEEPALIVE.3 CURLOPT_TCP_KEEPIDLE.3 CURLOPT_TCP_KEEPINTVL.3 CURLOPT_TCP_NODELAY.3 CURLOPT_TELNETOPTIONS.3 CURLOPT_TFTP_BLKSIZE.3 CURLOPT_TFTP_NO_OPTIONS.3 CURLOPT_TIMECONDITION.3 CURLOPT_TIMEOUT.3 CURLOPT_TIMEOUT_MS.3 CURLOPT_TIMEVALUE.3 CURLOPT_TIMEVALUE_LARGE.3 CURLOPT_TLS13_CIPHERS.3 CURLOPT_TLSAUTH_PASSWORD.3 CURLOPT_TLSAUTH_TYPE.3 CURLOPT_TLSAUTH_USERNAME.3 CURLOPT_TRAILERDATA.3 CURLOPT_TRAILERFUNCTION.3 CURLOPT_TRANSFERTEXT.3 CURLOPT_TRANSFER_ENCODING.3 CURLOPT_UNIX_SOCKET_PATH.3 CURLOPT_UNRESTRICTED_AUTH.3 CURLOPT_UPKEEP_INTERVAL_MS.3 CURLOPT_UPLOAD.3 '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/share/man/man3' /usr/local/bin/ginstall -c -m 644 CURLOPT_UPLOAD_BUFFERSIZE.3 CURLOPT_URL.3 CURLOPT_USERAGENT.3 CURLOPT_USERNAME.3 CURLOPT_USERPWD.3 CURLOPT_USE_SSL.3 CURLOPT_AWS_SIGV4.3 CURLOPT_VERBOSE.3 CURLOPT_WILDCARDMATCH.3 CURLOPT_WRITEDATA.3 CURLOPT_WRITEFUNCTION.3 CURLOPT_XFERINFODATA.3 CURLOPT_XFERINFOFUNCTION.3 CURLOPT_XOAUTH2_BEARER.3 '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/share/man/man3' make[6]: Nothing to be done for `install-exec-am'. /usr/local/bin/gmkdir -p '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/share/aclocal' /usr/local/bin/gmkdir -p '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/share/man/man3' /usr/local/bin/ginstall -c -m 644 libcurl.m4 '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/share/aclocal' /usr/local/bin/ginstall -c -m 644 curl_easy_cleanup.3 curl_easy_duphandle.3 curl_easy_escape.3 curl_easy_getinfo.3 curl_easy_init.3 curl_easy_option_by_id.3 curl_easy_option_by_name.3 curl_easy_option_next.3 curl_easy_pause.3 curl_easy_perform.3 curl_easy_recv.3 curl_easy_reset.3 curl_easy_send.3 curl_easy_setopt.3 curl_easy_strerror.3 curl_easy_unescape.3 curl_easy_upkeep.3 curl_escape.3 curl_formadd.3 curl_formfree.3 curl_formget.3 curl_free.3 curl_getdate.3 curl_getenv.3 curl_global_cleanup.3 curl_global_init.3 curl_global_init_mem.3 curl_global_sslset.3 curl_mime_addpart.3 curl_mime_data.3 curl_mime_data_cb.3 curl_mime_encoder.3 curl_mime_filedata.3 curl_mime_filename.3 curl_mime_free.3 curl_mime_headers.3 curl_mime_init.3 curl_mime_name.3 curl_mime_subparts.3 curl_mime_type.3 '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/share/man/man3' /usr/local/bin/ginstall -c -m 644 curl_mprintf.3 curl_multi_add_handle.3 curl_multi_assign.3 curl_multi_cleanup.3 curl_multi_fdset.3 curl_multi_info_read.3 curl_multi_init.3 curl_multi_perform.3 curl_multi_poll.3 curl_multi_remove_handle.3 curl_multi_setopt.3 curl_multi_socket.3 curl_multi_socket_action.3 curl_multi_socket_all.3 curl_multi_strerror.3 curl_multi_timeout.3 curl_multi_wakeup.3 curl_multi_wait.3 curl_share_cleanup.3 curl_share_init.3 curl_share_setopt.3 curl_share_strerror.3 curl_slist_append.3 curl_slist_free_all.3 curl_strequal.3 curl_strnequal.3 curl_unescape.3 curl_url.3 curl_url_cleanup.3 curl_url_dup.3 curl_url_get.3 curl_url_set.3 curl_version.3 curl_version_info.3 libcurl-easy.3 libcurl-env.3 libcurl-errors.3 libcurl-multi.3 libcurl-security.3 libcurl-share.3 '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/share/man/man3' /usr/local/bin/ginstall -c -m 644 libcurl-symbols.3 libcurl-thread.3 libcurl-tutorial.3 libcurl-url.3 libcurl.3 '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/share/man/man3' [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): WARN: [MATCHING CONFIGURATION (KB-H014)] OS iOS might not be supported. Skipping... [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK libcurl/7.78.0 package(): Packaged 1 '.pem' file: cacert.pem libcurl/7.78.0 package(): Packaged 2 files: curl-config, COPYING libcurl/7.78.0 package(): Packaged 10 '.h' files libcurl/7.78.0 package(): Packaged 1 '.a' file: libcurl.a libcurl/7.78.0: Package '581373eb3800f8cefc4334eabfbb1fe4b511ea5a' created libcurl/7.78.0: Created package revision 7908bfe3664f146bd3da8e0329b0ec0e [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK libcurl/7.78.0 (test package): Applying build-requirement: ios-cmake/3.1.2 libcurl/7.78.0 (test package): Generator cmake created conanbuildinfo.cmake libcurl/7.78.0 (test package): Generator txt created conanbuildinfo.txt libcurl/7.78.0 (test package): Generator cmake_find_package created FindCURL.cmake libcurl/7.78.0 (test package): Generator cmake_find_package created FindZLIB.cmake libcurl/7.78.0 (test package): Aggregating env generators libcurl/7.78.0 (test package): Generated conaninfo.txt libcurl/7.78.0 (test package): Generated graphinfo Using lockfile: '/Users/zoufala/sandbox/github/andioz/conan-center-index/recipes/libcurl/all/test_package/build/95de248194a27609225ae4ea30d62c372cf793c0/conan.lock' Using cached profile from lockfile [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK libcurl/7.78.0 (test package): Calling build() -- Using C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -- Using CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -- Using libtool: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -- Configuring iphoneos build for platform: OS64, architecture(s): arm64 -- Using SDK: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk -- Using minimum deployment version: 9.0 (SDK version: 14.5) -- Merging integrated CMake 3.14+ iOS,tvOS,watchOS,macOS toolchain(s) with this toolchain! -- Using a data_ptr size of: 8 -- Using install_name_tool: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool -- Enabling bitcode support. -- Disabling ARC support. -- Hiding symbols (-fvisibility=hidden). -- Using libtool: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -- The C compiler identification is AppleClang 12.0.5.12050022 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake targets configuration -- Library curl found /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/lib/libcurl.a -- Library z found /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/zlib/1.2.11/_/_/package/3789018b2882bf53cb9ed8e9abd38b829172fe47/lib/libz.a -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- This project seems to be plain C, using 'AppleClang' compiler -- Conan: C++ stdlib: libc++ -- Conan: Using autogenerated FindCURL.cmake -- Found CURL: 7.78.0 (found version "7.78.0") -- Library curl found /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/lib/libcurl.a -- Found: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/lib/libcurl.a -- Conan: Using autogenerated FindZLIB.cmake -- Found ZLIB: 1.2.11 (found version "1.2.11") -- Library z found /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/zlib/1.2.11/_/_/package/3789018b2882bf53cb9ed8e9abd38b829172fe47/lib/libz.a -- Found: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/zlib/1.2.11/_/_/package/3789018b2882bf53cb9ed8e9abd38b829172fe47/lib/libz.a -- Library curl found /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/lib/libcurl.a -- Found: /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/lib/libcurl.a -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR -- Build files have been written to: /Users/zoufala/sandbox/github/andioz/conan-center-index/recipes/libcurl/all/test_package/build/95de248194a27609225ae4ea30d62c372cf793c0 [ 50%] Building C object CMakeFiles/test_package.dir/test_package.c.o [100%] Linking C executable bin/test_package.app/test_package ld: warning: -headerpad_max_install_names is ignored when used with -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES) ld: '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/lib/libcurl.a(libcurl_la-easy.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [bin/test_package.app/test_package] Error 1 make[1]: *** [CMakeFiles/test_package.dir/all] Error 2 make: *** [all] Error 2 ERROR: libcurl/7.78.0 (test package): Error in build() method, line 14 cmake.build() ConanException: Error 2 while executing /Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/ios-cmake/3.1.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/cmake-wrapper --build '/Users/zoufala/sandbox/github/andioz/conan-center-index/recipes/libcurl/all/test_package/build/95de248194a27609225ae4ea30d62c372cf793c0' '--' '-j16' ```

In short, linking the test package example fails:

ld: warning: -headerpad_max_install_names is ignored when used with -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES)
ld: '/Users/zoufala/sandbox/github/andioz/conan-center-index/tmp/.conan/data/libcurl/7.78.0/_/_/package/581373eb3800f8cefc4334eabfbb1fe4b511ea5a/lib/libcurl.a(libcurl_la-easy.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Sorry, I'm more a simple user of Mac's and the iOS build toolchain, I forgot most of the details about Apple's development philosophy... Should there be some more settings inside the recipe? Or is there something to do on consumer side?

I tried version 7.75.0 too, same result. Any hint?

Thanks, Andi

SpaceIm commented 3 years ago

Well, it's your responsibility to add proper and consistent bitcode flags for compiler (in your profile basically). You can't rely on ios cmake toolchain to properly set these flags for non-CMake based libraries. The issue here is that you enable bitcode in your final app through ios cmake toolchain, but cmake toolchain doesn't make sense for non-CMake based libraries. Indeed CCI recipes are designed to propagate standard environment variables, like CFLAGS, CXXFLAGS etc. You can't trust build system specific variables to give you consistent flags in your dependency graph.

So you should add -fembed-bitcode in CFLAGS and CXXFLAGS of your host profile:

[settings]
arch=armv8
build_type=Release
compiler=apple-clang
compiler.version=12.0
compiler.libcxx=libc++
os=iOS
os.version=9.0
[options]
ios-cmake:enable_arc=False
[conf]
[build_requires]
*: ios-cmake/3.1.2
[env]
CFLAGS="-fembed-bitcode"
CXXFLAGS="-fembed-bitcode"

Then it works.

andioz commented 3 years ago

Ah! Thanks @SpaceIm for the explanation, I think I got it now. ios-cmake targets CMake base projects, and it works fine in my case for a lot of packages (opencv etc), but it seems libcurl is one of the first non-CMake project I want to use. Yeah I see, additional environment variables may be required in this case.

I was wondering, I added -o ios-cmake:enable_bitcode=False to the conan create command line by acident, and surprise - it worked. But now I understand, this disables bitcode for the CMake based parts, and for non CMake it is disabled by default, therefore everything matches.

I will check it tomorrow in more details and within my project!

andioz commented 3 years ago

Yes, looks good, thanks!