Advertisement
Powderking

build essential and alsa-utils

Mar 24th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. $ sudo apt-get install build-essential
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following extra packages will be installed:
  6. bzip2 dpkg-dev fakeroot g++ g++-4.4 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libdpkg-perl
  7. libstdc++6-4.4-dev libtimedate-perl make
  8. Suggested packages:
  9. bzip2-doc debian-keyring g++-multilib g++-4.4-multilib gcc-4.4-doc libstdc++6-4.4-dbg libstdc++6-4.4-doc make-doc
  10. The following NEW packages will be installed:
  11. build-essential bzip2 dpkg-dev fakeroot g++ g++-4.4 libalgorithm-diff-perl libalgorithm-diff-xs-perl
  12. libalgorithm-merge-perl libdpkg-perl libstdc++6-4.4-dev libtimedate-perl make
  13. 0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded.
  14. Need to get 0 B/8,847 kB of archives.
  15. After this operation, 26.9 MB of additional disk space will be used.
  16. Do you want to continue [Y/n]?
  17. Selecting previously deselected package libstdc++6-4.4-dev.
  18. (Reading database ... 47318 files and directories currently installed.)
  19. Unpacking libstdc++6-4.4-dev (from .../libstdc++6-4.4-dev_4.4.5-8_i386.deb) ...
  20. Selecting previously deselected package g++-4.4.
  21. Unpacking g++-4.4 (from .../g++-4.4_4.4.5-8_i386.deb) ...
  22. Selecting previously deselected package g++.
  23. Unpacking g++ (from .../g++_4%3a4.4.5-1_i386.deb) ...
  24. Selecting previously deselected package make.
  25. Unpacking make (from .../archives/make_3.81-8_i386.deb) ...
  26. Selecting previously deselected package libtimedate-perl.
  27. Unpacking libtimedate-perl (from .../libtimedate-perl_1.2000-1_all.deb) ...
  28. Selecting previously deselected package libdpkg-perl.
  29. Unpacking libdpkg-perl (from .../libdpkg-perl_1.15.8.12_all.deb) ...
  30. Selecting previously deselected package bzip2.
  31. Unpacking bzip2 (from .../bzip2_1.0.5-6+squeeze1_i386.deb) ...
  32. Selecting previously deselected package dpkg-dev.
  33. Unpacking dpkg-dev (from .../dpkg-dev_1.15.8.12_all.deb) ...
  34. Selecting previously deselected package build-essential.
  35. Unpacking build-essential (from .../build-essential_11.5_i386.deb) ...
  36. Selecting previously deselected package fakeroot.
  37. Unpacking fakeroot (from .../fakeroot_1.14.4-1_i386.deb) ...
  38. Selecting previously deselected package libalgorithm-diff-perl.
  39. Unpacking libalgorithm-diff-perl (from .../libalgorithm-diff-perl_1.19.02-2_all.deb) ...
  40. Selecting previously deselected package libalgorithm-diff-xs-perl.
  41. Unpacking libalgorithm-diff-xs-perl (from .../libalgorithm-diff-xs-perl_0.04-1_i386.deb) ...
  42. Selecting previously deselected package libalgorithm-merge-perl.
  43. Unpacking libalgorithm-merge-perl (from .../libalgorithm-merge-perl_0.08-2_all.deb) ...
  44. Processing triggers for man-db ...
  45. Setting up make (3.81-8) ...
  46. Setting up libtimedate-perl (1.2000-1) ...
  47. Setting up libdpkg-perl (1.15.8.12) ...
  48. Setting up bzip2 (1.0.5-6+squeeze1) ...
  49. Setting up dpkg-dev (1.15.8.12) ...
  50. Setting up fakeroot (1.14.4-1) ...
  51. update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode.
  52. Setting up libalgorithm-diff-perl (1.19.02-2) ...
  53. Setting up libalgorithm-diff-xs-perl (0.04-1) ...
  54. Setting up libalgorithm-merge-perl (0.08-2) ...
  55. Setting up libstdc++6-4.4-dev (4.4.5-8) ...
  56. Setting up g++-4.4 (4.4.5-8) ...
  57. Setting up g++ (4:4.4.5-1) ...
  58. update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode.
  59. Setting up build-essential (11.5) ...
  60.  
  61.  
  62. $ sudo apt-get -t wheezy install alsa-utils
  63. Reading package lists... Done
  64. Building dependency tree
  65. Reading state information... Done
  66. Some packages could not be installed. This may mean that you have
  67. requested an impossible situation or if you are using the unstable
  68. distribution that some required packages have not yet been created
  69. or been moved out of Incoming.
  70. The following information may help to resolve the situation:
  71.  
  72. The following packages have unmet dependencies:
  73. libc6-dev : Breaks: gcc-4.4 (< 4.4.6-4) but 4.4.5-8 is to be installed
  74. E: Broken packages
  75.  
  76.  
  77. $ apt-cache policy gcc-4.4
  78. gcc-4.4:
  79. Installed: 4.4.5-8
  80. Candidate: 4.4.5-8
  81. Version table:
  82. 4.4.7-1 0
  83. 600 http://ftp.ch.debian.org/debian/ wheezy/main i386 Packages
  84. *** 4.4.5-8 0
  85. 990 http://ftp.ch.debian.org/debian/ squeeze/main i386 Packages
  86. 100 /var/lib/dpkg/status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement