Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

OS X support? #96

Open
jacobsvante opened this issue Aug 5, 2013 · 5 comments
Open

OS X support? #96

jacobsvante opened this issue Aug 5, 2013 · 5 comments

Comments

@jacobsvante
Copy link

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
Copy link
Contributor

You need to install OSX commandline tools.

@jacobsvante
Copy link
Author

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
Copy link
Contributor

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
[email protected]:

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//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
Copy link
Contributor

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
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants