Skip to content
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

hdiutil changes have broken mounting for some DMGs #5160

Closed
rolandwalker opened this issue Jul 1, 2014 · 3 comments · Fixed by #5238
Closed

hdiutil changes have broken mounting for some DMGs #5160

rolandwalker opened this issue Jul 1, 2014 · 3 comments · Fixed by #5238

Comments

@rolandwalker
Copy link
Contributor

Example: teamspeak-client.rb cannot get past the license.

The assumption is that one of these is responsible:
#4892, #4887, #4889, #4900, #4975, #4978, #4857, #5063

@rolandwalker
Copy link
Contributor Author

@NathanielMichael I haven't patched this Cask, because I wasn't sure whether the problem was limited to my machine. Can you duplicate that the second command below gives an error?

$ brew cask fetch teamspeak-client
$ echo y | hdiutil attach /Library/Caches/Homebrew/teamspeak-client-3.0.15.dmg >/dev/null || echo error

@NathanielMichael
Copy link

@rolandwalker Seg fault. Interesting.

nate at Pu in ~
$ brew cask fetch teamspeak-client
==> Fetching resources for Cask teamspeak-client
==> Downloading http://dl.4players.de/ts/releases/3.0.15/TeamSpeak3-Client-macosx-3.0.15.dmg
Already downloaded: /Library/Caches/Homebrew/teamspeak-client-3.0.15.dmg
==> Success! Downloaded to -> /Library/Caches/Homebrew/teamspeak-client-3.0.15.dmg

nate at Pu in ~
$ echo y | hdiutil attach /Library/Caches/Homebrew/teamspeak-client-3.0.15.dmg >/dev/null || echo error
Segmentation fault: 11
error

rolandwalker added a commit to rolandwalker/homebrew-cask that referenced this issue Jul 7, 2014
To work around segfault on mounting DMG.  Fixes Homebrew#5160.
@rolandwalker
Copy link
Contributor Author

Thanks! I'll downgrade this Cask to 3.0.14.

@miccal miccal removed the chief bug label Dec 23, 2016
@Homebrew Homebrew locked and limited conversation to collaborators May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants