Guest User

Untitled

a guest
Jan 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. build gem native extension. (Gem::Installer::ExtensionBuildError)
  2.  
  3. /usr/bin/ruby extconf.rb
  4. checking for main() in -lc... yes
  5. creating Makefile
  6.  
  7. make
  8. gcc -I. -I/usr/include/ruby-1.9.1/i686-linux -I/usr/include/ruby-1.9.1/ruby/backward -I/usr/include/ruby-1.9.1 -I. -D_FILE_OFFSET_BITS=64 -fPIC -march=i686 -mtune=generic -O2 -pipe -fPIC -O0 -Wall -Werror -o redcloth_attributes.o -c redcloth_attributes.c
  9. ragel/redcloth_attributes.c.rl: In function ‘redcloth_attribute_parser’:
  10. ragel/redcloth_attributes.c.rl:26:11: error: variable ‘act’ set but not used [-Werror=unused-but-set-variable]
  11. cc1: all warnings being treated as errors
  12.  
  13. make: *** [redcloth_attributes.o] Error 1
  14.  
  15.  
  16. Gem files will remain installed in /home/homer/.rvm/gems/ruby-1.9.2-p0/gems/RedCloth-4.2.7 for inspection.
  17. Results logged to /home/homer/.rvm/gems/ruby-1.9.2-p0/gems/RedCloth-4.2.7/ext/redcloth_scan/gem_make.out
  18. from /usr/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:486:in `block in build_extensions'
  19. from /usr/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:446:in `each'
  20. from /usr/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:446:in `build_extensions'
  21. from /usr/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:198:in `install'
  22. from /home/homer/.rvm/gems/ruby-1.9.2-p0@global/gems/bundler-1.0.15/lib/bundler/source.rb:101:in `block in install'
  23. from /home/homer/.rvm/gems/ruby-1.9.2-p0@global/gems/bundler-1.0.15/lib/bundler/rubygems_integration.rb:78:in `preserve_paths'
  24. from /home/homer/.rvm/gems/ruby-1.9.2-p0@global/gems/bundler-1.0.15/lib/bundler/source.rb:91:in `install'
  25. from /home/homer/.rvm/gems/ruby-1.9.2-p0@global/gems/bundler-1.0.15/lib/bundler/installer.rb:58:in `block (2 levels) in run'
  26. from /home/homer/.rvm/gems/ruby-1.9.2-p0@global/gems/bundler-1.0.15/lib/bundler/rubygems_integration.rb:93:in `with_build_args'
  27. from /home/homer/.rvm/gems/ruby-1.9.2-p0@global/gems/bundler-1.0.15/lib/bundler/installer.rb:57:in `block in run'
  28. from /home/homer/.rvm/gems/ruby-1.9.2-p0@global/gems/bundler-1.0.15/lib/bundler/spec_set.rb:12:in `block in each'
  29. from /home/homer/.rvm/gems/ruby-1.9.2-p0@global/gems/bundler-1.0.15/lib/bundler/spec_set.rb:12:in `each'
  30. from /home/homer/.rvm/gems/ruby-1.9.2-p0@global/gems/bundler-1.0.15/lib/bundler/spec_set.rb:12:in `each'
  31. from /home/homer/.rvm/gems/ruby-1.9.2-p0@global/gems/bundler-1.0.15/lib/bundler/installer.rb:49:in `run'
  32. from /home/homer/.rvm/gems/ruby-1.9.2-p0@global/gems/bundler-1.0.15/lib/bundler/installer.rb:8:in `install'
  33. from /home/homer/.rvm/gems/ruby-1.9.2-p0@global/gems/bundler-1.0.15/lib/bundler/cli.rb:222:in `install'
  34. from /home/homer/.rvm/gems/ruby-1.9.2-p0@global/gems/bundler-1.0.15/lib/bundler/vendor/thor/task.rb:22:in `run'
  35. from /home/homer/.rvm/gems/ruby-1.9.2-p0@global/gems/bundler-1.0.15/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
  36. from /home/homer/.rvm/gems/ruby-1.9.2-p0@global/gems/bundler-1.0.15/lib/bundler/vendor/thor.rb:246:in `dispatch'
  37. from /home/homer/.rvm/gems/ruby-1.9.2-p0@global/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:389:in `start'
  38. from /home/homer/.rvm/gems/ruby-1.9.2-p0@global/gems/bundler-1.0.15/bin/bundle:13:in `<top (required)>'
  39. from /usr/bin/bundle:19:in `load'
  40. from /usr/bin/bundle:19:in `<main>'
Add Comment
Please, Sign In to add comment