-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Git package broken in 10.11 El Capitan #40519
Comments
We don't support |
I have the same issue, and I'm not using any build options, what options should I use? |
You both have the 10.11 CLT installed? Can someone do |
Yes it exist :
I don't have the same issue :
|
To be honest if you're already running El Capitan you should be submitting pull requests to fix these type of issues yourselves. |
It only exists via Homebrew there - None of those are system directories. You can use a Homebrew OpenSSL by doing
This should exist if |
Well, using |
The headers and libraries should exist somewhere on the system then - Either within |
Run |
Openssl isn't the problem. El capitan seems to have a bug in the make phase.
|
Yes I've seen those errors too, before I installed |
I have XCode 6.3.2 and that is probably the problems since there is no MacOSX10.11.sdk in XCode directory (10.10 & 10.9 exists)
|
Perhaps |
Need more details here.
If you're using the unstable OS X you should be using the unstable Xcode as well. |
Command Line Tools (OS X 10.11) for Xcode 7 beta && sudo xcode-select -switch /Applications/Xcode-beta.app It works fine now |
@npinon: Thanks! Fixed it for me as well. |
same problem |
Everyone running 10.11 will have the same problem. |
It's almost as if you're running a developers-only OS beta released less than 24h ago. |
If you're experiencing an issue, and installing Xcode 7 and running |
@Homebrew/owners @bfontaine When do we want to add basic recognition of the new OS X? Names, symbols, Xcode version, etc? We waited till 10 Aug last year. |
Given that users are installing it already, we should probably add the basics required to support it now, with the caveat that it's definitely unsupported and may not work. |
Re @RoXeon:
Re @mistydemeo: https://gist.github.com/anonymous/4c693e3c46bf3030078b
Purely as courtesy, shouldn't (at least) |
Spoke too soon. @npinon's advice helped me with some packages, but Here are the logs from my system: https://gist.github.com/anonymous/e06a7ee90875513f46ec /cc @mistydemeo |
@epogue use
|
@npinon That worked for me. Thanks. |
I can confirm this works for me too: brew install git --with-brewed-openssl thanks! |
Can someone experiencing this try:
|
@mistydemeo tried, works for me. |
Git will still attempt to import OpenSSL headers unless explicitly told not to. Fixes Homebrew#40519.
PR in #40532. |
@mistydemeo tried your formula as well: brew install https://gist.githubusercontent.com/mistydemeo/1395c9d5f537c5428d84/raw/685dad5a04cd76d13d0c87966857f48f48aca3ff/git.rb It worked! |
Merged that branch; this should be fixed now. |
I can say even more, the brew itself is broken, because it fails to link apps. Just try to do a fresh install or clean prefix, not just upgrade and use old brew. I found one hack: use sudo or setuid for brew binary |
Please open a new issue if you continue to have problems with this or other packages after upgrading. |
Something interesting. There is no Edit - Tim's locking didn't appear until after I hit |
The |
@mistydemeo Something interesting has apparently happened with |
ssh has its own libcrypto ( I know Apple has marked their openssl headers as deprecated, but hopefully they intend to provide more than one OS's worth of notice for removal. The actual libraries probably aren't going away for some time. |
Interesting though! |
Thanks! Will be interesting to see what Apple's plans are long-term on this, especially with OpenSSL removing support for the 0.9.8 branch in December (Although there's nothing stopping Apple continuing to support the branch themselves). |
While I managed to fix most issues I was initially seeing in El Capitan by installing the latest command line tools, running
brew update
,brew doctor
and fixing the warnings, I can't reinstall git (which I was attempting to do to fix a different issue).The text was updated successfully, but these errors were encountered: