You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it worked recently, but since I merged master it stopped working.
unfortunately I have forgotten to tag the last good state :-( so I can not say exactly which commit created the problem
Package and Environment Details (include every applicable attribute)
Package Name/Version: libcurl/7.7.1
Operating System+version: OSX cross Android
Compiler+version: clang 9 (ndk r21d)
Conan version: conan 1.29.2
Python version: Python 3.8.5
Conan profile (output of conan profile show default or conan profile show <profile> if custom profile is in use)
...
checking whether to enable Windows native SSL/TLS (Windows native builds only)... no
checking whether to enable Secure Transport... no
checking whether to enable Amiga native SSL/TLS (AmiSSL)... no
checking for HMAC_Update in -lcrypto... no
checking for HMAC_Init_ex in -lcrypto... no
checking OpenSSL linking with -ldl... no
checking OpenSSL linking with -ldl and -lpthread... no
configure: OPT_SSL: /Users/a4z/elux/conan/zenv1/.conan/data/openssl/1.1.1h/_/_/package/1073238fb0946932638ce9c513d1a5682040bb92
configure: OPENSSL_ENABLED:
configure: error: --with-ssl was given but OpenSSL could not be detected
libcurl/7.71.1:
libcurl/7.71.1: ERROR: Package '2f3dbd12954f66fe627ca6f8d118cb48c8948ec7' build failed
libcurl/7.71.1: WARN: Build folder /Users/a4z/elux/conan/zenv1/.conan/data/libcurl/7.71.1/_/_/build/2f3dbd12954f66fe627ca6f8d118cb48c8948ec7
ERROR: libcurl/7.71.1: Error in build() method, line 191
self._build_with_autotools()
while calling '_build_with_autotools', line 355
autotools, autotools_vars = self._configure_autotools()
while calling '_configure_autotools', line 451
self._autotools.configure(vars=self._autotools_vars, args=configure_args)
ConanException: Error 1 while executing ./configure '--without-libidn2' '--without-librtmp' '--without-libmetalink' '--without-libpsl' '--with-ssl=/Users/a4z/elux/conan/zenv1/.conan/data/openssl/1.1.1h/_/_/package/1073238fb0946932638ce9c513d1a5682040bb92' '--without-libssh2' '--without-nghttp2' '--with-zlib=/Users/a4z/elux/conan/zenv1/.conan/data/zlib/1.2.11/_/_/package/1073238fb0946932638ce9c513d1a5682040bb92/lib' '--without-brotli' '--disable-shared' '--enable-static' '--disable-ldap' '--prefix=/Users/a4z/elux/conan/zenv1/.conan/data/libcurl/7.71.1/_/_/package/2f3dbd12954f66fe627ca6f8d118cb48c8948ec7' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' --build=x86_64-apple-darwin --host=arm-linux-androideabi
FAILED: conan create --profile:build native --profile:host nsdk-android-armv7 --test-folder None --build outdated /Users/a4z/elux/conan/conan-center-index/recipes/libcurl/all libcurl/7.71.1@
The text was updated successfully, but these errors were encountered:
it worked recently, but since I merged master it stopped working.
unfortunately I have forgotten to tag the last good state :-( so I can not say exactly which commit created the problem
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)Steps to reproduce (Include if Applicable)
use this #3004
to build for Android
Logs (Include/Attach if Applicable)
Click to expand log
The text was updated successfully, but these errors were encountered: