Skip to content

Build failed ruby-build 20211227-3-gcdc215e Mac OS X 10.9.5 #1908

Answered by dvodvo
dvodvo asked this question in Build failures
Discussion options

You must be logged in to vote

This gets more disconcerting... On 10.13.6 brew install openssl@1.1 installs 1.1.1m (one step past the 'l' version)

However, that does not change the behaviour of 'rbenv' installation process which ignores the usr/local/Cellar directory used by homebrew.

rbenv install 3.1.0
Downloading openssl-1.1.1l.tar.gz...

leading to the same failure

Last 10 log lines:
/usr/include/CommonCrypto/CommonRandom.h:35:9: error: unknown type name 'CCCryptorStatus'
typedef CCCryptorStatus CCRNGStatus;
        ^
crypto/rand/rand_unix.c:385:47: error: use of undeclared identifier 'kCCSuccess'
    if (CCRandomGenerateBytes(buf, buflen) == kCCSuccess)
                                              ^
2 errors gene…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mislav
Comment options

@dvodvo
Comment options

Answer selected by dvodvo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants