robertgrimm (Robert Grimm)
- Login: robertgrimm
- Email: rfgrimm@gmail.com
- Registered on: 09/05/2013
- Last sign in: 09/23/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/06/2014
-
03:23 PM Ruby Bug #10116: gem with extension but without lib dir gets installed with a lib dir with wrong permissions
- On FreeBSD, "gem" winds up using /usr/local/lib/ruby/site_ruby/2.1/rubygems/ext/ext_conf_builder.rb which is slightly different than the ext_conf_builder.rb that's in the source. Specifically, it doesn't have the section that appears to...
-
02:48 PM Ruby Bug #10116 (Closed): gem with extension but without lib dir gets installed with a lib dir with wrong permissions
- When installing a ruby gem that has a C extension but not an explicit lib directory, the created lib directory will have a lib directory that's only readable by root causing non-root users to not be able to load the gem. That is, the pe...