sindresorhus / quick-look-plugins

List of useful Quick Look plugins for developers
18.08k stars 534 forks source link

Suspicious-package does not install through homebrew on El Capitan. #38

Closed jaredpatton173 closed 8 years ago

jaredpatton173 commented 9 years ago

System Version: OS X 10.11.1 (15B42) Kernel Version: Darwin 15.0.0

Jareds-MBP:~ jared$ brew cask install suspicious-package ==> Satisfying dependencies ==> Installing Formula dependencies from Homebrew unar ... already installed complete ==> Downloading http://www.mothersruin.com/software/downloads/SuspiciousPackage. Already downloaded: /Library/Caches/Homebrew/suspicious-package-latest.xip Error: Command failed to execute!

==> Failed command: ["#Pathname:/usr/local/bin/unar", "-q", "-D", "-o", "/var/folders/95/97_nt5_d2vgdsbl8xlw7sfv40000gn/T/d20151121-1222-ca9ng6", "--", "#Pathname:/Library/Caches/Homebrew/suspicious-package-latest.xip"]

==> Output of failed command: /Library/Caches/Homebrew/suspicious-package-latest.xip:

==> Exit status of failed command:

<Process::Status: pid 1258 SIGSEGV (signal 11)>

Jareds-MBP:~ jared$

razasyedh commented 9 years ago

Already reported upstream: caskroom/homebrew-cask#15025

adidalal commented 8 years ago

(I'm one of the maintainers of Homebrew Cask)

Ran across this open issue and just wanted to let you know it's been resolved upstream:

[~] > brew cask install suspicious-package
==> Satisfying dependencies
==> Installing Formula dependencies from Homebrew
unar ... already installed
complete
==> Downloading http://www.mothersruin.com/software/downloads/SuspiciousPackage.
######################################################################## 100.0%
==> No checksum defined for Cask suspicious-package, skipping verification
==> Symlinking QuickLook Plugin 'Suspicious Package.qlgenerator' to
🍺  suspicious-package staged at '/opt/homebrew-cask/Caskroom/suspicious-package/latest' (55 files, 712K)
sindresorhus commented 8 years ago

@adidalal Thanks for the update :)