media-autobuild_suite icon indicating copy to clipboard operation
media-autobuild_suite copied to clipboard

Error running configure when running git update for curl

Open ycwan opened this issue 1 year ago • 3 comments

20:22:18 ┌ curl git  .................................... [Updates found]
20:22:20 ├ Running uninstall...
20:22:20 ├ Running autogen...
20:23:02 ├ Running configure...
Likely error (tail of the failed operation logfile):
  --with-bearssl
  --with-gnutls
  --with-mbedtls
  --with-nss
  --with-openssl (also works for BoringSSL and libressl)
  --with-rustls
  --with-schannel
  --with-secure-transport
  --with-wolfssl

configure failed. Check C:/MinGW-w64/build/curl-git/build-64bit/ab-suite.configure.log
This is required for other packages, so this script will exit.
20:23:10   Creating diagnostics file...

All relevant logs have been anonymously uploaded to https://0x0.st/ofvQ.zip
Copy and paste [logs.zip](https://0x0.st/ofvQ.zip) in the GitHub issue.
Make sure the suite is up-to-date before reporting an issue. It might've been fixed already.
Try running the build again at a later time.

logs.zip ab-suite.configure.log

ycwan avatar Sep 09 '22 12:09 ycwan

I undid the last change, ie: https://github.com/m-ab-s/media-autobuild_suite/commit/7c541d426c01ff80f716990b8fb092f0cfcb8d81 and it compiled past the curl. The rest is still compiling so I'll have to wait and see if it works. I'm not sure why those changes were made maybe somebody with more experience can comment.

don05837 avatar Sep 10 '22 21:09 don05837

I have already raised this issue https://github.com/m-ab-s/media-autobuild_suite/issues/2278. For myself, I solved this problem by replacing the curl=1 parameter with curl=4 in the media-autobuild_suite.ini configuration file.

kliffgomel avatar Sep 12 '22 08:09 kliffgomel

Should be fixed by https://github.com/m-ab-s/media-autobuild_suite/commit/896e1ca1ed1163fe55b36d31a036ec8e15f29874

1480c1 avatar Sep 12 '22 13:09 1480c1

This is unfortunately not yet fixed. logs.zip, at least with curl=6 (LibreSSL). Setting curl=5 works just fine, so it seems to be a Libre-only issue?

RivenSkaye avatar Oct 03 '22 08:10 RivenSkaye