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

deps/curl: Remove "without-ssl" because of configure error #48858

Merged
merged 1 commit into from
Mar 5, 2023

Conversation

stahta01
Copy link
Contributor

@stahta01 stahta01 commented Mar 2, 2023

configure: error: --without-ssl has been set together with an explicit option to use an ssl library

My build was under MSYS2 MINGW64.

USE_BINARYBUILDER_CURL=0

Tim S.

configure: error: --without-ssl has been set together with an explicit option to use an ssl library
@stahta01 stahta01 marked this pull request as ready for review March 2, 2023 15:40
@inkydragon
Copy link
Member

Related CI errors: https://buildkite.com/julialang/julia-master-scheduled/builds/279#0186a487-a15f-45fb-b30d-aa9ccb6a85c4

Line455570 @ fulllog

cd scratch/curl-7.88.1/ && \
/cache/build/default-amdci5-2/julialang/julia-master-scheduled/deps/srccache/curl-7.88.1//configure --prefix=/cache/build/default-amdci5-2/julialang/julia-master-scheduled/usr --build=x86_64-linux-gnu --libdir=/cache/build/default-amdci5-2/julialang/julia-master-scheduled/usr/lib --bindir=/cache/build/default-amdci5-2/julialang/julia-master-scheduled/usr/tools  LDFLAGS=" -Wl,-rpath,'\$\$ORIGIN' -Wl,-z,origin -Wl,-rpath-link,/cache/build/default-amdci5-2/julialang/julia-master-scheduled/usr/lib -Wl,--enable-new-dtags " F77="gfortran -m64" CC="gcc -m64 " CXX="g++ -m64 " LD="ld" --without-ssl --without-gnutls --without-libidn2 --without-librtmp --without-nss --without-libpsl --without-libgsasl --without-fish-functions-dir --disable-ares --disable-manual --disable-ldap --disable-ldaps --disable-static --without-gssapi --without-brotli --enable-versioned-symbols --with-libssh2=/cache/build/default-amdci5-2/julialang/julia-master-scheduled/usr --with-zlib=/cache/build/default-amdci5-2/julialang/julia-master-scheduled/usr --with-nghttp2=/cache/build/default-amdci5-2/julialang/julia-master-scheduled/usr --with-mbedtls=/cache/build/default-amdci5-2/julialang/julia-master-scheduled/usr \
...

configure: detected mbedTLS
configure: Added /cache/build/default-amdci5-2/julialang/julia-master-scheduled/usr/lib to CURL_LIBRARY_PATH
configure: error: --without-ssl has been set together with an explicit option to use an ssl library
(e.g. --with-openssl, --with-gnutls, --with-wolfssl, --with-mbedtls, --with-nss, --with-schannel, --with-secure-transport, --with-amissl, --with-bearssl, --with-rustls).
Since these are conflicting parameters, verify which is the desired one and drop the other.
make[1]: *** [/cache/build/default-amdci5-2/julialang/julia-master-scheduled/deps/curl.mk:62: scratch/curl-7.88.1/build-configured] Error 1
make[1]: Leaving directory '/cache/build/default-amdci5-2/julialang/julia-master-scheduled/deps'
make[1]: *** Waiting for unfinished jobs....
...

@inkydragon inkydragon added the building Build system, or building Julia or its dependencies label Mar 3, 2023
@staticfloat staticfloat merged commit 3254e62 into JuliaLang:master Mar 5, 2023
@staticfloat
Copy link
Member

Thanks!

@stahta01 stahta01 deleted the fix_curl_config branch March 5, 2023 02:15
@KristofferC KristofferC added the backport 1.9 Change should be backported to release-1.9 label Oct 13, 2023
KristofferC pushed a commit that referenced this pull request Oct 13, 2023
deps/curl: Remove "without-ssl" because of configure error

(cherry picked from commit 3254e62)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.9 Change should be backported to release-1.9 building Build system, or building Julia or its dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants