-
Notifications
You must be signed in to change notification settings - Fork 11
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
Gem faster_path
built by thermite trying to load a dylib
file from user travis
instead of current user
#48
Comments
Hmmm. This shouldn't happen due to thermite/lib/thermite/package.rb Lines 60 to 67 in acde6dd
(when the tarball is created) and thermite/lib/thermite/package.rb Lines 87 to 93 in acde6dd
(when the Rust extension is installed locally). I'd have to test on a Mac with Ruby 2.5, although I'm not sure when I'd have time. |
Is possible to output some logging to debug this situation? |
Installing gems makes it very irritating to log things to stdout/stderr, so there's an environment variable you can set. |
|
Looks like it needs more debug logging. |
The patches for steveklabnik/ruby-sys#31 and d-unsed/ruru#95 make this issue go away. That's not to say this issue still isn't possible for others who still keep using the older version. |
I am testing gem
faster_path
without installing rusthttps://github.com/danielpclark/faster_path/issues/143
When using ruby 2.5.0 I got an error when requiring
faster_path
It looks like the gem is trying to load a
/Users/travis/.rvm/rubies/ruby-2.5.0/lib/libruby.2.5.dylib
But it should be loading
/users/pikachuexe/.rvm/rubies/ruby-2.5.0/lib/libruby.2.5.dylib
No error occur in other ruby versions though
Error message and other details:
danielpclark/faster_path#143 (comment)
The text was updated successfully, but these errors were encountered: