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

bundix -l fails when path has spaces #53

Closed
smithtim opened this issue Apr 18, 2019 · 2 comments · Fixed by #55
Closed

bundix -l fails when path has spaces #53

smithtim opened this issue Apr 18, 2019 · 2 comments · Fixed by #55

Comments

@smithtim
Copy link

bundix -l is trying to import gemset.nix, but failing because there are spaces in the path.

[nix-shell:~/main/Personal/Ruby Programs/youtube best]# bundix -l
$ nix-instantiate --eval -E builtins.toJSON(import /root/main/Personal/Ruby Programs/youtube best/gemset.nix)
error: getting status of '/root/main/Personal/Ruby': No such file or directory
Traceback (most recent call last):
	5: from /nix/store/4rq534znwzp27a3y9c81agl30hab9cr6-bundix-2.3.1/bin/.bundix-wrapped:18:in `<main>'
	4: from /nix/store/4rq534znwzp27a3y9c81agl30hab9cr6-bundix-2.3.1/bin/.bundix-wrapped:18:in `load'
	3: from /nix/store/4rq534znwzp27a3y9c81agl30hab9cr6-bundix-2.3.1/lib/ruby/gems/2.5.0/gems/bundix-2.3.1/bin/bundix:112:in `<top (required)>'
	2: from /nix/store/4rq534znwzp27a3y9c81agl30hab9cr6-bundix-2.3.1/lib/ruby/gems/2.5.0/gems/bundix-2.3.1/lib/bundix.rb:33:in `convert'
	1: from /nix/store/4rq534znwzp27a3y9c81agl30hab9cr6-bundix-2.3.1/lib/ruby/gems/2.5.0/gems/bundix-2.3.1/lib/bundix.rb:79:in `parse_gemset'
/nix/store/4rq534znwzp27a3y9c81agl30hab9cr6-bundix-2.3.1/lib/ruby/gems/2.5.0/gems/bundix-2.3.1/lib/bundix.rb:122:in `sh': command execution failed: pid 4368 exit 1 (RuntimeError)
@alyssais
Copy link
Member

alyssais commented Apr 23, 2019 via email

@manveru
Copy link
Collaborator

manveru commented May 1, 2019

@smithtim if you want, you can try out master, we can make a new release if it's working for you now.

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

Successfully merging a pull request may close this issue.

3 participants