-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Formulas Not Working with OS X 10.10 (List) #29988
Comments
|
Aye. It's available under one of the taps. nwoolls/xgminer I believe. |
|
@jarinudom can you track down if this is an issue in SCons or in MongoDB's specific SCons scripts? |
It seems to be MongoDB's specific scripts. Scons as an individual package installs fine on 10.10. |
I think it has to do with |
Edit: I haven't looked up how to make a bottle, but it seems like having a Yosemite bottle available would work around that problem. |
Bottles are created by the Brew Test Bot, which isn't set up to create Yosemite bottles yet. @MikeMcQuaid handles that I believe. (Homebrew's policy is to not support a new OS until it is released to everyone though). |
I also can't get |
These are currently giving me all the error, but it may be a config issue and nothing wrong with brew... (Edit, add error) $ brew install coffee-script
Error: ERROR: Failed to build gem native extension.
Permission denied - ./.gem.20140630-60044-1ncnqqd
Gem files will remain installed in /Library/Ruby/Gems/2.0.0/gems/hitimes-1.2.1 for inspection.
Results logged to /Library/Ruby/Gems/2.0.0/extensions/universal-darwin-14/2.0.0/hitimes-1.2.1/gem_make.out |
You can add |
@DomT4 Could you add Also, regarding mongo-db: I have posted a workaround here: http://stackoverflow.com/a/24206768/148072 |
Okay, I've updated the list. I wasn't quite expecting this to generate the traffic it has, but I'm happy to maintain the list if it's helpful. I've removed things that only exist in Homebrew taps & added a last updated date & time for clarity. |
FWIW, those who wish to use Postgres in Yosemite can use this instead until it can be rebuilt: http://postgresapp.com/ |
List updated, and wording modified for clarity. |
|
|
Python, too fails because of |
@Keithbsmiley Please don't suggest editing system files.
Indeed. |
Which python? I have both installed on my 10.10 system without any obvious issues. I'm kind of not down with the idea of recommending folks change system files to fix formulas, so I don't want to suggest that in my original post. All kinds of problems can roll with changing system files, particularly this early into the DP release schedule. |
I tried pouring some bottles from Mavericks and it seems to be working fine. I wouldn't recommend this but if you really need to install something it might be worth a shot. e.g. for installing wget https://downloads.sf.net/project/machomebrew/Bottles/gobject-introspection-1.40.0.mavericks.bottle.tar.gz
wget https://downloads.sf.net/project/machomebrew/Bottles/python-2.7.8.mavericks.bottle.tar.gz
wget https://downloads.sf.net/project/machomebrew/Bottles/pango-1.36.5.mavericks.bottle.tar.gz
brew install gobject-introspection-1.40.0.mavericks.bottle.tar.gz
brew install python-2.7.8.mavericks.bottle.tar.gz
brew install pango-1.36.5.mavericks.bottle.tar.gz
brew install rrdtool |
The following formulas fails on DP4
|
I've seen reports that |
@adamv obviously this should only be done if you understand the consequences. But like @laplacesdemon said this also affects python and some of us need this to work before upstream gets patched. |
@ChrisBuchholz Python has been bottled for Yosemite now so |
@tdsmith: Yes, that fixed it. Thank you! |
@DomT4 My bad, gnupg seems to work. I get this when trying to install gnupg2 (fails on gpg-agent):
Running Xcode 6.0.1 Brew doctor gives me the following:
Any ideas? |
It'll be this very probably. Anything that compiles on Yosemite using Xcode 6.0.1 is almost pure luck, because Xcode 6.0.1 doesn't contain the 10.10 SDK. We're not really sure what the upstream holdout is on Xcode 6.1, but it's frustrating. For now, if you so desire, you can obtain the 6.1 .dmg from here and then clicking through to "Additional Downloads". |
See the developer download portal for 6.1: https://developer.apple.com/downloads/index.action?name=Xcode |
Fixes Homebrew#29988 and Homebrew#33093 Tested with tiger-vnc which is used by fltk
Thanks, 6.0.1 was indeed the culprit. Thanks for the help. |
Hi all, Not sure if it's relevant to this thread, but since I upgraded to OS X Yosemite, I get the following when trying to install mysql with homebrew :
Have heard about such issue ? |
Updated to Yosemite and looks like mariadb breaks on cmake:
|
Update to Xcode 6.1. If you've already done that, then please follow the troubleshooting instructions and open a new issue. |
Worked. Thanks for the tip. |
osxfuse no longer works; can't be built in yosemite due to the kext signs. problem.. Also, deactivating sig. check for all kexts is not working with osxfuse (or maybe only for me?); any other workaround? |
You'd need to reboot after you disabled that check, if you haven't already.
Download and use the binary instead. Homebrew now support the |
Yeah, same result after rebooting.. i was trying to avoid the prebuilt binary but i think it's the only way, thanks! |
PhantomJS now works. Version 1.9.8. |
Thanks for reminding me, I've pruned it further down the list and given the list a general tidy. We're down to very few formulae that are still broken, and given people are now creating new 10.10 issues on a daily basis I'm going to close this out here. People can still find the thread easily enough for reference, but it's usefulness as an active tool has passed. Thanks to all for contributing and helping whittle down the errors over the last few months. The transition into Yosemite for Homebrew was almost smooth... ish 😉. |
Thanks in no small part to yourself. Great work here @DomT4. |
Thanks @MikeMcQuaid, and Thanks for all the help along the way. Have encountered many a problem I couldn't have hopped over without the considerable help of yourself and the other maintainers. |
just ran into an issue on 10.10 where linking to cairo came up empty. manually entering that in config files where needed Trying a full earth scorching reinstall of homebrew and all packages on my desktop/laptop to see if that shakes it out. |
Whilst it may have been the case in past OS X release cycles that Valgrind took a period of time before achieving reasonable feature support, basic OS X 10.10 support is already available in Valgrind trunk due to significant work on pre-release Yosemite. From the mailing list:
Full disclosure: I'm one of the new Valgrind developers who contributed patches to support OS X 10.10 |
Lets Valgrind users try the head on Yosemite and above. Fixes [this comment](#29988 (comment) 63743711). Closes #34331. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Will have to test |
Thought it'd be perhaps handy to have a list of formulas not working with OS X 10.10 yet.
Errors generated will be linked to where possible. The vast majority of the errors will need to be fixed upstream and should be reported upstream consequently.
Terminology key:
Still broken:
Were broken, Now functional again:
--HEAD
, Broken DP1-DP7. Fixed by this upstream commit.Stable
, Broken DP1-DP8. Proposed patch here. Fixed by this commit"homebrew/science"
, DP3-GM1 S3.-Beta
label.LAST UPDATED: October 28th 2014, 02:11 GMT.
The text was updated successfully, but these errors were encountered: