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

utilrb gem cannot be installed on freebsd #18

Open
goldhoorn opened this issue Mar 20, 2015 · 2 comments
Open

utilrb gem cannot be installed on freebsd #18

goldhoorn opened this issue Mar 20, 2015 · 2 comments

Comments

@goldhoorn
Copy link
Member

It is not possible to install utilrb on freebsd

gem21 install --no-user-install --no-format-executable --no-rdoc --no-ri autobuild

causes:

make "DESTDIR=" install
/usr/bin/install -c -o root -g wheel -m 0755 utilrb.so ./.gem.20150320-1580-18u7jth/utilrb
install: ./.gem.20150320-1580-18u7jth/utilrb/utilrb.so: chown/chgrp: Operation not permitted
*** Error code 71

The GEM_PATH is set correctly:

GEM_HOME=/usr/home/dev/dev/.gems
GEM_PATH=/usr/home/dev/dev/.gems:/home/dev/.gem/ruby/2.1:/usr/local/lib/ruby/gems/2.1
@goldhoorn
Copy link
Member Author

to prevent a missunderstanding the same error occurs when calling:

gem21 install --no-user-install --no-format-executable --no-rdoc --no-ri utilrb

@goldhoorn
Copy link
Member Author

googleing points to this:

wycats/bundler#163

setting

export RB_USER_INSTALL="1"

helps, maybe you can add this to utilrb?

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

No branches or pull requests

1 participant