Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[package] libcurl/8.10.1: openssl 3.0.15 undefined reference #25922

Open
barbacar opened this issue Nov 12, 2024 · 2 comments
Open

[package] libcurl/8.10.1: openssl 3.0.15 undefined reference #25922

barbacar opened this issue Nov 12, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@barbacar
Copy link

barbacar commented Nov 12, 2024

Description

While trying to build libcurl with openssl 3.0.15(3.0.x is the version that will be maintained for the longest time) i m getting an error.

https://github.com/curl/curl/blob/master/lib/vtls/openssl.c#L4294-L4301
what i see is that OPENSSL_VERSION_NUMBER is not properly set.

can you please help me about this?
thank you

Package and Environment Details

  • Package Name/Version: libcurl/8.10.1
  • Operating System+version: Linux Ubuntu 22.04
  • Compiler+version: GCC 11

Steps to reproduce

Just build libcurl 8.10.1 with openssl 3.0.15 via conanfile.txt

Logs

Error
[100%] Linking CXX executable ../../bin/app
/usr/bin/ld: missing --end-group; added as last command line option
/usr/bin/ld: /tmp/.conan/data/libcurl/8.10.1///package/eb62b0453b264b36d119eaa1d1d001a2531663d5/lib/libcurl.a(libcurl_la-openssl.o): in function ossl_connect_step2': /home/conan/workspace/prod-v1/bsr/97928/dcddb/.conan/data/libcurl/8.10.1/_/_/build/eb62b0453b264b36d119eaa1d1d001a2531663d5/src/lib/vtls/openssl.c:4304: undefined reference to SSL_get0_group_name'
collect2: error: ld returned 1 exit status```

</details>
@barbacar barbacar added the bug Something isn't working label Nov 12, 2024
@barbacar barbacar changed the title [package] libcurl/8.10.1: openssl 3.0.15 link issue [package] libcurl/8.10.1: openssl 3.0.15 undefined reference Nov 12, 2024
@jcar87
Copy link
Contributor

jcar87 commented Nov 13, 2024

HI @barbacar - thanks for reporting this.

Could you post the conanfile.txt and the full log for building libcurl, rather than just the error? Thanks!

@AbrilRBS AbrilRBS self-assigned this Nov 15, 2024
@AbrilRBS
Copy link
Member

AbrilRBS commented Nov 15, 2024

I've tried to reproduce this in a few different configurations and I have thus far not been able to trigger this issue.
For example, my Ubuntu compilation runs successfully:

$ conan create . --version=8.10.1

======== Exporting recipe to the cache ========
libcurl/8.10.1: Exporting package recipe: /root/conanrunner/all/conanfile.py
libcurl/8.10.1: exports: File 'conandata.yml' found. Exporting it...
libcurl/8.10.1: Calling export_sources()
libcurl/8.10.1: export_conandata_patches(): No patches defined in conandata
libcurl/8.10.1: Copied 1 '.py' file: conanfile.py
libcurl/8.10.1: Copied 1 '.yml' file: conandata.yml
libcurl/8.10.1: Copied 1 '.am' file: lib_Makefile_add.am
libcurl/8.10.1: Exported to cache folder: /root/.conan2/p/libcu42afb430cae11/e
libcurl/8.10.1: Exported: libcurl/8.10.1#8fb36d876670f921fb3dac3bd164baf7 (2024-11-15 11:05:46 UTC)

======== Input profiles ========
Profile host:
[settings]
arch=armv8
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=11
os=Linux
[options]
with_ssl=openssl
*:shared=True
[replace_requires]
openssl/*: openssl/[>=3.0 <3.1]
[replace_tool_requires]
meson/*: meson/[>=1.0 <2]
[conf]
tools.files.download:verify=False
tools.system.package_manager:mode=install

Profile build:
[settings]
arch=armv8
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=11
os=Linux
[replace_requires]
openssl/*: openssl/[>=3.0 <3.1]
[replace_tool_requires]
meson/*: meson/[>=1.0 <2]
[conf]
tools.files.download:verify=False
tools.system.package_manager:mode=install


======== Computing dependency graph ========
automake/1.16.5: Not found in local cache, looking in remotes...
automake/1.16.5: Checking remote: conancenter
automake/1.16.5: Downloaded recipe revision 058bda3e21c36c9aa8425daf3c1faf50
autoconf/2.71: Not found in local cache, looking in remotes...
autoconf/2.71: Checking remote: conancenter
autoconf/2.71: Downloaded recipe revision f9307992909d7fb3df459340f1932809
gnu-config/cci.20210814: Not found in local cache, looking in remotes...
gnu-config/cci.20210814: Checking remote: conancenter
gnu-config/cci.20210814: Downloaded recipe revision dc430d754f465e8c74463019672fb97b
meson/1.6.0: Not found in local cache, looking in remotes...
meson/1.6.0: Checking remote: conancenter
meson/1.6.0: Downloaded recipe revision df190c5b0592572e6f5a1b05999e7e6d
Graph root
    cli
Requirements
    libcurl/8.10.1#8fb36d876670f921fb3dac3bd164baf7 - Cache
    openssl/3.0.15#05e3fb00d6d340c1c241a7347f0a9ec9 - Cache
    zlib/1.3.1#f52e03ae3d251dec704634230cd806a2 - Cache
Build requirements
    autoconf/2.71#f9307992909d7fb3df459340f1932809 - Downloaded (conancenter)
    automake/1.16.5#058bda3e21c36c9aa8425daf3c1faf50 - Downloaded (conancenter)
    gnu-config/cci.20210814#dc430d754f465e8c74463019672fb97b - Downloaded (conancenter)
    libtool/2.4.7#08316dad5c72c541ed21e039e4cf217b - Cache
    m4/1.4.19#b38ced39a01e31fef5435bc634461fd2 - Cache
    meson/1.6.0#df190c5b0592572e6f5a1b05999e7e6d - Downloaded (conancenter)
    ninja/1.12.1#fd583651bf0c6a901943495d49878803 - Cache
    pkgconf/2.1.0#27f44583701117b571307cf5b5fe5605 - Cache
Replaced requires
    openssl/[>=1.1 <4]: openssl/[>=3.0 <3.1]
    meson/1.2.2: meson/[>=1.0 <2]
Resolved version ranges
    meson/[>=1.0 <2]: meson/1.6.0
    ninja/[>=1.10.2 <2]: ninja/1.12.1
    openssl/[>=3.0 <3.1]: openssl/3.0.15
    zlib/[>=1.2.11 <2]: zlib/1.3.1

======== Computing necessary packages ========
Requirements
    libcurl/8.10.1#8fb36d876670f921fb3dac3bd164baf7:1ab7a7a682f835de2a2122b8dbf00eaba77e3c51 - Build
    openssl/3.0.15#05e3fb00d6d340c1c241a7347f0a9ec9:28fca228f3c152659c34ae2fcf5caa95ff0b9fb2 - Build
    zlib/1.3.1#f52e03ae3d251dec704634230cd806a2:9ca935e275f8163bfe39bdba58089b51be96e3b9 - Build
Build requirements
    autoconf/2.71#f9307992909d7fb3df459340f1932809:da39a3ee5e6b4b0d3255bfef95601890afd80709#5b77f70c17ad1741f5845d4e468a347e - Download (conancenter)
    automake/1.16.5#058bda3e21c36c9aa8425daf3c1faf50:9a4eb3c8701508aa9458b1a73d0633783ecc2270#9719e51a6a62041af6a63e00eef35434 - Download (conancenter)
    libtool/2.4.7#08316dad5c72c541ed21e039e4cf217b:31ae95bed32b612c7c18c2732aec878920f35b7f#382e87e7c24090c36d0af94ba67aa720 - Cache
    m4/1.4.19#b38ced39a01e31fef5435bc634461fd2:85c999356992c5713d308db1a4d7bab6bf572f27#27d992bfbd800e8c5bd1ad32fde4aa93 - Cache
    pkgconf/2.1.0#27f44583701117b571307cf5b5fe5605:a93744abf7ebe27c68ffd5c57b1f7f21ff754b90#c299fdb9972b793016d0724978bb64ab - Cache
Skipped binaries
    gnu-config/cci.20210814, meson/1.6.0, ninja/1.12.1


....

-------- Installing package libcurl/8.10.1 (8 of 8) --------
    libcurl/8.10.1: Building from source
    libcurl/8.10.1: Package libcurl/8.10.1:1ab7a7a682f835de2a2122b8dbf00eaba77e3c51
    libcurl/8.10.1: Copying sources to build folder
    libcurl/8.10.1: Building your package in /root/.conan2/p/b/libcu801867deb431e/b
    libcurl/8.10.1: Calling generate()
    libcurl/8.10.1: Generators folder: /root/.conan2/p/b/libcu801867deb431e/b/build-release/conan
    libcurl/8.10.1: Generating aggregated env files
    libcurl/8.10.1: Generated aggregated env files: ['conanbuild.sh']
    libcurl/8.10.1: Calling build()
    libcurl/8.10.1: apply_conandata_patches(): No patches defined in conandata
    libcurl/8.10.1: RUN: autoreconf --force --install
    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.
    configure.ac:125: installing './compile'
    configure.ac:131: installing './missing'
    docs/examples/Makefile.am: installing './depcomp'
    libcurl/8.10.1: RUN: "/root/.conan2/p/b/libcu801867deb431e/b/src/configure" --enable-shared --disable-static --prefix=/ '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' --with-libidn2=no --with-librtmp=no --with-libpsl=no --with-libgsasl=no --with-schannel=no --with-secure-transport=no --with-brotli=no --enable-shared=yes --enable-static=no --enable-dict=yes --enable-file=yes --enable-ftp=yes --enable-gopher=yes --enable-http=yes --enable-imap=yes --enable-ldap=no --enable-mqtt=yes --enable-pop3=yes --enable-rtsp=yes --enable-smb=yes --enable-smtp=yes --enable-telnet=yes --enable-tftp=yes --enable-debug=no --enable-ares=no --enable-threaded-resolver=yes --enable-cookies=yes --enable-ipv6=yes --enable-manual=no --enable-verbose=yes --enable-symbol-hiding=no --enable-unix-sockets=yes --with-zstd=no --with-openssl=/root/.conan2/p/b/opens38c1d3384b8f3/p --without-wolfssl --without-mbedtls --without-libssh2 --without-nghttp2 --with-zlib=/root/.conan2/p/b/zlib7ff06833ff4f7/p --with-ca-fallback=no --disable-docs 
    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...
    no
    checking whether to enable c-ares for DNS lookups...
    no
    checking whether to disable dependency on -lrt... (assumed no)
    checking whether to enable HTTPSRR support... 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 that grep -E works...
    yes
    checking for ar... /usr/bin/ar
    checking for a BSD-compatible install...
    /usr/bin/install -c
    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...
    no
    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 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 stdatomic.h...
    yes
    checking if _Atomic is available...
    yes
    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 a race-free mkdir -p...
    /usr/bin/mkdir -p
    checking for gawk...
    no
    checking for mawk...
    mawk
    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... 8.10.1
    checking for httpd... no
    checking for apache2... no
    checking for apachectl... no
    checking for apxs... no
    configure: httpd/apache2 not in PATH, http tests disabled
    configure: apxs not in PATH, http tests disabled
    checking for nghttpx... no
    checking for caddy... /usr/bin/caddy
    checking build system type...
    aarch64-unknown-linux-gnu
    checking host system type... aarch64-unknown-linux-gnu
    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...
    /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld...
    yes
    checking for BSD- or MS-compatible name lister (nm)...
    /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface...
    BSD nm
    checking whether ln -s works...
    yes
    checking the maximum length of command line arguments...
    1572864
    checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
    checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for file... no
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for archiver @FILE support...
    @
    checking for strip...
    strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object...
    ok
    checking for sysroot...
    no
    checking for a working dd...
    /usr/bin/dd
    checking how to truncate binary pipes...
    /usr/bin/dd bs=4096 count=1
    checking for mt...
    no
    checking if : is a manifest tool...
    no
    checking for dlfcn.h...
    yes
    checking for objdir...
    .libs
    checking if gcc supports -fno-rtti -fno-exceptions...
    no
    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 (/usr/bin/ld) supports shared libraries...
    yes
    checking whether -lc should be explicitly linked in...
    no
    checking dynamic linker characteristics...
    GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible...
    yes
    checking if libtool supports shared libraries...
    yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking whether to build shared libraries with -version-info... yes
    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... yes
    checking whether to build static libraries only... no
    checking for windres...
    no
    checking if cpp -P is needed...
    yes
    checking if cpp -P works...
    yes
    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...
    no
    checking if compiler is GNU C...
    yes
    checking compiler version...
    gcc '1100' (raw: '11')
    checking if compiler is SunPro C...
    no
    checking if compiler is Tiny C...
    no
    checking whether build target is a native Windows one...
    no
    checking if compiler accepts some basic options...
    yes
    configure: compiler options added: -Werror-implicit-function-declaration
    checking if compiler optimizer assumed setting might be used...
    no
    checking if compiler accepts strict warning options...
    yes
    configure: compiler options added: -Wno-system-headers
    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 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 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... yes
    checking whether to provide built-in manual... no
    checking whether to build documentation... no
    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 whether build target is a native Windows one... (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 if monotonic clock_gettime works...
    yes
    checking for sys/types.h... (cached) yes
    checking for sys/time.h... (cached) yes
    checking for raw monotonic clock_gettime...
    yes
    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...
    yes
    checking if GSS-API support is requested... no
    checking whether to enable Windows native SSL/TLS... no
    checking whether to enable Secure Transport... no
    checking whether to enable Amiga native SSL/TLS (AmiSSL v5)... no
    checking for HMAC_Update in -lcrypto...
    yes
    checking for SSL_connect in -lssl...
    yes
    checking for openssl/x509.h...
    yes
    checking for openssl/rsa.h...
    yes
    checking for openssl/crypto.h...
    yes
    checking for openssl/pem.h...
    yes
    checking for openssl/ssl.h...
    yes
    checking for openssl/err.h...
    yes
    checking for BoringSSL...
    no
    checking for AWS-LC...
    no
    checking for LibreSSL...
    no
    checking for OpenSSL >= v3...
    yes
    checking for SSL_set_quic_use_legacy_codepoint...
    no
    configure: OpenSSL version does not speak QUIC API
    configure: Added /root/.conan2/p/b/opens38c1d3384b8f3/p/lib to CURL_LIBRARY_PATH
    checking for SRP support in OpenSSL...
    yes
    checking for QUIC support and OpenSSL >= 3.3...
    no
    configure: built with one SSL backend
    checking default CA cert bundle/path...
    configure: want unset ca /etc/ssl/certs/ca-certificates.crt
    /etc/ssl/certs/ca-certificates.crt
    /etc/ssl/certs (capath)
    checking whether to use built-in CA store of SSL library... no
    checking CA cert bundle path to embed... no
    checking whether versioned symbols are wanted...
    no
    checking whether to build with libidn2...
    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 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...
    yes
    checking for netinet/tcp.h...
    yes
    checking for netinet/udp.h...
    yes
    checking for netdb.h...
    yes
    checking for sys/sockio.h...
    no
    checking for sys/stat.h... (cached) yes
    checking for sys/param.h...
    yes
    checking for termios.h...
    yes
    checking for termio.h...
    yes
    checking for fcntl.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 stdbool.h...
    yes
    checking for sys/filio.h...
    no
    checking for sys/wait.h...
    yes
    checking for sys/eventfd.h...
    yes
    checking for setjmp.h...
    yes
    checking for an ANSI C-conforming const...
    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 run-time libs availability...
    fine
    checking size of size_t...
    8
    checking size of long...
    8
    checking size of int...
    4
    checking size of time_t...
    8
    checking size of off_t...
    8
    checking size of curl_off_t...
    8
    checking size of curl_socket_t...
    4
    checking for long long...
    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 in_addr_t...
    yes
    checking for struct sockaddr_storage...
    yes
    checking for sys/select.h... (cached) yes
    checking for sys/socket.h... (cached)
    yes
    checking for select...
    yes
    checking for sys/types.h... (cached) yes
    checking for sys/socket.h... (cached) yes
    checking for recv...
    yes
    checking for sys/types.h... (cached) yes
    checking for sys/socket.h... (cached) yes
    checking for send...
    yes
    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 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 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 whether build target is a native Windows one... (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....
    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 if getaddrinfo can be linked...
    yes
    checking if getaddrinfo is prototyped...
    yes
    checking if getaddrinfo is compilable...
    yes
    checking if getaddrinfo seems to work...
    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...
    yes
    checking if gethostbyname_r is prototyped...
    yes
    checking if gethostbyname_r takes 3 args....
    no
    checking if gethostbyname_r takes 5 args....
    no
    checking if gethostbyname_r takes 6 args....
    yes
    checking if gethostbyname_r is compilable... yes
    checking if gethostbyname_r usage allowed... yes
    checking if gethostbyname_r might be used...
    yes
    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 seems to work...
    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 seems to work...
    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 seems to work...
    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 seems to work...
    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 memrchr can be linked...
    yes
    checking if memrchr is prototyped...
    no
    checking if memrchr might be used...
    no
    checking for sys/types.h... (cached) yes
    checking for poll.h... (cached) yes
    checking for sys/poll.h... (cached) yes
    checking if poll can be linked...
    yes
    checking if poll is prototyped...
    yes
    checking if poll is compilable...
    yes
    checking if poll seems to work...
    yes
    checking if poll usage allowed... yes
    checking if poll might be used... yes
    checking for sys/types.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 if sigsetjmp can be linked...
    no
    checking if sigsetjmp seems a macro...
    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 seems to work...
    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 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 gcc options needed to detect all undeclared functions...
    none needed
    checking whether getpwuid_r is declared...
    yes
    checking for _fseeki64...
    no
    checking for arc4random...
    no
    checking for eventfd...
    yes
    checking for fnmatch...
    yes
    checking for geteuid...
    yes
    checking for getpass_r...
    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...
    no
    checking for pipe...
    yes
    checking for sched_yield...
    yes
    checking for sendmsg...
    yes
    checking for setlocale...
    yes
    checking for setmode...
    no
    checking for setrlimit...
    yes
    checking for snprintf...
    yes
    checking for utime...
    yes
    checking for utimes...
    yes
    checking for fseeko...
    yes
    checking whether fseeko is declared...
    yes
    checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
    checking whether to enable the threaded resolver... yes
    checking whether to link macOS CoreFoundation, CoreServices, and SystemConfiguration frameworks... no
    checking whether to use POSIX threads for threaded resolver...
    auto
    checking for pthread.h...
    yes
    checking for pthread_create...
    yes
    checking for dirent.h...
    yes
    checking for opendir...
    yes
    checking convert -I options to -isystem... yes
    checking whether to enable verbose strings... yes
    checking whether to enable SSPI support (Windows native builds only)...
    no
    checking whether to enable basic authentication method... yes
    checking whether to enable bearer authentication method... yes
    checking whether to enable digest authentication method... yes
    checking whether to enable kerberos authentication method...
    yes
    checking whether to enable negotiate authentication method... yes
    checking whether to enable aws sig methods... yes
    checking whether to support NTLM... yes
    checking whether to enable TLS-SRP authentication... yes
    checking whether to enable Unix domain sockets...
    yes
    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 binding connections locally... yes
    checking whether to support the form 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 the SHA-512/256 hash algorithm... yes
    checking whether to support DNS shuffling... yes
    checking whether to support curl_easy_option*... yes
    checking whether to support alt-svc... yes
    checking whether to support headers-api... yes
    checking whether to support HSTS... yes
    checking for SSL_set0_wbio...
    yes
    checking whether to support WebSockets... no
    checking whether hiding of library internal symbols will actually happen... no
    checking if this build supports HTTPS-proxy... 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/config
    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 tests/http/config.ini
    config.status: creating tests/http/Makefile
    config.status: creating tests/http/clients/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: Configured to build curl/libcurl:
    
      Host setup:       aarch64-unknown-linux-gnu
      Install prefix:   /
      Compiler:         gcc
       CFLAGS:          -O3 -Werror-implicit-function-declaration -Wno-system-headers
       CFLAGS extras:   
       CPPFLAGS:        -DNDEBUG -isystem /root/.conan2/p/b/opens38c1d3384b8f3/p/include -isystem /root/.conan2/p/b/zlib7ff06833ff4f7/p/include -isystem /root/.conan2/p/b/zlib7ff06833ff4f7/p/include -isystem /root/.conan2/p/b/opens38c1d3384b8f3/p/include
       LDFLAGS:         -L/root/.conan2/p/b/opens38c1d3384b8f3/p/lib -L/root/.conan2/p/b/zlib7ff06833ff4f7/p/lib -L/root/.conan2/p/b/zlib7ff06833ff4f7/p/lib -L/root/.conan2/p/b/opens38c1d3384b8f3/p/lib
       LIBS:            -lssl -lcrypto -lz -lssl -lcrypto -lz -ldl -lpthread -lrt
    
      curl version:     8.10.1
      SSL:              enabled (OpenSSL v3+)
      SSH:              no      (--with-{libssh,libssh2})
      zlib:             enabled
      brotli:           no      (--with-brotli)
      zstd:             no      (--with-zstd)
      GSS-API:          no      (--with-gssapi)
      GSASL:            no      (--with-gsasl)
      TLS-SRP:          enabled
      resolver:         POSIX threaded
      IPv6:             enabled
      Unix sockets:     enabled
      IDN:              no      (--with-{libidn2,winidn})
      Build docs:       no
      Build libcurl:    Shared=yes, Static=no
      Built-in manual:  no      (--enable-manual)
      --libcurl option: enabled (--disable-libcurl-option)
      Verbose errors:   enabled (--disable-verbose)
      Code coverage:    disabled
      SSPI:             no      (--enable-sspi)
      ca cert bundle:   /etc/ssl/certs/ca-certificates.crt
      ca cert path:     /etc/ssl/certs
      ca fallback:      no
      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)
      Headers API:      enabled (--disable-headers-api)
      HSTS:             enabled (--disable-hsts)
      HTTP1:            enabled (internal)
      HTTP2:            no      (--with-nghttp2)
      HTTP3:            no      (--with-ngtcp2 --with-nghttp3, --with-quiche, --with-openssl-quic, --with-msh3)
      ECH:              no      (--enable-ech)
      WebSockets:       no      (--enable-websockets)
      Protocols:        dict file ftp ftps gopher gophers http https imap imaps ipfs ipns mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
      Features:         alt-svc AsynchDNS HSTS HTTPS-proxy IPv6 Largefile libz NTLM SSL threadsafe TLS-SRP UnixSockets
    configure: WARNING: secure-transport is enabled for TLS but it does not support TLS 1.3
    libcurl/8.10.1: RUN: make -j2
    Making all in lib
    make[1]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/lib'
    make  all-am
    make[2]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/lib'
    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-bufq.lo
    CC       libcurl_la-bufref.lo
    CC       libcurl_la-c-hyper.lo
    CC       libcurl_la-cf-h1-proxy.lo
    CC       libcurl_la-cf-h2-proxy.lo
    CC       libcurl_la-cf-haproxy.lo
    CC       libcurl_la-cf-https-connect.lo
    CC       libcurl_la-cf-socket.lo
    CC       libcurl_la-cfilters.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_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_path.lo
    CC       libcurl_la-curl_range.lo
    CC       libcurl_la-curl_rtmp.lo
    CC       libcurl_la-curl_sasl.lo
    CC       libcurl_la-curl_sha512_256.lo
    CC       libcurl_la-curl_sspi.lo
    CC       libcurl_la-curl_threads.lo
    CC       libcurl_la-curl_trc.lo
    CC       libcurl_la-cw-out.lo
    CC       libcurl_la-dict.lo
    CC       libcurl_la-dllmain.lo
    CC       libcurl_la-doh.lo
    CC       libcurl_la-dynbuf.lo
    CC       libcurl_la-dynhds.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-fopen.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-headers.lo
    CC       libcurl_la-hmac.lo
    CC       libcurl_la-hostasyn.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-http1.lo
    CC       libcurl_la-http2.lo
    CC       libcurl_la-http_aws_sigv4.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-idn.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-macos.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-nonblock.lo
    CC       libcurl_la-noproxy.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-request.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-timediff.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-ws.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-cipher_suite.lo
    CC       vtls/libcurl_la-gtls.lo
    CC       vtls/libcurl_la-hostcheck.lo
    CC       vtls/libcurl_la-keylog.lo
    CC       vtls/libcurl_la-mbedtls.lo
    CC       vtls/libcurl_la-mbedtls_threadlock.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       vtls/libcurl_la-x509asn1.lo
    CC       vquic/libcurl_la-curl_msh3.lo
    CC       vquic/libcurl_la-curl_ngtcp2.lo
    CC       vquic/libcurl_la-curl_osslq.lo
    CC       vquic/libcurl_la-curl_quiche.lo
    CC       vquic/libcurl_la-vquic.lo
    CC       vquic/libcurl_la-vquic-tls.lo
    CC       vssh/libcurl_la-libssh.lo
    CC       vssh/libcurl_la-libssh2.lo
    CC       vssh/libcurl_la-wolfssh.lo
    CCLD     libcurl.la
    make[2]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/lib'
    make[1]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/lib'
    make[1]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release'
    make[1]: Nothing to be done for 'all-am'.
    make[1]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release'
    libcurl/8.10.1: Package '1ab7a7a682f835de2a2122b8dbf00eaba77e3c51' built
    libcurl/8.10.1: Build folder /root/.conan2/p/b/libcu801867deb431e/b/build-release
    libcurl/8.10.1: Generating the package
    libcurl/8.10.1: Packaging in folder /root/.conan2/p/b/libcu801867deb431e/p
    libcurl/8.10.1: Calling package()
    libcurl/8.10.1: RUN: make install DESTDIR=/root/.conan2/p/b/libcu801867deb431e/p -j2
    Making install in lib
    make[1]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/lib'
    make[2]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/lib'
    make[2]: Nothing to be done for 'install-data-am'.
     /usr/bin/mkdir -p '/root/.conan2/p/b/libcu801867deb431e/p//lib'
    /bin/bash ../libtool   --mode=install /usr/bin/install -c   libcurl.la '/root/.conan2/p/b/libcu801867deb431e/p//lib'
    libtool: install: /usr/bin/install -c .libs/libcurl.so.4.8.0 /root/.conan2/p/b/libcu801867deb431e/p//lib/libcurl.so.4.8.0
    libtool: install: (cd /root/.conan2/p/b/libcu801867deb431e/p//lib && { ln -s -f libcurl.so.4.8.0 libcurl.so.4 || { rm -f libcurl.so.4 && ln -s libcurl.so.4.8.0 libcurl.so.4; }; })
    libtool: install: (cd /root/.conan2/p/b/libcu801867deb431e/p//lib && { ln -s -f libcurl.so.4.8.0 libcurl.so || { rm -f libcurl.so && ln -s libcurl.so.4.8.0 libcurl.so; }; })
    libtool: install: /usr/bin/install -c .libs/libcurl.lai /root/.conan2/p/b/libcu801867deb431e/p//lib/libcurl.la
    libtool: warning: remember to run 'libtool --finish //lib'
    make[2]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/lib'
    make[1]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/lib'
    make[1]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release'
    make[2]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release'
    /usr/bin/mkdir -p '/root/.conan2/p/b/libcu801867deb431e/p//bin'
    /usr/bin/mkdir -p '/root/.conan2/p/b/libcu801867deb431e/p//lib/pkgconfig'
    /usr/bin/install -c -m 644 libcurl.pc '/root/.conan2/p/b/libcu801867deb431e/p//lib/pkgconfig'
     /usr/bin/install -c curl-config '/root/.conan2/p/b/libcu801867deb431e/p//bin'
    make  install-data-hook
    make[3]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release'
    (cd include && make install)
    make[4]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/include'
    Making install in curl
    make[5]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/include/curl'
    make[6]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/include/curl'
    make[6]: Nothing to be done for 'install-exec-am'.
    /usr/bin/mkdir -p '/root/.conan2/p/b/libcu801867deb431e/p//include/curl'
    /usr/bin/install -c -m 644 /root/.conan2/p/b/libcu801867deb431e/b/src/include/curl/curl.h /root/.conan2/p/b/libcu801867deb431e/b/src/include/curl/curlver.h /root/.conan2/p/b/libcu801867deb431e/b/src/include/curl/easy.h /root/.conan2/p/b/libcu801867deb431e/b/src/include/curl/mprintf.h /root/.conan2/p/b/libcu801867deb431e/b/src/include/curl/stdcheaders.h /root/.conan2/p/b/libcu801867deb431e/b/src/include/curl/multi.h /root/.conan2/p/b/libcu801867deb431e/b/src/include/curl/typecheck-gcc.h /root/.conan2/p/b/libcu801867deb431e/b/src/include/curl/system.h /root/.conan2/p/b/libcu801867deb431e/b/src/include/curl/urlapi.h /root/.conan2/p/b/libcu801867deb431e/b/src/include/curl/options.h /root/.conan2/p/b/libcu801867deb431e/b/src/include/curl/header.h /root/.conan2/p/b/libcu801867deb431e/b/src/include/curl/websockets.h '/root/.conan2/p/b/libcu801867deb431e/p//include/curl'
    make[6]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/include/curl'
    make[5]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/include/curl'
    make[5]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/include'
    make[6]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/include'
    make[6]: Nothing to be done for 'install-exec-am'.
    make[6]: Nothing to be done for 'install-data-am'.
    make[6]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/include'
    make[5]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/include'
    make[4]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/include'
    (cd docs && make install)
    make[4]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs'
    Making install in .
    make[5]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs'
    make[6]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs'
    make[6]: Nothing to be done for 'install-exec-am'.
    make[6]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs'
    make[5]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs'
    Making install in cmdline-opts
    make[5]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs/cmdline-opts'
    make[6]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs/cmdline-opts'
    make[6]: Nothing to be done for 'install-exec-am'.
    make[6]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs/cmdline-opts'
    make[5]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs/cmdline-opts'
    Making install in libcurl
    make[5]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs/libcurl'
    Making install in opts
    make[6]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs/libcurl/opts'
    make[7]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs/libcurl/opts'
    make[7]: Nothing to be done for 'install-exec-am'.
    make[7]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs/libcurl/opts'
    make[6]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs/libcurl/opts'
    make[6]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs/libcurl'
    make[7]: Entering directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs/libcurl'
    make[7]: Nothing to be done for 'install-exec-am'.
    /usr/bin/mkdir -p '/root/.conan2/p/b/libcu801867deb431e/p//share/aclocal'
    /usr/bin/install -c -m 644 /root/.conan2/p/b/libcu801867deb431e/b/src/docs/libcurl/libcurl.m4 '/root/.conan2/p/b/libcu801867deb431e/p//share/aclocal'
    make[7]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs/libcurl'
    make[6]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs/libcurl'
    make[5]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs/libcurl'
    make[4]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release/docs'
    make[3]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release'
    make[2]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release'
    make[1]: Leaving directory '/root/.conan2/p/b/libcu801867deb431e/b/build-release'
    
    libcurl/8.10.1: package(): Packaged 2 files: curl-config, COPYING
    libcurl/8.10.1: package(): Packaged 1 '.4' file: libcurl.so.4
    libcurl/8.10.1: package(): Packaged 1 '.so' file: libcurl.so
    libcurl/8.10.1: package(): Packaged 1 '.0' file: libcurl.so.4.8.0
    libcurl/8.10.1: package(): Packaged 12 '.h' files
    libcurl/8.10.1: package(): Packaged 1 '.pem' file: cacert.pem
    libcurl/8.10.1: Created package revision 43460922a9a83a3c6bff6f8b99963bd3
    libcurl/8.10.1: Package '1ab7a7a682f835de2a2122b8dbf00eaba77e3c51' created
    libcurl/8.10.1: Full package reference: libcurl/8.10.1#8fb36d876670f921fb3dac3bd164baf7:1ab7a7a682f835de2a2122b8dbf00eaba77e3c51#43460922a9a83a3c6bff6f8b99963bd3
    libcurl/8.10.1: Package folder /root/.conan2/p/b/libcu801867deb431e/p
    WARN: deprecated: Usage of deprecated Conan 1.X features that will be removed in Conan 2.X:
    WARN: deprecated:     'env_info' used in: automake/1.16.5, m4/1.4.19, pkgconf/2.1.0, autoconf/2.71, openssl/3.0.15, libtool/2.4.7
    WARN: deprecated:     'cpp_info.names' used in: zlib/1.3.1, libcurl/8.10.1, openssl/3.0.15
    WARN: deprecated:     'cpp_info.build_modules' used in: openssl/3.0.15
    WARN: deprecated:     'user_info' used in: automake/1.16.5
    
    ======== Launching test_package ========
    
    ======== Computing dependency graph ========
    Graph root
        libcurl/8.10.1 (test package): /root/conanrunner/all/test_package/conanfile.py
    Requirements
        libcurl/8.10.1#8fb36d876670f921fb3dac3bd164baf7 - Cache
        openssl/3.0.15#05e3fb00d6d340c1c241a7347f0a9ec9 - Cache
        zlib/1.3.1#f52e03ae3d251dec704634230cd806a2 - Cache
    Build requirements
        autoconf/2.71#f9307992909d7fb3df459340f1932809 - Cache
        automake/1.16.5#058bda3e21c36c9aa8425daf3c1faf50 - Cache
        gnu-config/cci.20210814#dc430d754f465e8c74463019672fb97b - Cache
        libtool/2.4.7#08316dad5c72c541ed21e039e4cf217b - Cache
        m4/1.4.19#b38ced39a01e31fef5435bc634461fd2 - Cache
        meson/1.6.0#df190c5b0592572e6f5a1b05999e7e6d - Cache
        ninja/1.12.1#fd583651bf0c6a901943495d49878803 - Cache
        pkgconf/2.1.0#27f44583701117b571307cf5b5fe5605 - Cache
    Replaced requires
        openssl/[>=1.1 <4]: openssl/[>=3.0 <3.1]
        meson/1.2.2: meson/[>=1.0 <2]
    
    ======== Computing necessary packages ========
    Requirements
        libcurl/8.10.1#8fb36d876670f921fb3dac3bd164baf7:1ab7a7a682f835de2a2122b8dbf00eaba77e3c51#43460922a9a83a3c6bff6f8b99963bd3 - Cache
        openssl/3.0.15#05e3fb00d6d340c1c241a7347f0a9ec9:28fca228f3c152659c34ae2fcf5caa95ff0b9fb2#fdd625a22180d3ae0226779bc617e229 - Cache
        zlib/1.3.1#f52e03ae3d251dec704634230cd806a2:9ca935e275f8163bfe39bdba58089b51be96e3b9#993ba7a01eadde7b8d1e3ecba3aeac18 - Cache
    Build requirements
    Skipped binaries
        autoconf/2.71, automake/1.16.5, gnu-config/cci.20210814, libtool/2.4.7, m4/1.4.19, meson/1.6.0, ninja/1.12.1, pkgconf/2.1.0
    
    ======== Installing packages ========
    zlib/1.3.1: Already installed! (1 of 3)
    openssl/3.0.15: Already installed! (2 of 3)
    libcurl/8.10.1: Already installed! (3 of 3)
    WARN: deprecated: Usage of deprecated Conan 1.X features that will be removed in Conan 2.X:
    WARN: deprecated:     'cpp_info.names' used in: zlib/1.3.1, libcurl/8.10.1, openssl/3.0.15
    WARN: deprecated:     'cpp_info.build_modules' used in: openssl/3.0.15
    WARN: deprecated:     'env_info' used in: openssl/3.0.15
    
    ======== Testing the package ========
    Removing previously existing 'test_package' build folder: /root/conanrunner/all/test_package/build/gcc-11-armv8-gnu17-release
    libcurl/8.10.1 (test package): Test package build: build/gcc-11-armv8-gnu17-release
    libcurl/8.10.1 (test package): Test package build folder: /root/conanrunner/all/test_package/build/gcc-11-armv8-gnu17-release
    libcurl/8.10.1 (test package): Writing generators to /root/conanrunner/all/test_package/build/gcc-11-armv8-gnu17-release/generators
    libcurl/8.10.1 (test package): Generator 'CMakeDeps' calling 'generate()'
    libcurl/8.10.1 (test package): CMakeDeps necessary find_package() and targets for your CMakeLists.txt
        find_package(CURL)
        target_link_libraries(... CURL::libcurl)
    libcurl/8.10.1 (test package): Generator 'CMakeToolchain' calling 'generate()'
    libcurl/8.10.1 (test package): CMakeToolchain generated: conan_toolchain.cmake
    libcurl/8.10.1 (test package): CMakeToolchain generated: /root/conanrunner/all/test_package/build/gcc-11-armv8-gnu17-release/generators/CMakePresets.json
    libcurl/8.10.1 (test package): CMakeToolchain generated: /root/conanrunner/all/test_package/CMakeUserPresets.json
    libcurl/8.10.1 (test package): Generator 'VirtualRunEnv' calling 'generate()'
    libcurl/8.10.1 (test package): Generating aggregated env files
    libcurl/8.10.1 (test package): Generated aggregated env files: ['conanrun.sh', 'conanbuild.sh']
    
    ======== Testing the package: Building ========
    libcurl/8.10.1 (test package): Calling build()
    libcurl/8.10.1 (test package): Running CMake.configure()
    libcurl/8.10.1 (test package): RUN: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/root/conanrunner/all/test_package" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/root/conanrunner/all/test_package"
    -- Using Conan toolchain: /root/conanrunner/all/test_package/build/gcc-11-armv8-gnu17-release/generators/conan_toolchain.cmake
    -- Conan toolchain: C++ Standard 17 with extensions ON
    -- The C compiler identification is GNU 11.4.0
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working C compiler: /usr/bin/cc - skipped
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Conan: Component target declared 'CURL::libcurl'
    -- Conan: Component target declared 'OpenSSL::Crypto'
    -- Conan: Component target declared 'OpenSSL::SSL'
    -- Conan: Target declared 'openssl::openssl'
    -- Conan: Target declared 'ZLIB::ZLIB'
    -- Conan: Including build module from '/root/.conan2/p/b/opens38c1d3384b8f3/p/lib/cmake/conan-official-openssl-variables.cmake'
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /root/conanrunner/all/test_package/build/gcc-11-armv8-gnu17-release
    
    libcurl/8.10.1 (test package): Running CMake.build()
    libcurl/8.10.1 (test package): RUN: cmake --build "/root/conanrunner/all/test_package/build/gcc-11-armv8-gnu17-release" -- -j2
    gmake: Warning: File 'Makefile' has modification time 0.48 s in the future
    gmake[1]: Warning: File 'CMakeFiles/Makefile2' has modification time 0.47 s in the future
    gmake[2]: Warning: File 'CMakeFiles/test_package.dir/flags.make' has modification time 0.46 s in the future
    gmake[2]: warning:  Clock skew detected.  Your build may be incomplete.
    gmake[2]: Warning: File 'CMakeFiles/test_package.dir/flags.make' has modification time 0.45 s in the future
    [ 50%] Building C object CMakeFiles/test_package.dir/test_package.c.o
    [100%] Linking C executable test_package
    gmake[2]: warning:  Clock skew detected.  Your build may be incomplete.
    [100%] Built target test_package
    gmake[1]: warning:  Clock skew detected.  Your build may be incomplete.
    gmake: warning:  Clock skew detected.  Your build may be incomplete.
    
    
    ======== Testing the package: Executing test ========
    libcurl/8.10.1 (test package): Running test()
    libcurl/8.10.1 (test package): RUN: ./test_package
    protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp 
    version: 8.10.1
    ssl version: OpenSSL/3.0.15
    features: 1361592989
    Succeed
    
    ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
    | Running in container: "conan cache save --list=pkglist.json --file "/root/conanrunner/all"/.conanrunner/docker_cache_save.tgz" |
    └────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
    
    Saving libcurl/8.10.1: libcu42afb430cae11
    Saving libcurl/8.10.1:1ab7a7a682f835de2a2122b8dbf00eaba77e3c51: b/libcu801867deb431e/p
    Saving libcurl/8.10.1:1ab7a7a682f835de2a2122b8dbf00eaba77e3c51 metadata: b/libcu801867deb431e/d/metadata
    Saving openssl/3.0.15: opens6534b86e4d416
    Saving openssl/3.0.15:28fca228f3c152659c34ae2fcf5caa95ff0b9fb2: b/opens38c1d3384b8f3/p
    Saving openssl/3.0.15:28fca228f3c152659c34ae2fcf5caa95ff0b9fb2 metadata: b/opens38c1d3384b8f3/d/metadata
    Saving zlib/1.3.1: zlib41bd3946e7341
    Saving zlib/1.3.1:9ca935e275f8163bfe39bdba58089b51be96e3b9: b/zlib7ff06833ff4f7/p
    Saving zlib/1.3.1:9ca935e275f8163bfe39bdba58089b51be96e3b9 metadata: b/zlib7ff06833ff4f7/d/metadata
    Local Cache
      libcurl
        libcurl/8.10.1
          revisions
            8fb36d876670f921fb3dac3bd164baf7 (2024-11-15 11:05:46 UTC)
              packages
                1ab7a7a682f835de2a2122b8dbf00eaba77e3c51
                  revisions
                    43460922a9a83a3c6bff6f8b99963bd3
                      package_folder: b/libcu801867deb431e/p
                      metadata_folder: b/libcu801867deb431e/d/metadata
                  info
                    settings
                      os: Linux
                      arch: armv8
                      compiler: gcc
                      compiler.version: 11
                      build_type: Release
                    options
                      shared: True
                      with_brotli: False
                      with_c_ares: False
                      with_ca_bundle: auto
                      with_ca_fallback: False
                      with_ca_path: auto
                      with_cookies: True
                      with_crypto_auth: True
                      with_dict: True
                      with_docs: False
                      with_file: True
                      with_ftp: True
                      with_gopher: True
                      with_http: True
                      with_imap: True
                      with_ipv6: True
                      with_largemaxwritesize: False
                      with_ldap: False
                      with_libgsasl: False
                      with_libidn: False
                      with_libpsl: False
                      with_librtmp: False
                      with_libssh2: False
                      with_misc_docs: False
                      with_mqtt: True
                      with_nghttp2: False
                      with_ntlm: True
                      with_ntlm_wb: True
                      with_pop3: True
                      with_proxy: True
                      with_rtsp: True
                      with_smb: True
                      with_smtp: True
                      with_ssl: openssl
                      with_symbol_hiding: False
                      with_telnet: True
                      with_tftp: True
                      with_threaded_resolver: True
                      with_unix_sockets: True
                      with_verbose_debug: True
                      with_verbose_strings: True
                      with_zlib: True
                      with_zstd: False
                    requires
                      openssl/3.0.Z
                      zlib/1.3.Z
              recipe_folder: libcu42afb430cae11
      openssl
        openssl/3.0.15
          revisions
            05e3fb00d6d340c1c241a7347f0a9ec9 (2024-11-15 11:05:45 UTC)
              packages
                28fca228f3c152659c34ae2fcf5caa95ff0b9fb2
                  revisions
                    fdd625a22180d3ae0226779bc617e229
                      package_folder: b/opens38c1d3384b8f3/p
                      metadata_folder: b/opens38c1d3384b8f3/d/metadata
                  info
                    settings
                      os: Linux
                      arch: armv8
                      compiler: gcc
                      compiler.version: 11
                      build_type: Release
    0m
                    options
                      386: False
                      enable_trace: False
                      enable_weak_ssl_ciphers: False
                      no_apps: False
                      no_aria: False
                      no_asm: False
                      no_async: False
                      no_autoload_config: False
                      no_bf: False
                      no_blake2: False
                      no_camellia: False
                      no_cast: False
                      no_chacha: False
                      no_cms: False
                      no_comp: False
                      no_ct: False
                      no_deprecated: False
                      no_des: False
                      no_dgram: False
                      no_dh: False
                      no_dsa: False
                      no_dso: False
                      no_ec: False
                      no_ecdh: False
                      no_ecdsa: False
                      no_engine: False
                      no_filenames: False
                      no_fips: False
                      no_gost: False
                      no_idea: False
                      no_legacy: False
                      no_md2: True
                      no_md4: False
                      no_mdc2: False
                      no_module: False
                      no_ocsp: False
                      no_pinshared: False
                      no_rc2: False
                      no_rc4: False
                      no_rc5: False
                      no_rfc3779: False
                      no_rmd160: False
                      no_seed: False
                      no_sm2: False
                      no_sm3: False
                      no_sm4: False
                      no_sock: False
                      no_srp: False
                      no_srtp: False
                      no_sse2: False
                      no_ssl: False
                      no_ssl3: False
                      no_stdio: False
                      no_threads: False
                      no_tls1: False
                      no_ts: False
                      no_whirlpool: False
                      no_zlib: False
                      openssldir
                      shared: True
                      tls_security_level
                    requires
                      zlib/1.3.Z
              recipe_folder: opens6534b86e4d416
      zlib
        zlib/1.3.1
          revisions
            f52e03ae3d251dec704634230cd806a2 (2024-11-15 11:05:45 UTC)
              packages
                9ca935e275f8163bfe39bdba58089b51be96e3b9
                  revisions
                    993ba7a01eadde7b8d1e3ecba3aeac18
                      package_folder: b/zlib7ff06833ff4f7/p
                      metadata_folder: b/zlib7ff06833ff4f7/d/metadata
                  info
                    settings
                      os: Linux
                      arch: armv8
                      compiler: gcc
                      compiler.version: 11
                      build_type: Release
                    options
                      shared: True
              recipe_folder: zlib41bd3946e7341
    
    
    ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
    | Restore host cache from: /Users/abril/coding/conan-center-index/recipes/libcurl/all/.conanrunner/docker_cache_save.tgz |
    └────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘

With similar logs for static variant, and same for macos builds.

Any extra info on your setup might help us pin down the issue @barbacar, thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants