-
-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openssl fails to build in non-standard prefix #28877
Comments
Just linking these more officially, #28806 |
I have 10.13 |
Looking at the specific command that failed, here's the shell output:
And here's what was run via superenv:
The missing symbols in question should come from libcrypto, and it does look like |
I can't repro this specific failure; it finished installing for me. https://gist.github.com/mistydemeo/acc0edd63fce029369944db7c70e2c1a But I got a different failure, where dynamic linkage was not fixed and the libs are linked to paths in the build directory.
|
@mistydemeo That dynamic linkage failure looks like it was caused by using the temp dir as the installation prefix, which confuses the relocator (since it looks for files that begin with the I've "fixed" it in Homebrew/brew#4397 by explicitly disallowing temp dirs as prefixes. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Seems to be fixed for me. |
brew install
(orupgrade
,reinstall
) a single, official formula (not cask)? If it's a generalbrew
problem please file this issue at Homebrew/brew: https://github.com/Homebrew/brew/issues/new/choose. If it's abrew cask
problem please file this issue at https://github.com/Homebrew/homebrew-cask/issues/new/choose. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.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?https://gist.github.com/yurikoles/5a0f3366debe69fb623d8bd4dde6e7aa
brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue?To help us debug your issue please explain:
Install openssl in non-standard prefix.
Build fails on linking stage.
Successfull install.
brew install
commands)install output
The text was updated successfully, but these errors were encountered: