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

`bundle install` fails when run inside directory with spaces #434

Open
rmccue opened this issue Apr 7, 2017 · 4 comments
Open

`bundle install` fails when run inside directory with spaces #434

rmccue opened this issue Apr 7, 2017 · 4 comments

Comments

@rmccue
Copy link

@rmccue rmccue commented Apr 7, 2017

Before submitting an issue, please be sure to

This issue affects

  • The site generated by GitHub Pages
  • Building sites locally

What did you do (e.g., steps to reproduce)

mkdir "Test Directory"
cd "Test Directory"
echo "source 'https://rubygems.org'" > Gemfile
echo "gem 'github-pages', group: :jekyll_plugins" >> Gemfile
bundle install --path vendor/bundle

What did you expect to happen?

Everything to install correctly.

What happened instead?

The configure script for ffi doesn't quote $srcdir, which breaks building:

Fetching gem metadata from https://rubygems.org/...........
Fetching version metadata from https://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/.
Resolving dependencies...
[...]
Installing ffi 1.9.18 with native extensions
[...]
/Users/rmccue/Test Directory/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.18/ext/ffi_c/libffi/configure: line 2659: /Users/rmccue/Test: No such file or
directory
@rmccue
Copy link
Author

@rmccue rmccue commented Apr 7, 2017

Note: I'm pretty sure this is an issue with ffi, not this gem, however probably worth noting on this repo in any case.

@DirtyF
Copy link
Contributor

@DirtyF DirtyF commented Apr 7, 2017

Not reproduced with ruby 2.3.3 on MacOS Sierra.

@benbalter
Copy link
Contributor

@benbalter benbalter commented Jun 13, 2017

Is this still an issue?

@merlinpatt
Copy link
Contributor

@merlinpatt merlinpatt commented May 23, 2018

Can GitHub pages even have spaces in their main URL?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.