vmware-archive / salty-vagrant

Use Salt as a Vagrant provisioner.
BSD 2-Clause "Simplified" License
372 stars 64 forks source link

OS X support? #96

Open jacobsvante opened 11 years ago

jacobsvante commented 11 years ago

I get the following error when I try to install vagrant-salt with vagrant plugin install vagrant-salt on OS X 10.8.4:

ld: in '/usr/local/Cellar/gcc/4.7.2/gcc/lib/libgcc_s.1.dylib', missing required architecture i386 in file /usr/local/Cellar/gcc/4.7.2/gcc/lib/libgcc_s.1.dylib (1 slices) for architecture i386

See https://gist.github.com/jmagnusson/58f87e67b31b6134724c for full error message.

akoumjian commented 11 years ago

You need to install OSX commandline tools.

jacobsvante commented 11 years ago

I have it installed!

I saw that OS X isn't listed under Supported Operating Systems so I figured that the error I was getting might be why you haven't included OS X.

benhosmer commented 11 years ago

I use it often with OSX, but as the host. I don't use vagrant to provision OSX boxes, but the other way around.

I remember something when I upgraded to the latest, but unfortunately I don't know what the workaround was for it.

Have you installed X-Code and updated it lately?

On Mon, Aug 5, 2013 at 11:14 AM, Jacob Magnusson notifications@github.comwrote:

I have it installed!

I saw that OS X isn't listed under Supported Operating Systemshttps://github.com/saltstack/salty-vagrant#supported-operating-systemsso I figured that the error I was getting might be why you haven't included OS X.

— Reply to this email directly or view it on GitHubhttps://github.com/saltstack/salty-vagrant/issues/96#issuecomment-22112762 .

Ben Hosmer

Brevard Tech - Brevard County Florida's Tech User Group http://www.brevardtech.org

Drupal Developer http://www.radarearth.com

321.252.9581

akoumjian commented 11 years ago

That is the list of Guest OS's. As you can see from the error message, there is something up with your gcc install that it is not finding the dynamically linked library it is looking for. Not much we can do on this end, but good luck!

jacobsvante commented 11 years ago

Oh, that wasn't clear to me. Anyways I fixed my issue by uninstalling the homebrew-versions gcc that I had installed. vagrant-salt is the first install I've had problems with because of gcc-4.7