You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The travis-ci build for OS X terminates with the following error message.
bundle exec rspec
/Users/travis/gems/symengine-0.1.0/lib/symengine.rb:1:in `require': cannot load such file -- symengine/symengine (LoadError)
from /Users/travis/gems/symengine-0.1.0/lib/symengine.rb:1:in `<top (required)>'
from /Users/travis/gems/symengine-0.1.0/spec/spec_helper.rb:16:in `require_relative'
from /Users/travis/gems/symengine-0.1.0/spec/spec_helper.rb:16:in `<top (required)>'
from /Users/travis/gems/symengine-0.1.0/spec/arit_spec.rb:1:in `require'
from /Users/travis/gems/symengine-0.1.0/spec/arit_spec.rb:1:in `<top (required)>'
I have the same error as @abinashmeher999's one in my local mac osx.
It seems that any other gems with native extensions doesn't have '.so' binary file, but has '.bundle' binary file.
I'm not sure, but I think that building native extension on osx might need some extra cmake configuration to generate '.bundle' file.
In addition, in my environment, load '/Users/sangenya/.rbenv/versions/2.3.0-dev/lib/ruby/gems/2.3.0/gems/symengine-0.0.2/lib/symengine/symengine.so' fails with the following error:
SyntaxError: /Users/sangenya/.rbenv/versions/2.3.0-dev/lib/ruby/gems/2.3.0/gems/symengine-0.0.2/lib/symengine/symengine.so:1: invalid multibyte char (UTF-8)
from (irb):2:in `load'
from (irb):2
from /Users/sangenya/.rbenv/versions/2.3.0-dev/bin/irb:11:in `<main>'
The travis-ci build for OS X terminates with the following error message.
Complete log here.
The text was updated successfully, but these errors were encountered: