conan-io / conan-center-index

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

libcurl/7.80.0: i686-w64-mingw32 succeeds but does not produce any libraries #14404

Open klausholstjacobsen opened 1 year ago

klausholstjacobsen commented 1 year ago

Description

Installing libcurl (shared) does not produce any libs in [package folder]/lib

options: self.options['libcurl'].shared = True

After the seemingly successful run shown below the bin and lib dirs in the package folder are empty (beasides a curl-config file).

Package and Environment Details

package: libcurl/7.80.0 host: wsl ubuntu 22.04 toolchain: i686-w64-mingw32 conan 1.54.0

Conan profile

build:

[settings]
os=Linux
arch=x86_64
build_type=Release

compiler=gcc
compiler.version=11
compiler.libcxx=libstdc++11

[env]

[tool_requires]
x86_64-pc-linux-gnu/1.0.4

host:

[settings]
os=Windows
arch=x86
compiler=gcc
compiler.version=9.4
compiler.libcxx=libstdc++11
build_type=Release

[tool_requires]
i686-w64-mingw32/0.0.1

Steps to reproduce

conan install -r conancenter foobar/0.1.0@ -pr:b=default -pr:h=default

Logs

Click to expand log ``` libcurl/7.80.0: Applying build-requirement: i686-w64-mingw32/0.0.1 libcurl/7.80.0: Applying build-requirement: libtool/2.4.7 libcurl/7.80.0: Applying build-requirement: pkgconf/1.9.3 libcurl/7.80.0: Applying build-requirement: automake/1.16.5 libcurl/7.80.0: Applying build-requirement: autoconf/2.71 libcurl/7.80.0: Applying build-requirement: m4/1.4.19 libcurl/7.80.0: Copying sources to build folder libcurl/7.80.0: Building your package in [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8 libcurl/7.80.0: Generator txt created conanbuildinfo.txt libcurl/7.80.0: Calling generate() libcurl/7.80.0: Aggregating env generators libcurl/7.80.0: Calling build() libcurl/7.80.0: apply_conandata_patches(): No patches defined in conandata 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:120: installing './compile' configure.ac:125: installing './missing' docs/examples/Makefile.am: installing './depcomp' lib/Makefile.am:133: warning: variable 'libcurlu_la_SOURCES' is defined but no program or lib/Makefile.am:133: library has 'libcurlu_la' as canonical name (possible typo) lib/Makefile.am:126: warning: variable 'libcurlu_la_LDFLAGS' is defined but no program or lib/Makefile.am:126: library has 'libcurlu_la' as canonical name (possible typo) libcurl/7.80.0: Calling: > "[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/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-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=no' '--with-openssl=[conan_cache]/openssl/1.1.1q/_/_/package/211939eda1fb2b49f453170b350a3c5ac90898c2' '--without-wolfssl' '--without-libssh2' '--without-nghttp2' '--with-zlib=[conan_cache]/zlib/1.2.13/_/_/package/d3272b9d0d58f9dafd6c1e7b995c030cfd0913b2' '--with-zstd=no' '--host=i686-w64-mingw32' '--build=x86_64-linux-gnu' 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 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 a BSD-compatible install... /usr/bin/install -c checking for i686-w64-mingw32-gcc... [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.exe checking for suffix of executables... .exe checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-gcc accepts -g... yes checking for [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-gcc option to enable C11 features... none needed checking whether [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-gcc understands -c and -o together... yes checking how to run the C preprocessor... [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-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 i686-w64-mingw32-strip... [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-strip checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-gcc... gcc3 checking curl version... 7.80.0 checking build system type... x86_64-pc-linux-gnu checking host system type... i686-w64-mingw32 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... yes checking if _REENTRANT is onwards defined... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 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 [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-gcc... [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-ld checking if the linker ([conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-nm checking the name lister ([conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to i686-w64-mingw32 format... func_convert_file_nix_to_w32 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-ld option to reload object files... -r checking for i686-w64-mingw32-file... no checking for file... file configure: WARNING: using cross tools not prefixed with host triplet checking for i686-w64-mingw32-objdump... [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-objdump checking how to recognize dependent libraries... pass_all checking for i686-w64-mingw32-dlltool... i686-w64-mingw32-dlltool checking how to associate runtime and link libraries... func_cygming_dll_for_implib checking for i686-w64-mingw32-ar... [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-ar checking for archiver @FILE support... @ checking for i686-w64-mingw32-strip... (cached) [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-strip checking for i686-w64-mingw32-ranlib... [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-ranlib checking command to parse [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-nm output from [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-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 i686-w64-mingw32-mt... no checking for mt... mt checking if mt 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... no checking for i686-w64-mingw32-as... i686-w64-mingw32-as checking for i686-w64-mingw32-dlltool... (cached) i686-w64-mingw32-dlltool checking for i686-w64-mingw32-objdump... (cached) [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-objdump checking for objdir... .libs checking if [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no checking for [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes checking if [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-gcc static flag -static works... no checking if [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-gcc supports -c -o file.o... yes checking if [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-gcc supports -c -o file.o... (cached) yes checking whether the [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-gcc linker ([conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... Win32 ld.exe 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... yes 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 inline... inline 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 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: -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 if MinGW minimum supported OS should be set to XP... no checking for windows.h... yes checking whether build target is a native Windows one... yes checking for winsock2.h... yes checking for ws2tcpip.h... yes checking for wincrypt.h... yes checking for winldap.h... yes checking for winber.h... yes checking whether build target supports WIN32 file API... yes (large file enabled) checking whether build target supports WIN32 crypto API... yes 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()... 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 enable generation of C code... yes checking whether to use libgcc... no checking if X/Open network library is required... no checking for gethostbyname... no checking for gethostbyname in -lnsl... no checking for gethostbyname in -lsocket... no checking for gethostbyname in -lwatt... no checking for gethostbyname with both nsl and socket libs... no checking for gethostbyname in -lws2_32... yes checking for windows.h... (cached) yes checking for winsock2.h... (cached) yes 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... no checking whether to enable Amiga native SSL/TLS (AmiSSL)... no checking for gdi32... yes 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 RAND_egd... no checking for SSLv2_client_method... no checking for OpenSSL_version... yes checking for BoringSSL... no checking for libressl... no checking for OpenSSL >= v3... no checking for OpenSSL headers version... 1.1.1 - 0x111 checking for OpenSSL library version... 1.1.1 checking for OpenSSL headers and library versions matching... yes configure: WARNING: skipped the /dev/urandom detection when cross-compiling checking for SRP_Calc_client_key in -lcrypto... yes configure: built with one SSL backend checking default CA cert bundle/path... configure: WARNING: skipped the ca-cert path detection when cross-compiling no checking whether to use builtin CA store of SSL library... no 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... yes checking for memory.h... no checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/select.h... no checking for sys/socket.h... no checking for sys/ioctl.h... no checking for sys/uio.h... no checking for assert.h... yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for arpa/inet.h... no checking for net/if.h... no checking for netinet/in.h... no checking for netinet/in6.h... no checking for sys/un.h... no checking for linux/tcp.h... no checking for netinet/tcp.h... no checking for netdb.h... no checking for sys/sockio.h... no checking for sys/stat.h... (cached) yes checking for sys/param.h... yes checking for termios.h... no checking for termio.h... no checking for fcntl.h... yes checking for alloca.h... no checking for io.h... yes checking for pwd.h... no checking for utime.h... yes checking for sys/utime.h... yes checking for sys/poll.h... no checking for poll.h... no checking for socket.h... no checking for sys/resource.h... no 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... no checking for sys/wait.h... no 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) no checking for struct timeval... yes checking size of size_t... 4 checking size of long... 4 checking size of int... 4 checking size of short... 2 checking size of time_t... 4 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... no checking for ADDRESS_FAMILY... no checking for suseconds_t... no checking if time_t is unsigned... no checking for sys/types.h... (cached) yes checking for poll.h... (cached) no checking for sys/poll.h... (cached) no checking for in_addr_t... no checking for in_addr_t equivalent... unsigned long checking for struct sockaddr_storage... yes checking for sys/select.h... (cached) no checking for sys/socket.h... (cached) no 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) no checking for recv... yes checking types of args and return type for recv... SOCKET,char *,int,int,int checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) no checking for send... yes checking types of args and return type for send... SOCKET,const char *,int,int,int checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) no checking for MSG_NOSIGNAL... no 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... no checking if alarm might be used... no 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... yes checking if closesocket is prototyped... yes checking if closesocket is compilable... yes checking if closesocket usage allowed... yes checking if closesocket might be used... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) no 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... no checking if fcntl might be used... no checking for windows.h... (cached) yes checking for winsock2.h... (cached) yes checking for ws2tcpip.h... (cached) yes checking for sys/types.h... (cached) yes checking for netdb.h... (cached) no 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... no checking if fsetxattr can be linked... no checking if fsetxattr might be used... no 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... int 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) no checking if if_nametoindex can be linked... no checking if if_nametoindex might be used... no checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) no checking for netinet/in.h... (cached) no checking for ifaddrs.h... no checking if getifaddrs can be linked... no checking if getifaddrs might be used... no checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking if gmtime_r can be linked... no checking if gmtime_r might be used... no checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) no checking for netinet/in.h... (cached) no checking for arpa/inet.h... (cached) no checking if inet_ntop can be linked... no checking if inet_ntop might be used... no checking if inet_pton can be linked... no checking if inet_pton might be used... no checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/socket.h... (cached) no checking for sys/ioctl.h... (cached) no checking for stropts.h... no checking if ioctl can be linked... no checking if ioctl might be used... no checking if ioctlsocket can be linked... yes checking if ioctlsocket is prototyped... yes checking if ioctlsocket is compilable... yes checking if ioctlsocket usage allowed... yes checking if ioctlsocket might be used... yes checking if ioctlsocket FIONBIO is compilable... yes checking if ioctlsocket FIONBIO usage allowed... yes checking if ioctlsocket FIONBIO might be used... yes checking if IoctlSocket can be linked... no checking if IoctlSocket might be used... no checking if localtime_r can be linked... no checking if localtime_r might be used... no 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... no checking if poll might be used... no 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... yes checking if sigaction can be linked... no checking if sigaction might be used... no checking if siginterrupt can be linked... no checking if siginterrupt might be used... no 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... no checking if sigsetjmp seems a macro... no checking if sigsetjmp might be used... no 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... no checking if socketpair might be used... no 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... yes checking if strcmpi is prototyped... yes checking if strcmpi is compilable... yes checking if strcmpi usage allowed... yes checking if strcmpi might be used... yes 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... no checking if strerror_r might be used... no checking if stricmp can be linked... yes checking if stricmp is prototyped... yes checking if stricmp is compilable... yes checking if stricmp usage allowed... yes checking if stricmp might be used... yes checking if strncmpi can be linked... no checking if strncmpi might be used... no checking if strnicmp can be linked... yes checking if strnicmp is prototyped... yes checking if strnicmp is compilable... 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) no checking if writev can be linked... no checking if writev might be used... no checking for [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-gcc options needed to detect all undeclared functions... none needed checking whether getpwuid_r is declared... no checking for fnmatch... no checking deeper for fnmatch... but still no checking for geteuid... no checking deeper for geteuid... but still no checking for getpass_r... no checking deeper for getpass_r... but still no checking for getppid... no checking deeper for getppid... but still no checking for getpwuid... no checking deeper for getpwuid... but still no checking for getpwuid_r... no checking deeper for getpwuid_r... but still no checking for getrlimit... no checking deeper for getrlimit... but still no checking for gettimeofday... yes checking for if_nametoindex... no checking deeper for if_nametoindex... but still no checking for mach_absolute_time... no checking deeper for mach_absolute_time... but still no checking for pipe... no checking deeper for pipe... but still no checking for setlocale... yes checking for setmode... yes checking for setrlimit... no checking deeper for setrlimit... but still no checking for usleep... yes checking for utime... yes checking for utimes... no checking deeper for utimes... but still no checking how to set a socket into non-blocking mode... ioctlsocket FIONBIO 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... yes 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... no checking whether to enable TLS-SRP authentication... yes checking whether to enable Unix domain sockets... no 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... no 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: i686-w64-mingw32 Install prefix: / Compiler: [conan_cache]/i686-w64-mingw32/0.0.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/i686-w64-mingw32/bin/i686-w64-mingw32-gcc CFLAGS: -std=gnu11 -s -Os -Wall -m32 -O3 -s -Werror-implicit-function-declaration -Wno-system-headers CPPFLAGS: -DNDEBUG -isystem [conan_cache]/zlib/1.2.13/_/_/package/d3272b9d0d58f9dafd6c1e7b995c030cfd0913b2/include -isystem [conan_cache]/openssl/1.1.1q/_/_/package/211939eda1fb2b49f453170b350a3c5ac90898c2/include -isystem [conan_cache]/zlib/1.2.13/_/_/package/d3272b9d0d58f9dafd6c1e7b995c030cfd0913b2/include -isystem [conan_cache]/openssl/1.1.1q/_/_/package/211939eda1fb2b49f453170b350a3c5ac90898c2/include -isystem [conan_cache]/openssl/1.1.1q/_/_/package/211939eda1fb2b49f453170b350a3c5ac90898c2/include/openssl LDFLAGS: -m32 -L[conan_cache]/zlib/1.2.13/_/_/package/d3272b9d0d58f9dafd6c1e7b995c030cfd0913b2/lib -L[conan_cache]/openssl/1.1.1q/_/_/package/211939eda1fb2b49f453170b350a3c5ac90898c2/lib -L[conan_cache]/zlib/1.2.13/_/_/package/d3272b9d0d58f9dafd6c1e7b995c030cfd0913b2/lib -L[conan_cache]/openssl/1.1.1q/_/_/package/211939eda1fb2b49f453170b350a3c5ac90898c2/lib LIBS: -ladvapi32 -lcrypt32 -lssl -lcrypto -lgdi32 -lz -lws2_32 -lz -lssl -lcrypto -lcrypt32 -lws2_32 -ladvapi32 -luser32 -lbcrypt curl version: 7.80.0 SSL: enabled (OpenSSL) 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: enabled resolver: POSIX threaded IPv6: enabled Unix sockets: no (--enable-unix-sockets) IDN: no (--with-{libidn2,winidn}) 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: no ca cert path: no 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) 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 HTTPS-proxy IPv6 Largefile NTLM SSL TLS-SRP alt-svc libz Making all in lib make[1]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/lib' make all-am make[2]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/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-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 CCLD libcurl.la libtool: warning: '-version-info/-version-number' is ignored for convenience libraries make[2]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/lib' make[1]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/lib' make[1]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release' libcurl/7.80.0: Package 'fdb32b22e6da46314b56d7ad0ff8427505ebadb8' built libcurl/7.80.0: Build folder [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release libcurl/7.80.0: Generated conaninfo.txt libcurl/7.80.0: Generated conanbuildinfo.txt libcurl/7.80.0: Generating the package libcurl/7.80.0: Package folder [conan_cache]/libcurl/7.80.0/_/_/package/fdb32b22e6da46314b56d7ad0ff8427505ebadb8 libcurl/7.80.0: Calling package() libcurl/7.80.0: Copied 1 file: COPYING libcurl/7.80.0: Copied 1 '.pem' file: cacert.pem Making install in lib make[1]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/lib' make[2]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/lib' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/lib' make[1]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/lib' make[1]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release' make[2]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release' /usr/bin/mkdir -p '[conan_cache]/libcurl/7.80.0/_/_/package/fdb32b22e6da46314b56d7ad0ff8427505ebadb8//bin' /usr/bin/mkdir -p '[conan_cache]/libcurl/7.80.0/_/_/package/fdb32b22e6da46314b56d7ad0ff8427505ebadb8//lib/pkgconfig' /usr/bin/install -c -m 644 libcurl.pc '[conan_cache]/libcurl/7.80.0/_/_/package/fdb32b22e6da46314b56d7ad0ff8427505ebadb8//lib/pkgconfig' /usr/bin/install -c curl-config '[conan_cache]/libcurl/7.80.0/_/_/package/fdb32b22e6da46314b56d7ad0ff8427505ebadb8//bin' make install-data-hook make[3]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release' (cd include && make install) make[4]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/include' Making install in curl make[5]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/include/curl' make[6]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/include/curl' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '[conan_cache]/libcurl/7.80.0/_/_/package/fdb32b22e6da46314b56d7ad0ff8427505ebadb8//include/curl' /usr/bin/install -c -m 644 [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/include/curl/curl.h [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/include/curl/curlver.h [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/include/curl/easy.h [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/include/curl/mprintf.h [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/include/curl/stdcheaders.h [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/include/curl/multi.h [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/include/curl/typecheck-gcc.h [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/include/curl/system.h [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/include/curl/urlapi.h [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/include/curl/options.h '[conan_cache]/libcurl/7.80.0/_/_/package/fdb32b22e6da46314b56d7ad0ff8427505ebadb8//include/curl' make[6]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/include/curl' make[5]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/include/curl' make[5]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/include' make[6]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/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 '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/include' make[5]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/include' make[4]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/include' (cd docs && make install) make[4]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs' Making install in . make[5]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs' if test "..x" != "[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/srcx" -a -e "[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/docs/curl.1"; then \ /usr/bin/install -c -m 644 "[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/docs/curl.1" [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs/curl.1; fi cd cmdline-opts && make make[6]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs/cmdline-opts' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs/cmdline-opts' make[6]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '[conan_cache]/libcurl/7.80.0/_/_/package/fdb32b22e6da46314b56d7ad0ff8427505ebadb8//share/man/man1' /usr/bin/install -c -m 644 [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/docs/curl-config.1 [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs/curl.1 '[conan_cache]/libcurl/7.80.0/_/_/package/fdb32b22e6da46314b56d7ad0ff8427505ebadb8//share/man/man1' make[6]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs' make[5]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs' Making install in cmdline-opts make[5]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs/cmdline-opts' make[6]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs/cmdline-opts' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs/cmdline-opts' make[5]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs/cmdline-opts' make[4]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs' (cd docs/libcurl && make install) make[4]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs/libcurl' Making install in opts make[5]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs/libcurl/opts' make[6]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs/libcurl/opts' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '[conan_cache]/libcurl/7.80.0/_/_/package/fdb32b22e6da46314b56d7ad0ff8427505ebadb8//share/man/man3' /usr/bin/install -c -m 644 [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.3 [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME_T.3 ... [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3 '[conan_cache]/libcurl/7.80.0/_/_/package/fdb32b22e6da46314b56d7ad0ff8427505ebadb8//share/man/man3' make[6]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs/libcurl/opts' make[5]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs/libcurl/opts' make[5]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs/libcurl' make[6]: Entering directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs/libcurl' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '[conan_cache]/libcurl/7.80.0/_/_/package/fdb32b22e6da46314b56d7ad0ff8427505ebadb8//share/aclocal' /usr/bin/mkdir -p '[conan_cache]/libcurl/7.80.0/_/_/package/fdb32b22e6da46314b56d7ad0ff8427505ebadb8//share/man/man3' /usr/bin/install -c -m 644 [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/docs/libcurl/libcurl.m4 '[conan_cache]/libcurl/7.80.0/_/_/package/fdb32b22e6da46314b56d7ad0ff8427505ebadb8//share/aclocal' /usr/bin/install -c -m 644 ... [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/docs/libcurl/curl_easy_cleanup.3 [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/docs/libcurl/libcurl-security.3 '[conan_cache]/libcurl/7.80.0/_/_/package/fdb32b22e6da46314b56d7ad0ff8427505ebadb8//share/man/man3' /usr/bin/install -c -m 644 [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/docs/libcurl/libcurl-share.3 [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/docs/libcurl/libcurl-symbols.3 [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/docs/libcurl/libcurl-thread.3 [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/docs/libcurl/libcurl-tutorial.3 [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/docs/libcurl/libcurl-url.3 [conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/src/docs/libcurl/libcurl.3 '[conan_cache]/libcurl/7.80.0/_/_/package/fdb32b22e6da46314b56d7ad0ff8427505ebadb8//share/man/man3' make[6]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs/libcurl' make[5]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs/libcurl' make[4]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release/docs/libcurl' make[3]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release' make[2]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release' make[1]: Leaving directory '[conan_cache]/libcurl/7.80.0/_/_/build/fdb32b22e6da46314b56d7ad0ff8427505ebadb8/build-release' libcurl/7.80.0 package(): Packaged 1 '.pem' file: cacert.pem libcurl/7.80.0 package(): Packaged 10 '.h' files libcurl/7.80.0 package(): Packaged 2 files: COPYING, curl-config libcurl/7.80.0: Package 'fdb32b22e6da46314b56d7ad0ff8427505ebadb8' created libcurl/7.80.0: Created package revision 04f8022b67c0783881a0071774271e8d ```
SpaceIm commented 1 year ago

There is currently a workaround in libcurl recipe to be able build shared libs with MinGW, but it seems to only work for native builds: https://github.com/conan-io/conan-center-index/blob/f740581e5f8127d7aa1d5f28be5d831f22cfdbc5/recipes/libcurl/all/conanfile.py#L287-L303

@jgsogo this workaround was already there when you have ported libcurl from bincrafters to conan-center. Any idea about this issue?

@klausholstjacobsen Does it help if you replace in libcurl recipe:

     if not cross_building(self):
         added_content = load(self, "lib_Makefile_add.am") 
         save(self, lib_makefile, added_content, append=True) 

by

     added_content = load(self, "lib_Makefile_add.am") 
     save(self, lib_makefile, added_content, append=True) 
klausholstjacobsen commented 1 year ago

No, the suggested change still does not produce any .so files.