-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
ISSUE #82
Comments
Does this solution help? https://apple.stackexchange.com/a/254381 |
I am running into a similar problem... Have you found a solution to this @alfielytorres? I did try that link @gjtorikian, any other suggestions? |
|
You are totally right about that, sorry for the confusion! The symptom is that for all the ways I try to install commonmarker, it just hangs. Here is my stack trace from:
And it just sits at the last line there. I have tried:
|
That is super strange! I’m sorry for the added hassle, but would it be possible for you to clone this repo, run |
No hassle! I appreciate your help with this. I cloned the repo and tried to do a bundle install. Unfortunately, I got held up again at Building native extensions. This could take a while... after Installing github-markdown. For some reason my system seems to be hanging up on the native extensions installation parts, so I don't think this is specific to commonmarker. Thank you for your help! Now to figure out what is going on with building native extensions... |
Good luck. ✌️ |
Fetching gem metadata from https://rubygems.org/.........
Using concurrent-ruby 1.0.5
Using i18n 0.9.5
Using minitest 5.11.3
Using thread_safe 0.3.6
Using tzinfo 1.2.5
Using activesupport 4.2.10
Using public_suffix 2.0.5
Using addressable 2.5.2
Using bundler 1.16.6
Using coffee-script-source 1.11.1
Using execjs 2.7.0
Using coffee-script 2.4.1
Using colorator 1.1.0
Using ruby-enum 0.7.2
Fetching commonmarker 0.17.11
Installing commonmarker 0.17.11 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory:
/Users/AlfieLuigi/railsgirls.github.io/vendor/bundle/ruby/2.5.0/gems/commonmarker-0.17.11/ext/commonmarker
/usr/local/opt/ruby/bin/ruby -r ./siteconf20181023-6866-4jwpvd.rb extconf.rb
creating Makefile
current directory:
/Users/AlfieLuigi/railsgirls.github.io/vendor/bundle/ruby/2.5.0/gems/commonmarker-0.17.11/ext/commonmarker
make "DESTDIR=" clean
xcrun: error: invalid active developer path
(/Library/Developer/CommandLineTools), missing xcrun at:
/Library/Developer/CommandLineTools/usr/bin/xcrun
current directory:
/Users/AlfieLuigi/railsgirls.github.io/vendor/bundle/ruby/2.5.0/gems/commonmarker-0.17.11/ext/commonmarker
make "DESTDIR="
xcrun: error: invalid active developer path
(/Library/Developer/CommandLineTools), missing xcrun at:
/Library/Developer/CommandLineTools/usr/bin/xcrun
make failed, exit code 1
Gem files will remain installed in
/Users/AlfieLuigi/railsgirls.github.io/vendor/bundle/ruby/2.5.0/gems/commonmarker-0.17.11
for inspection.
Results logged to
/Users/AlfieLuigi/railsgirls.github.io/vendor/bundle/ruby/2.5.0/extensions/x86_64-darwin-16/2.5.0/commonmarker-0.17.11/gem_make.out
An error occurred while installing commonmarker (0.17.11), and Bundler
cannot continue.
Make sure that
gem install commonmarker -v '0.17.11' --source 'https://rubygems.org/'
succeeds before bundling.In Gemfile:
github-pages was resolved to 191, which depends on
jekyll-commonmark-ghpages was resolved to 0.1.5, which depends on
jekyll-commonmark was resolved to 1.2.0, which depends on
commonmarker
192-168-1-2:railsgirls.github.io AlfieLuigi$
The text was updated successfully, but these errors were encountered: