-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linking not working since 0.18.0 #1168
Comments
weird... looking into this now... |
Hmm so everything seems to be working for me... I can $ brew cask install viber
==> Downloading http://download.viber.com/desktop/mac/Viber.dmg
==> Linking Viber.app to /Users/phinze/Applications/Viber.app
==> Success! viber installed to /opt/homebrew-cask/Caskroom/viber/latest
$ ls -l ~/Applications/Viber.app
lrwxr-xr-x 1 phinze staff 50 Oct 7 22:14 /Users/phinze/Applications/Viber.app -> /opt/homebrew-cask/Caskroom/viber/latest/Viber.app What does the output of |
Was working fine before I did a brew update & upgrade. |
Thanks for the additional info - FYI you're exporting the default value for |
I should have mentioned, but forgot... This is on the GM of 10.9. |
Oooo maybe that has something to do with it (the env variable stuff all seems to be working fine from here)... Does this command work okay manually for you after installing?
|
Ok, wait. It seems a conflict with homebrew's coreutils package, and ln that ships with OSX. using the shipping ln works fine. coreutils causes the error. |
ta daaaaa! thanks 10.9 for changing the can probably just remove the extra option; let me look into it. though it's odd that you only just started seeing this... after the refactor... i coulda sworn we used that option before. sorry for the trouble - hopefully i can get this tied up quickly here |
oh wait i didn't fully read your message - are you saying you had done let me know if that's the issue here and we can slowly back away - though i do have some cleanup work to do around failing commands. it shouldn't have just silently failed like that. |
Yea, it's something with coreutils' ln command. Removed and works again. |
hooray! gonna close this then - feel free to reopen if you have more sadness. thanks for keeping up the good communication - helps so much for debugging. 🐛 |
Links are not created since 0.18.0, same behavior in 0.18.2. It says in the log it's creating the link
==> Linking Viber.app to /Users/travis/Applications/Viber.app
but the link isn't made, also the link/unlink commands are removed from cask.
The text was updated successfully, but these errors were encountered: