Advertisement
Guest User

Untitled

a guest
Sep 26th, 2013
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. $ sudo apt-get build-dep ruby-rvm [33/1336]
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following NEW packages will be installed:
  6. debhelper dh-apparmor gettext html2text intltool-debian libgettextpo0 libunistring0 po-debconf
  7. 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
  8. Need to get 2,706 kB of archives.
  9. After this operation, 7,741 kB of additional disk space will be used.
  10. Do you want to continue [Y/n]? y
  11. Get:1 http://no.archive.ubuntu.com/ubuntu/ precise/main libunistring0 amd64 0.9.3-5 [427 kB]
  12. Get:2 http://no.archive.ubuntu.com/ubuntu/ precise/main libgettextpo0 amd64 0.18.1.1-5ubuntu3 [120 kB]
  13. Get:3 http://no.archive.ubuntu.com/ubuntu/ precise/main html2text amd64 1.3.2a-15 [104 kB]
  14. Get:4 http://no.archive.ubuntu.com/ubuntu/ precise/main gettext amd64 0.18.1.1-5ubuntu3 [1,188 kB]
  15. Get:5 http://no.archive.ubuntu.com/ubuntu/ precise/main intltool-debian all 0.35.0+20060710.1 [31.6 kB]
  16. Get:6 http://no.archive.ubuntu.com/ubuntu/ precise/main po-debconf all 1.0.16+nmu2ubuntu1 [210 kB]
  17. Get:7 http://no.archive.ubuntu.com/ubuntu/ precise-updates/main dh-apparmor all 2.7.102-0ubuntu3.9 [8,950 B]
  18. Get:8 http://no.archive.ubuntu.com/ubuntu/ precise/main debhelper all 9.20120115ubuntu3 [616 kB]
  19. Fetched 2,706 kB in 1s (1,784 kB/s)
  20. Selecting previously unselected package libunistring0:amd64.
  21. (Reading database ... 186275 files and directories currently installed.)
  22. Unpacking libunistring0:amd64 (from .../libunistring0_0.9.3-5_amd64.deb) ...
  23. Selecting previously unselected package libgettextpo0:amd64.
  24. Unpacking libgettextpo0:amd64 (from .../libgettextpo0_0.18.1.1-5ubuntu3_amd64.deb) ...
  25. Selecting previously unselected package html2text.
  26. Unpacking html2text (from .../html2text_1.3.2a-15_amd64.deb) ...
  27. Selecting previously unselected package gettext.
  28. Unpacking gettext (from .../gettext_0.18.1.1-5ubuntu3_amd64.deb) ...
  29. Selecting previously unselected package intltool-debian.
  30. Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ...
  31. Selecting previously unselected package po-debconf.
  32. Unpacking po-debconf (from .../po-debconf_1.0.16+nmu2ubuntu1_all.deb) ...
  33. Selecting previously unselected package dh-apparmor.
  34. Unpacking dh-apparmor (from .../dh-apparmor_2.7.102-0ubuntu3.9_all.deb) ...
  35. Selecting previously unselected package debhelper.
  36. Unpacking debhelper (from .../debhelper_9.20120115ubuntu3_all.deb) ...
  37. Processing triggers for man-db ...
  38. Processing triggers for install-info ...
  39. Processing triggers for doc-base ...
  40. Processing 1 added doc-base file...
  41. Setting up libunistring0:amd64 (0.9.3-5) ...
  42. Setting up libgettextpo0:amd64 (0.18.1.1-5ubuntu3) ...
  43. Setting up html2text (1.3.2a-15) ...
  44. Setting up gettext (0.18.1.1-5ubuntu3) ...
  45. Setting up intltool-debian (0.35.0+20060710.1) ...
  46. Setting up po-debconf (1.0.16+nmu2ubuntu1) ...
  47. Setting up dh-apparmor (2.7.102-0ubuntu3.9) ...
  48. Setting up debhelper (9.20120115ubuntu3) ...
  49. Processing triggers for libc-bin ...
  50. ldconfig deferred processing now taking place
  51.  
  52.  
  53. $ sudo apt-get install ruby-rvm
  54. Reading package lists... Done
  55. Building dependency tree
  56. Reading state information... Done
  57. Some packages could not be installed. This may mean that you have
  58. requested an impossible situation or if you are using the unstable
  59. distribution that some required packages have not yet been created
  60. or been moved out of Incoming.
  61. The following information may help to resolve the situation:
  62.  
  63. The following packages have unmet dependencies:
  64. ruby-rvm : Depends: zlib1g-dev but it is not going to be installed
  65. E: Unable to correct problems, you have held broken packages.
  66.  
  67.  
  68. $ sudo apt-get install zlib1g-dev
  69. Reading package lists... Done
  70. Building dependency tree
  71. Reading state information... Done
  72. Some packages could not be installed. This may mean that you have
  73. requested an impossible situation or if you are using the unstable
  74. distribution that some required packages have not yet been created
  75. or been moved out of Incoming.
  76. The following information may help to resolve the situation:
  77.  
  78. The following packages have unmet dependencies:
  79. zlib1g-dev : Depends: zlib1g (= 1:1.2.3.4.dfsg-3ubuntu4) but 1:1.2.7.dfsg-13 is to be installed
  80. E: Unable to correct problems, you have held broken packages.
  81.  
  82.  
  83. $ sudo apt-get install zlib1g
  84. Reading package lists... Done
  85. Building dependency tree
  86. Reading state information... Done
  87. zlib1g is already the newest version.
  88. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  89.  
  90.  
  91. $ sudo apt-get check
  92. Reading package lists... Done
  93. Building dependency tree
  94. Reading state information... Done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement