Guest User

Untitled

a guest
Sep 11th, 2013
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. wiz@wiz-ubuntu:/opt/openerp/server$ gem install mailcatcher
  2. The program 'gem' can be found in the following packages:
  3. * ruby1.9.1
  4. * rubygems
  5. Try: sudo apt-get install <selected package>
  6. wiz@wiz-ubuntu:/opt/openerp/server$ sudo apt-get install ruby1.9.1
  7. [sudo] password for wiz:
  8. Reading package lists... Done
  9. Building dependency tree
  10. Reading state information... Done
  11. The following packages were automatically installed and are no longer required:
  12. ruby1.8-dev libftgl2 imagemagick-common libopenjpeg2 libgmerlin-avdec1 liblqr-1-0 puredata-core libgavl1 libmagickcore4 libmagick++4
  13. libavifile-0.7c2 libmagickwand4 libvdpau1 libquicktime2 libmpeg3-1
  14. Use 'apt-get autoremove' to remove them.
  15. The following extra packages will be installed:
  16. libruby1.9.1
  17. Suggested packages:
  18. ruby1.9.1-examples ri1.9.1 ruby1.9.1-dev
  19. The following NEW packages will be installed:
  20. libruby1.9.1 ruby1.9.1
  21. 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
  22. Need to get 4,229 kB of archives.
  23. After this operation, 13.1 MB of additional disk space will be used.
  24. Do you want to continue [Y/n]? y
  25. Get:1 http://ro.archive.ubuntu.com/ubuntu/ precise/main libruby1.9.1 i386 1.9.3.0-1ubuntu1 [4,191 kB]
  26. Get:2 http://ro.archive.ubuntu.com/ubuntu/ precise/main ruby1.9.1 i386 1.9.3.0-1ubuntu1 [37.5 kB]
  27. Fetched 4,229 kB in 2s (1,630 kB/s)
  28. Selecting previously unselected package libruby1.9.1.
  29. (Reading database ... 199809 files and directories currently installed.)
  30. Unpacking libruby1.9.1 (from .../libruby1.9.1_1.9.3.0-1ubuntu1_i386.deb) ...
  31. Selecting previously unselected package ruby1.9.1.
  32. Unpacking ruby1.9.1 (from .../ruby1.9.1_1.9.3.0-1ubuntu1_i386.deb) ...
  33. Processing triggers for man-db ...
  34. Setting up libruby1.9.1 (1.9.3.0-1ubuntu1) ...
  35. Setting up ruby1.9.1 (1.9.3.0-1ubuntu1) ...
  36. update-alternatives: using /usr/bin/gem1.9.1 to provide /usr/bin/gem (gem) in auto mode.
  37. Processing triggers for libc-bin ...
  38. ldconfig deferred processing now taking place
  39. wiz@wiz-ubuntu:/opt/openerp/server$ gem install mailcatcher
  40. ^CERROR: Interrupted
  41. wiz@wiz-ubuntu:/opt/openerp/server$ sudo gem install mailcatcher
  42. Fetching: i18n-0.6.5.gem (100%)
  43. Fetching: multi_json-1.8.0.gem (100%)
  44. Fetching: activesupport-3.2.14.gem (100%)
  45. Fetching: eventmachine-1.0.3.gem (100%)
  46. Building native extensions. This could take a while...
  47. ERROR: Error installing mailcatcher:
  48. ERROR: Failed to build gem native extension.
  49.  
  50. /usr/bin/ruby1.9.1 extconf.rb
  51. /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- mkmf (LoadError)
  52. from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
  53. from extconf.rb:2:in `<main>'
  54.  
  55.  
  56. Gem files will remain installed in /var/lib/gems/1.9.1/gems/eventmachine-1.0.3 for inspection.
  57. Results logged to /var/lib/gems/1.9.1/gems/eventmachine-1.0.3/ext/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment