brew update and can still reproduce the problem?brew doctor, fixed all issues and can still reproduce the problem?brew gist-logs <formula> (where <formula> is the name of the formula that failed) and included the output link?brew gist-logs didn't work: ran brew config and brew doctor and included their output with your issue?Nothing special, just stuck because I have no ca-certificates.
I did brew upgrade. That's all.
Command output
brew postinstall [email protected]
==> Postinstalling [email protected]
==> Downloading https://curl.haxx.se/ca/cacert-2020-01-01.pem
curl: (77) error setting certificate verify locations:
CAfile: /home/linuxbrew/.linuxbrew/etc/[email protected]/cert.pem
CApath: /home/linuxbrew/.linuxbrew/etc/[email protected]/certs
Trying a mirror...
==> Downloading https://gist.githubusercontent.com/dawidd6/16d94180a019f31fd31bc679365387bc/raw/ef02c78b9d6427585d756528964d18a2b9e318f7/cacert-2020-01-01.pem
curl: (77) error setting certificate verify locations:
CAfile: /home/linuxbrew/.linuxbrew/etc/[email protected]/cert.pem
CApath: /home/linuxbrew/.linuxbrew/etc/[email protected]/certs
Warning: The post-install step did not complete successfully
You can try again using `brew postinstall [email protected]
post install action should succeed.
brew install commands)brew install [email protected]
Run: HOMEBREW_CURLRC=1 brew reinstall openssl curl
HOMEBREW_CURLRC=1 brew reinstall openssl curl
Same error.
If you have curl installed by system package manager, you can just uninstall the brewed one, upgrade openssl and then install brewed curl again.
Yes that works as a workaround.
If you have curl installed by system package manager, you can just uninstall the brewed one, upgrade openssl and then install brewed curl again.
I got caught into the same issue. This workaround worked for me too.
Thanks!
Most helpful comment
I got caught into the same issue. This workaround worked for me too.
Thanks!