Skip to content
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

Set rpath on dotnet cask's crypto lib to fix install failure #23846

Closed
wants to merge 1 commit into from

Conversation

joshka
Copy link
Contributor

@joshka joshka commented Aug 16, 2016

  • Commit message includes cask’s name (and new version, if applicable).
  • brew cask audit --download {{cask_file}} is error-free.
  • brew cask style --fix {{cask_file}} left no offenses.

This fixes https://github.com/dotnet/cli/issues/3964 properly

Note: I did not make the /usr/local/opt/openssl/lib interrogate brew to find the correct location for non /usr/local installs as I was not sure how to do this in the cask. It should be "$(brew --prefix openssl)/lib. I welcome a fix for this prior to merge.

@joshka
Copy link
Contributor Author

joshka commented Aug 16, 2016

Note, this currently has a merge conflict, which is due to previous fixes to this package last night. Those fixes are incorrect IMO and lead to a potentially broken system due to https://langui.sh/2015/07/24/osx-clang-include-lib-search-paths/
I've highlighted this at dotnet/cli#3964 seeking an answer from the dotnet team, but perhaps wait until that conversation is resolved.

@joshka
Copy link
Contributor Author

joshka commented Aug 16, 2016

Closing due to comments on https://github.com/dotnet/cli/issues/3964. I misunderstood the impact of the linking issue.

@joshka joshka closed this Aug 16, 2016
@joshka joshka deleted the feature/dotnet-fix-openssl branch August 16, 2016 21:32
@Homebrew Homebrew locked and limited conversation to collaborators May 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installing and Running on OS X 10.11 SSL Fails to Link Using Brew
1 participant