kitchenplan / chef-applications

A cookbook, based on the pivotal_workstation, but without a lot of custom providers and a lot cleaner.
Apache License 2.0
23 stars 33 forks source link

Mavericks compatibility #72

Closed roderik closed 10 years ago

roderik commented 11 years ago

Just a ticket to track the testing for Mavericks, currently DP3

First of all, i need to "chown root:staff /Applications", it set to the admin group and this does not work for some reason.

leftathome commented 10 years ago

Remarkably, my kitchenplan install survived my Mountain Lion -> Mavericks upgrade, but since updating my cookbooks I get the following error while converging applications::rvm:

/Library/Ruby/Gems/2.0.0/gems/chef-11.6.0.rc.1/lib/chef/cookbook_version.rb:226:in `load_recipe': could not find recipe gcc42 for cookbook applications (Chef::Exceptions::RecipeNotFound)

It looks like applications::rvm is including applications::gcc42, which was removed last month in e72129140540ab017ec303c1ad66e41f6507570e ...

Restoring the file seems to have fixed the run. The commit log doesn't make it clear why this was removed but maybe there was a good reason for it... ?

roderik commented 10 years ago

There seems to be an error there yes. There was some issue with it, but i believe it was fixed. But since Mavericks has Ruby 2.0, i don't install RVM anymore.