ecmendenhall/wgif

Worked; then it broked.

Closed this issue · 3 comments

So, I installed wgif a while back and it worked perfectly.

Then its possible it broke on a brew update or some other task I ran.

Now I get this output:
~ $ wgif
/usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require': dlopen(/usr/local/Cellar/ruby/2.1.0/lib/ruby/gems/2.1.0/extensions/x86_64-darwin-13/2.1.0/rmagick-2.13.2/RMagick2.bundle, 9): Library not loaded: /usr/local/lib/libMagickCore-6.Q16.1.dylib (LoadError) Referenced from: /usr/local/Cellar/ruby/2.1.0/lib/ruby/gems/2.1.0/extensions/x86_64-darwin-13/2.1.0/rmagick-2.13.2/RMagick2.bundle Reason: image not found - /usr/local/Cellar/ruby/2.1.0/lib/ruby/gems/2.1.0/extensions/x86_64-darwin-13/2.1.0/rmagick-2.13.2/RMagick2.bundle from /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:inrequire'
from /usr/local/Cellar/ruby/2.1.0/lib/ruby/gems/2.1.0/gems/rmagick-2.13.2/lib/RMagick.rb:11:in <top (required)>' from /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:inrequire'
from /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' from /usr/local/Cellar/ruby/2.1.0/lib/ruby/gems/2.1.0/gems/wgif-0.3.1/lib/wgif/gif_maker.rb:1:in<top (required)>'
from /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' from /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:inrequire'
from /usr/local/Cellar/ruby/2.1.0/lib/ruby/gems/2.1.0/gems/wgif-0.3.1/lib/wgif/cli.rb:45:in load_dependencies' from /usr/local/Cellar/ruby/2.1.0/lib/ruby/gems/2.1.0/gems/wgif-0.3.1/lib/wgif/cli.rb:16:inmake_gif'
from /usr/local/Cellar/ruby/2.1.0/lib/ruby/gems/2.1.0/gems/wgif-0.3.1/bin/wgif:4:in <top (required)>' from /usr/local/opt/ruby/bin/wgif:23:inload'
from /usr/local/opt/ruby/bin/wgif:23:in `

'

Possibly related to this StackOverflow or the rMagick issue mentioned in another ticket?

😿 I'm running brew upgrade now to see if it happens to me, too.

OK, I'm running into this too. RMagick's native extensions are an enormous headache...I'm going to try ripping them out this weekend.

Cool--let me know what I can do!