Closed thestarrypage closed 1 year ago
cc @junhochoi in case you've come across this before
also, it looks like you are using HEAD to build here. what happens if you use the stable formula instead?
Looks like you used --HEAD
. Can you try brew install -s ./curl.rb
, without --HEAD
?
It works for me with curl 8.4.0 release.
And it looks like https://github.com/curl/curl/commit/9cc57875777eacbb514bcc741350393999e14eca (added after 8.4.0 release) is breaking with new quiche API change (https://github.com/cloudflare/quiche/commit/ab2b44fa9b8b0f82d6604cb5693447deaf07dfdc). Need a fix from curl.
I opened https://github.com/curl/curl/pull/12180 In the meantime, please use 8.4.0 release (no --HEAD option)
thanks for confirming @junhochoi! closing as this is working as expected from the formula side.
I am facing this error on both my old intel mac and new m1 mac..is there anything wrong with the installation package?