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

rmagick warnings #125

Closed
djones opened this issue Aug 7, 2010 · 2 comments
Closed

rmagick warnings #125

djones opened this issue Aug 7, 2010 · 2 comments

Comments

@djones
Copy link
Contributor

djones commented Aug 7, 2010

Each time you run a rake task or start your server you get a whole stack of rmagick warnings. E.g.

/Users/djones/.rvm/gems/ruby-1.8.7-p299/gems/rmagick-2.12.2/lib/RMagick.rb:674: warning: already initialized constant Destination
/Users/djones/.rvm/gems/ruby-1.8.7-p299/gems/rmagick-2.12.2/lib/RMagick.rb:675: warning: already initialized constant File_Format
/Users/djones/.rvm/gems/ruby-1.8.7-p299/gems/rmagick-2.12.2/lib/RMagick.rb:676: warning: already initialized constant File_Format_Version
/Users/djones/.rvm/gems/ruby-1.8.7-p299/gems/rmagick-2.12.2/lib/RMagick.rb:677: warning: already initialized constant Service_Identifier
/Users/djones/.rvm/gems/ruby-1.8.7-p299/gems/rmagick-2.12.2/lib/RMagick.rb:678: warning: already initialized constant Envelope_Number
/Users/djones/.rvm/gems/ruby-1.8.7-p299/gems/rmagick-2.12.2/lib/RMagick.rb:679: warning: already initialized constant Product_ID
/Users/djones/.rvm/gems/ruby-1.8.7-p299/gems/rmagick-2.12.2/lib/RMagick.rb:680: warning: already initialized constant Envelope_Priority
/Users/djones/.rvm/gems/ruby-1.8.7-p299/gems/rmagick-2.12.2/lib/RMagick.rb:681: warning: already initialized constant Date_Sent
/Users/djones/.rvm/gems/ruby-1.8.7-p299/gems/rmagick-2.12.2/lib/RMagick.rb:682: warning: already initialized constant Time_Sent
/Users/djones/.rvm/gems/ruby-1.8.7-p299/gems/rmagick-2.12.2/lib/RMagick.rb:683: warning: already initialized constant Coded_Character

@awagener
Copy link
Contributor

awagener commented Aug 7, 2010

Looks like this might be an issue with bundler loading dependencies multiple times - see http://github.com/carlhuda/bundler/issues#issue/497 and (most pertinently) http://github.com/carlhuda/bundler/issues/issue/529

@jgdavey
Copy link
Contributor

jgdavey commented Aug 7, 2010

This should be fixed here: jgdavey/refinerycms@827f917769babdb84fc

This issue was closed.
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

3 participants