Advertisement
Powderking

build-essential install error

Mar 24th, 2012
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. $ sudo apt-get -t squeeze-backports install build-essential
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Some packages could not be installed. This may mean that you have
  6. requested an impossible situation or if you are using the unstable
  7. distribution that some required packages have not yet been created
  8. or been moved out of Incoming.
  9. The following information may help to resolve the situation:
  10.  
  11. The following packages have unmet dependencies:
  12. build-essential : Depends: libc6-dev but it is not going to be installed or
  13. libc-dev
  14. Depends: g++ (>= 4:4.4.3) but it is not going to be installed
  15. E: Broken packages
  16.  
  17. $ sudo apt-get -t squeeze-backports install libc6-dev
  18. Reading package lists... Done
  19. Building dependency tree
  20. Reading state information... Done
  21. Some packages could not be installed. This may mean that you have
  22. requested an impossible situation or if you are using the unstable
  23. distribution that some required packages have not yet been created
  24. or been moved out of Incoming.
  25. The following information may help to resolve the situation:
  26.  
  27. The following packages have unmet dependencies:
  28. libc6-dev : Depends: libc6 (= 2.11.3-2) but 2.13-27 is to be installed
  29. Depends: libc-dev-bin (= 2.11.3-2) but 2.13-27 is to be installed
  30. E: Broken packages
  31.  
  32. $ apt-cache policy libc6
  33. libc6:
  34. Installed: 2.13-27
  35. Candidate: 2.13-27
  36. Version table:
  37. *** 2.13-27 0
  38. 500 ftp://ftp.de.debian.org/debian/ testing/main i386 Packages
  39. 100 /var/lib/dpkg/status
  40. 2.11.3-3 0
  41. 500 http://ftp.ch.debian.org/debian/ squeeze-updates/main i386 Packages
  42. 2.11.3-2 0
  43. 900 http://ftp.ch.debian.org/debian/ squeeze/main i386 Packages
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement