-
Notifications
You must be signed in to change notification settings - Fork 22
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
Failed to install gollum #30
Comments
Looks like an issue with installing charlock_holmes on osx The best way to debug is to run HOMEBREW_DEBUG=1 brew gem install gollum then drop into a shell once it fails and the mkmf.log will still exist. |
Yeah @anfleene, it is right, seems to be issued when it try to load icu4c and it fail. About documentation: What I do: What I obtain: ==> Fetching charlock_holmes from gem source
ERROR: While executing gem ... (OptionParser::MissingArgument)
missing argument: --version
==> /usr/bin/gem install /Users/emiliano/Library/Caches/Homebrew/charlock_holmes---.gem --no-ri --no-rdoc --no-wrapper --no-user-install --install-dir /usr/local/Cellar/gem-charlock_holmes/-- --bindir /us
Last 15 lines from /Users/emiliano/Library/Logs/Homebrew/gem-charlock_holmes/01.gem:
2016-09-23 23:43:43 +0200
/usr/bin/gem
install
/Users/emiliano/Library/Caches/Homebrew/charlock_holmes---.gem
--no-ri
--no-rdoc
--no-wrapper
--no-user-install
--install-dir
/usr/local/Cellar/gem-charlock_holmes/--
--bindir
/usr/local/Cellar/gem-charlock_holmes/--/bin
ERROR: Could not find a valid gem '/Users/emiliano/Library/Caches/Homebrew/charlock_holmes---.gem' (>= 0) in any repository |
I have a strategy for which kind of gems not to use with Brew-Gem:
When Brew-Gem can't cope with these kind of libraries. |
Hi,
I can't install gollum with
brew gem install gollum --homebrew-ruby
, receive ever the same error:It seem linked on troubleshooting guide line but I've tried it before write this issue.
The text was updated successfully, but these errors were encountered: