Advertisement
Guest User

Untitled

a guest
Oct 25th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. simon@Simon-PC:~$ sudo apt-get install ghc
  2. [sudo] password for simon:
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. The following packages were automatically installed and are no longer required:
  7. linux-headers-3.8.0-29 linux-headers-3.8.0-29-generic
  8. linux-image-3.8.0-29-generic linux-image-extra-3.8.0-29-generic
  9. Use 'apt-get autoremove' to remove them.
  10. The following extra packages will be installed:
  11. libbsd-dev libffi-dev libgmp-dev
  12. Suggested packages:
  13. ghc-prof ghc-doc haskell-doc llvm-3.0 libgmp10-doc libmpfr-dev
  14. The following NEW packages will be installed:
  15. ghc libbsd-dev libffi-dev libgmp-dev
  16. 0 upgraded, 4 newly installed, 0 to remove and 3 not upgraded.
  17. 4 not fully installed or removed.
  18. Need to get 47,7 MB of archives.
  19. After this operation, 295 MB of additional disk space will be used.
  20. Do you want to continue [Y/n]? y
  21. Get:1 http://de.archive.ubuntu.com/ubuntu/ raring/main libbsd-dev amd64 0.4.2-1ubuntu1 [112 kB]
  22. Get:2 http://de.archive.ubuntu.com/ubuntu/ raring/main libgmp-dev amd64 2:5.0.5+dfsg-2ubuntu3 [357 kB]
  23. Get:3 http://de.archive.ubuntu.com/ubuntu/ raring/main libffi-dev amd64 3.0.13-2ubuntu1 [116 kB]
  24. Get:4 http://de.archive.ubuntu.com/ubuntu/ raring/universe ghc amd64 7.6.2-1ubuntu1 [47,1 MB]
  25. Fetched 47,7 MB in 1min 20s (590 kB/s)
  26. Selecting previously unselected package libbsd-dev.
  27. (Reading database ... 422288 files and directories currently installed.)
  28. Unpacking libbsd-dev (from .../libbsd-dev_0.4.2-1ubuntu1_amd64.deb) ...
  29. Selecting previously unselected package libgmp-dev:amd64.
  30. Unpacking libgmp-dev:amd64 (from .../libgmp-dev_2%3a5.0.5+dfsg-2ubuntu3_amd64.deb) ...
  31. Selecting previously unselected package libffi-dev:amd64.
  32. Unpacking libffi-dev:amd64 (from .../libffi-dev_3.0.13-2ubuntu1_amd64.deb) ...
  33. Selecting previously unselected package ghc.
  34. Unpacking ghc (from .../ghc_7.6.2-1ubuntu1_amd64.deb) ...
  35. Processing triggers for man-db ...
  36. Processing triggers for install-info ...
  37. Processing triggers for doc-base ...
  38. Processing 1 added doc-base file...
  39. Setting up linux-image-3.8.0-32-generic (3.8.0-32.47) ...
  40. Internal Error: Could not find image (/boot/vmlinuz-3.8.0-32-generic)
  41. dpkg: error processing linux-image-3.8.0-32-generic (--configure):
  42. subprocess installed post-installation script returned error exit status 2
  43. dpkg: dependency problems prevent configuration of linux-image-extra-3.8.0-32-generic:
  44. linux-image-extra-3.8.0-32-generic depends on linux-image-3.8.0-32-generic; however:
  45. Package linux-image-3.8.0-32-generic is not configured yet.
  46.  
  47. dpkg: error processing linux-image-extra-3.8.0-32-generic (--configure):
  48. dependency problems - leaving unconfigured
  49. dpkg: dependency problems prevent configuration of linux-image-generic:
  50. linux-image-generic depends on linux-image-3.8.0-32-generic; however:
  51. Package linux-image-3.8.0-32-generic is not configured yet.
  52. linux-image-generic depends on linux-image-extra-3.8.0-32-generic; however:
  53. Package linux-image-extra-3.8.0-32-generic is not configured yet.
  54.  
  55. dpkg: error processing linux-image-generic (--configure):
  56. dependency problems - leaving unconfigured
  57. dpkg: dependency problems prevent configuration of linux-geNo apport report written because the error message indicates its a followup error from a previous failure.
  58. No apport report written because the error message indicates its a followup error from a previous failure.
  59. No apport report written because MaxReports is reached already
  60. neric:
  61. linux-generic depends on linux-image-generic (= 3.8.0.32.50); however:
  62. Package linux-image-generic is not configured yet.
  63.  
  64. dpkg: error processing linux-generic (--configure):
  65. dependency problems - leaving unconfigured
  66. Setting up libbsd-dev (0.4.2-1ubuntu1) ...
  67. Setting up libgmp-dev:amd64 (2:5.0.5+dfsg-2ubuntu3) ...
  68. Setting up libffi-dev:amd64 (3.0.13-2ubuntu1) ...
  69. Setting up ghc (7.6.2-1ubuntu1) ...
  70. update-alternatives: using /usr/bin/runghc to provide /usr/bin/runhaskell (runhaskell) in auto mode
  71. update-alternatives: using /usr/bin/ghc to provide /usr/bin/haskell-compiler (haskell-compiler) in auto mode
  72. Errors were encountered while processing:
  73. linux-image-3.8.0-32-generic
  74. linux-image-extra-3.8.0-32-generic
  75. linux-image-generic
  76. linux-generic
  77. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement