Adam Cozzette
Adam Cozzette
I'm not sure if this is relevant but I am seeing log messages suggesting that some SSL certs expired: ``` ++ curl -sSL https://get.rvm.io ++ bash -s master --ruby curl:...
@khaledm1990 The timing does seem to line up well. The answer to this [question](https://security.stackexchange.com/questions/232445/https-connection-to-specific-sites-fail-with-curl-on-macos) suggests that the built-in `curl` binary on Mac OS 10.14 has a bug that might prevent...
I kicked off a rerun of the failing test, let's see if maybe that will fix it. I believe the test infrastructure will run tests with the latest `main` merged...
@MRkuan Thank you for the pull request, but unfortunately we can't start reviewing this until the CLA is signed. Let me know if you have any trouble signing the CLA.
You should be able to fix the email address by configuring your email address in Git (`git config user.email "[email protected]"`), amending your commit (`git commit --amend --reset-author`), and then force-pushing...
@jhump Sure, I can review the pull request if you would like to work on it.
It looks like that error is coming from the `third_party/googletest/googlemock` directory--could you try `cd`ing there and running `autoreconf --force --install` in that directory?
What source are you building from? Is this from a source tarball or a checked-out Git repo?
Could you try doing a fresh git clone and seeing if the build works after that? The reason I think that might help is that the answer to this StackOverflow...
Hmm, if a fresh Git clone doesn't solve the problem then I'm not sure what else to try. That's good to hear that the release tarballs work at least. @rishacha...